paper-with-me

Papers

Learning Sampling Distributions for Efficient Object Detection

2015-08-23 · Yanwei Pang, Jiale Cao, Xuelong. Li

Object detection is an important task in computer vision and learning systems. Multistage particle windows (MPW), proposed by Gualdi et al., is an algorithm of fast and accurate object detection. By sampling particle windows from a proposal distribution (PD), MPW avoids exhaustively scanning the image. Despite its success, it is unknown how to determine the number of stages and the number of particle windows in each stage. Moreover, it has to generate too many particle windows in the initialization step and it redraws unnecessary too many particle windows around object-like regions. In this paper, we attempt to solve the problems of MPW. An important fact we used is that there is large probability for a randomly generated particle window not to contain the object because the object is a sparse event relevant to the huge number of candidate windows. Therefore, we design the proposal distribution so as to efficiently reject the huge number of non-object windows. Specifically, we propose the concepts of rejection, acceptance, and ambiguity windows and regions. This contrasts to MPW which utilizes only on region of support. The PD of MPW is acceptance-oriented whereas the PD of our method (called iPW) is rejection-oriented. Experimental results on human and face detection demonstrate the efficiency and effectiveness of the iPW algorithm. The source code is publicly accessible.

📄 PDF Abstract BibTeX arXiv:1508.05581

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Image-Level or Object-Level? A Tale of Two Resampling Strategies for Long-Tailed Detection

2021-04-12 · Nadine Chang, Zhiding Yu, Yu-Xiong Wang, Anima Anandkumar 외

Training on datasets with long-tailed distributions has been challenging for major recognition tasks such as classification and detection. To deal with this challenge, image resampling is typically introduced as a simple…

Object

Instance-Aware Repeat Factor Sampling for Long-Tailed Object Detection

2023-05-14 · Burhaneddin Yaman, Tanvir Mahmud, Chun-Hao Liu

We propose an embarrassingly simple method -- instance-aware repeat factor sampling (IRFS) to address the problem of imbalanced data in long-tailed object detection. Imbalanced datasets in real-world object detection oft…

Long-tailed Object DetectionObjectobject-detectionObject Detection

Exponentially Weighted Instance-Aware Repeat Factor Sampling for Long-Tailed Object Detection Model Training in Unmanned Aerial Vehicles Surveillance Scenarios

2025-03-27 · Taufiq Ahmed, Abhishek Kumar, Constantino Álvarez Casado, Anlan Zhang 외

Object detection models often struggle with class imbalance, where rare categories appear significantly less frequently than common ones. Existing sampling-based rebalancing strategies, such as Repeat Factor Sampling (RF…

Long-tailed Object Detectionobject-detectionObject Detection

Incremental Deep Learning for Robust Object Detection in Unknown Cluttered Environments

2018-10-13 · Shin Dong Kyun, Ahmed Minhaz Uddin, Rhee Phill Kyu

Object detection in streaming images is a major step in different detection-based applications, such as object tracking, action recognition, robot navigation, and visual surveillance applications. In mostcases, image qua…

Action RecognitionActive LearningDeep LearningObject+5

Out-of-distribution Object Detection through Bayesian Uncertainty Estimation

2023-10-29 · Tianhao Zhang, Shenglin Wang, Nidhal Bouaynaya, Radu Calinescu 외

The superior performance of object detectors is often established under the condition that the test samples are in the same distribution as the training data. However, in many practical applications, out-of-distribution …

Objectobject-detectionObject Detection