paper-with-me

홈 › Papers

Distilling Efficient Vision Transformers from CNNs for Semantic Segmentation

2023-10-11 · Xu Zheng, Yunhao Luo, Pengyuan Zhou, Lin Wang

In this paper, we tackle a new problem: how to transfer knowledge from the pre-trained cumbersome yet well-performed CNN-based model to learn a compact Vision Transformer (ViT)-based model while maintaining its learning capacity? Due to the completely different characteristics of ViT and CNN and the long-existing capacity gap between teacher and student models in Knowledge Distillation (KD), directly transferring the cross-model knowledge is non-trivial. To this end, we subtly leverage the visual and linguistic-compatible feature character of ViT (i.e., student), and its capacity gap with the CNN (i.e., teacher) and propose a novel CNN-to-ViT KD framework, dubbed C2VKD. Importantly, as the teacher's features are heterogeneous to those of the student, we first propose a novel visual-linguistic feature distillation (VLFD) module that explores efficient KD among the aligned visual and linguistic-compatible representations. Moreover, due to the large capacity gap between the teacher and student and the inevitable prediction errors of the teacher, we then propose a pixel-wise decoupled distillation (PDD) module to supervise the student under the combination of labels and teacher's predictions from the decoupled target and non-target classes. Experiments on three semantic segmentation benchmark datasets consistently show that the increment of mIoU of our method is over 200% of the SoTA KD methods

📄 PDF Abstract BibTeX arXiv:2310.07265

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Neighborhood Attention Makes the Encoder of ResUNet Stronger for Accurate Road Extraction

2023-06-08 · Ali Jamali, Swalpa Kumar Roy, Jonathan Li, Pedram Ghamisi

In the domain of remote sensing image interpretation, road extraction from high-resolution aerial imagery has already been a hot research topic. Although deep CNNs have presented excellent results for semantic segmentati…

SegmentationSemantic Segmentation

A Comprehensive Study of Vision Transformers on Dense Prediction Tasks

2022-01-21 · Kishaan Jeeveswaran, Senthilkumar Kathiresan, Arnav Varma, Omar Magdy 외

Convolutional Neural Networks (CNNs), architectures consisting of convolutional layers, have been the standard choice in vision tasks. Recent studies have shown that Vision Transformers (VTs), architectures based on self…

Objectobject-detectionObject DetectionSegmentation+1

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

Should we Replace CNNs with Transformers for Medical Images?

2021-09-29 · Christos Matsoukas, Johan Fredin Haslum, Moein Sorkhei, Magnus Soderberg 외

Convolutional Neural Networks (CNNs) have reigned for a decade as the de facto approach to automated medical image diagnosis, pushing the state-of-the-art in classification, detection and segmentation tasks. Recently, vi…

Segmentation

Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images

2022-01-04 · Ali Hatamizadeh, Vishwesh Nath, Yucheng Tang, Dong Yang 외

Semantic segmentation of brain tumors is a fundamental medical image analysis task involving multiple MRI imaging modalities that can assist clinicians in diagnosing the patient and successively studying the progression …

3D Semantic SegmentationBrain Tumor SegmentationImage SegmentationMedical Image Analysis+3