paper-with-me

홈 › Papers

Sparse Weight Averaging with Multiple Particles for Iterative Magnitude Pruning

2023-05-24 · Moonseok Choi, Hyungi Lee, Giung Nam, Juho Lee

Given the ever-increasing size of modern neural networks, the significance of sparse architectures has surged due to their accelerated inference speeds and minimal memory demands. When it comes to global pruning techniques, Iterative Magnitude Pruning (IMP) still stands as a state-of-the-art algorithm despite its simple nature, particularly in extremely sparse regimes. In light of the recent finding that the two successive matching IMP solutions are linearly connected without a loss barrier, we propose Sparse Weight Averaging with Multiple Particles (SWAMP), a straightforward modification of IMP that achieves performance comparable to an ensemble of two IMP solutions. For every iteration, we concurrently train multiple sparse models, referred to as particles, using different batch orders yet the same matching ticket, and then weight average such models to produce a single mask. We demonstrate that our method consistently outperforms existing baselines across different sparsities through extensive experiments on various data and neural network structures.

📄 PDF Abstract BibTeX arXiv:2305.14852

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Sparse Model Soups: A Recipe for Improved Pruning via Model Averaging

2023-06-29 · Max Zimmer, Christoph Spiegel, Sebastian Pokutta

Neural networks can be significantly compressed by pruning, yielding sparse models with reduced storage and computational demands while preserving predictive performance. Model soups (Wortsman et al., 2022) enhance gener…

model

IMWA: Iterative Model Weight Averaging Benefits Class-Imbalanced Learning Tasks

2024-04-25 · Zitong Huang, Ze Chen, Bowen Dong, Chaoqi Liang 외

Model Weight Averaging (MWA) is a technique that seeks to enhance model's performance by averaging the weights of multiple trained models. This paper first empirically finds that 1) the vanilla MWA can benefit the class-…

image-classificationImage Classificationobject-detectionObject Detection+1

Quantized Proximal Averaging Network for Analysis Sparse Coding

2021-05-13 · Kartheek Kumar Reddy Nareddy, Mani Madhoolika Bulusu, Praveen Kumar Pokala, Chandra Sekhar Seelamantula

We solve the analysis sparse coding problem considering a combination of convex and non-convex sparsity promoting penalties. The multi-penalty formulation results in an iterative algorithm involving proximal-averaging. W…

Image ReconstructionQuantization

Variational 3D-PIV with Sparse Descriptors

2018-04-09 · Katrin Lasinger, Christoph Vogel, Thomas Pock, Konrad Schindler

3D Particle Imaging Velocimetry (3D-PIV) aim to recover the flow field in a volume of fluid, which has been seeded with tracer particles and observed from multiple camera viewpoints. The first step of 3D-PIV is to recons…

Rotation Averaging with Attention Graph Neural Networks

2020-10-14 · Joshua Thorpe, Ruwan Tennakoon, Alireza Bab-Hadiashar

In this paper we propose a real-time and robust solution to large-scale multiple rotation averaging. Until recently, Multiple rotation averaging problem had been solved using conventional iterative optimization algorithm…

Graph Neural NetworkOutlier Detection