paper-with-me

Papers

3D Multi-Object Tracking Using Graph Neural Networks with Cross-Edge Modality Attention

2022-03-21 · Martin Buchner, Abhinav Valada

Online 3D multi-object tracking (MOT) has witnessed significant research interest in recent years, largely driven by demand from the autonomous systems community. However, 3D offline MOT is relatively less explored. Labeling 3D trajectory scene data at a large scale while not relying on high-cost human experts is still an open research question. In this work, we propose Batch3DMOT which follows the tracking-by-detection paradigm and represents real-world scenes as directed, acyclic, and category-disjoint tracking graphs that are attributed using various modalities such as camera, LiDAR, and radar. We present a multi-modal graph neural network that uses a cross-edge attention mechanism mitigating modality intermittence, which translates into sparsity in the graph domain. Additionally, we present attention-weighted convolutions over frame-wise k-NN neighborhoods as suitable means to allow information exchange across disconnected graph components. We evaluate our approach using various sensor modalities and model configurations on the challenging nuScenes and KITTI datasets. Extensive experiments demonstrate that our proposed approach yields an overall improvement of 3.3% in the AMOTA score on nuScenes thereby setting the new state-of-the-art for 3D tracking and further enhancing false positive filtering.

📄 PDF Abstract BibTeX arXiv:2203.10926

Code (0)

등록된 구현이 없습니다.

Tasks

3D Multi-Object TrackingGraph Neural NetworkMulti-Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

PolarMOT: How Far Can Geometric Relations Take Us in 3D Multi-Object Tracking?

2022-08-03 · Aleksandr Kim, Guillem Brasó, Aljoša Ošep, Laura Leal-Taixé

Most (3D) multi-object tracking methods rely on appearance-based cues for data association. By contrast, we investigate how far we can get by only encoding geometric relationships between objects in 3D space as cues for …

3D Multi-Object TrackingEdge ClassificationGraph Neural NetworkMulti-Object Tracking+1

3DMOTFormer: Graph Transformer for Online 3D Multi-Object Tracking

2023-08-12 · ICCV 2023 1 · Shuxiao Ding, Eike Rehder, Lukas Schneider, Marius Cordts 외

Tracking 3D objects accurately and consistently is crucial for autonomous vehicles, enabling more reliable downstream tasks such as trajectory prediction and motion planning. Based on the substantial progress in object d…

3D Multi-Object TrackingAutonomous VehiclesEdge ClassificationMotion Planning+6

SSP-GNN: Learning to Track via Bilevel Optimization

2024-07-05 · Griffin Golias, Masa Nakura-Fan, Vitaly Ablavsky

We propose a graph-based tracking formulation for multi-object tracking (MOT) where target detections contain kinematic information and re-identification features (attributes). Our method applies a successive shortest pa…

Bilevel OptimizationGraph Neural NetworkMulti-Object TrackingObject Tracking

Learning Non-Uniform Hypergraph for Multi-Object Tracking

2018-12-10 · Longyin Wen, Dawei Du, Shengkun Li, Xiao Bian 외

The majority of Multi-Object Tracking (MOT) algorithms based on the tracking-by-detection scheme do not use higher order dependencies among objects or tracklets, which makes them less effective in handling complex scenar…

Multi-Object TrackingObjectObject Tracking

UniTrack: Differentiable Graph Representation Learning for Multi-Object Tracking

2026-02-04 · Bishoy Galoaa, Xiangyu Bai, Utsav Nandi, Sai Siddhartha Vivek Dhir Rangoju 외 arxiv

We present UniTrack, a plug-and-play graph-theoretic loss function designed to significantly enhance multi-object tracking (MOT) performance by directly optimizing tracking-specific objectives through unified differentia…

Graph Representation LearningMulti-Object Tracking