paper-with-me

Papers

Distilling Inductive Bias: Knowledge Distillation Beyond Model Compression

2023-09-30 · Gousia Habib, Tausifa Jan Saleem, Brejesh lall

With the rapid development of computer vision, Vision Transformers (ViTs) offer the tantalizing prospect of unified information processing across visual and textual domains. But due to the lack of inherent inductive biases in ViTs, they require enormous amount of data for training. To make their applications practical, we introduce an innovative ensemble-based distillation approach distilling inductive bias from complementary lightweight teacher models. Prior systems relied solely on convolution-based teaching. However, this method incorporates an ensemble of light teachers with different architectural tendencies, such as convolution and involution, to instruct the student transformer jointly. Because of these unique inductive biases, instructors can accumulate a wide range of knowledge, even from readily identifiable stored datasets, which leads to enhanced student performance. Our proposed framework also involves precomputing and storing logits in advance, essentially the unnormalized predictions of the model. This optimization can accelerate the distillation process by eliminating the need for repeated forward passes during knowledge distillation, significantly reducing the computational burden and enhancing efficiency.

📄 PDF Abstract BibTeX arXiv:2310.00369

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasKnowledge DistillationmodelModel Compression

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Cumulative Spatial Knowledge Distillation for Vision Transformers

2023-07-17 · ICCV 2023 1 · Borui Zhao, RenJie Song, Jiajun Liang

Distilling knowledge from convolutional neural networks (CNNs) is a double-edged sword for vision transformers (ViTs). It boosts the performance since the image-friendly local-inductive bias of CNN helps ViT learn faster…

Inductive BiasKnowledge DistillationTransfer Learning

Graph-based Knowledge Distillation by Multi-head Attention Network

2019-07-04 · Seunghyun Lee, Byung Cheol Song

Knowledge distillation (KD) is a technique to derive optimal performance from a small student network (SN) by distilling knowledge of a large teacher network (TN) and transferring the distilled knowledge to the small SN.…

Inductive BiasKnowledge DistillationMulti-Task LearningTransfer Learning

Grid-Preserving Knowledge Distillation: Transferring Convolutional Inductive Bias to Vision Transformers under Data Scarcity

2026-08-11 · Junyong Choi, Cheolhyeon Park, Jaehoon Cho arxiv

Vision Transformers demonstrate remarkable global modeling capacity but often underperform in data-scarce regimes. Distilling convolutional inductive biases from a CNN teacher provides an effective remedy while leaving t…

Knowledge DistillationGeneral Knowledge

HDKD: Hybrid Data-Efficient Knowledge Distillation Network for Medical Image Classification

2024-07-10 · Omar S. EL-Assiouti, Ghada Hamed, Dina Khattab, Hala M. Ebied

Vision Transformers (ViTs) have achieved significant advancement in computer vision tasks due to their powerful modeling capacity. However, their performance notably degrades when trained with insufficient data due to la…

Computational Efficiencyimage-classificationImage ClassificationKnowledge Distillation+1

Transferring Inductive Biases through Knowledge Distillation

2020-05-31 · Samira Abnar, Mostafa Dehghani, Willem Zuidema

Having the right inductive biases can be crucial in many tasks or scenarios where data or computing resources are a limiting factor, or where training data is not perfectly representative of the conditions at test time. …

Knowledge Distillation