paper-with-me

Papers

Temporal Separation with Entropy Regularization for Knowledge Distillation in Spiking Neural Networks

2025-03-05 · CVPR 2025 1 · Kairong Yu, Chengting Yu, Tianqing Zhang, Xiaochen Zhao, Shu Yang, Hongwei Wang, Qiang Zhang, Qi Xu

Spiking Neural Networks (SNNs), inspired by the human brain, offer significant computational efficiency through discrete spike-based information transfer. Despite their potential to reduce inference energy consumption, a performance gap persists between SNNs and Artificial Neural Networks (ANNs), primarily due to current training methods and inherent model limitations. While recent research has aimed to enhance SNN learning by employing knowledge distillation (KD) from ANN teacher networks, traditional distillation techniques often overlook the distinctive spatiotemporal properties of SNNs, thus failing to fully leverage their advantages. To overcome these challenge, we propose a novel logit distillation method characterized by temporal separation and entropy regularization. This approach improves existing SNN distillation techniques by performing distillation learning on logits across different time steps, rather than merely on aggregated output features. Furthermore, the integration of entropy regularization stabilizes model optimization and further boosts the performance. Extensive experimental results indicate that our method surpasses prior SNN distillation strategies, whether based on logit distillation, feature distillation, or a combination of both. The code will be available on GitHub.

📄 PDF Abstract BibTeX arXiv:2503.03144

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyKnowledge DistillationModel Optimization

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.…
Entropy Regularization 설명 없음
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 제목 키워드 기반

A Note on Knowledge Distillation Loss Function for Object Classification

2021-09-14 · Defang Chen

This research note provides a quick introduction to the knowledge distillation loss function used in object classification. In particular, we discuss its connection to a previously proposed logits matching loss function.…

Knowledge DistillationModel Compression

Class-incremental Learning with Rectified Feature-Graph Preservation

2020-12-15 · Cheng-Hsun Lei, Yi-Hsin Chen, Wen-Hsiao Peng, Wei-Chen Chiu

In this paper, we address the problem of distillation-based class-incremental learning with a single head. A central theme of this task is to learn new classes that arrive in sequential phases over time while keeping the…

class-incremental learningClass Incremental LearningIncremental Learning

SRIL: Selective Regularization for Class-Incremental Learning

2023-05-09 · Jisu Han, Jaemin Na, Wonjun Hwang

Human intelligence gradually accepts new information and accumulates knowledge throughout the lifespan. However, deep learning models suffer from a catastrophic forgetting phenomenon, where they forget previous knowledge…

class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation

DynamicKD: An Effective Knowledge Distillation via Dynamic Entropy Correction-Based Distillation for Gap Optimizing

2023-05-09 · Songling Zhu, Ronghua Shang, Bo Yuan, Weitong Zhang 외

The knowledge distillation uses a high-performance teacher network to guide the student network. However, the performance gap between the teacher and student networks can affect the student's training. This paper propose…

Knowledge Distillation

Class Interference Regularization

2020-09-04 · Bharti Munjal, Sikandar Amin, Fabio Galasso

Contrastive losses yield state-of-the-art performance for person re-identification, face verification and few shot learning. They have recently outperformed the cross-entropy loss on classification at the ImageNet scale …

Face VerificationFew-Shot LearningPerson Re-IdentificationPerson Search+1