paper-with-me

Papers

FOGO: Forgetting-aware Orthogonalization Optimizer

2026-06-09 · Toan Nguyen, Yang Liu, Trung Le, Celso de Melo, Flora D. Salim arxiv

We argue that forgetting is not confined to continual learning but is a general optimization phenomenon: during standard training, dominant mini-batch gradients suppress rare but useful update directions, causing short-term forgetting at every step. When such knowledge is never revisited, these losses compound into long-term forgetting-the classical failure mode of continual learning. We introduce FOGO, a scalable optimizer that continuously detects and resolves gradient interference across both regimes. FOGO spectrally orthogonalizes momentum updates to prevent dominant directions from monopolizing optimization, then stores representative past directions in a compact codebook memory built on random projection, where pairwise distances are provably preserved in low-dimensional space. At each step, conflicts between the current update and stored directions are resolved via lightweight orthogonal correction and lifted back through a proximal step, with minimal overhead and no data storage. Across class-imbalanced classification, continual visual learning under domain and class shifts, continual fine-tuning of LLaVA-7B, and GPT-2 pretraining, FOGO consistently improves convergence and knowledge retention, outperforming Adam and Muon.

📄 PDF Abstract BibTeX arXiv:2606.10406

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

ARO: A New Lens On Matrix Optimization For Large Models

2026-02-09 · Wenbo Gong, Javier Zazo, Qijun Luo, Puqian Wang 외 arxiv

Matrix-based optimizers have attracted growing interest for improving LLM training efficiency, with significant progress centered on orthogonalization/whitening based methods. While yielding substantial performance gains…

MuonBP: Faster Muon via Block-Periodic Orthogonalization

2025-10-19 · Ahmed Khaled, Kaan Ozkara, Tao Yu, Mingyi Hong 외 arxiv

Gradient orthogonalization is a simple strategy that shows great utility in speeding up gradient descent. The Muon optimizer (Jordan, Jin, et al., 2024) combines gradient orthogonalization with first-order momentum and a…

MONA: Muon Optimizer with Nesterov Acceleration for Scalable Language Model Training

2026-05-26 · Jiacheng Li, Jianchao Tan, Hongtao Xu, Jiaqi Zhang 외 arxiv

The Muon optimizer has recently offered a promising alternative to AdamW for large language model training, leveraging matrix orthogonalization to produce geometry-aware updates. However, like all first-order methods, Mu…

Mathematical ReasoningCode Generation

Reassessing Muon for Matrix Factorization

2026-07-14 · Ali Parviz, Gal Mishne, Alex Cloninger arxiv

Muon has recently emerged as a strong optimizer for large-scale deep learning, where it reshapes gradient updates through approximate orthogonalization and has been reported to outperform Adam and AdamW in large language…

SUMO: Subspace-Aware Moment-Orthogonalization for Accelerating Memory-Efficient LLM Training

2025-05-30 · Yehonathan Refael, Guy Smorodinsky, Tom Tirer, Ofir Lindenbaum

Low-rank gradient-based optimization methods have significantly improved memory efficiency during the training of large language models (LLMs), enabling operations within constrained hardware without sacrificing performa…