paper-with-me

Papers

itKD: Interchange Transfer-based Knowledge Distillation for 3D Object Detection

2022-05-31 · CVPR 2023 1 · Hyeon Cho, Junyong Choi, Geonwoo Baek, Wonjun Hwang

Point-cloud based 3D object detectors recently have achieved remarkable progress. However, most studies are limited to the development of network architectures for improving only their accuracy without consideration of the computational efficiency. In this paper, we first propose an autoencoder-style framework comprising channel-wise compression and decompression via interchange transfer-based knowledge distillation. To learn the map-view feature of a teacher network, the features from teacher and student networks are independently passed through the shared autoencoder; here, we use a compressed representation loss that binds the channel-wised compression knowledge from both student and teacher networks as a kind of regularization. The decompressed features are transferred in opposite directions to reduce the gap in the interchange reconstructions. Lastly, we present an head attention loss to match the 3D object detection information drawn by the multi-head self-attention mechanism. Through extensive experiments, we verify that our method can train the lightweight model that is well-aligned with the 3D point cloud detection task and we demonstrate its superiority using the well-known public datasets; e.g., Waymo and nuScenes.

📄 PDF Abstract BibTeX arXiv:2205.15531

Code (1)

hyeon-jo/interchange-transfer-kd 공식 구현 pytorch

Tasks

3D Object DetectionCloud DetectionComputational EfficiencyKnowledge Distillationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

GaitKD: A Universal Decoupled Distillation Framework for Efficient Gait Recognition

2026-04-29 · Yuqi Li, Qian Zhou, Huiran Duan, Jingjie Wang 외 arxiv

Gait recognition is an attractive biometric modality for long-range and contact-free identification, but high-performing gait models often rely on deep and computationally expensive architectures that are difficult to de…

Knowledge DistillationGait Recognition

ViTKD: Practical Guidelines for ViT feature knowledge distillation

2022-09-06 · Zhendong Yang, Zhe Li, Ailing Zeng, Zexian Li 외

Knowledge Distillation (KD) for Convolutional Neural Network (CNN) is extensively studied as a way to boost the performance of a small model. Recently, Vision Transformer (ViT) has achieved great success on many computer…

Image ClassificationKnowledge Distillation

Interpretable Foreground Object Search As Knowledge Distillation

2020-07-20 · ECCV 2020 8 · Boren Li, Po-Yu Zhuang, Jian Gu, Mingyang Li 외

This paper proposes a knowledge distillation method for foreground object search (FoS). Given a background and a rectangle specifying the foreground location and scale, FoS retrieves compatible foregrounds in a certain c…

Knowledge DistillationObjectRepresentation Learning

Instance Temperature Knowledge Distillation

2024-06-27 · Zhengbo Zhang, Yuxi Zhou, Jia Gong, Jun Liu 외

Knowledge distillation (KD) enhances the performance of a student network by allowing it to learn the knowledge transferred from a teacher network incrementally. Existing methods dynamically adjust the temperature to ena…

Decision MakingEfficient Explorationimage-classificationImage Classification+4

ERNIE 3.0 Tiny: Frustratingly Simple Method to Improve Task-Agnostic Distillation Generalization

2023-01-09 · Weixin Liu, Xuyi Chen, Jiaxiang Liu, Shikun Feng 외

Task-agnostic knowledge distillation attempts to address the problem of deploying large pretrained language model in resource-constrained scenarios by compressing a large pretrained model called teacher into a smaller on…

Knowledge DistillationLanguage ModellingMulti-Task Learning