NeFut Logo NeFut
Admin Login

[CS.AI] GHR-VLM: Grounded Hybrid Reasoning for Zero-Shot Transit Video Analytics

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:19
#algorithm #AI #Open Source

Transit video understanding can provide valuable fine-grained data that conventional passenger counters and fare systems cannot capture. However, supervised video models require task-specific annotations, while applying vision-language models (VLMs) directly to long onboard videos is unreliable and costly. To leverage the complementary strengths of both approaches, we propose GHR-VLM, a visual grounded hybrid reasoning framework for zero-shot transit-bus video analytics. This framework is motivated by the observation that explicit visual grounding can improve VLM reasoning by converting long surveillance streams into compact, passenger-centered spatiotemporal evidence.

Specifically, we propose an edge-cloud design in which a lightweight edge-based monitor continuously tracks door status and segments passenger clips. A backend VLM then identifies boarding passengers and classifies payment behavior through a two-stage coarse-to-fine refinement of spatiotemporal evidence. By invoking the VLM only on grounded passenger clips and contact sheets, GHR-VLM reduces cloud inference, avoids payment-specific training data, and supplies the localized evidence that VLMs otherwise struggle to identify. Evaluation on 486 minutes of real-world bus surveillance video demonstrates the potential of grounded edge-cloud reasoning for passenger-level payment analytics while highlighting the challenges posed by degraded video conditions.

Blogger's Review: GHR-VLM significantly enhances the efficiency and accuracy of transit video analysis by integrating edge computing with vision-language models. This approach not only conserves computational resources but also improves model usability in the absence of extensive labeled data, offering substantial application value. The real-world evaluation results further indicate the method's adaptability in complex environments, warranting further research and dissemination.

Original Source: https://arxiv.org/abs/2607.13569

[h] Back to Home