PulseAugur / Pulse
LIVE 06:56:18

Pulse

last 48h
[2/2] 89 sources

What AI is actually talking about — clusters surfacing on Bluesky, Reddit, HN, Mastodon and Lobsters, re-ranked to elevate originality and crush noise.

  1. Aurora: A Leverage-Aware Optimizer for Rectangular Matrices https:// lobste.rs/s/2kznvg # ai https:// blog.tilderesearch.com/blog/au rora

    Researchers have introduced Aurora, a new optimizer designed to improve the training of large neural networks, particularly those with rectangular matrices. Aurora addresses issues like neuron death in MLP layers that can occur with existing optimizers like Muon, especially when row normalization is applied. By incorporating leverage-awareness and maintaining orthogonality, Aurora demonstrates significant data efficiency, achieving 100x improvement on open-source internet data and outperforming larger models on general evaluations. The optimizer is presented as a drop-in replacement with minimal overhead, and its code has been open-sourced. AI

    IMPACT New optimizer Aurora enhances training efficiency and data utilization for large models, potentially accelerating research and development.