SearcharxivSearch

arXiv subjects

Keisuke Toida

Publications and source records attributed to Keisuke Toida.

2 recordsLinked to original sources

ATLASFusion: Aggregation Tracking with Location-Aware Sparse Fusion for Robust Spatio-Temporal Multi-View Pedestrian Tracking

For multimedia spatial intelligence through time, multi-view multi-object tracking (MVMOT) suffers from persistent challenges in maintaining consistent object identities across different camera views, leading to tracking inaccuracies. A key source of these errors in modern methods is the distortion of feature representations when projecting from multiple views into a unified Bird's-Eye-View (BEV) space. This projection often creates non-uniform feature densities, harming the reliability of the fused representation. To address this, we present ATLASFusion, a reliability-aware sparse BEV fusion framework built on three complementary techniques: a sparse perspective transform that projects only valid feature points to prevent interpolation artifacts, density-aware weighted aggregation that assigns higher confidence to spatially reliable regions, and per-view BEV supervision that supervises each camera's BEV features independently before fusion. Experiments on the WildTrack and MultiViewX benchmarks demonstrated improvements in IDF1, MODP, and robustness over the baseline. ATLASFusion achieved a 95.9\% IDF1 tracking score on WildTrack, the highest among the compared methods and improved the localization precision (MODP) from 75.0\% to 89.2\% on MultiViewX. ATLASFusion also exhibited strong robustness under calibration noise. When high-magnitude noise was injected, TrackTacular failed entirely at 0.0\% MODA, whereas ATLASFusion retained 40.1\% MODA. When the input resolution was reduced by half, MVTr failed entirely and TrackTacular degraded by 2.7\% MODA, while ATLASFusion sustained 92.5\% MODA with only a 1.1\% decrease. These gains were achieved with negligible computational overhead.

cs.CV

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

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.

cs.CV