paper-with-me

Papers

LATTE: Accelerating LiDAR Point Cloud Annotation via Sensor Fusion, One-Click Annotation, and Tracking

2019-04-19 · Bernie Wang, Virginia Wu, Bichen Wu, Kurt Keutzer

LiDAR (Light Detection And Ranging) is an essential and widely adopted sensor for autonomous vehicles, particularly for those vehicles operating at higher levels (L4-L5) of autonomy. Recent work has demonstrated the promise of deep-learning approaches for LiDAR-based detection. However, deep-learning algorithms are extremely data hungry, requiring large amounts of labeled point-cloud data for training and evaluation. Annotating LiDAR point cloud data is challenging due to the following issues: 1) A LiDAR point cloud is usually sparse and has low resolution, making it difficult for human annotators to recognize objects. 2) Compared to annotation on 2D images, the operation of drawing 3D bounding boxes or even point-wise labels on LiDAR point clouds is more complex and time-consuming. 3) LiDAR data are usually collected in sequences, so consecutive frames are highly correlated, leading to repeated annotations. To tackle these challenges, we propose LATTE, an open-sourced annotation tool for LiDAR point clouds. LATTE features the following innovations: 1) Sensor fusion: We utilize image-based detection algorithms to automatically pre-label a calibrated image, and transfer the labels to the point cloud. 2) One-click annotation: Instead of drawing 3D bounding boxes or point-wise labels, we simplify the annotation to just one click on the target object, and automatically generate the bounding box for the target. 3) Tracking: we integrate tracking into sequence annotation such that we can transfer labels from one frame to subsequent ones and therefore significantly reduce repeated labeling. Experiments show the proposed features accelerate the annotation speed by 6.2x and significantly improve label quality with 23.6% and 2.2% higher instance-level precision and recall, and 2.0% higher bounding box IoU. LATTE is open-sourced at https://github.com/bernwang/latte.

📄 PDF Abstract BibTeX arXiv:1904.09085

Code (2)

bernwang/latte 공식 구현 tf
Rabeea369/latte tf

Tasks

Autonomous VehiclesSensor Fusion

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

VESPA: Towards un(Human)supervised Open-World Pointcloud Labeling for Autonomous Driving

2025-07-27 · Levente Tempfli, Esteban Rivera, Markus Lienkamp arxiv

Data collection for autonomous driving is rapidly accelerating, but manual annotation, especially for 3D labels, remains a major bottleneck due to its high cost and labor intensity. Autolabeling has emerged as a scalable…

Scene UnderstandingAutonomous DrivingObject DetectionPoint Clouds

PALF: Pre-Annotation and Camera-LiDAR Late Fusion for the Easy Annotation of Point Clouds

2023-04-13 · Yucheng Zhang, Masaki Fukuda, Yasunori Ishii, Kyoko Ohshima 외

3D object detection has become indispensable in the field of autonomous driving. To date, gratifying breakthroughs have been recorded in 3D object detection research, attributed to deep learning. However, deep learning a…

3D Object DetectionAutonomous DrivingObjectobject-detection+1

Through the Perspective of LiDAR: A Feature-Enriched and Uncertainty-Aware Annotation Pipeline for Terrestrial Point Cloud Segmentation

2025-10-08 · Fei Zhang, Rob Chancia, Josie Clapp, Amirhossein Hassanzadeh 외 arxiv

Accurate semantic segmentation of terrestrial laser scanning (TLS) point clouds is limited by costly manual annotation. We propose a semi-automated, uncertainty-aware pipeline that integrates spherical projection, featur…

Point Cloud SegmentationSemantic SegmentationFeature ImportanceEnsemble Learning

Advancements in 3D Lane Detection Using LiDAR Point Clouds: From Data Collection to Model Development

2023-09-24 · Runkai Zhao, Yuwen Heng, Heng Wang, Yuanda Gao 외

Advanced Driver-Assistance Systems (ADAS) have successfully integrated learning-based techniques into vehicle perception and decision-making. However, their application in 3D lane detection for effective driving environm…

3D Lane DetectionDecision MakingLane Detection

Tree Annotations in LiDAR Data Using Point Densities and Convolutional Neural Networks

2020-06-09 · Ananya Gupta, Jonathan Byrne, David Moloney, Simon Watson 외

LiDAR provides highly accurate 3D point clouds. However, data needs to be manually labelled in order to provide subsequent useful information. Manual annotation of such data is time consuming, tedious and error prone, an…