paper-with-me

홈 › Papers

SparseDet: Improving Sparsely Annotated Object Detection with Pseudo-positive Mining

2022-01-12 · ICCV 2023 1 · Saksham Suri, Sai Saketh Rambhatla, Rama Chellappa, Abhinav Shrivastava

Training with sparse annotations is known to reduce the performance of object detectors. Previous methods have focused on proxies for missing ground truth annotations in the form of pseudo-labels for unlabeled boxes. We observe that existing methods suffer at higher levels of sparsity in the data due to noisy pseudo-labels. To prevent this, we propose an end-to-end system that learns to separate the proposals into labeled and unlabeled regions using Pseudo-positive mining. While the labeled regions are processed as usual, self-supervised learning is used to process the unlabeled regions thereby preventing the negative effects of noisy pseudo-labels. This novel approach has multiple advantages such as improved robustness to higher sparsity when compared to existing methods. We conduct exhaustive experiments on five splits on the PASCAL-VOC and COCO datasets achieving state-of-the-art performance. We also unify various splits used across literature for this task and present a standardized benchmark. On average, we improve by $2.6$, $3.9$ and $9.6$ mAP over previous state-of-the-art methods on three splits of increasing sparsity on COCO. Our project is publicly available at https://www.cs.umd.edu/~sakshams/SparseDet.

📄 PDF Abstract BibTeX arXiv:2201.04620

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionSelf-Supervised LearningSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

SparseDet: Towards End-to-End 3D Object Detection

2022-06-02 · Jianhong Han, Zhaoyi Wan, Zhe Liu, Jie Feng 외

In this paper, we propose SparseDet for end-to-end 3D object detection from point cloud. Existing works on 3D object detection rely on dense object candidates over all locations in a 3D or 2D grid following the mainstrea…

3D Object DetectionObjectobject-detectionObject Detection

Multispectral Pedestrian Detection with Sparsely Annotated Label

2025-01-05 · Chan Lee, Seungho Shin, Gyeong-Moon Park, Jung Uk Kim

Although existing Sparsely Annotated Object Detection (SAOD) approches have made progress in handling sparsely annotated environments in multispectral domain, where only some pedestrians are annotated, they still have th…

object-detectionObject DetectionPedestrian DetectionPseudo Label

MonoSAOD: Monocular 3D Object Detection with Sparsely Annotated Label

2026-04-02 · Junyoung Jung, Seokwon Kim, Jung Uk Kim arxiv

Monocular 3D object detection has achieved impressive performance on densely annotated datasets. However, it struggles when only a fraction of objects are labeled due to the high cost of 3D annotation. This sparsely anno…

Monocular 3D Object Detection

LLM-Assisted Semantic Guidance for Sparsely Annotated Remote Sensing Object Detection

2025-09-21 · Wei Liao, Chunyan Xu, Chenxu Wang, Zhen Cui arxiv

Sparse annotation in remote sensing object detection poses significant challenges due to dense object distributions and category imbalances. Although existing Dense Pseudo-Label methods have demonstrated substantial pote…

Object Detection

Co-mining: Self-Supervised Learning for Sparsely Annotated Object Detection

2020-12-03 · Tiancai Wang, Tong Yang, Jiale Cao, Xiangyu Zhang

Object detectors usually achieve promising results with the supervision of complete instance annotations. However, their performance is far from satisfactory with sparse instance annotations. Most existing methods for sp…

MULTI-VIEW LEARNINGObjectobject-detectionObject Detection+2