paper-with-me

홈 › Papers

From Per-Image Low-Rank to Encoding Mismatch: Rethinking Feature Distillation in Vision Transformers

2025-11-19 · Huiyuan Tian, Bonan Xu, Shijian Li arxiv

Feature-map knowledge distillation (KD) transfers internal representations well between comparably sized Vision Transformers (ViTs), but it often fails in compression. We revisit this failure and uncover a paradox. Sample-wise SVD shows that each image is highly compressible, which seems to suggest that a narrow student with a linear projector should match the teacher "in principle". However, a dataset-level view contradicts this intuition: PCA shows that the teacher is a union of low-rank subspaces with significant subspace rotation across inputs. We further introduce token-level Spectral Energy Patterns (SEP) and find an architecture-invariant encoding law: tokens spread energy broadly across channel modes even when they live in low-rank subspace, creating a bandwidth mismatch. We refer to this combined phenomenon as an encoding mismatch. We propose two minimal remedies, Lift or WideLast: (i) Lift retains a lightweight lifting projector at inference to provide wider channel, or (ii) WideLast widens only the student's last block, enabling an input-dependent expansion. On ImageNet-1K, these fixes revive feature KD for ViT compression, improving DeiT-Tiny distilled from CaiT-S24 from 74.86% to 77.53%/78.23% top-1 accuracy, and they also strengthen students trained without distillation. Our analyses clarify when and why feature-map KD fails and then how to fix it. Code and raw data are provided in https://github.com/thy960112/From-Per-Image-Low-Rank-to-Encoding-Mismatch.

📄 PDF Abstract BibTeX arXiv:2511.15572

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Results from the Paper

RankTaskDatasetModelMetrics
#31 Knowledge Distillation ImageNet From Per-Image Low-Rank to Encoding Mism Top-1 accuracy %: 74.86

Similar Papers 제목 키워드 기반

Rethinking Positional Encoding

2021-07-06 · Jianqiao Zheng, Sameera Ramasinghe, Simon Lucey

It is well noted that coordinate based MLPs benefit -- in terms of preserving high-frequency information -- through the encoding of coordinate positions as an array of Fourier features. Hitherto, the rationale for the ef…

Rethinking FID Through the Geometry of the Reference Dataset

2026-05-28 · Yunghee Lee, Byeonghyun Pak arxiv

Fréchet Inception Distance (FID) is widely used to evaluate image generators, yet lower FID does not always correspond to better sample quality. We show that this mismatch depends in part on the geometry of the reference…

Rethinking LoRA for Data Heterogeneous Federated Learning: Subspace and State Alignment

2026-02-02 · Hongyi Peng, Han Yu, Xiaoxiao Li, Qiang Yang arxiv

Low-Rank Adaptation (LoRA) is widely used for federated fine-tuning. Yet under non-IID settings, it can substantially underperform full-parameter fine-tuning. Through with-high-probability robustness analysis, we uncover…

Federated Learning

DFormer: Rethinking RGBD Representation Learning for Semantic Segmentation

2023-09-18 · Bowen Yin, Xuying Zhang, Zhongyu Li, Li Liu 외

We present DFormer, a novel RGB-D pretraining framework to learn transferable representations for RGB-D segmentation tasks. DFormer has two new key innovations: 1) Unlike previous works that encode RGB-D information with…

3D geometryDecoderobject-detectionObject Detection+6

Bi-level Feature Alignment for Versatile Image Translation and Manipulation

2021-07-07 · Fangneng Zhan, Yingchen Yu, Rongliang Wu, Jiahui Zhang 외

Generative adversarial networks (GANs) have achieved great success in image translation and manipulation. However, high-fidelity image generation with faithful style control remains a grand challenge in computer vision. …

Image GenerationTranslation