CVApr 15, 2022

Dense Learning based Semi-Supervised Object Detection

arXiv:2204.07300v180 citationsh-index: 17Has Code
Originality Highly original
AI Analysis

This work addresses the need for anchor-free detectors in real-world applications, offering a novel semi-supervised approach that improves training efficiency and accuracy.

The paper tackles the problem of semi-supervised object detection by proposing a dense learning-based anchor-free method, achieving new state-of-the-art performance on MS-COCO and PASCAL-VOC datasets with significant margins over existing methods.

Semi-supervised object detection (SSOD) aims to facilitate the training and deployment of object detectors with the help of a large amount of unlabeled data. Though various self-training based and consistency-regularization based SSOD methods have been proposed, most of them are anchor-based detectors, ignoring the fact that in many real-world applications anchor-free detectors are more demanded. In this paper, we intend to bridge this gap and propose a DenSe Learning (DSL) based anchor-free SSOD algorithm. Specifically, we achieve this goal by introducing several novel techniques, including an Adaptive Filtering strategy for assigning multi-level and accurate dense pixel-wise pseudo-labels, an Aggregated Teacher for producing stable and precise pseudo-labels, and an uncertainty-consistency-regularization term among scales and shuffled patches for improving the generalization capability of the detector. Extensive experiments are conducted on MS-COCO and PASCAL-VOC, and the results show that our proposed DSL method records new state-of-the-art SSOD performance, surpassing existing methods by a large margin. Codes can be found at \textcolor{blue}{https://github.com/chenbinghui1/DSL}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes