LoRFT: Benchmarking Long-Range Vehicle Trajectory Reconstruction from Fixed Highway Cameras

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Data Science & Analytics · Depth: Expert, extended

Summary

LoRFT is introduced as the first open benchmark for long-range vehicle trajectory reconstruction from fixed highway cameras, addressing the challenge of tracklet fragmentation in distant road regions due to perspective compression and scale decay. This benchmark comprises 22 expressway surveillance scenes, 366,109 video frames, 6,601 manually verified trajectories, and 2,694,889 bounding boxes, pairing reliable near-field tracklets with context-verified far-range references. Alongside LoRFT, Map-RSTNet, a map-aware residual Seq2Seq model, is proposed. Map-RSTNet reconstructs distant trajectories by anchoring sequence modeling in a road-geometry-aligned state space and dynamically refreshing local road geometry during decoding. Experiments show Map-RSTNet reduces baseline errors on LoRFT by 11.0% on ADE, 15.4% on FDE, and 10.5% on 5-second RMSE. The dataset, evaluation scripts, and source code are publicly available.

Key takeaway

For Computer Vision Engineers developing long-range vehicle tracking systems from fixed highway cameras, you should integrate road-geometry-aware modeling. This approach significantly reduces errors in reconstructing distant vehicle trajectories where automatic tracking fails. Consider adopting techniques like dynamic geometry refresh and road-aligned state encoding to maintain accuracy over extended horizons, enabling more robust traffic analysis and autonomous driving evaluations.

Key insights

Fixed highway cameras can extend usable trajectory records by reconstructing fragmented far-range tracklets using road-geometry-aware modeling.

Principles

Method

Map-RSTNet converts image-space tracklets to a road-aligned state, aligns bidirectional traffic, and reconstructs distant segments via autoregressive residual decoding with dynamic geometry refresh.

In practice

Topics

Code references

Best for: AI Scientist, Computer Vision Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.