paper-with-me

Papers

Energy-efficient Knowledge Distillation for Spiking Neural Networks

2021-06-14 · Dongjin Lee, Seongsik Park, Jongwan Kim, Wuhyeong Doh, Sungroh Yoon

Spiking neural networks (SNNs) have been gaining interest as energy-efficient alternatives of conventional artificial neural networks (ANNs) due to their event-driven computation. Considering the future deployment of SNN models to constrained neuromorphic devices, many studies have applied techniques originally used for ANN model compression, such as network quantization, pruning, and knowledge distillation, to SNNs. Among them, existing works on knowledge distillation reported accuracy improvements of student SNN model. However, analysis on energy efficiency, which is also an important feature of SNN, was absent. In this paper, we thoroughly analyze the performance of the distilled SNN model in terms of accuracy and energy efficiency. In the process, we observe a substantial increase in the number of spikes, leading to energy inefficiency, when using the conventional knowledge distillation methods. Based on this analysis, to achieve energy efficiency, we propose a novel knowledge distillation method with heterogeneous temperature parameters. We evaluate our method on two different datasets and show that the resulting SNN student satisfies both accuracy improvement and reduction of the number of spikes. On MNIST dataset, our proposed student SNN achieves up to 0.09% higher accuracy and produces 65% less spikes compared to the student SNN trained with conventional knowledge distillation method. We also compare the results with other SNN compression techniques and training methods.

📄 PDF Abstract BibTeX arXiv:2106.07172

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionQuantization

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MK-SGN: A Spiking Graph Convolutional Network with Multimodal Fusion and Knowledge Distillation for Skeleton-based Action Recognition

2024-04-16 · Naichuan Zheng, Hailun Xia, Zeyu Liang, Yuchen Du

In recent years, multimodal Graph Convolutional Networks (GCNs) have achieved remarkable performance in skeleton-based action recognition. The reliance on high-energy-consuming continuous floating-point operations inhere…

Action RecognitionKnowledge DistillationSkeleton Based Action Recognition

Spiking CenterNet: A Distillation-boosted Spiking Neural Network for Object Detection

2024-02-02 · Lennard Bodden, Franziska Schwaiger, Duc Bach Ha, Lars Kreuzberg 외

In the era of AI at the edge, self-driving cars, and climate change, the need for energy-efficient, small, embedded AI is growing. Spiking Neural Networks (SNNs) are a promising approach to address this challenge, with t…

DecoderKnowledge Distillationobject-detectionObject Detection+1

Exploring Extreme Quantization in Spiking Language Models

2024-05-04 · Malyaban Bal, Yi Jiang, Abhronil Sengupta

Despite the growing prevalence of large language model (LLM) architectures, a crucial concern persists regarding their energy and power consumption, which still lags far behind the remarkable energy efficiency of the hum…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+3

SpikingMamba: Towards Energy-Efficient Large Language Models via Knowledge Distillation from Mamba

2025-10-06 · Yulong Huang, Jianxiong Tang, Chao Wang, Ziyi Wang 외 arxiv

Large Language Models (LLMs) have achieved remarkable performance across tasks but remain energy-intensive due to dense matrix operations. Spiking neural networks (SNNs) improve energy efficiency by replacing dense matri…

Knowledge DistillationReinforcement Learning

Dynamic Activation with Knowledge Distillation for Energy-Efficient Spiking NN Ensembles

2025-02-19 · Orestis Konstantaropoulos, Theodoris Mallios, Maria Papadopouli

While foundation AI models excel at tasks like classification and decision-making, their high energy consumption makes them unsuitable for energy-constrained applications. Inspired by the brain's efficiency, spiking neur…

DisentanglementEnsemble LearningKnowledge Distillation