paper-with-me

Papers

Heterogeneous Generative Knowledge Distillation with Masked Image Modeling

2023-09-18 · ZiMing Wang, Shumin Han, Xiaodi Wang, Jing Hao, Xianbin Cao, Baochang Zhang

Small CNN-based models usually require transferring knowledge from a large model before they are deployed in computationally resource-limited edge devices. Masked image modeling (MIM) methods achieve great success in various visual tasks but remain largely unexplored in knowledge distillation for heterogeneous deep models. The reason is mainly due to the significant discrepancy between the Transformer-based large model and the CNN-based small network. In this paper, we develop the first Heterogeneous Generative Knowledge Distillation (H-GKD) based on MIM, which can efficiently transfer knowledge from large Transformer models to small CNN-based models in a generative self-supervised fashion. Our method builds a bridge between Transformer-based models and CNNs by training a UNet-style student with sparse convolution, which can effectively mimic the visual representation inferred by a teacher over masked modeling. Our method is a simple yet effective learning paradigm to learn the visual representation and distribution of data from heterogeneous teacher models, which can be pre-trained using advanced generative methods. Extensive experiments show that it adapts well to various models and sizes, consistently achieving state-of-the-art performance in image classification, object detection, and semantic segmentation tasks. For example, in the Imagenet 1K dataset, H-GKD improves the accuracy of Resnet50 (sparse) from 76.98% to 80.01%.

📄 PDF Abstract BibTeX arXiv:2309.09571

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge Distillationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
MIM 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Masked Generative Distillation

2022-05-03 · Zhendong Yang, Zhe Li, Mingqi Shao, Dachuan Shi 외

Knowledge distillation has been applied to various tasks successfully. The current distillation algorithm usually improves students' performance by imitating the output of the teacher. This paper shows that teachers can …

image-classificationImage ClassificationInstance SegmentationKnowledge Distillation+4

Di$\mathtt{[M]}$O: Distilling Masked Diffusion Models into One-step Generator

2025-03-19 · Yuanzhi Zhu, Xi Wang, Stéphane Lathuilière, Vicky Kalogeiton

Masked Diffusion Models (MDMs) have emerged as a powerful generative modeling technique. Despite their remarkable results, they typically suffer from slow inference with several steps. In this paper, we propose Di$\matht…

Conditional Image GenerationImage GenerationText to Image GenerationText-to-Image Generation

HMID-Net: An Exploration of Masked Image Modeling and Knowledge Distillation in Hyperbolic Space

2025-07-13 · Changli Wang, Fang Yin, Jiafeng Liu, Rui Wu arxiv

Visual and semantic concepts are often structured in a hierarchical manner. For instance, textual concept `cat' entails all images of cats. A recent study, MERU, successfully adapts multimodal learning techniques from Eu…

Knowledge DistillationImage Classification

Text-to-image Synthesis via Symmetrical Distillation Networks

2018-08-21 · Mingkuan Yuan, Yuxin Peng

Text-to-image synthesis aims to automatically generate images according to text descriptions given by users, which is a highly challenging task. The main issues of text-to-image synthesis lie in two gaps: the heterogeneo…

Image Generation

DFMSD: Dual Feature Masking Stage-wise Knowledge Distillation for Object Detection

2024-07-18 · Zhourui Zhang, Jun Li, Zhijian Wu, Jifeng Shen 외

In recent years, current mainstream feature masking distillation methods mainly function by reconstructing selectively masked regions of a student network from the feature maps of a teacher network. In these methods, att…

Knowledge DistillationObjectobject-detectionObject Detection