paper-with-me

홈 › Papers

CPR++: Object Localization via Single Coarse Point Supervision

2024-01-30 · Xuehui Yu, Pengfei Chen, Kuiran Wang, Xumeng Han, Guorong Li, Zhenjun Han, Qixiang Ye, Jianbin Jiao

Point-based object localization (POL), which pursues high-performance object sensing under low-cost data annotation, has attracted increased attention. However, the point annotation mode inevitably introduces semantic variance due to the inconsistency of annotated points. Existing POL heavily rely on strict annotation rules, which are difficult to define and apply, to handle the problem. In this study, we propose coarse point refinement (CPR), which to our best knowledge is the first attempt to alleviate semantic variance from an algorithmic perspective. CPR reduces the semantic variance by selecting a semantic centre point in a neighbourhood region to replace the initial annotated point. Furthermore, We design a sampling region estimation module to dynamically compute a sampling region for each object and use a cascaded structure to achieve end-to-end optimization. We further integrate a variance regularization into the structure to concentrate the predicted scores, yielding CPR++. We observe that CPR++ can obtain scale information and further reduce the semantic variance in a global region, thus guaranteeing high-performance object localization. Extensive experiments on four challenging datasets validate the effectiveness of both CPR and CPR++. We hope our work can inspire more research on designing algorithms rather than annotation rules to address the semantic variance problem in POL. The dataset and code will be public at github.com/ucas-vg/PointTinyBenchmark.

📄 PDF Abstract BibTeX arXiv:2401.17203

Code (2)

ucas-vg/pointtinybenchmark 공식 구현 pytorch
ucas-vg/TinyBenchmark pytorch

Tasks

ObjectObject Localization

Similar Papers 제목 키워드 기반

Object Localization under Single Coarse Point Supervision

2022-03-17 · CVPR 2022 1 · Xuehui Yu, Pengfei Chen, Di wu, Najmul Hassan 외

Point-based object localization (POL), which pursues high-performance object sensing under low-cost data annotation, has attracted increased attention. However, the point annotation mode inevitably introduces semantic va…

Multiple Instance LearningObjectObject Localization

A Coarse-Fine Network for Keypoint Localization

2017-10-01 · ICCV 2017 10 · Shaoli Huang, Mingming Gong, DaCheng Tao

We propose a coarse-fine network (CFN) that exploits multi-level supervisions for keypoint localization. Recently, convolutional neural networks (CNNs)-based methods have achieved great success due to the powerful hierar…

Pose Estimation

Tiny Object Detection with Single Point Supervision

2024-12-08 · Haoran Zhu, Chang Xu, Ruixiang Zhang, Fang Xu 외

Tiny objects, with their limited spatial resolution, often resemble point-like distributions. As a result, bounding box prediction using point-level supervision emerges as a natural and cost-effective alternative to trad…

DenoisingMultiple Instance LearningObjectobject-detection+2

P2P-Loc: Point to Point Tiny Person Localization

2021-12-31 · Xuehui Yu, Di wu, Qixiang Ye, Jianbin Jiao 외

Bounding-box annotation form has been the most frequently used method for visual object localization tasks. However, bounding-box annotation relies on a large amount of precisely annotating bounding boxes, and it is expe…

ObjectObject Localization

Learning to Guide Local Feature Matches

2020-10-21 · François Darmon, Mathieu Aubry, Pascal Monasse

We tackle the problem of finding accurate and robust keypoint correspondences between images. We propose a learning-based approach to guide local feature matches via a learned approximate image matching. Our approach can…

3D Reconstruction