paper-with-me

Papers

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, Jianqing 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 false positives within a two-stage CNN-based pedestrian detection framework. The main innovation of this work lies in employing various pedestrian feature re-evaluation strategies to filter out low-quality pedestrian proposals during both the training and testing stages. Specifically, in the training phase, the Training mode FRP algorithm (TFRP) introduces a novel approach for validating pedestrian proposals to effectively guide the model training process, thereby constructing a model with strong capabilities for false positive suppression. During the inference phase, two innovative strategies are implemented: the Classifier-guided FRP (CFRP) algorithm integrates a pedestrian classifier into the proposal generation pipeline to yield high-quality proposals through pedestrian feature evaluation, and the Split-proposal FRP (SFRP) algorithm vertically divides all proposals, sending both the original and the sub-region proposals to the subsequent subnetwork to evaluate their confidence scores, filtering out those with lower sub-region pedestrian confidence scores. As a result, the proposed algorithm enhances the model's ability to suppress pedestrian false positives across all stages. Various experiments conducted on multiple benchmarks and the SY-Metro datasets demonstrate that the model, supported by different combinations of the FRP algorithm, can effectively eliminate false positives to varying extents. Furthermore, experiments conducted on embedded platforms underscore the algorithm's effectiveness in enhancing the comprehensive pedestrian detection capabilities of the small pedestrian detector in resource-constrained edge devices.

📄 PDF Abstract BibTeX arXiv:2508.01382

Code (0)

등록된 구현이 없습니다.

Tasks

Pedestrian Detection

Similar Papers 제목 키워드 기반

ASAP-NMS: Accelerating Non-Maximum Suppression Using Spatially Aware Priors

2020-07-19 · Rohun Tripathi, Vasu Singla, Mahyar Najibi, Bharat Singh 외

The widely adopted sequential variant of Non Maximum Suppression (or Greedy-NMS) is a crucial module for object-detection pipelines. Unfortunately, for the region proposal stage of two/multi-stage detectors, NMS is turni…

CPUGPUobject-detectionObject Detection+1

TLPG-Tracker: Joint Learning of Target Localization and Proposal Generation for Visual Tracking.

2020-06-01 · International Joint Conference on Artificial Intelligence 2020 6 · Siyuan Li, Zhi Zhang, Ziyu Liu, Anna Wang 외

Target localization and proposal generation are two essential subtasks in generic visual tracking, and it is a challenge to address both the two efficiently. In this paper, we propose an efficient two-stage architecture …

Visual Tracking

Dynamic Sparse R-CNN

2022-05-04 · CVPR 2022 1 · Qinghang Hong, Fengming Liu, Dong Li, Ji Liu 외

Sparse R-CNN is a recent strong object detection baseline by set prediction on sparse, learnable proposal boxes and proposal features. In this work, we propose to improve Sparse R-CNN with two dynamic designs. First, Spa…

object-detectionObject Detection

PASS3D: Precise and Accelerated Semantic Segmentation for 3D Point Cloud

2019-09-04 · Xin Kong, Guangyao Zhai, Baoquan Zhong, Yong liu

In this paper, we propose PASS3D to achieve point-wise semantic segmentation for 3D point cloud. Our framework combines the efficiency of traditional geometric methods with robustness of deep learning methods, consisting…

Autonomous DrivingData AugmentationSemantic Segmentation

A Simple Baseline for Multi-Camera 3D Object Detection

2022-08-22 · Yunpeng Zhang, Wenzhao Zheng, Zheng Zhu, Guan Huang 외

3D object detection with surrounding cameras has been a promising direction for autonomous driving. In this paper, we present SimMOD, a Simple baseline for Multi-camera Object Detection, to solve the problem. To incorpor…

3D Object DetectionAutonomous DrivingMonocular 3D Object DetectionObject+2