菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Detection of Autonomous Shuttles in Urban Traffic Images Using Adaptive Residual Context

The progressive automation of transport promises to enhance safety and sustainability through shared mobility. Like other vehicles and road users, and even more so for such a new technology, it requires monitoring to understand how it interacts in traffic and to evaluate its safety. This can be done with fixed cameras and video object detection. However, the addition of new detection targets generally requires a fine-tuning approach for regular detection methods. Unfortunately, this implementation strategy will lead to a phenomenon known as catastrophic forgetting, which causes a degradation in scene understanding. In road safety applications, preserving contextual scene knowledge is of the utmost importance for protecting road users. We introduce the Adaptive Residual Context (ARC) architecture to address this. ARC links a frozen context branch and trainable task-specific branches through a Context-Guided Bridge, utilizing attention to transfer spatial features while preserving pre-trained representations. Experiments on a custom dataset show that ARC matches fine-tuned baselines while significantly improving knowledge retention, offering a data-efficient solution to add new vehicle categories for complex urban environments.

顶级标签: computer vision systems model training
详细标签: object detection catastrophic forgetting adaptive architecture urban traffic autonomous vehicles 或 搜索:

利用自适应残差上下文检测城市交通图像中的自动驾驶接驳车 / Detection of Autonomous Shuttles in Urban Traffic Images Using Adaptive Residual Context


1️⃣ 一句话总结

这篇论文提出了一种名为自适应残差上下文(ARC)的新模型架构,它能在不遗忘原有知识的前提下,高效地将自动驾驶接驳车这类新车辆类别添加到现有的交通监控系统中,从而提升道路安全评估能力。

源自 arXiv: 2603.15404