paper-with-me

홈 › Papers

Real-time 3D Traffic Cone Detection for Autonomous Driving

2019-02-06 · Ankit Dhall, Dengxin Dai, Luc van Gool

Considerable progress has been made in semantic scene understanding of road scenes with monocular cameras. It is, however, mainly related to certain classes such as cars and pedestrians. This work investigates traffic cones, an object class crucial for traffic control in the context of autonomous vehicles. 3D object detection using images from a monocular camera is intrinsically an ill-posed problem. In this work, we leverage the unique structure of traffic cones and propose a pipelined approach to the problem. Specifically, we first detect cones in images by a tailored 2D object detector; then, the spatial arrangement of keypoints on a traffic cone are detected by our deep structural regression network, where the fact that the cross-ratio is projection invariant is leveraged for network regularization; finally, the 3D position of cones is recovered by the classical Perspective n-Point algorithm. Extensive experiments show that our approach can accurately detect traffic cones and estimate their position in the 3D world in real time. The proposed method is also deployed on a real-time, critical system. It runs efficiently on the low-power Jetson TX2, providing accurate 3D position estimates, allowing a race-car to map and drive autonomously on an unseen track indicated by traffic cones. With the help of robust and accurate perception, our race-car won both Formula Student Competitions held in Italy and Germany in 2018, cruising at a top-speed of 54 kmph. Visualization of the complete pipeline, mapping and navigation can be found on our project page.

📄 PDF Abstract BibTeX arXiv:1902.02394

Code (2)

Srijan2001/Keypoint-regression
ayush111111/cone_keypoint_regression

Tasks

3D Object DetectionAutonomous DrivingAutonomous Vehiclesobject-detectionObject DetectionPositionScene Understanding

Similar Papers 제목 키워드 기반

TraCon: A novel dataset for real-time traffic cones detection using deep learning

2022-05-24 · Iason Katsamenis, Eleni Eirini Karolou, Agapi Davradou, Eftychios Protopapadakis 외

Substantial progress has been made in the field of object detection in road scenes. However, it is mainly focused on vehicles and pedestrians. To this end, we investigate traffic cone detection, an object category crucia…

Objectobject-detectionObject Detection

Traffic Context Aware Data Augmentation for Rare Object Detection in Autonomous Driving

2022-05-01 · Naifan Li, Fan Song, Ying Zhang, Pengpeng Liang 외

Detection of rare objects (e.g., traffic cones, traffic barrels and traffic warning triangles) is an important perception task to improve the safety of autonomous driving. Training of such models typically requires a lar…

4kAutonomous DrivingData AugmentationObject+2

Autonomous Driving System Design for Formula Student Driverless Racecar

2018-09-19 · Hanqing Tian, Jun Ni, Jibin Hu

This paper summarizes the work of building the autonomous system including detection system and path tracking controller for a formula student autonomous racecar. A LIDAR-vision cooperating method of detecting traffic co…

Autonomous Driving

A Modular Architecture Design for Autonomous Driving Racing in Controlled Environments

2025-12-03 · Brais Fontan-Costas, M. Diaz-Cacho, Ruben Fernandez-Boullon, Manuel Alonso-Carracedo 외 arxiv

This paper presents a modular autonomous driving architecture for Formula Student Driverless competition vehicles operating in closed-circuit environments. The perception module employs YOLOv11 for real-time traffic cone…

Stereo Depth EstimationAutonomous Driving

UNet-Based Keypoint Regression for 3D Cone Localization in Autonomous Racing

2026-02-25 · Mariia Baidachna, James Carty, Aidan Ferguson, Joseph Agrane 외 arxiv

Accurate cone localization in 3D space is essential in autonomous racing for precise navigation around the track. Approaches that rely on traditional computer vision algorithms are sensitive to environmental variations, …

Keypoint Detection