paper-with-me

Papers

ABKD: Pursuing a Proper Allocation of the Probability Mass in Knowledge Distillation via $α$-$β$-Divergence

2025-05-07 · Guanghui Wang, Zhiyong Yang, Zitai Wang, Shi Wang, Qianqian Xu, Qingming Huang

Knowledge Distillation (KD) transfers knowledge from a large teacher model to a smaller student model by minimizing the divergence between their output distributions, typically using forward Kullback-Leibler divergence (FKLD) or reverse KLD (RKLD). It has become an effective training paradigm due to the broader supervision information provided by the teacher distribution compared to one-hot labels. We identify that the core challenge in KD lies in balancing two mode-concentration effects: the \textbf{\textit{Hardness-Concentration}} effect, which refers to focusing on modes with large errors, and the \textbf{\textit{Confidence-Concentration}} effect, which refers to focusing on modes with high student confidence. Through an analysis of how probabilities are reassigned during gradient updates, we observe that these two effects are entangled in FKLD and RKLD, but in extreme forms. Specifically, both are too weak in FKLD, causing the student to fail to concentrate on the target class. In contrast, both are too strong in RKLD, causing the student to overly emphasize the target class while ignoring the broader distributional information from the teacher. To address this imbalance, we propose ABKD, a generic framework with $\alpha$-$\beta$-divergence. Our theoretical results show that ABKD offers a smooth interpolation between FKLD and RKLD, achieving an effective trade-off between these effects. Extensive experiments on 17 language/vision datasets with 12 teacher-student settings confirm its efficacy. The code is available at https://github.com/ghwang-s/abkd.

📄 PDF Abstract BibTeX arXiv:2505.04560

Code (1)

ghwang-s/abkd 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

ABKD: Graph Neural Network Compression with Attention-Based Knowledge Distillation

2023-10-24 · Anshul Ahluwalia, Rohit Das, Payman Behnam, Alind Khare 외

Graph Neural Networks (GNNs) have proven to be quite versatile for a variety of applications, including recommendation systems, fake news detection, drug discovery, and even computer vision. Due to the expanding size of …

Drug DiscoveryFake News DetectionGraph Neural NetworkKnowledge Distillation+2

TabKD: Tabular Knowledge Distillation through Interaction Diversity of Learned Feature Bins

2026-03-16 · Shovon Niverd Pereira, Krishna Khadka, Yu Lei arxiv

Data-free knowledge distillation enables model compression without original training data, critical for privacy-sensitive tabular domains. However, existing methods does not perform well on tabular data because they do n…

Data-free Knowledge DistillationModel CompressionModel extraction

TabKDE: Simple and Scalable Tabular Data Generation with Kernel Density Estimates

2026-05-17 · Meysam Alishahi, Yan Zheng, Junpeng Wang, Chin-Chia Michael Yeh 외 arxiv

Tabular data generation considers a large table with multiple columns -- each column comprised of numerical, categorical, or sometimes ordinal values. The goal is to produce new rows for the table that replicate the dist…

Tabular Data Generation

Language Models over Canonical Byte-Pair Encodings

2025-06-09 · Tim Vieira, Tianyu Liu, Clemente Pasti, Yahya Emara 외

Modern language models represent probability distributions over character strings as distributions over (shorter) token strings derived via a deterministic tokenizer, such as byte-pair encoding. While this approach is hi…

valid

A characterization of product-form exchangeable feature probability functions

2016-07-07 · Marco Battiston, Stefano Favaro, Daniel M. Roy, Yee Whye Teh

We characterize the class of exchangeable feature allocations assigning probability $V_{n,k}\prod_{l=1}^{k}W_{m_{l}}U_{n-m_{l}}$ to a feature allocation of $n$ individuals, displaying $k$ features with counts $(m_{1},\ld…

Form