Object Tracking

584 papers with code • 7 benchmarks • 61 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

BoostTrack: boosting the similarity measure and detection confidence for improved multiple object tracking

faceonlive/ai-research Machine Vision and Applications 2024

To utilize low-detection score bounding boxes in one-stage association, we propose to boost the confidence scores of two groups of detections: the detections we assume to correspond to the existing tracked object, and the detections we assume to correspond to a previously undetected object.

140
12 Apr 2024

PillarTrack: Redesigning Pillar-based Transformer Network for Single Object Tracking on Point Clouds

faceonlive/ai-research 11 Apr 2024

LiDAR-based 3D single object tracking (3D SOT) is a critical issue in robotics and autonomous driving.

140
11 Apr 2024

SFSORT: Scene Features-based Simple Online Real-Time Tracker

faceonlive/ai-research 11 Apr 2024

This paper introduces SFSORT, the world's fastest multi-object tracking system based on experiments conducted on MOT Challenge datasets.

140
11 Apr 2024

LRR: Language-Driven Resamplable Continuous Representation against Adversarial Tracking Attacks

faceonlive/ai-research 9 Apr 2024

To achieve high accuracy on both clean and adversarial data, we propose building a spatial-temporal continuous representation using the semantic text guidance of the object of interest.

140
09 Apr 2024

DepthMOT: Depth Cues Lead to a Strong Multi-Object Tracker

faceonlive/ai-research 8 Apr 2024

Inspired by this, even though the bounding boxes of objects are close on the camera plane, we can differentiate them in the depth dimension, thereby establishing a 3D perception of the objects.

140
08 Apr 2024

Self-Supervised Multi-Object Tracking with Path Consistency

amazon-science/path-consistency 8 Apr 2024

In this paper, we propose a novel concept of path consistency to learn robust object matching without using manual object identity supervision.

1
08 Apr 2024

Ego-Motion Aware Target Prediction Module for Robust Multi-Object Tracking

noyzzz/emap 3 Apr 2024

Conventional prediction methods in DBT utilize Kalman Filter(KF) to extrapolate the target location in the upcoming frames by supposing a constant velocity motion model.

3
03 Apr 2024

Representation Alignment Contrastive Regularization for Multi-Object Tracking

liuzhonglincc/ratracker 3 Apr 2024

Achieving high-performance in multi-object tracking algorithms heavily relies on modeling spatio-temporal relationships during the data association stage.

0
03 Apr 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.

18
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.

30
25 Mar 2024