paper-with-me

홈 › Papers

Adaptive Stochastic Natural Gradient Method for Safe Optimization on Binary Space

2026-05-18 · Kento Uchida, Ryoki Hamano, Masahiro Nomura, Shinichi Shirakawa arxiv

Optimization problems in real-world applications across the medical and engineering domains often involve potential risks when evaluating candidate solutions. Safe optimization aims to perform optimization while suppressing unsafe solution evaluations in such situations. For continuous search spaces, there exist safe optimization methods based on evolutionary computation. However, the algorithm development of safe optimization methods for binary search spaces has not been adequately addressed. In this study, we incorporate additional mechanisms for safe optimization into a binary optimization method, the adaptive stochastic natural gradient method (ASNG) with a family of Bernoulli distributions. For safety functions that must be kept non-negative during optimization, the proposed method, safe ASNG, estimates the Lipschitz constants with respect to the Hamming distance by constructing surrogate models of safety functions based on discrete Walsh functions. Then, safe ASNG computes a safe region that consists of safe solutions around the previously evaluated safe solutions. By projecting newly generated solutions to their nearest neighbors within the safe region, safe ASNG suppresses unsafe solution evaluations. Experimental results on benchmark problems on binary domains confirm that, while the comparative methods fail to suppress unsafe solution evaluations, safe ASNG achieves efficient optimization while effectively suppressing unsafe solution evaluations.

📄 PDF Abstract BibTeX arXiv:2605.17925

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Safeguarded Stochastic Polyak Step Sizes for Non-smooth Optimization: Robust Performance Without Small (Sub)Gradients

2025-12-02 · Dimitris Oikonomou, Nicolas Loizou arxiv

The stochastic Polyak step size (SPS) has proven to be a promising choice for stochastic gradient descent (SGD), delivering competitive performance relative to state-of-the-art methods on smooth convex and non-convex opt…

Stochastic Gradient Langevin Dynamics Algorithms with Adaptive Drifts

2020-09-20 · Sehwan Kim, Qifan Song, Faming Liang

Bayesian deep learning offers a principled way to address many issues concerning safety of artificial intelligence (AI), such as model uncertainty,model interpretability, and prediction bias. However, due to the lack of …

Deep Learning

Adaptive Stochastic Natural Gradient Method for One-Shot Neural Architecture Search

2019-05-21 · Youhei Akimoto, Shinichi Shirakawa, Nozomu Yoshinari, Kento Uchida 외

High sensitivity of neural architecture search (NAS) methods against their input such as step-size (i.e., learning rate) and search space prevents practitioners from applying them out-of-the-box to their own problems, al…

image-classificationImage ClassificationNeural Architecture Search

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 …

Adaptivity without Compromise: A Momentumized, Adaptive, Dual Averaged Gradient Method for Stochastic Optimization

2021-01-26 · Aaron Defazio, Samy Jelassi

We introduce MADGRAD, a novel optimization method in the family of AdaGrad adaptive gradient methods. MADGRAD shows excellent performance on deep learning optimization problems from multiple fields, including classificat…

Stochastic Optimization