paper-with-me

홈 › Papers

Head-Tail-Aware KL Divergence in Knowledge Distillation for Spiking Neural Networks

2025-04-29 · Tianqing Zhang, Zixin Zhu, Kairong Yu, Hongwei Wang

Spiking Neural Networks (SNNs) have emerged as a promising approach for energy-efficient and biologically plausible computation. However, due to limitations in existing training methods and inherent model constraints, SNNs often exhibit a performance gap when compared to Artificial Neural Networks (ANNs). Knowledge distillation (KD) has been explored as a technique to transfer knowledge from ANN teacher models to SNN student models to mitigate this gap. Traditional KD methods typically use Kullback-Leibler (KL) divergence to align output distributions. However, conventional KL-based approaches fail to fully exploit the unique characteristics of SNNs, as they tend to overemphasize high-probability predictions while neglecting low-probability ones, leading to suboptimal generalization. To address this, we propose Head-Tail Aware Kullback-Leibler (HTA-KL) divergence, a novel KD method for SNNs. HTA-KL introduces a cumulative probability-based mask to dynamically distinguish between high- and low-probability regions. It assigns adaptive weights to ensure balanced knowledge transfer, enhancing the overall performance. By integrating forward KL (FKL) and reverse KL (RKL) divergence, our method effectively align both head and tail regions of the distribution. We evaluate our methods on CIFAR-10, CIFAR-100 and Tiny ImageNet datasets. Our method outperforms existing methods on most datasets with fewer timesteps.

📄 PDF Abstract BibTeX arXiv:2504.20445

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
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…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

CAKD: A Correlation-Aware Knowledge Distillation Framework Based on Decoupling Kullback-Leibler Divergence

2024-10-17 · Zao Zhang, Huaming Chen, Pei Ning, Nan Yang 외

In knowledge distillation, a primary focus has been on transforming and balancing multiple distillation components. In this work, we emphasize the importance of thoroughly examining each distillation component, as we obs…

Binary ClassificationKnowledge DistillationTransfer Learning

Rethinking Kullback-Leibler Divergence in Knowledge Distillation for Large Language Models

2024-04-03 · Taiqiang Wu, Chaofan Tao, Jiahao Wang, Runming Yang 외

Kullback-Leiber divergence has been widely used in Knowledge Distillation (KD) to compress Large Language Models (LLMs). Contrary to prior assertions that reverse Kullback-Leibler (RKL) divergence is mode-seeking and thu…

DiversityKnowledge Distillation

Don't Ignore the Tail: Decoupling top-K Probabilities for Efficient Language Model Distillation

2026-02-24 · Sayantan Dasgupta, Trevor Cohn, Timothy Baldwin arxiv

The core learning signal used in language model distillation is the standard Kullback-Leibler (KL) divergence between the student and teacher distributions. Traditional KL divergence tends to be dominated by the next tok…

On the Generalization of Knowledge Distillation: An Information-Theoretic View

2026-05-13 · Bingying Li, Haiyun He arxiv

Knowledge distillation is widely used to improve generalization in practice, yet its theoretical understanding remains elusive. In the standard distillation setting, a teacher model provides soft predictions to guide the…

Knowledge Distillation

BD-KD: Balancing the Divergences for Online Knowledge Distillation

2022-12-25 · Ibtihel Amara, Nazanin Sepahvand, Brett H. Meyer, Warren J. Gross 외

We address the challenge of producing trustworthy and accurate compact models for edge devices. While Knowledge Distillation (KD) has improved model compression in terms of achieving high accuracy performance, calibratio…

Knowledge DistillationModel CompressionTransfer Learning