paper-with-me

홈 › Papers

Weight Adaptation for Improving Parallel Performance of Adaptive Stochastic Natural Gradient

2026-06-18 · Yutaro Yamada, Kento Uchida, Shinichi Shirakawa arxiv

Probabilistic model-based evolutionary algorithms are promising for black-box optimization. Specifically, the adaptive stochastic natural gradient (ASNG) adaptively updates its learning rate, a typical hyperparameter in probabilistic model-based evolutionary algorithms, thereby realizing efficient and robust optimization. Although weight parameters are common hyperparameters, with the increasing demand for parallel evaluation of time-consuming tasks, it remains unclear how to set suitable weights for larger population sizes. In this paper, we propose Weight Adaptation ASNG (WA-ASNG), which incorporates a weight adaptation mechanism into ASNG. We calculated the estimated signal of the update direction from the accumulations of the natural gradient. Then, to maximize the signal, WA-ASNG adaptively updates its weight parameters by a gradient ascent over the optimization. While the learning rate adaptation plays a role in satisfying a sufficient condition for monotonic improvement of the expected objective value, the mechanism of weight adaptation is intended to maximize this improvement. The experimental results demonstrate that WA-ASNG outperforms PBIL and ASNG across various settings with population sizes ranging from 25 to 100 for binary optimization problems. Furthermore, WA-ASNG can perform efficiently in the presence of strong noise. Our code is available at https://github.com/shiralab/WA-ASNG .

📄 PDF Abstract BibTeX arXiv:2606.19861

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reliability-Guided Adaptive Ensembling for Robust Test-Time Adaptation

2026-06-21 · Adam Koziak, Yuhong Guo arxiv

Test-time adaptation (TTA) can mitigate domain shift without source data, but it is highly brittle under adversarially contaminated test streams, where corrupted inputs also destabilize online updates. We study robust te…

Test-time AdaptationOutlier Detection

Adam Improves Muon: Adaptive Moment Estimation with Orthogonalized Momentum

2026-02-19 · Minxin Zhang, Yuxuan Liu, Hayden Schaeffer arxiv

Efficient stochastic optimization typically integrates an update direction that performs well in the deterministic regime with a mechanism adapting to stochastic perturbations. While Adam uses adaptive moment estimates t…

Stochastic Optimization

Lyapunov-Based Dropout Deep Neural Network (Lb-DDNN) Controller

2023-10-30 · Saiedeh Akbari, Emily J. Griffis, Omkar Sudhir Patil, Warren E. Dixon

Deep neural network (DNN)-based adaptive controllers can be used to compensate for unstructured uncertainties in nonlinear dynamic systems. However, DNNs are also very susceptible to overfitting and co-adaptation. Dropou…

Lyapunov-Based Deep Neural Networks for Adaptive Control of Stochastic Nonlinear Systems

2024-12-30 · Saiedeh Akbari, Cristian F. Nino, Omkar Sudhir Patil, Warren E. Dixon

Controlling nonlinear stochastic dynamical systems involves substantial challenges when the dynamics contain unknown and unstructured nonlinear state-dependent terms. For such complex systems, deep neural networks can se…

Stochastic Weight Averaging in Parallel: Large-Batch Training that Generalizes Well

2020-01-07 · ICLR 2020 1 · Vipul Gupta, Santiago Akle Serrano, Dennis Decoste

We propose Stochastic Weight Averaging in Parallel (SWAP), an algorithm to accelerate DNN training. Our algorithm uses large mini-batches to compute an approximate solution quickly and then refines it by averaging the we…