SOTAVerified

Semi-supervised Object Detection via Virtual Category Learning

2022-07-07Code Available1· sign in to hype

Changrui Chen, Kurt Debattista, Jungong Han

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Due to the costliness of labelled data in real-world applications, semi-supervised object detectors, underpinned by pseudo labelling, are appealing. However, handling confusing samples is nontrivial: discarding valuable confusing samples would compromise the model generalisation while using them for training would exacerbate the confirmation bias issue caused by inevitable mislabelling. To solve this problem, this paper proposes to use confusing samples proactively without label correction. Specifically, a virtual category (VC) is assigned to each confusing sample such that they can safely contribute to the model optimisation even without a concrete label. It is attributed to specifying the embedding distance between the training sample and the virtual category as the lower bound of the inter-class distance. Moreover, we also modify the localisation loss to allow high-quality boundaries for location regression. Extensive experiments demonstrate that the proposed VC learning significantly surpasses the state-of-the-art, especially with small amounts of available labels.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO 0.5% labeled dataVCmAP19.46Unverified
COCO 10% labeled dataVCmAP34.82Unverified
COCO 1% labeled dataVCmAP23.86Unverified
COCO 2% labeled dataVCmAP27.7Unverified
COCO 5% labeled dataVCmAP32.05Unverified

Reproductions