paper-with-me

Papers

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 neural networks (SNNs) have emerged as a viable alternative due to their event-driven nature and compatibility with neuromorphic chips. This work introduces a novel system that combines knowledge distillation and ensemble learning to bridge the performance gap between artificial neural networks (ANNs) and SNNs. A foundation AI model acts as a teacher network, guiding smaller student SNNs organized into an ensemble, called Spiking Neural Ensemble (SNE). SNE enables the disentanglement of the teacher's knowledge, allowing each student to specialize in predicting a distinct aspect of it, while processing the same input. The core innovation of SNE is the adaptive activation of a subset of SNN models of an ensemble, leveraging knowledge-distillation, enhanced with an informed-partitioning (disentanglement) of the teacher's feature space. By dynamically activating only a subset of these student SNNs, the system balances accuracy and energy efficiency, achieving substantial energy savings with minimal accuracy loss. Moreover, SNE is significantly more efficient than the teacher network, reducing computational requirements by up to 20x with only a 2% drop in accuracy on the CIFAR-10 dataset. This disentanglement procedure achieves an accuracy improvement of up to 2.4% on the CIFAR-10 dataset compared to other partitioning schemes. Finally, we comparatively analyze SNE performance under noisy conditions, demonstrating enhanced robustness compared to its ANN teacher. In summary, SNE offers a promising new direction for energy-constrained applications.

📄 PDF Abstract BibTeX arXiv:2502.14023

Code (0)

등록된 구현이 없습니다.

Tasks

DisentanglementEnsemble LearningKnowledge Distillation

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.…
SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

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

MD-SNN: Membrane Potential-aware Distillation on Quantized Spiking Neural Network

2025-12-04 · Donghyun Lee, Abhishek Moitra, Youngeun Kim, Ruokai Yin 외 arxiv

Spiking Neural Networks (SNNs) offer a promising and energy-efficient alternative to conventional neural networks, thanks to their sparse binary activation. However, they face challenges regarding memory and computation …

Knowledge Distillation

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

On Reducing Activity with Distillation and Regularization for Energy Efficient Spiking Neural Networks

2024-06-26 · Thomas Louis, Benoit Miramond, Alain Pegatoquet, Adrien Girard

Interest in spiking neural networks (SNNs) has been growing steadily, promising an energy-efficient alternative to formal neural networks (FNNs), commonly known as artificial neural networks (ANNs). Despite increasing in…

Knowledge Distillation

A Closer Look at Knowledge Distillation in Spiking Neural Network Training

2025-11-10 · Xu Liu, Na Xia, Jinxing Zhou, Jingyuan Xu 외 arxiv

Spiking Neural Networks (SNNs) become popular due to excellent energy efficiency, yet facing challenges for effective model training. Recent works improve this by introducing knowledge distillation (KD) techniques, with …

Knowledge Distillation