You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOBLE, XSA, MSA, Muon (+Gram NS), HyperP, mHC, PirateNets, Geosolver, HeavyBall - New ideas to try after the current batch of experiments complete and are reviewed #1926
Muon Optimizer - there are many variants, there is an official pytorch implementation, but also a "Moon" version of Muon where you change 1 arg in the pytorch version. Use the researcher-agent to go on a deep dive of all the implementations and the muon variants and then pick the most promising ones to implemnt
HyperP: Rethinking Language Model Scaling under Transferable Hypersphere Optimization https://arxiv.org/pdf/2603.28743, https://github.com/microsoft/ArchScale. Some extra notes: 1. Need to tune the hyperball learning rate w.r.t to token budget. HyperP uses T^{-0.32}. 2. Adam (instead of AdamH) is used for vectors (accord. to @liliang_ren) 3. Depth-MuP is beneficial, different from what we found in the blog. The reason is unclear yet (but could be the sandwich norm we adopt).
MSA: Memory Sparse Attention for Efficient End-to-End Memory Model Scaling to 100M Tokens - MSA lets AI models directly store and reason over massive long-term memory inside their attention system, without relying on external retrieval or lossy compression, making them far more accurate and scalable. ALthough LLM-focussed, maybe there is something cool we could do here as we do ingest a lot of points at once, maybe there is a parallel between long-context LLM tweaks and ingesting lots of points in a batch? - https://arxiv.org/pdf/2603.23516
Try the following ideas next, but wait for current running experiments to complete:
Looking forward to seeing these results, you're going to do great!