paper-with-me

홈 › Papers

Adaptive Batch Size for Privately Finding Second-Order Stationary Points

2024-10-10 · Daogao Liu, Kunal Talwar

There is a gap between finding a first-order stationary point (FOSP) and a second-order stationary point (SOSP) under differential privacy constraints, and it remains unclear whether privately finding an SOSP is more challenging than finding an FOSP. Specifically, Ganesh et al. (2023) claimed that an $\alpha$-SOSP can be found with $\alpha=O(\frac{1}{n^{1/3}}+(\frac{\sqrt{d}}{n\epsilon})^{3/7})$, where $n$ is the dataset size, $d$ is the dimension, and $\epsilon$ is the differential privacy parameter. However, a recent analysis revealed an issue in their saddle point escape procedure, leading to weaker guarantees. Building on the SpiderBoost algorithm framework, we propose a new approach that uses adaptive batch sizes and incorporates the binary tree mechanism. Our method not only corrects this issue but also improves the results for privately finding an SOSP, achieving $\alpha=O(\frac{1}{n^{1/3}}+(\frac{\sqrt{d}}{n\epsilon})^{1/2})$. This improved bound matches the state-of-the-art for finding a FOSP, suggesting that privately finding an SOSP may be achievable at no additional cost.

📄 PDF Abstract BibTeX arXiv:2410.07502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Batch Size and Learning Rate Scheduler for Stochastic Gradient Descent Based on Minimization of Stochastic First-order Oracle Complexity

2025-08-07 · Hikaru Umeda, Hideaki Iiduka arxiv

The convergence behavior of mini-batch stochastic gradient descent (SGD) is highly sensitive to the batch size and learning rate settings. Recent theoretical studies have identified the existence of a critical batch size…

Large batch size training of neural networks with adversarial training and second-order information

2018-10-02 · ICLR 2019 5 · Zhewei Yao, Amir Gholami, Daiyaan Arfeen, Richard Liaw 외

The most straightforward method to accelerate Stochastic Gradient Descent (SGD) computation is to distribute the randomly selected batch of inputs over multiple processors. To keep the distributed processors fully utiliz…

Second-order methods

Capacity Overflow: A Blind Spot for Backdoor Attacks in Vision MoE

2026-08-26 · Xiaocheng Zou, Tiancheng Zheng, Xiaolin Xu, Ruyi Ding arxiv

Mixture-of-Experts (MoE) has become a prevalent paradigm for scaling Vision Transformers efficiently. To ensure computational scalability and prevent expert overload, Vision MoE architectures employ a capacity-bounded to…

Adaptive Gradient Methods at the Edge of Stability

2022-07-29 · Jeremy M. Cohen, Behrooz Ghorbani, Shankar Krishnan, Naman Agarwal 외

Very little is known about the training dynamics of adaptive gradient methods like Adam in deep learning. In this paper, we shed light on the behavior of these algorithms in the full-batch and sufficiently large batch se…

AdAdaGrad: Adaptive Batch Size Schemes for Adaptive Gradient Methods

2024-02-17 · Tim Tsz-Kit Lau, Han Liu, Mladen Kolar

The choice of batch sizes in minibatch stochastic gradient optimizers is critical in large-scale model training for both optimization and generalization performance. Although large-batch training is arguably the dominant…

image-classificationImage Classification