paper-with-me

홈 › Papers

Exploring Lottery Ticket Hypothesis in Spiking Neural Networks

2022-07-04 · Youngeun Kim, Yuhang Li, Hyoungseob Park, Yeshwanth Venkatesha, Ruokai Yin, Priyadarshini Panda

Spiking Neural Networks (SNNs) have recently emerged as a new generation of low-power deep neural networks, which is suitable to be implemented on low-power mobile/edge devices. As such devices have limited memory storage, neural pruning on SNNs has been widely explored in recent years. Most existing SNN pruning works focus on shallow SNNs (2~6 layers), however, deeper SNNs (>16 layers) are proposed by state-of-the-art SNN works, which is difficult to be compatible with the current SNN pruning work. To scale up a pruning technique towards deep SNNs, we investigate Lottery Ticket Hypothesis (LTH) which states that dense networks contain smaller subnetworks (i.e., winning tickets) that achieve comparable performance to the dense networks. Our studies on LTH reveal that the winning tickets consistently exist in deep SNNs across various datasets and architectures, providing up to 97% sparsity without huge performance degradation. However, the iterative searching process of LTH brings a huge training computational cost when combined with the multiple timesteps of SNNs. To alleviate such heavy searching cost, we propose Early-Time (ET) ticket where we find the important weight connectivity from a smaller number of timesteps. The proposed ET ticket can be seamlessly combined with a common pruning techniques for finding winning tickets, such as Iterative Magnitude Pruning (IMP) and Early-Bird (EB) tickets. Our experiment results show that the proposed ET ticket reduces search time by up to 38% compared to IMP or EB methods. Code is available at Github.

📄 PDF Abstract BibTeX arXiv:2207.01382

Code (1)

intelligent-computing-lab-yale/exploring-lottery-ticket-hypothesis-in-snns 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Gaining the Sparse Rewards by Exploring Lottery Tickets in Spiking Neural Network

2023-09-23 · Hao Cheng, Jiahang Cao, Erjia Xiao, Mengshu Sun 외

Deploying energy-efficient deep learning algorithms on computational-limited devices, such as robots, is still a pressing issue for real-world applications. Spiking Neural Networks (SNNs), a novel brain-inspired algorith…

Binarization

Probabilistic Modeling: Proving the Lottery Ticket Hypothesis in Spiking Neural Network

2023-05-20 · Man Yao, Yuhong Chou, Guangshe Zhao, Xiawu Zheng 외

The Lottery Ticket Hypothesis (LTH) states that a randomly-initialized large neural network contains a small sub-network (i.e., winning tickets) which, when trained in isolation, can achieve comparable performance to the…

Network Pruning

Pursing the Sparse Limitation of Spiking Deep Learning Structures

2023-11-18 · Hao Cheng, Jiahang Cao, Erjia Xiao, Mengshu Sun 외

Spiking Neural Networks (SNNs), a novel brain-inspired algorithm, are garnering increased attention for their superior computation and energy efficiency over traditional artificial neural networks (ANNs). To facilitate d…

Deep Learning

Exploring the Performance of Pruning Methods in Neural Networks: An Empirical Study of the Lottery Ticket Hypothesis

2023-03-26 · Eirik Fladmark, Muhammad Hamza Sajjad, Laura Brinkholm Justesen

In this paper, we explore the performance of different pruning methods in the context of the lottery ticket hypothesis. We compare the performance of L1 unstructured pruning, Fisher pruning, and random pruning on differe…

Juvenile state hypothesis: What we can learn from lottery ticket hypothesis researches?

2021-09-08 · Di Zhang

The proposition of lottery ticket hypothesis revealed the relationship between network structure and initialization parameters and the learning potential of neural networks. The original lottery ticket hypothesis perform…