vix.ing · top · new · best · stats · spec

Gr-IoU: Ground-Intersection over Union for Robust Multi-Object Tracking with 3D Geometric Constraints

2024/09/05 by Keisuke Toida, Toida, Keisuke, Naoki Kato +7
Computer Science · Engineering · #68T45 #68U10 #93E11 #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #I.2.10 #I.4.8 #I.5.4 #Robotic Path Planning Algorithms #Robotics and Sensor-Based Localization #Video Surveillance and Tracking Methods

paper · pdf · doi:10.48550/arxiv.2409.03252

openalex publication_date 2024/09/05 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We propose a Ground IoU (Gr-IoU) to address the data association problem in multi-object tracking. When tracking objects detected by a camera, it often occurs that the same object is assigned different IDs in consecutive frames, especially when objects are close to each other or overlapping. To address this issue, we introduce Gr-IoU, which takes into account the 3D structure of the scene. Gr-IoU transforms traditional bounding boxes from the image space to the ground plane using the vanishing point geometry. The IoU calculated with these transformed bounding boxes is more sensitive to the front-to-back relationships of objects, thereby improving data association accuracy and reducing ID switches. We evaluated our Gr-IoU method on the MOT17 and MOT20 datasets, which contain diverse tracking scenarios including crowded scenes and sequences with frequent occlusions. Experimental results demonstrated that Gr-IoU outperforms conventional real-time methods without appearance features.

Related