paper-with-me

Papers

Adaptive Confidence Threshold for ByteTrack in Multi-Object Tracking

2023-12-04 · Linh Van Ma, Muhammad Ishfaq Hussain, JongHyun Park, Jeongbae Kim, Moongu Jeon

We investigate the application of ByteTrack in the realm of multiple object tracking. ByteTrack, a simple tracking algorithm, enables the simultaneous tracking of multiple objects by strategically incorporating detections with a low confidence threshold. Conventionally, objects are initially associated with high confidence threshold detections. When the association between objects and detections becomes ambiguous, ByteTrack extends the association to lower confidence threshold detections. One notable drawback of the existing ByteTrack approach is its reliance on a fixed threshold to differentiate between high and low-confidence detections. In response to this limitation, we introduce a novel and adaptive approach. Our proposed method entails a dynamic adjustment of the confidence threshold, leveraging insights derived from overall detections. Through experimentation, we demonstrate the effectiveness of our adaptive confidence threshold technique while maintaining running time compared to ByteTrack.

📄 PDF Abstract BibTeX arXiv:2312.01650

Code (1)

linh-gist/AdaptConfByteTrack 공식 구현 pytorch

Tasks

Multi-Object TrackingMultiple Object TrackingObjectObject Tracking

Similar Papers 제목 키워드 기반

MR2-ByteTrack: CNN and Transformer-based Video Object Detection for AI-augmented Embedded Vision Sensor Nodes

2026-05-14 · Luca Bompani, Manuele Rusci, Luca Benini, Daniele Palossi 외 arxiv

Modern smart vision sensors need on-device intelligence to process video streams, as cloud computing is often impractical due to bandwidth, latency, and privacy constraints. However, these sensory systems typically rely …

Video Object Detection

ByteTrack: Multi-Object Tracking by Associating Every Detection Box

2021-10-13 · arXiv 2021 10 · Yifu Zhang, Peize Sun, Yi Jiang, Dongdong Yu 외

Multi-object tracking (MOT) aims at estimating bounding boxes and identities of objects in videos. Most methods obtain identities by associating detection boxes whose scores are higher than a threshold. The objects with …

GPUMulti-Object TrackingMultiple Object TrackingObject+1

No Pedestrian Left Behind: Real-Time Detection and Tracking of Vulnerable Road Users for Adaptive Traffic Signal Control

2026-04-28 · Anas Gamal Aly, Hala ElAarag arxiv

Current pedestrian crossing signals operate on fixed timing without adjustment to pedestrian behavior, which can leave vulnerable road users (VRUs) such as the elderly, disabled, or distracted pedestrians stranded when t…

Multi-Object TrackingObject Detection

Multi-resolution Rescored ByteTrack for Video Object Detection on Ultra-low-power Embedded Systems

2024-04-17 · Luca Bompani, Manuele Rusci, Daniele Palossi, Francesco Conti 외

This paper introduces Multi-Resolution Rescored Byte-Track (MR2-ByteTrack), a novel video object detection framework for ultra-low-power embedded processors. This method reduces the average compute load of an off-the-she…

Objectobject-detectionObject DetectionVideo Object Detection

Bee Detection and Tracking at Hive Entrance using YOLO11 and ByteTrack

2026-08-24 · Thi Thu Thao Nguyen, Johannes Reschke arxiv

This work presents an automatic bee entrance monitoring system based on YOLO11 transfer learning and the ByteTrack tracking algorithm. The study investigates the influence of data augmentation, backbone freezing, and tra…

Data AugmentationTransfer Learning