paper-with-me

홈 › Papers

RRPN: Radar Region Proposal Network for Object Detection in Autonomous Vehicles

2019-05-01 · Ramin Nabati, Hairong Qi

Region proposal algorithms play an important role in most state-of-the-art two-stage object detection networks by hypothesizing object locations in the image. Nonetheless, region proposal algorithms are known to be the bottleneck in most two-stage object detection networks, increasing the processing time for each image and resulting in slow networks not suitable for real-time applications such as autonomous driving vehicles. In this paper we introduce RRPN, a Radar-based real-time region proposal algorithm for object detection in autonomous driving vehicles. RRPN generates object proposals by mapping Radar detections to the image coordinate system and generating pre-defined anchor boxes for each mapped Radar detection point. These anchor boxes are then transformed and scaled based on the object's distance from the vehicle, to provide more accurate proposals for the detected objects. We evaluate our method on the newly released NuScenes dataset [1] using the Fast R-CNN object detection network [2]. Compared to the Selective Search object proposal algorithm [3], our model operates more than 100x faster while at the same time achieves higher detection precision and recall. Code has been made publicly available at https://github.com/mrnabati/RRPN .

📄 PDF Abstract BibTeX arXiv:1905.00526

Code (1)

mrnabati/RRPN 공식 구현 caffe2

Tasks

Autonomous DrivingAutonomous VehiclesObjectobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

Selective Search Selective Search is a region proposal algorithm for object detection tasks. It starts by over-segmenting the image based on intensity of the pixels using a graph-based…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Fast R-CNN Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN…

Similar Papers 제목 키워드 기반

RRPN++: Guidance Towards More Accurate Scene Text Detection

2020-09-28 · Jianqi Ma

RRPN is among the outstanding scene text detection approaches, but the manually-designed anchor and coarse proposal refinement make the performance still far from perfection. In this paper, we propose RRPN++ to exploit t…

Multi-Task LearningScene Text DetectionText Detection

Tell Me What They're Holding: Weakly-supervised Object Detection with Transferable Knowledge from Human-object Interaction

2019-11-19 · Daesik Kim, Gyujeong Lee, Jisoo Jeong, Nojun Kwak

In this work, we introduce a novel weakly supervised object detection (WSOD) paradigm to detect objects belonging to rare classes that have not many examples using transferable knowledge from human-object interactions (H…

Human-Object Interaction DetectionObjectobject-detectionObject Detection+3

Arbitrary-Oriented Scene Text Detection via Rotation Proposals

2017-03-03 · Jianqi Ma, Weiyuan Shao, Hao Ye, Li Wang 외

This paper introduces a novel rotation-based framework for arbitrary-oriented text detection in natural scene images. We present the Rotation Region Proposal Networks (RRPN), which are designed to generate inclined propo…

Computational EfficiencyRegion ProposalScene Text DetectionText Detection

Radar-Camera Sensor Fusion for Joint Object Detection and Distance Estimation in Autonomous Vehicles

2020-09-17 · Ramin Nabati, Hairong Qi

In this paper we present a novel radar-camera sensor fusion framework for accurate object detection and distance estimation in autonomous driving scenarios. The proposed architecture uses a middle-fusion approach to fuse…

2D Object DetectionAutonomous DrivingAutonomous VehiclesDistance regression+5

Generalization-Enhanced Few-Shot Object Detection in Remote Sensing

2025-01-05 · Hui Lin, Nan Li, Pengjuan Yao, Kexin Dong 외

Remote sensing object detection is particularly challenging due to the high resolution, multi-scale features, and diverse ground object characteristics inherent in satellite and UAV imagery. These challenges necessitate …

Few-Shot LearningFew-Shot Object DetectionObjectobject-detection+2