paper-with-me

홈 › Papers

Sign-In to the Lottery: Reparameterizing Sparse Training From Scratch

2025-04-17 · Advait Gadhikar, Tom Jacobs, Chao Zhou, Rebekka Burkholz

The performance gap between training sparse neural networks from scratch (PaI) and dense-to-sparse training presents a major roadblock for efficient deep learning. According to the Lottery Ticket Hypothesis, PaI hinges on finding a problem specific parameter initialization. As we show, to this end, determining correct parameter signs is sufficient. Yet, they remain elusive to PaI. To address this issue, we propose Sign-In, which employs a dynamic reparameterization that provably induces sign flips. Such sign flips are complementary to the ones that dense-to-sparse training can accomplish, rendering Sign-In as an orthogonal method. While our experiments and theory suggest performance improvements of PaI, they also carve out the main open challenge to close the gap between PaI and dense-to-sparse training.

📄 PDF Abstract BibTeX arXiv:2504.12801

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deconstructing Lottery Tickets: Zeros, Signs, and the Supermask

2019-05-03 · NeurIPS 2019 12 · Hattie Zhou, Janice Lan, Rosanne Liu, Jason Yosinski

The recent "Lottery Ticket Hypothesis" paper by Frankle & Carbin showed that a simple approach to creating sparse networks (keeping the large weights) results in models that are trainable from scratch, but only when star…

Spending Your Winning Lottery Better After Drawing It

2021-01-08 · Ajay Kumar Jaiswal, Haoyu Ma, Tianlong Chen, Ying Ding 외

Lottery Ticket Hypothesis (LTH) suggests that a dense neural network contains a sparse sub-network that can match the performance of the original dense network when trained in isolation from scratch. Most works retrain t…

Knowledge Distillation

Winning the Lottery with Continuous Sparsification

2019-12-10 · NeurIPS 2020 12 · Pedro Savarese, Hugo Silva, Michael Maire

The search for efficient, sparse deep neural network models is most prominently performed by pruning: training a dense, overparameterized network and removing parameters, usually via following a manually-crafted heuristi…

Network PruningTicket SearchTransfer Learning

RLx2: Training a Sparse Deep Reinforcement Learning Model from Scratch

2022-05-30 · Yiqin Tan, Pihe Hu, Ling Pan, Jiatai Huang 외

Training deep reinforcement learning (DRL) models usually requires high computation costs. Therefore, compressing DRL models possesses immense potential for training acceleration and model deployment. However, existing m…

Continuous ControlDeep Reinforcement LearningKnowledge DistillationModel Compression+3

Training Your Sparse Neural Network Better with Any Mask

2022-06-26 · Ajay Jaiswal, Haoyu Ma, Tianlong Chen, Ying Ding 외

Pruning large neural networks to create high-quality, independently trainable sparse masks, which can maintain similar performance to their dense counterparts, is very desirable due to the reduced space and time complexi…