paper-with-me

Papers

Bespoke vs. Prêt-à-Porter Lottery Tickets: Exploiting Mask Similarity for Trainable Sub-Network Finding

2020-07-06 · Michela Paganini, Jessica Zosa Forde

The observation of sparse trainable sub-networks within over-parametrized networks - also known as Lottery Tickets (LTs) - has prompted inquiries around their trainability, scaling, uniqueness, and generalization properties. Across 28 combinations of image classification tasks and architectures, we discover differences in the connectivity structure of LTs found through different iterative pruning techniques, thus disproving their uniqueness and connecting emergent mask structure to the choice of pruning. In addition, we propose a consensus-based method for generating refined lottery tickets. This lottery ticket denoising procedure, based on the principle that parameters that always go unpruned across different tasks more reliably identify important sub-networks, is capable of selecting a meaningful portion of the architecture in an embarrassingly parallel way, while quickly discarding extra parameters without the need for further pruning iterations. We successfully train these sub-networks to performance comparable to that of ordinary lottery tickets.

📄 PDF Abstract BibTeX arXiv:2007.04091

Code (0)

등록된 구현이 없습니다.

Tasks

Denoisingimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Robust Lottery Tickets for Pre-trained Language Models

2022-11-06 · ACL 2022 5 · Rui Zheng, Rong Bao, Yuhao Zhou, Di Liang 외

Recent works on Lottery Ticket Hypothesis have shown that pre-trained language models (PLMs) contain smaller matching subnetworks(winning tickets) which are capable of reaching accuracy comparable to the original models.…

Adversarial Robustness

Dual Lottery Ticket Hypothesis

2022-03-08 · ICLR 2022 4 · Yue Bai, Huan Wang, Zhiqiang Tao, Kunpeng Li 외

Fully exploiting the learning capacity of neural networks requires overparameterized dense networks. On the other side, directly training sparse neural networks typically results in unsatisfactory performance. Lottery Ti…

KS-Lottery: Finding Certified Lottery Tickets for Multilingual Language Models

2024-02-05 · Fei Yuan, Chang Ma, Shuai Yuan, Qiushi Sun 외

The lottery ticket hypothesis posits the existence of ``winning tickets'' within a randomly initialized neural network. Do winning tickets exist for LLMs in fine-tuning scenarios? How can we find such winning tickets? In…

Translation

Finding Stable Subnetworks at Initialization with Dataset Distillation

2025-03-23 · Luke McDermott, Rahul Parhi

Recent works have shown that Dataset Distillation, the process for summarizing the training data, can be leveraged to accelerate the training of deep learning models. However, its impact on training dynamics, particularl…

Dataset DistillationLinear Mode ConnectivityNetwork Pruning

On Lottery Tickets and Minimal Task Representations in Deep Reinforcement Learning

2021-05-04 · ICLR 2022 4 · Marc Aurel Vischer, Robert Tjarko Lange, Henning Sprekeler

The lottery ticket hypothesis questions the role of overparameterization in supervised deep learning. But how is the performance of winning lottery tickets affected by the distributional shift inherent to reinforcement l…

Behavioural cloningDeep Reinforcement LearningImitation LearningInductive Bias+4