paper-with-me

Papers

Proposal Learning for Semi-Supervised Object Detection

2020-01-15 · Peng Tang, Chetan Ramaiah, Yan Wang, ran Xu, Caiming Xiong

In this paper, we focus on semi-supervised object detection to boost performance of proposal-based object detectors (a.k.a. two-stage object detectors) by training on both labeled and unlabeled data. However, it is non-trivial to train object detectors on unlabeled data due to the unavailability of ground truth labels. To address this problem, we present a proposal learning approach to learn proposal features and predictions from both labeled and unlabeled data. The approach consists of a self-supervised proposal learning module and a consistency-based proposal learning module. In the self-supervised proposal learning module, we present a proposal location loss and a contrastive loss to learn context-aware and noise-robust proposal features respectively. In the consistency-based proposal learning module, we apply consistency losses to both bounding box classification and regression predictions of proposals to learn noise-robust proposal features and predictions. Our approach enjoys the following benefits: 1) encouraging more context information to delivered in the proposals learning procedure; 2) noisy proposal features and enforcing consistency to allow noise-robust object detection; 3) building a general and high-performance semi-supervised object detection framework, which can be easily adapted to proposal-based object detectors with different backbone architectures. Experiments are conducted on the COCO dataset with all available labeled and unlabeled data. Results demonstrate that our approach consistently improves the performance of fully-supervised baselines. In particular, after combining with data distillation, our approach improves AP by about 2.0% and 0.9% on average compared to fully-supervised baselines and data distillation baselines respectively.

📄 PDF Abstract BibTeX arXiv:2001.05086

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionRobust Object DetectionSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

LEDetection: A Simple Framework for Semi-Supervised Few-Shot Object Detection

2023-03-10 · Phi Vu Tran

Few-shot object detection (FSOD) is a challenging problem aimed at detecting novel concepts from few exemplars. Existing approaches to FSOD all assume abundant base labels to adapt to novel objects. This paper studies th…

Few-Shot Object DetectionNovel Conceptsobject-detectionObject Detection+1

Learning Temporal Action Proposals With Fewer Labels

2019-10-03 · ICCV 2019 10 · Jingwei Ji, Kaidi Cao, Juan Carlos Niebles

Temporal action proposals are a common module in action detection pipelines today. Most current methods for training action proposal modules rely on fully supervised approaches that require large amounts of annotated tem…

Action DetectionSemi-Supervised Action Detection

SESS: Self-Ensembling Semi-Supervised 3D Object Detection

2019-12-26 · CVPR 2020 6 · Na Zhao, Tat-Seng Chua, Gim Hee Lee

The performance of existing point cloud-based 3D object detection methods heavily relies on large-scale high-quality 3D annotations. However, such annotations are often tedious and expensive to collect. Semi-supervised l…

3D Object Detectionimage-classificationImage ClassificationObject+3

Deep Semi-supervised Metric Learning with Dual Alignment for Cervical Cancer Cell Detection

2021-04-07 · Zhizhong Chai, Luyang Luo, Huangjing Lin, Hao Chen 외

Deep learning has achieved unprecedented success in various object detection tasks with huge amounts of labeled data. However, obtaining large-scale annotations for medical images is extremely challenging due to the high…

Cell DetectionMetric Learningobject-detectionObject Detection

Towards End-to-End Semi-Supervised Table Detection with Deformable Transformer

2023-05-04 · Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker, Marcus Liwicki 외

Table detection is the task of classifying and localizing table objects within document images. With the recent development in deep learning methods, we observe remarkable success in table detection. However, a significa…

Table Detection