pith. sign in

arxiv: 2309.09571 · v2 · pith:NJTSJ7XWnew · submitted 2023-09-18 · 💻 cs.CV · cs.AI

Heterogeneous Generative Knowledge Distillation with Masked Image Modeling

classification 💻 cs.CV cs.AI
keywords modelsknowledgegenerativeheterogeneouscnn-baseddistillationimagelarge
0
0 comments X
read the original abstract

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%.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Heterogeneous Knowledge Distillation via Geometry Decoupling and Momentum-Aware Gradient Regulation

    cs.CV 2026-06 unverdicted novelty 5.0

    SPOFA stabilizes heterogeneous knowledge distillation via geometry decoupling and momentum-aware gradient regulation, claiming SOTA accuracy with minimal overhead.