paper-with-me

Papers

BiTrack: Bidirectional Offline 3D Multi-Object Tracking Using Camera-LiDAR Data

2024-06-26 · Kemiao Huang, Meiying Zhang, Qi Hao

Compared with real-time multi-object tracking (MOT), offline multi-object tracking (OMOT) has the advantages to perform 2D-3D detection fusion, erroneous link correction, and full track optimization but has to deal with the challenges from bounding box misalignment and track evaluation, editing, and refinement. This paper proposes "BiTrack", a 3D OMOT framework that includes modules of 2D-3D detection fusion, initial trajectory generation, and bidirectional trajectory re-optimization to achieve optimal tracking results from camera-LiDAR data. The novelty of this paper includes threefold: (1) development of a point-level object registration technique that employs a density-based similarity metric to achieve accurate fusion of 2D-3D detection results; (2) development of a set of data association and track management skills that utilizes a vertex-based similarity metric as well as false alarm rejection and track recovery mechanisms to generate reliable bidirectional object trajectories; (3) development of a trajectory re-optimization scheme that re-organizes track fragments of different fidelities in a greedy fashion, as well as refines each trajectory with completion and smoothing techniques. The experiment results on the KITTI dataset demonstrate that BiTrack achieves the state-of-the-art performance for 3D OMOT tasks in terms of accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2406.18414

Code (1)

kemo-huang/bitrack 공식 구현 pytorch

Tasks

3D Multi-Object TrackingMulti-Object TrackingMultiple Object TrackingObjectObject TrackingReal-Time Multi-Object Tracking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

1st Place Solution for YouTubeVOS Challenge 2021:Video Instance Segmentation

2021-06-12 · Thuy C. Nguyen, Tuan N. Tang, Nam LH. Phan, Chuong H. Nguyen 외

Video Instance Segmentation (VIS) is a multi-task problem performing detection, segmentation, and tracking simultaneously. Extended from image set applications, video data additionally induces the temporal information, w…

SegmentationVideo Instance Segmentation

BiTrackGAN: Cascaded CycleGANs to Constraint Face Aging

2023-04-22 · Tsung-Han Kuo, Zhenge Jia, Tei-Wei Kuo, Jingtong Hu

With the increased accuracy of modern computer vision technology, many access control systems are equipped with face recognition functions for faster identification. In order to maintain high recognition accuracy, it is …

Face RecognitionGenerative Adversarial NetworkImage-to-Image TranslationTranslation

Once Detected, Never Lost: Surpassing Human Performance in Offline LiDAR based 3D Object Detection

2023-04-24 · ICCV 2023 1 · Lue Fan, Yuxue Yang, Yiming Mao, Feng Wang 외

This paper aims for high-performance offline LiDAR-based 3D object detection. We first observe that experienced human annotators annotate objects from a track-centric perspective. They first label the objects with clear …

3D Object DetectionObjectobject-detectionObject Detection

Offline Tracking with Object Permanence

2023-10-02 · Xianzhong Liu, Holger Caesar

To reduce the expensive labor cost for manual labeling autonomous driving datasets, an alternative is to automatically label the datasets using an offline perception system. However, objects might be temporally occluded.…

3D Multi-Object TrackingAutonomous DrivingMulti-Object TrackingObject+1

Offline-Poly: A Polyhedral Framework For Offline 3D Multi-Object Tracking

2026-02-14 · Xiaoyu Li, Yitao Wu, Xian Wu, Haolin Zhuo 외 arxiv

Offline 3D multi-object tracking (MOT) is a critical component of the 4D auto-labeling (4DAL) process. It enhances pseudo-labels generated by high-performance detectors through the incorporation of temporal context. Howe…

3D Multi-Object Tracking