paper-with-me

홈 › Papers

N2NSkip: Learning Highly Sparse Networks using Neuron-to-Neuron Skip Connections

2022-08-07 · Arvind Subramaniam, Avinash Sharma

The over-parametrized nature of Deep Neural Networks leads to considerable hindrances during deployment on low-end devices with time and space constraints. Network pruning strategies that sparsify DNNs using iterative prune-train schemes are often computationally expensive. As a result, techniques that prune at initialization, prior to training, have become increasingly popular. In this work, we propose neuron-to-neuron skip connections, which act as sparse weighted skip connections, to enhance the overall connectivity of pruned DNNs. Following a preliminary pruning step, N2NSkip connections are randomly added between individual neurons/channels of the pruned network, while maintaining the overall sparsity of the network. We demonstrate that introducing N2NSkip connections in pruned networks enables significantly superior performance, especially at high sparsity levels, as compared to pruned networks without N2NSkip connections. Additionally, we present a heat diffusion-based connectivity analysis to quantitatively determine the connectivity of the pruned network with respect to the reference network. We evaluate the efficacy of our approach on two different preliminary pruning methods which prune at initialization, and consistently obtain superior performance by exploiting the enhanced connectivity resulting from N2NSkip connections.

📄 PDF Abstract BibTeX arXiv:2208.03662

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

TokenSkip: Controllable Chain-of-Thought Compression in LLMs

2025-02-17 · Heming Xia, Yongqi Li, Chak Tou Leong, Wenjie Wang 외

Chain-of-Thought (CoT) has been proven effective in enhancing the reasoning capabilities of large language models (LLMs). Recent advancements, such as OpenAI's o1 and DeepSeek-R1, suggest that scaling up the length of Co…

GSM8K

Speeding up Convolutional Neural Networks By Exploiting the Sparsity of Rectifier Units

2017-04-25 · Shaohuai Shi, Xiaowen Chu

Rectifier neuron units (ReLUs) have been widely used in deep convolutional networks. An ReLU converts negative values to zeros, and does not change positive values, which leads to a high sparsity of neurons. In this work…

ReLU$^2$ Wins: Discovering Efficient Activation Functions for Sparse LLMs

2024-02-06 · Zhengyan Zhang, Yixin Song, Guanghui Yu, Xu Han 외

Sparse computation offers a compelling solution for the inference of Large Language Models (LLMs) in low-resource scenarios by dynamically skipping the computation of inactive neurons. While traditional approaches focus …

Beta Distribution of Human MTL Neuron Sparsity: A Sparse and Skewed Code

2015-08-18

Single unit recordings in the human medial temporal lobe (MTL) have revealed a population of cells with conceptually based, highly selective activity, indicating the presence of a sparse neural code. Building off previou…

Hippocampus

Sparse Expansion and Neuronal Disentanglement

2024-05-24 · Shashata Sawmya, Linghao Kong, Ilia Markov, Dan Alistarh 외

We show how to improve the inference efficiency of an LLM by expanding it into a mixture of sparse experts, where each expert is a copy of the original weights, one-shot pruned for a specific cluster of input values. We …

Disentanglement