paper-with-me

Papers

Deep Structured Instance Graph for Distilling Object Detectors

2021-09-27 · ICCV 2021 10 · Yixin Chen, Pengguang Chen, Shu Liu, LiWei Wang, Jiaya Jia

Effectively structuring deep knowledge plays a pivotal role in transfer from teacher to student, especially in semantic vision tasks. In this paper, we present a simple knowledge structure to exploit and encode information inside the detection system to facilitate detector knowledge distillation. Specifically, aiming at solving the feature imbalance problem while further excavating the missing relation inside semantic instances, we design a graph whose nodes correspond to instance proposal-level features and edges represent the relation between nodes. To further refine this graph, we design an adaptive background loss weight to reduce node noise and background samples mining to prune trivial edges. We transfer the entire graph as encoded knowledge representation from teacher to student, capturing local and global information simultaneously. We achieve new state-of-the-art results on the challenging COCO object detection task with diverse student-teacher pairs on both one- and two-stage detectors. We also experiment with instance segmentation to demonstrate robustness of our method. It is notable that distilled Faster R-CNN with ResNet18-FPN and ResNet50-FPN yields 38.68 and 41.82 Box AP respectively on the COCO benchmark, Faster R-CNN with ResNet101-FPN significantly achieves 43.38 AP, which outperforms ResNet152-FPN teacher about 0.7 AP. Code: https://github.com/dvlab-research/Dsig.

📄 PDF Abstract BibTeX arXiv:2109.12862

Code (1)

dvlab-research/dsig 공식 구현 pytorch

Tasks

Instance SegmentationKnowledge DistillationObjectobject-detectionObject DetectionRelationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

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

Dual Relation Knowledge Distillation for Object Detection

2023-02-11 · ZhenLiang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation pe…

Knowledge DistillationModel CompressionObjectobject-detection+2

Learning to Detect Partially Overlapping Instances

2013-06-01 · CVPR 2013 6 · Carlos Arteta, Victor Lempitsky, J. A. Noble, Andrew Zisserman

The objective of this work is to detect all instances of a class (such as cells or people) in an image. The instances may be partially overlapping and clustered, and hence quite challenging for traditional detectors, whi…

object-detectionObject Detection

SID: Incremental Learning for Anchor-Free Object Detection via Selective and Inter-Related Distillation

2020-12-31 · Can Peng, Kun Zhao, Sam Maksoud, Meng Li 외

Incremental learning requires a model to continually learn new tasks from streaming data. However, traditional fine-tuning of a well-trained deep neural network on a new task will dramatically degrade performance on the …

Incremental Learningobject-detectionObject Detection

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