paper-with-me

Papers

A PST Algorithm for FPs Suppression in Two-stage CNN Detection Methods

2024-05-24 · Qiang Guo

Pedestrian detection has been a hot spot in computer vision over the past decades due to the wide spectrum of promising applications, the major challenge of which is False Positives (FPs) that occur during pedestrian detection. The emergence various Convolutional Neural Network-based detection strategies substantially enhance the pedestrian detection accuracy but still not well solve this problem. This paper deeply analysis the detection framework of the two-stage CNN detection methods and find out false positives in detection results is due to its training strategy miss classify some false proposals, thus weakens the classification capability of following subnetwork and hardly to suppress false ones. To solve this problem, This paper proposes a pedestrian-sensitive training algorithm to effectively help two-stage CNN detection methods learn to distinguish the pedestrian and non-pedestrian samples and suppress the false positives in final detection results. The core of the proposed training algorithm is to redesign the training proposal generating pipeline of the two-stage CNN detection methods, which can avoid a certain number of false ones that mislead its training process. With the help of the proposed algorithm, the detection accuracy of the MetroNext, an smaller and accurate metro passenger detector, is further improved, which further decreases false ones in its metro passengers detection results. Based on various challenging benchmark datasets, experiment results have demonstrated that feasibility of the proposed algorithm to improve pedestrian detection accuracy by removing the false positives. Compared with the competitors, MetroNext-PST demonstrates better overall prediction performance in accuracy, total number of parameters, and inference time, thus it can become a practical solution for hunting pedestrian tailored for mobile and edge devices.

📄 PDF Abstract BibTeX arXiv:2406.18553

Code (0)

등록된 구현이 없습니다.

Tasks

Pedestrian Detection

Similar Papers 제목 키워드 기반

Adaptive NMS: Refining Pedestrian Detection in a Crowd

2019-04-07 · CVPR 2019 6 · Songtao Liu, Di Huang, Yunhong Wang

Pedestrian detection in a crowd is a very challenging issue. This paper addresses this problem by a novel Non-Maximum Suppression (NMS) algorithm to better refine the bounding boxes given by detectors. The contributions …

Object DetectionPedestrian Detection

Hashing-based Non-Maximum Suppression for Crowded Object Detection

2020-05-22 · Jianfeng Wang, Xi Yin, Lijuan Wang, Lei Zhang

In this paper, we propose an algorithm, named hashing-based non-maximum suppression (HNMS) to efficiently suppress the non-maximum boxes for object detection. Non-maximum suppression (NMS) is an essential component to su…

object-detectionObject DetectionRegion Proposal

AFDet: Anchor Free One Stage 3D Object Detection

2020-06-23 · Runzhou Ge, Zhuangzhuang Ding, Yihan Hu, Yu Wang 외

High-efficiency point cloud 3D object detection operated on embedded systems is important for many robotics applications including autonomous driving. Most previous works try to solve it using anchor-based detection meth…

3D Object DetectionAutonomous DrivingGPUObject+2

Learned Non-Maximum Suppression for 3D Object Detection

2026-06-02 · Timo Osterburg, Stefan Schütte, Torsten Bertram arxiv

Post-processing is a critical stage in LiDAR-based 3D object detection, where dense and overlapping proposals must be filtered for compact and reliable perception. This work introduces two learned filtering modules that …

3D Object Detection

A Full-Stage Refined Proposal Algorithm for Suppressing False Positives in Two-Stage CNN-Based Detection Methods

2025-08-02 · Qiang Guo, Rubo Zhang, Bingbing Zhang, Junjie Liu 외 arxiv

False positives in pedestrian detection remain a challenge that has yet to be effectively resolved. To address this issue, this paper proposes a Full-stage Refined Proposal (FRP) algorithm aimed at eliminating these fals…

Pedestrian Detection