GenTrack: A New Generation of Multi-Object Tracking

πŸ“… 2025-10-28
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
In multi-object tracking (MOT), frequent ID switches and trajectory fragmentation arise from time-varying object counts, high detection noise, and severe occlusions. To address these challenges, this paper proposes GenTrackβ€”a novel tracking framework integrating stochastic sampling with deterministic optimization. Its core innovation is the first incorporation of social interaction modeling into particle swarm optimization (PSO)-based tracking, enabling a unified state model that jointly encodes spatial consistency, appearance features, detection confidence, and social scores. Additionally, GenTrack introduces a trajectory penalty mechanism and a multi-feature weighted observation model. Evaluated on standard MOT benchmarks and real-world dense scenarios, GenTrack achieves significant reductions in IDF1 error and ID switches while markedly improving trajectory completeness. To foster reproducibility and fair evaluation, we release a lightweight, fully open-source, and rigorously documented implementation.

Technology Category

Application Category

πŸ“ Abstract
This paper introduces a novel multi-object tracking (MOT) method, dubbed GenTrack, whose main contributions include: a hybrid tracking approach employing both stochastic and deterministic manners to robustly handle unknown and time-varying numbers of targets, particularly in maintaining target identity (ID) consistency and managing nonlinear dynamics, leveraging particle swarm optimization (PSO) with some proposed fitness measures to guide stochastic particles toward their target distribution modes, enabling effective tracking even with weak and noisy object detectors, integration of social interactions among targets to enhance PSO-guided particles as well as improve continuous updates of both strong (matched) and weak (unmatched) tracks, thereby reducing ID switches and track loss, especially during occlusions, a GenTrack-based redefined visual MOT baseline incorporating a comprehensive state and observation model based on space consistency, appearance, detection confidence, track penalties, and social scores for systematic and efficient target updates, and the first-ever publicly available source-code reference implementation with minimal dependencies, featuring three variants, including GenTrack Basic, PSO, and PSO-Social, facilitating flexible reimplementation. Experimental results have shown that GenTrack provides superior performance on standard benchmarks and real-world scenarios compared to state-of-the-art trackers, with integrated implementations of baselines for fair comparison. Potential directions for future work are also discussed. The source-code reference implementations of both the proposed method and compared-trackers are provided on GitHub: https://github.com/SDU-VelKoTek/GenTrack
Problem

Research questions and friction points this paper is trying to address.

Handling unknown and time-varying numbers of targets in multi-object tracking
Maintaining target identity consistency during occlusions and nonlinear dynamics
Improving tracking performance with weak and noisy object detectors
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hybrid tracking combining stochastic and deterministic methods
Particle swarm optimization with custom fitness measures
Social interaction modeling to enhance tracking accuracy
πŸ”Ž Similar Papers
No similar papers found.
T
Toan Van Nguyen
SDU Robotics, University of Southern Denmark
R
Rasmus G. K. Christiansen
SDU Robotics, University of Southern Denmark
Dirk Kraft
Dirk Kraft
Associate Professor, University of Southern Denmark
Computer VisionRobotics
L
Leon Bodenhagen
SDU Robotics, University of Southern Denmark