paper-with-me

Papers

SparseOpt: Addressing Normalization-induced Gradient Skew in Sparse Training

2026-05-26 · Mohammed Adnan, Rohan Jain, Tom Jacobs, Ekansh Sharma, Rahul G. Krishnan, Rebekka Burkholz, Yani Ioannou arxiv

Dynamic Sparse Training (DST) methods train neural networks by maintaining sparsity while dynamically adapting the network topology. Despite the promise of reduced computation, DST methods converge significantly slower than dense training, often requiring comparable training time to achieve similar accuracy. We demonstrate both analytically and empirically that Batch Normalization (BN) adversely affects sparse training, and propose SparseOpt, a sparsity-aware optimizer, to address this. Experiments on ResNet models across CIFAR-100 and ImageNet demonstrate consistently faster convergence and improved generalization with our proposed method. Our work highlights the limitations of current normalization layers in sparse training and provides the first systematic study of the interaction between Batch Normalization, sparse layers, and DST, taking a significant step toward making DST practically competitive with dense training.

📄 PDF Abstract BibTeX arXiv:2605.27541

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Non-IID Data Quagmire of Decentralized Machine Learning

2019-10-01 · ICML 2020 1 · Kevin Hsieh, Amar Phanishayee, Onur Mutlu, Phillip B. Gibbons

Many large-scale machine learning (ML) applications need to perform decentralized learning over datasets generated at different devices and locations. Such datasets pose a significant challenge to decentralized learning …

BIG-bench Machine Learning

SparseOptimizer: Sparsify Language Models through Moreau-Yosida Regularization and Accelerate via Compiler Co-design

2023-06-27 · Fu-Ming Guo

This paper introduces SparseOptimizer, a novel deep learning optimizer that exploits Moreau-Yosida regularization to naturally induce sparsity in large language models such as BERT, ALBERT and GPT. Key to the design of S…

Divergences induced by dual subtractive and divisive normalizations of exponential families and their convex deformations

2023-12-20 · Frank Nielsen

Exponential families are statistical models which are the workhorses in statistics, information theory, and machine learning among others. An exponential family can either be normalized subtractively by its cumulant or f…

NoRIN: Backbone-Adaptive Reversible Normalization for Time-Series Forecasting

2026-05-11 · Shun Zhang, Yuyang Xiao arxiv

Reversible instance normalization (RevIN) and its successors (Dish-TS, SAN, FAN) have become the de facto plug-in for time-series forecasting, yet the map they apply to each data point is strictly affine, $x \mapsto ax+b…

Skew-Induced Insertion Loss Deviation (SILD) and FOM_SILD: Metrics for Quantifying P/N Skew Effects in High-Speed Channels

2025-06-18 · David Nozadze, Zurab Kiguradze, Amendra Koul, Mike Sapozhnikov

The rise of AI workloads and growing data center demands have driven the need for ultra-high-speed interconnects exceeding 200 Gb/s. As unit intervals (UI) shrink, even a few picoseconds of P/N skew can degrade serialize…