Object Tracking

588 papers with code • 7 benchmarks • 62 datasets

Object tracking is the task of taking an initial set of object detections, creating a unique ID for each of the initial detections, and then tracking each of the objects as they move around frames in a video, maintaining the ID assignment. State-of-the-art methods involve fusing data from RGB and event-based cameras to produce more reliable object tracking. CNN-based models using only RGB images as input are also effective. The most popular benchmark is OTB. There are several evaluation metrics specific to object tracking, including HOTA, MOTA, IDF1, and Track-mAP.

( Image credit: Towards-Realtime-MOT )

Libraries

Use these libraries to find Object Tracking models and implementations

SceneTracker: Long-term Scene Flow Estimation Network

wwsource/scenetracker 29 Mar 2024

Considering the complementarity of scene flow estimation in the spatial domain's focusing capability and 3D object tracking in the temporal domain's coherence, this study aims to address a comprehensive new task that can simultaneously capture fine-grained and long-term 3D motion in an online manner: long-term scene flow estimation (LSFE).

6
29 Mar 2024

OmniVid: A Generative Framework for Universal Video Understanding

wangjk666/omnivid 26 Mar 2024

The core of video understanding tasks, such as recognition, captioning, and tracking, is to automatically detect objects or actions in a video and analyze their temporal evolution.

19
26 Mar 2024

Multiple Object Tracking as ID Prediction

MCG-NJU/MOTIP 25 Mar 2024

In Multiple Object Tracking (MOT), tracking-by-detection methods have stood the test for a long time, which split the process into two parts according to the definition: object detection and association.

35
25 Mar 2024

Elysium: Exploring Object-level Perception in Videos via MLLM

hon-wong/elysium 25 Mar 2024

Multi-modal Large Language Models (MLLMs) have demonstrated their ability to perceive objects in still images, but their application in video-related tasks, such as object tracking, remains understudied.

19
25 Mar 2024

SDSTrack: Self-Distillation Symmetric Adapter Learning for Multi-Modal Visual Object Tracking

hoqolo/sdstrack 24 Mar 2024

Multimodal Visual Object Tracking (VOT) has recently gained significant attention due to its robustness.

17
24 Mar 2024

PNAS-MOT: Multi-Modal Object Tracking with Pareto Neural Architecture Search

pholypeng/pnas-mot 23 Mar 2024

Multiple object tracking is a critical task in autonomous driving.

2
23 Mar 2024

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

lixiaoyu2000/fastpoly 20 Mar 2024

3D Multi-Object Tracking (MOT) captures stable and comprehensive motion states of surrounding obstacles, essential for robotic perception.

42
20 Mar 2024

Lifting Multi-View Detection and Tracking to the Bird's Eye View

tteepe/tracktacular 19 Mar 2024

Taking advantage of multi-view aggregation presents a promising solution to tackle challenges such as occlusion and missed detection in multi-object tracking and detection.

12
19 Mar 2024

NeuFlow: Real-time, High-accuracy Optical Flow Estimation on Robots Using Edge Devices

neufieldrobotics/neuflow 15 Mar 2024

Given the features of the input images extracted at different spatial resolutions, global matching is employed to estimate an initial optical flow on the 1/16 resolution, capturing large displacement, which is then refined on the 1/8 resolution with lightweight CNN layers for better accuracy.

42
15 Mar 2024

Long-term Frame-Event Visual Tracking: Benchmark Dataset and Baseline

event-ahu/eventvot_benchmark 9 Mar 2024

Current event-/frame-event based trackers undergo evaluation on short-term tracking datasets, however, the tracking of real-world scenarios involves long-term tracking, and the performance of existing tracking algorithms in these scenarios remains unclear.

42
09 Mar 2024