paper-with-me

Papers

LITE: A Paradigm Shift in Multi-Object Tracking with Efficient ReID Feature Integration

2024-09-06 · Jumabek Alikhanov, Dilshod Obidov, Hakil Kim

The Lightweight Integrated Tracking-Feature Extraction (LITE) paradigm is introduced as a novel multi-object tracking (MOT) approach. It enhances ReID-based trackers by eliminating inference, pre-processing, post-processing, and ReID model training costs. LITE uses real-time appearance features without compromising speed. By integrating appearance feature extraction directly into the tracking pipeline using standard CNN-based detectors such as YOLOv8m, LITE demonstrates significant performance improvements. The simplest implementation of LITE on top of classic DeepSORT achieves a HOTA score of 43.03% at 28.3 FPS on the MOT17 benchmark, making it twice as fast as DeepSORT on MOT17 and four times faster on the more crowded MOT20 dataset, while maintaining similar accuracy. Additionally, a new evaluation framework for tracking-by-detection approaches reveals that conventional trackers like DeepSORT remain competitive with modern state-of-the-art trackers when evaluated under fair conditions. The code will be available post-publication at https://github.com/Jumabek/LITE.

📄 PDF Abstract BibTeX arXiv:2409.04187

Code (1)

jumabek/lite 공식 구현 pytorch

Tasks

Multi-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

Vehicle Detection and Tracking From Surveillance Cameras in Urban Scenes

2021-09-25 · Oumayma Messoussi, Felipe Gohring de Magalhaes, Francois Lamarre, Francis Perreault 외

Detecting and tracking vehicles in urban scenes is a crucial step in many traffic-related applications as it helps to improve road user safety among other benefits. Various challenges remain unresolved in multi-object tr…

Multi-Object TrackingObjectObject Trackingvehicle detection+1

RetinaTrack: Online Single Stage Joint Detection and Tracking

2020-03-30 · CVPR 2020 6 · Zhichao Lu, Vivek Rathod, Ronny Votel, Jonathan Huang

Traditionally multi-object tracking and object detection are performed using separate systems with most prior works focusing exclusively on one of these aspects over the other. Tracking systems clearly benefit from havin…

Autonomous DrivingMulti-Object TrackingMultiple Object Trackingobject-detection+2

Generative Semantic Multi-Object Tracking: A Large-Scale Benchmark and an MLLM-Driven Reasoning Framework

2026-01-10 · Pan Liao, Feng Yang, Di Wu, Jinwen Yu 외 arxiv

Semantic Multi-Object Tracking (SMOT) is evolving from purely geometric localization toward comprehensive video understanding. However, existing paradigms predominantly rely on closed-set interaction tags and fragmented …

Multi-Object Tracking

Real-Time Panoramic Tracking for Event Cameras

2017-03-15 · Christian Reinbacher, Gottfried Munda, Thomas Pock

Event cameras are a paradigm shift in camera technology. Instead of full frames, the sensor captures a sparse set of events caused by intensity changes. Since only the changes are transferred, those cameras are able to c…

PositionVisual Odometry

Addressing single object tracking in satellite imagery through prompt-engineered solutions

2024-07-07 · Athena Psalta, Vasileios Tsironis, Andreas El Saer, Konstantinos Karantzalos

Object tracking in satellite videos remains a complex endeavor in remote sensing due to the intricate and dynamic nature of satellite imagery. Existing state-of-the-art trackers in computer vision integrate sophisticated…

ObjectObject TrackingPrompt Engineering