3D Multi-Object Tracking

31 papers with code • 6 benchmarks • 7 datasets

Image: Weng et al

Most implemented papers

GNN3DMOT: Graph Neural Network for 3D Multi-Object Tracking With 2D-3D Multi-Feature Learning

xinshuoweng/GNN3DMOT CVPR 2020

As a result, the feature of one object is informed of the features of other objects so that the object feature can lean towards the object with similar feature (i. e., object probably with a same ID) and deviate from objects with dissimilar features (i. e., object probably with different IDs), leading to a more discriminative feature for each object; (2) instead of obtaining the feature from either 2D or 3D space in prior work, we propose a novel joint feature extractor to learn appearance and motion features from 2D and 3D space simultaneously.

GNN3DMOT: Graph Neural Network for 3D Multi-Object Tracking with Multi-Feature Learning

xinshuoweng/GNN3DMOT 12 Jun 2020

As a result, the feature of one object is informed of the features of other objects so that the object feature can lean towards the object with similar feature (i. e., object probably with a same ID) and deviate from objects with dissimilar features (i. e., object probably with different IDs), leading to a more discriminative feature for each object; (2) instead of obtaining the feature from either 2D or 3D space in prior work, we propose a novel joint feature extractor to learn appearance and motion features from 2D and 3D space simultaneously.

3D-ZeF: A 3D Zebrafish Tracking Benchmark Dataset

mapeAAU/3D-ZeF CVPR 2020

In this work we present a novel publicly available stereo based 3D RGB dataset for multi-object zebrafish tracking, called 3D-ZeF.

DEFT: Detection Embeddings for Tracking

MedChaabane/DEFT 3 Feb 2021

DEFT has comparable accuracy and speed to the top methods on 2D online tracking leaderboards while having significant advantages in robustness when applied to more challenging tracking data.

Track to Detect and Segment: An Online Multi-Object Tracker

JialianW/TraDeS CVPR 2021

Most online multi-object trackers perform object detection stand-alone in a neural net without any input from tracking.

Score refinement for confidence-based 3D multi-object tracking

cogsys-tuebingen/CBMOT 9 Jul 2021

We show that manipulating the scores depending on time consistency while terminating the tracklets depending on the tracklet score improves tracking results.

Immortal Tracker: Tracklet Never Dies

immortaltracker/immortaltracker 26 Nov 2021

We employ a simple Kalman filter for trajectory prediction and preserve the tracklet by prediction when the target is not visible.

Graph Neural Network for Cell Tracking in Microscopy Videos

talbenha/cell-tracker-gnn 9 Feb 2022

By modeling the entire time-lapse sequence as a direct graph where cell instances are represented by its nodes and their associations by its edges, we extract the entire set of cell trajectories by looking for the maximal paths in the graph.

DeepFusionMOT: A 3D Multi-Object Tracking Framework Based on Camera-LiDAR Fusion with Deep Association

wangxiyang2022/DeepFusionMOT 24 Feb 2022

This association mechanism realizes tracking of an object in a 2D domain when the object is far away and only detected by the camera, and updating of the 2D trajectory with 3D information obtained when the object appears in the LiDAR field of view to achieve a smooth fusion of 2D and 3D trajectories.

BEVFusion: Multi-Task Multi-Sensor Fusion with Unified Bird's-Eye View Representation

mit-han-lab/bevfusion 26 May 2022

Multi-sensor fusion is essential for an accurate and reliable autonomous driving system.