A Good Student is Cooperative and Reliable: CNN-Transformer Collaborative Learning for Semantic Segmentation
Jinjing Zhu, Yunhao Luo, Xu Zheng, Hao Wang, Lin Wang

TL;DR
This paper introduces a novel online knowledge distillation framework that enables CNN and ViT models to collaboratively learn for semantic segmentation by selectively exchanging reliable knowledge, leading to improved performance.
Contribution
The paper proposes heterogeneous feature distillation and bidirectional selective distillation techniques for effective collaborative learning between CNN and ViT models.
Findings
Outperforms state-of-the-art online distillation methods.
Effective in learning collaboratively between CNN and ViT.
Demonstrates significant improvements on benchmark datasets.
Abstract
In this paper, we strive to answer the question "how to collaboratively learn convolutional neural network (CNN)-based and vision transformer (ViT)-based models by selecting and exchanging the reliable knowledge between them for semantic segmentation?" Accordingly, we propose an online knowledge distillation (KD) framework that can simultaneously learn compact yet effective CNN-based and ViT-based models with two key technical breakthroughs to take full advantage of CNNs and ViT while compensating their limitations. Firstly, we propose heterogeneous feature distillation (HFD) to improve students' consistency in low-layer feature space by mimicking heterogeneous features between CNNs and ViT. Secondly, to facilitate the two students to learn reliable knowledge from each other, we propose bidirectional selective distillation (BSD) that can dynamically transfer selective knowledge. This is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsMulti-Head Attention · Attention Is All You Need · Residual Connection · Layer Normalization · Linear Layer · Softmax · Dense Connections · Knowledge Distillation · Vision Transformer
