paper-with-me

Papers

High-Quality Proposal Encoding and Cascade Denoising for Imaginary Supervised Object Detection

2025-11-11 · Zhiyuan Chen, Yuelin Guo, Zitong Huang, Haoyu He, Renhao Lu, Weizhe Zhang arxiv

Object detection models demand large-scale annotated datasets, which are costly and labor-intensive to create. This motivated Imaginary Supervised Object Detection (ISOD), where models train on synthetic images and test on real images. However, existing methods face three limitations: (1) synthetic datasets suffer from simplistic prompts, poor image quality, and weak supervision; (2) DETR-based detectors, due to their random query initialization, struggle with slow convergence and overfitting to synthetic patterns, hindering real-world generalization; (3) uniform denoising pressure promotes model overfitting to pseudo-label noise. We propose Cascade HQP-DETR to address these limitations. First, we introduce a high-quality data pipeline using LLaMA-3, Flux, and Grounding DINO to generate the FluxVOC and FluxCOCO datasets, advancing ISOD from weak to full supervision. Second, our High-Quality Proposal guided query encoding initializes object queries with image-specific priors from SAM-generated proposals and RoI-pooled features, accelerating convergence while steering the model to learn transferable features instead of overfitting to synthetic patterns. Third, our cascade denoising algorithm dynamically adjusts training weights through progressively increasing IoU thresholds across decoder layers, guiding the model to learn robust boundaries from reliable visual cues rather than overfitting to noisy labels. Trained for just 12 epochs solely on FluxVOC, Cascade HQP-DETR achieves a SOTA 61.04\% mAP@0.5 on PASCAL VOC 2007, outperforming strong baselines, with its competitive real-data performance confirming the architecture's universal applicability.

📄 PDF Abstract BibTeX arXiv:2511.08018

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Results from the Paper

RankTaskDatasetModelMetrics
#151 Object Detection PASCAL VOC 2007 Cascade MAP: 0.5

Similar Papers 제목 키워드 기반

3D Cascade RCNN: High Quality Object Detection in Point Clouds

2022-11-15 · Qi Cai, Yingwei Pan, Ting Yao, Tao Mei

Recent progress on 2D object detection has featured Cascade RCNN, which capitalizes on a sequence of cascade detectors to progressively improve proposal quality, towards high-quality object detection. However, there has …

2D Object Detection3D Object DetectionObjectobject-detection+2

Cascade RPN: Delving into High-Quality Region Proposal Network with Adaptive Convolution

2019-09-15 · NeurIPS 2019 12 · Thang Vu, Hyunjun Jang, Trung X. Pham, Chang D. Yoo

This paper considers an architecture referred to as Cascade Region Proposal Network (Cascade RPN) for improving the region-proposal quality and detection performance by \textit{systematically} addressing the limitation o…

Object DetectionRegion Proposal

Augmenting Proposals by the Detector Itself

2021-01-28 · Xiaopei Wan, Zhenhua Guo, Chao He, Yujiu Yang 외

Lacking enough high quality proposals for RoI box head has impeded two-stage and multi-stage object detectors for a long time, and many previous works try to solve it via improving RPN's performance or manually generatin…

CascadeV-Det: Cascade Point Voting for 3D Object Detection

2024-01-15 · Yingping Liang, Ying Fu

Anchor-free object detectors are highly efficient in performing point-based prediction without the need for extra post-processing of anchors. However, different from the 2D grids, the 3D points used in these detectors ar…

3D Object DetectionObjectobject-detectionObject Detection

CBR-Net: Cascade Boundary Refinement Network for Action Detection: Submission to ActivityNet Challenge 2020 (Task 1)

2020-06-13 · Xiang Wang, Baiteng Ma, Zhiwu Qing, Yongpeng Sang 외

In this report, we present our solution for the task of temporal action localization (detection) (task 1) in ActivityNet Challenge 2020. The purpose of this task is to temporally localize intervals where actions of inter…

Action DetectionAction LocalizationTemporal Action Localization