Object Tracking

589 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

3D Extended Object Tracking by Fusing Roadside Sparse Radar Point Clouds and Pixel Keypoints

radarcamerafusionteam-bupt/es-eot 27 Apr 2024

In this paper, we present a novel three-dimensional (3D) extended object tracking (EOT) method, which simultaneously estimates the object kinematics and extent state, in roadside perception using both the radar and camera data.

0
27 Apr 2024

KnotResolver: Tracking self-intersecting filaments in microscopy using directed graphs

cycelslab/mtloopresolve 18 Apr 2024

Quantification of microscopy time-series of in vitro reconstituted motor driven microtubule (MT) transport in 'gliding assays' is typically performed using computational object tracking tools.

0
18 Apr 2024

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.

205
12 Apr 2024

Into the Fog: Evaluating Multiple Object Tracking Robustness

nadezola/intothefog_mot17 12 Apr 2024

To address these limitations, we propose a pipeline for physic-based volumetric fog simulation in arbitrary real-world MOT dataset utilizing frame-by-frame monocular depth estimation and a fog formation optical model.

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

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

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

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

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

3
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