paper-with-me

홈 › Papers

FAKD: Feature Augmented Knowledge Distillation for Semantic Segmentation

2022-08-30 · Jianlong Yuan, Qian Qi, Fei Du, Zhibin Wang, Fan Wang, Yifan Liu

In this work, we explore data augmentations for knowledge distillation on semantic segmentation. To avoid over-fitting to the noise in the teacher network, a large number of training examples is essential for knowledge distillation. Imagelevel argumentation techniques like flipping, translation or rotation are widely used in previous knowledge distillation framework. Inspired by the recent progress on semantic directions on feature-space, we propose to include augmentations in feature space for efficient distillation. Specifically, given a semantic direction, an infinite number of augmentations can be obtained for the student in the feature space. Furthermore, the analysis shows that those augmentations can be optimized simultaneously by minimizing an upper bound for the losses defined by augmentations. Based on the observation, a new algorithm is developed for knowledge distillation in semantic segmentation. Extensive experiments on four semantic segmentation benchmarks demonstrate that the proposed method can boost the performance of current knowledge distillation methods without any significant overhead. Code is available at: https://github.com/jianlong-yuan/FAKD.

📄 PDF Abstract BibTeX arXiv:2208.14143

Code (1)

jianlong-yuan/fakd 공식 구현

Tasks

Knowledge DistillationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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 fro…

Knowledge Distillation

One-for-All: Bridge the Gap Between Heterogeneous Architectures in Knowledge Distillation

2023-10-30 · NeurIPS 2023 11 · Zhiwei Hao, Jianyuan Guo, Kai Han, Yehui Tang 외

Knowledge distillation~(KD) has proven to be a highly effective approach for enhancing model performance through a teacher-student training scheme. However, most existing distillation methods are designed under the assum…

AllKnowledge Distillation

Knowledge Distillation Using Hierarchical Self-Supervision Augmented Distribution

2021-09-07 · Chuanguang Yang, Zhulin An, Linhang Cai, Yongjun Xu

Knowledge distillation (KD) is an effective framework that aims to transfer meaningful information from a large teacher to a smaller student. Generally, KD often involves how to define and transfer knowledge. Previous KD…

image-classificationImage ClassificationKnowledge Distillationobject-detection+2

Normalized Feature Distillation for Semantic Segmentation

2022-07-12 · Tao Liu, Xi Yang, Chenshu Chen

As a promising approach in model compression, knowledge distillation improves the performance of a compact model by transferring the knowledge from a cumbersome one. The kind of knowledge used to guide the training of th…

Knowledge DistillationModel CompressionSegmentationSemantic Segmentation

A Contrastive Distillation Approach for Incremental Semantic Segmentation in Aerial Images

2021-12-07 · Edoardo Arnaudo, Fabio Cermelli, Antonio Tavera, Claudio Rossi 외

Incremental learning represents a crucial task in aerial image processing, especially given the limited availability of large-scale annotated datasets. A major issue concerning current deep neural architectures is known …

image-classificationImage ClassificationIncremental LearningKnowledge Distillation+4