paper-with-me

홈 › Papers

Linear Mode Connectivity in Sparse Neural Networks

2023-10-28 · Luke McDermott, Daniel Cummings

With the rise in interest of sparse neural networks, we study how neural network pruning with synthetic data leads to sparse networks with unique training properties. We find that distilled data, a synthetic summarization of the real data, paired with Iterative Magnitude Pruning (IMP) unveils a new class of sparse networks that are more stable to SGD noise on the real data, than either the dense model, or subnetworks found with real data in IMP. That is, synthetically chosen subnetworks often train to the same minima, or exhibit linear mode connectivity. We study this through linear interpolation, loss landscape visualizations, and measuring the diagonal of the hessian. While dataset distillation as a field is still young, we find that these properties lead to synthetic subnetworks matching the performance of traditional IMP with up to 150x less training points in settings where distilled data applies.

📄 PDF Abstract BibTeX arXiv:2310.18769

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset DistillationLinear Mode ConnectivityNetwork Pruning

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…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Provable Methods for Training Neural Networks with Sparse Connectivity

2014-12-08 · Hanie Sedghi, Anima Anandkumar

We provide novel guaranteed approaches for training feedforward neural networks with sparse connectivity. We leverage on the techniques developed previously for learning linear networks and show that they can also be eff…

Mode Connectivity and Sparse Neural Networks

2019-09-25 · Jonathan Frankle, Gintare Karolina Dziugaite, Daniel M. Roy, Michael Carbin

We uncover a connection between two seemingly unrelated empirical phenomena: mode connectivity and sparsity. On the one hand, there is growing catalog of situations where, across multiple runs, SGD learns weights that fa…

Decentralized Sparse Linear Regression via Gradient-Tracking: Linear Convergence and Statistical Guarantees

2022-01-21 · Marie Maros, Gesualdo Scutari, Ying Sun, Guang Cheng

We study sparse linear regression over a network of agents, modeled as an undirected graph and no server node. The estimation of the $s$-sparse parameter is formulated as a constrained LASSO problem wherein each agent ow…

Vocal Bursts Intensity Prediction

On improving deep learning generalization with adaptive sparse connectivity

2019-06-27 · Shiwei Liu, Decebal Constantin Mocanu, Mykola Pechenizkiy

Large neural networks are very successful in various tasks. However, with limited data, the generalization capabilities of deep neural networks are also very limited. In this paper, we empirically start showing that intr…

Deep Learning

Recovering Sparse Neural Connectivity from Partial Measurements: A Covariance-Based Approach with Granger-Causality Refinement

2026-03-19 · Quilee Simeon arxiv

Inferring the connectivity of neural circuits from incomplete observations is a fundamental challenge in neuroscience. We present a covariance-based method for estimating the weight matrix of a recurrent neural network f…