paper-with-me

Papers

Task-Oriented Feature Distillation

2020-12-01 · NeurIPS 2020 12 · Linfeng Zhang, Yukang Shi, Zuoqiang Shi, Kaisheng Ma, Chenglong Bao

Feature distillation, a primary method in knowledge distillation, always leads to significant accuracy improvements. Most existing methods distill features in the teacher network through a manually designed transformation. In this paper, we propose a novel distillation method named task-oriented feature distillation (TOFD) where the transformation is convolutional layers that are trained in a data-driven manner by task loss. As a result, the task-oriented information in the features can be captured and distilled to students. Moreover, an orthogonal loss is applied to the feature resizing layer in TOFD to improve the performance of knowledge distillation. Experiments show that TOFD outperforms other distillation methods by a large margin on both image classification and 3D classification tasks. Codes have been released in Github.

📄 PDF Abstract BibTeX

Code (1)

ArchipLab-LinfengZhang/Task-Oriented-Feature-Distillation 공식 구현 pytorch

Tasks

3D ClassificationGeneral Classificationimage-classificationImage ClassificationKnowledge Distillation

Similar Papers 제목 키워드 기반

CORSD: Class-Oriented Relational Self Distillation

2023-04-28 · Muzhou Yu, Sia Huat Tan, Kailu Wu, Runpei Dong 외

Knowledge distillation conducts an effective model compression method while holding some limitations:(1) the feature based distillation methods only focus on distilling the feature map but are lack of transferring the re…

Knowledge DistillationModel CompressionRelationRelation Extraction

D$^2$TV: Dual Knowledge Distillation and Target-oriented Vision Modeling for Many-to-Many Multimodal Summarization

2023-05-22 · Yunlong Liang, Fandong Meng, Jiaan Wang, Jinan Xu 외

Many-to-many multimodal summarization (M$^3$S) task aims to generate summaries in any language with document inputs in any language and the corresponding image sequence, which essentially comprises multimodal monolingual…

Knowledge Distillation

Student-Oriented Teacher Knowledge Refinement for Knowledge Distillation

2024-09-27 · Chaomin Shen, Yaomin Huang, Haokun Zhu, Jinsong Fan 외

Knowledge distillation has become widely recognized for its ability to transfer knowledge from a large teacher network to a compact and more streamlined student network. Traditional knowledge distillation methods primari…

Knowledge DistillationTransfer Learning

TOIST: Task Oriented Instance Segmentation Transformer with Noun-Pronoun Distillation

2022-10-19 · Pengfei Li, Beiwen Tian, Yongliang Shi, Xiaoxue Chen 외

Current referring expression comprehension algorithms can effectively detect or segment objects indicated by nouns, but how to understand verb reference is still under-explored. As such, we study the challenging problem …

Instance SegmentationReferring ExpressionReferring Expression ComprehensionSemantic Segmentation

DOT: A Distillation-Oriented Trainer

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

Knowledge distillation transfers knowledge from a large model to a small one via task and distillation losses. In this paper, we observe a trade-off between task and distillation losses, i.e., introducing distillation lo…

Knowledge Distillation