paper-with-me

홈 › Papers

ReffAKD: Resource-efficient Autoencoder-based Knowledge Distillation

2024-04-15 · Divyang Doshi, Jung-eun Kim

In this research, we propose an innovative method to boost Knowledge Distillation efficiency without the need for resource-heavy teacher models. Knowledge Distillation trains a smaller `student'' model with guidance from a larger `teacher'' model, which is computationally costly. However, the main benefit comes from the soft labels provided by the teacher, helping the student grasp nuanced class similarities. In our work, we propose an efficient method for generating these soft labels, thereby eliminating the need for a large teacher model. We employ a compact autoencoder to extract essential features and calculate similarity scores between different classes. Afterward, we apply the softmax function to these similarity scores to obtain a soft probability vector. This vector serves as valuable guidance during the training of the student model. Our extensive experiments on various datasets, including CIFAR-100, Tiny Imagenet, and Fashion MNIST, demonstrate the superior resource efficiency of our approach compared to traditional knowledge distillation methods that rely on large teacher models. Importantly, our approach consistently achieves similar or even superior performance in terms of model accuracy. We also perform a comparative study with various techniques recently developed for knowledge distillation showing our approach achieves competitive performance with using significantly less resources. We also show that our approach can be easily added to any logit based knowledge distillation method. This research contributes to making knowledge distillation more accessible and cost-effective for practical applications, making it a promising avenue for improving the efficiency of model training. The code for this work is available at, https://github.com/JEKimLab/ReffAKD.

📄 PDF Abstract BibTeX arXiv:2404.09886

Code (1)

jekimlab/reffakd 공식 구현

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 제목 키워드 기반

Efficient training for compact compression models via sequential distillation

2026-01-09 · Caroline Mazini Rodrigues, Nicolas Keriven, Thomas Maugey arxiv

Deep learning models for image compression often face practical limitations in hardware-constrained applications. Although these models achieve high-quality reconstructions, they are typically complex, heavyweight, and r…

Knowledge DistillationImage Compression

Generic-to-Specific Distillation of Masked Autoencoders

2023-02-28 · CVPR 2023 1 · Wei Huang, Zhiliang Peng, Li Dong, Furu Wei 외

Large vision Transformers (ViTs) driven by self-supervised pre-training mechanisms achieved unprecedented progress. Lightweight ViT models limited by the model capacity, however, benefit little from those pre-training me…

Decoderimage-classificationImage ClassificationKnowledge Distillation+3

Robust and Resource-Efficient Data-Free Knowledge Distillation by Generative Pseudo Replay

2022-01-09 · Kuluhan Binici, Shivam Aggarwal, Nam Trung Pham, Karianto Leman 외

Data-Free Knowledge Distillation (KD) allows knowledge transfer from a trained neural network (teacher) to a more compact one (student) in the absence of original training data. Existing works use a validation set to mon…

Data-free Knowledge Distillationimage-classificationImage ClassificationKnowledge Distillation+1

Lightweight Neural Network with Knowledge Distillation for CSI Feedback

2022-10-31 · Yiming Cui, Jiajia Guo, Zheng Cao, Huaze Tang 외

Deep learning has shown promise in enhancing channel state information (CSI) feedback. However, many studies indicate that better feedback performance often accompanies higher computational complexity. Pursuing better pe…

Knowledge Distillation

Learning Interpretation with Explainable Knowledge Distillation

2021-11-12 · Raed Alharbi, Minh N. Vu, My T. Thai

Knowledge Distillation (KD) has been considered as a key solution in model compression and acceleration in recent years. In KD, a small student model is generally trained from a large teacher model by minimizing the dive…

Knowledge DistillationModel Compression