paper-with-me

홈 › Papers

Geometric Limits of Knowledge Distillation: A Minimum-Width Theorem via Superposition Theory

2026-04-05 · Nilesh Sarkar, Dawar Jyoti Deka arxiv

Knowledge distillation compresses large teachers into smaller students, but performance saturates at a loss floor that persists across training methods and objectives. We argue this floor is geometric: neural networks represent far more features than dimensions through superposition, and a student of width $d_S$ can encode at most $d_S \cdot g(α)$ features, where $g(α) = 1/((1-α)\ln\frac{1}{1-α})$ is a sparsity-dependent capacity function. Features beyond this budget are permanently lost, yielding an importance-weighted loss floor. We validate on a toy model (48 configurations, median accuracy >93%) and on Pythia-410M, where sparse autoencoders measure $F \approx 28{,}700$ features at $α\approx 0.992$ (critical width $d_S^* \approx 1{,}065$). Distillation into five student widths confirms the predicted monotonic floor ordering. The observed floor decomposes into a geometric component and a width-independent architectural baseline ($R^2 = 0.993$). Linear probing shows coarse concepts survive even 88% feature loss, revealing the floor arises from aggregate loss of fine-grained features in the importance distribution's long tail. Our results connect representation geometry to distillation limits and provide a practical tool for predicting distillation performance from SAE measurements alone.

📄 PDF Abstract BibTeX arXiv:2604.04037

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Collaborative Multi-Teacher Knowledge Distillation for Learning Low Bit-width Deep Neural Networks

2022-10-27 · Cuong Pham, Tuan Hoang, Thanh-Toan Do

Knowledge distillation which learns a lightweight student model by distilling knowledge from a cumbersome teacher model is an attractive approach for learning compact deep neural networks (DNNs). Recent works further imp…

Knowledge DistillationQuantization

Minimum Width for Deep, Narrow MLP: A Diffeomorphism Approach

2023-08-30 · Geonho Hwang

Recently, there has been a growing focus on determining the minimum width requirements for achieving the universal approximation property in deep, narrow Multi-Layer Perceptrons (MLPs). Among these challenges, one partic…

Few-Shot Knowledge Distillation of LLMs With Counterfactual Explanations

2025-10-24 · Faisal Hamman, Pasan Dissanayake, Yanjun Fu, Sanghamitra Dutta arxiv

Knowledge distillation is a promising approach to transfer capabilities from complex teacher models to smaller, resource-efficient student models that can be deployed easily, particularly in task-aware scenarios. However…

Knowledge Distillation

Towards Understanding Knowledge Distillation

2021-05-27 · Mary Phuong, Christoph H. Lampert

Knowledge distillation, i.e., one classifier being trained on the outputs of another classifier, is an empirically very successful technique for knowledge transfer between classifiers. It has even been observed that clas…

Knowledge DistillationTransfer Learning

Marginal Utility Diminishes: Exploring the Minimum Knowledge for BERT Knowledge Distillation

2021-06-10 · ACL 2021 5 · Yuanxin Liu, Fandong Meng, Zheng Lin, Weiping Wang 외

Recently, knowledge distillation (KD) has shown great success in BERT compression. Instead of only learning from the teacher's soft label as in conventional KD, researchers find that the rich information contained in the…

Knowledge Distillation