paper-with-me

Papers

Exploring Inconsistent Knowledge Distillation for Object Detection with Data Augmentation

2022-09-20 · Jiawei Liang, Siyuan Liang, Aishan Liu, Ke Ma, Jingzhi Li, Xiaochun Cao

Knowledge Distillation (KD) for object detection aims to train a compact detector by transferring knowledge from a teacher model. Since the teacher model perceives data in a way different from humans, existing KD methods only distill knowledge that is consistent with labels annotated by human expert while neglecting knowledge that is not consistent with human perception, which results in insufficient distillation and sub-optimal performance. In this paper, we propose inconsistent knowledge distillation (IKD), which aims to distill knowledge inherent in the teacher model's counter-intuitive perceptions. We start by considering the teacher model's counter-intuitive perceptions of frequency and non-robust features. Unlike previous works that exploit fine-grained features or introduce additional regularizations, we extract inconsistent knowledge by providing diverse input using data augmentation. Specifically, we propose a sample-specific data augmentation to transfer the teacher model's ability in capturing distinct frequency components and suggest an adversarial feature augmentation to extract the teacher model's perceptions of non-robust features in the data. Extensive experiments demonstrate the effectiveness of our method which outperforms state-of-the-art KD baselines on one-stage, two-stage and anchor-free object detectors (at most +1.0 mAP). Our codes will be made available at \url{https://github.com/JWLiang007/IKD.git}.

📄 PDF Abstract BibTeX arXiv:2209.09841

Code (1)

jwliang007/ikd 공식 구현 pytorch

Tasks

Data AugmentationKnowledge Distillationobject-detectionObject Detection

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 제목 키워드 기반

Cloud Object Detector Adaptation by Integrating Different Source Knowledge

2024-12-10 · Advances in Neural Information Processing Systems 37 (NeurIPS 2024) 2024 12 · Shuaifeng Li, Mao Ye, Lihua Zhou, Nianxin Li 외

We propose to explore an interesting and promising problem, Cloud Object Detector Adaptation (CODA), where the target domain leverages detections provided by a large cloud model to build a target detector. Despite with p…

Domain AdaptationKnowledge DistillationObject Detection

Structured Knowledge Distillation Towards Efficient and Compact Multi-View 3D Detection

2022-11-14 · Linfeng Zhang, Yukang Shi, Hung-Shuo Tai, Zhipeng Zhang 외

Detecting 3D objects from multi-view images is a fundamental problem in 3D computer vision. Recently, significant breakthrough has been made in multi-view 3D detection tasks. However, the unprecedented detection performa…

Knowledge Distillation

Robust and Accurate Object Detection via Self-Knowledge Distillation

2021-11-14 · Weipeng Xu, Pengzhi Chu, Renhao Xie, Xiongziyan Xiao 외

Object detection has achieved promising performance on clean datasets, but how to achieve better tradeoff between the adversarial robustness and clean precision is still under-explored. Adversarial training is the mainst…

Adversarial RobustnessKnowledge Distillationobject-detectionObject Detection+2

Bridge Past and Future: Overcoming Information Asymmetry in Incremental Object Detection

2024-07-16 · Qijie Mo, Yipeng Gao, Shenghao Fu, Junkai Yan 외

In incremental object detection, knowledge distillation has been proven to be an effective way to alleviate catastrophic forgetting. However, previous works focused on preserving the knowledge of old models, ignoring tha…

Knowledge Distillationobject-detectionObject Detection

GraphKD: Exploring Knowledge Distillation Towards Document Object Detection with Structured Graph Creation

2024-02-17 · Ayan Banerjee, Sanket Biswas, Josep Lladós, Umapada Pal

Object detection in documents is a key step to automate the structural elements identification process in a digital or scanned document through understanding the hierarchical structure and relationships between different…

Knowledge Distillationobject-detectionObject Detection