paper-with-me

홈 › Papers

Detection Is Tracking: Point Cloud Multi-Sweep Deep Learning Models Revisited

2024-02-24 · Lingji Chen

Conventional tracking paradigm takes in instantaneous measurements such as range and bearing, and produces object tracks across time. In applications such as autonomous driving, lidar measurements in the form of point clouds are usually passed through a "virtual sensor" realized by a deep learning model, to produce "measurements" such as bounding boxes, which are in turn ingested by a tracking module to produce object tracks. Very often multiple lidar sweeps are accumulated in a buffer to merge and become the input to the virtual sensor. We argue in this paper that such an input already contains temporal information, and therefore the virtual sensor output should also contain temporal information, not just instantaneous values for the time corresponding to the end of the buffer. In particular, we present the deep learning model called MULti-Sweep PAired Detector (MULSPAD) that produces, for each detected object, a pair of bounding boxes at both the end time and the beginning time of the input buffer. This is achieved with fairly straightforward changes in commonly used lidar detection models, and with only marginal extra processing, but the resulting symmetry is satisfying. Such paired detections make it possible not only to construct rudimentary trackers fairly easily, but also to construct more sophisticated trackers that can exploit the extra information conveyed by the pair and be robust to choices of motion models and object birth/death models. We have conducted preliminary training and experimentation using Waymo Open Dataset, which shows the efficacy of our proposed method.

📄 PDF Abstract BibTeX arXiv:2402.15756

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingObject

Similar Papers 제목 키워드 기반

Efficient 3D Perception on Multi-Sweep Point Cloud with Gumbel Spatial Pruning

2024-11-12 · Tianyu Sun, Jianhao Li, Xueqian Zhang, Zhongdao Wang 외

This paper studies point cloud perception within outdoor environments. Existing methods face limitations in recognizing objects located at a distance or occluded, due to the sparse nature of outdoor point clouds. In this…

3D Object Detectionobject-detectionObject Detection

Augmented LiDAR Simulator for Autonomous Driving

2018-11-17 · Jin Fang, Dingfu Zhou, Feilong Yan, Tongtong Zhao 외

In Autonomous Driving (AD), detection and tracking of obstacles on the roads is a critical task. Deep-learning based methods using annotated LiDAR data have been the most widely adopted approach for this. Unfortunately, …

Autonomous Driving

Sparse Single Sweep LiDAR Point Cloud Segmentation via Learning Contextual Shape Priors from Scene Completion

2020-12-07 · Xu Yan, Jiantao Gao, Jie Li, Ruimao Zhang 외

LiDAR point cloud analysis is a core task for 3D computer vision, especially for autonomous driving. However, due to the severe sparsity and noise interference in the single sweep LiDAR point cloud, the accurate semantic…

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image3D Semantic SegmentationAutonomous Driving+3

PointTrackNet: An End-to-End Network For 3-D Object Detection and Tracking From Point Clouds

2020-02-26 · Sukai Wang, Yuxiang Sun, Chengju Liu, Ming Liu

Recent machine learning-based multi-object tracking (MOT) frameworks are becoming popular for 3-D point clouds. Most traditional tracking approaches use filters (e.g., Kalman filter or particle filter) to predict object …

Multi-Object TrackingObjectobject-detectionObject Detection+1

Depth-Semantic Alignment and Affinity-Guided Fusion for Structured Radar Point Cloud Generation

2026-06-25 · Amjad Hussain, Xin Qiu, Fuyuan Ai, Yuchen Tan 외 arxiv

Point clouds are an important carrier of three-dimensional spatial information, and their quality directly affects the performance of downstream perception tasks such as object detection and tracking. However, millimeter…

Point Cloud GenerationObject DetectionPoint Clouds