paper-with-me

홈 › Papers

Distilling Image Classifiers in Object Detectors

2021-06-09 · NeurIPS 2021 12 · Shuxuan Guo, Jose M. Alvarez, Mathieu Salzmann

Knowledge distillation constitutes a simple yet effective way to improve the performance of a compact student network by exploiting the knowledge of a more powerful teacher. Nevertheless, the knowledge distillation literature remains limited to the scenario where the student and the teacher tackle the same task. Here, we investigate the problem of transferring knowledge not only across architectures but also across tasks. To this end, we study the case of object detection and, instead of following the standard detector-to-detector distillation approach, introduce a classifier-to-detector knowledge transfer framework. In particular, we propose strategies to exploit the classification teacher to improve both the detector's recognition accuracy and localization performance. Our experiments on several detectors with different backbones demonstrate the effectiveness of our approach, allowing us to outperform the state-of-the-art detector-to-detector distillation methods.

📄 PDF Abstract BibTeX arXiv:2106.05209

Code (1)

NVlabs/DICOD 공식 구현 pytorch

Tasks

Knowledge DistillationObjectobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Context-Aware Transfer Attacks for Object Detection

2021-12-06 · Zikui Cai, Xinxin Xie, Shasha Li, Mingjun Yin 외

Blackbox transfer attacks for image classifiers have been extensively studied in recent years. In contrast, little progress has been made on transfer attacks for object detectors. Object detectors take a holistic view of…

Objectobject-detectionObject Detection

Distilling Object Detectors With Global Knowledge

2022-10-17 · Sanli Tang, Zhongyu Zhang, Zhanzhan Cheng, Jing Lu 외

Knowledge distillation learns a lightweight student model that mimics a cumbersome teacher. Existing methods regard the knowledge as the feature of each instance or their relations, which is the instance-level knowledge …

Knowledge DistillationObjectobject-detectionObject Detection

Distilling Object Detectors via Decoupled Features

2021-03-26 · CVPR 2021 1 · Jianyuan Guo, Kai Han, Yunhe Wang, Han Wu 외

Knowledge distillation is a widely used paradigm for inheriting information from a complicated teacher network to a compact student network and maintaining the strong performance. Different from image classification, obj…

image-classificationImage ClassificationKnowledge DistillationObject+2

Distilling Object Detectors with Fine-grained Feature Imitation

2019-06-09 · CVPR 2019 6 · Tao Wang, Li Yuan, Xiaopeng Zhang, Jiashi Feng

State-of-the-art CNN based recognition models are often computationally prohibitive to deploy on low-end devices. A promising high level approach tackling this limitation is knowledge distillation, which let small studen…

Knowledge DistillationObjectobject-detectionObject Detection

Fast Local Attack: Generating Local Adversarial Examples for Object Detectors

2020-10-27 · Quanyu Liao, Xin Wang, Bin Kong, Siwei Lyu 외

The deep neural network is vulnerable to adversarial examples. Adding imperceptible adversarial perturbations to images is enough to make them fail. Most existing research focuses on attacking image classifiers or anchor…

Object