paper-with-me

홈 › Papers

AdamO: A Collapse-Suppressed Optimizer for Offline RL

2026-05-03 · Nan Qiao, Sheng Yue, Shuning Wang, Ju Ren arxiv

Offline reinforcement learning (RL) can fail spectacularly when bootstrapped temporal-difference (TD) updates amplify their own errors, driving the critic toward extreme and unusable Q-values. A key counterintuitive insight of this work is that collapse is not only a property of the backup rule or network architecture: optimizer dynamics themselves can directly trigger or suppress instability. From a control-theoretic viewpoint, we model offline TD learning as a feedback system and analyze Adam-based critic updates. This yields a necessary and sufficient condition for stability of the induced local update dynamics: within the regime we analyze, these dynamics are stable if and only if the spectral radius of the corresponding update operator is strictly below one. Further analysis suggests that standard Adam updates can inadvertently distort the parameter geometry, motivating explicit orthogonality constraints to prevent TD error amplification. To this end, we propose AdamO, an Adam-based optimizer with a decoupled orthogonality correction regulated by a strict task-alignment budget. We prove that this design theoretically guarantees worst-case task safety and preserves Adam's continuous-time dissipative dynamics. Empirically, AdamO is broadly compatible with diverse offline RL baselines, improving stability and returns across a broad suite of benchmarks.

📄 PDF Abstract BibTeX arXiv:2605.01968

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Decoupled Orthogonal Dynamics: Regularization for Deep Network Optimizers

2026-02-04 · Hao Chen, Jinghui Yuan, Hanmin Zhang arxiv

Is the standard weight decay in AdamW truly optimal? Although AdamW decouples weight decay from adaptive gradient scaling, a fundamental conflict remains: the Radial Tug-of-War. In deep learning, gradients tend to increa…

AdaMoLE: Fine-Tuning Large Language Models with Adaptive Mixture of Low-Rank Adaptation Experts

2024-05-01 · Zefang Liu, Jiahua Luo

We introduce AdaMoLE, a novel method for fine-tuning large language models (LLMs) through an Adaptive Mixture of Low-Rank Adaptation (LoRA) Experts. Moving beyond conventional methods that employ a static top-k strategy …

Multiple Choice Question Answering (MCQA)

AdaMoE: Token-Adaptive Routing with Null Experts for Mixture-of-Experts Language Models

2024-06-19 · Zihao Zeng, Yibo Miao, Hongcheng Gao, Hao Zhang 외

Mixture of experts (MoE) has become the standard for constructing production-level large language models (LLMs) due to its promise to boost model capacity without causing significant overheads. Nevertheless, existing MoE…

ARCMixture-of-Experts

On the Adaptation to Concept Drift for CTR Prediction

2022-04-01 · Congcong Liu, Yuejiang Li, Fei Teng, Xiwei Zhao 외

Click-through rate (CTR) prediction is a crucial task in web search, recommender systems, and online advertisement displaying. In practical application, CTR models often serve with high-speed user-generated data streams,…

Click-Through Rate PredictionIncremental LearningMixture-of-ExpertsPrediction+1

Rethinking Adam: A Twofold Exponential Moving Average Approach

2021-06-22 · Yizhou Wang, Yue Kang, Can Qin, Huan Wang 외

Adaptive gradient methods, e.g. \textsc{Adam}, have achieved tremendous success in machine learning. Scaling the learning rate element-wisely by a certain form of second moment estimate of gradients, such methods are abl…