paper-with-me

홈 › Papers

Accelerating Neural Network Training Along Sharp and Flat Directions

2025-05-17 · Daniyar Zakarin, Sidak Pal Singh

Recent work has highlighted a surprising alignment between gradients and the top eigenspace of the Hessian -- termed the Dominant subspace -- during neural network training. Concurrently, there has been growing interest in the distinct roles of sharp and flat directions in the Hessian spectrum. In this work, we study Bulk-SGD, a variant of SGD that restricts updates to the orthogonal complement of the Dominant subspace. Through ablation studies, we characterize the stability properties of Bulk-SGD and identify critical hyperparameters that govern its behavior. We show that updates along the Bulk subspace, corresponding to flatter directions in the loss landscape, can accelerate convergence but may compromise stability. To balance these effects, we introduce interpolated gradient methods that unify SGD, Dom-SGD, and Bulk-SGD. Finally, we empirically connect this subspace decomposition to the Generalized Gauss-Newton and Functional Hessian terms, showing that curvature energy is largely concentrated in the Dominant subspace. Our findings suggest a principled approach to designing curvature-aware optimizers.

📄 PDF Abstract BibTeX arXiv:2505.11972

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Accelerating LLM Pre-Training through Flat-Direction Dynamics Enhancement

2026-02-26 · Shuchen Zhu, Rizhen Hu, Mingze Wang, Mou Sun 외 arxiv

Pre-training Large Language Models requires immense computational resources, making optimizer efficiency essential. The optimization landscape is highly anisotropic, with loss reduction driven predominantly by progress a…

Improving Generalization and Convergence by Enhancing Implicit Regularization

2024-05-31 · Mingze Wang, Jinbo Wang, Haotian He, Zilin Wang 외

In this work, we propose an Implicit Regularization Enhancement (IRE) framework to accelerate the discovery of flat solutions in deep learning, thereby improving generalization and convergence. Specifically, IRE decouple…

image-classificationImage Classification

On the Relation Between the Sharpest Directions of DNN Loss and the SGD Step Length

2018-07-13 · ICLR 2019 5 · Stanisław Jastrzębski, Zachary Kenton, Nicolas Ballas, Asja Fischer 외

Stochastic Gradient Descent (SGD) based training of neural networks with a large learning rate or a small batch-size typically ends in well-generalizing, flat regions of the weight space, as indicated by small eigenvalue…

Relation

Worker Disagreement Reveals Sharp Directions in Local SGD

2026-05-26 · Tolga Dimlioglu, Kristi Topollai, Anna Choromanska arxiv

Deep neural network training often exhibits highly anisotropic loss geometry, where a few sharp dominant Hessian directions coexist with a large flatter bulk. Gradients tend to align disproportionately with these dominan…

Navigating Potholes with Geometry-Aware Sharpness Minimization

2026-05-15 · Simon Dufort-Labbé, Mehrab Hamidi, Razvan Pascanu, Ioannis Mitliagkas 외 arxiv

Sharpness-aware minimization (SAM) encourages flat minima by perturbing parameters along directions of high loss curvature, but treats all parameter directions uniformly, ignoring the underlying loss geometry. We introdu…