Papers for

traffic system engineers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Object detection updates sent efficiently to edge traffic systems

MECAIL: Communication-Aware Incremental Learning for Object Detection with 14.6 KB Spatiotemporal Experts

Abstract: Intelligent transportation systems require Incremental Learning (IL) to continually improve their overall performance in dynamic environments. However, most edge devices lack the computational resources to support on-device IL, requiring updates to be transmitted from centralized servers. We propose using this setup to obtain dense, specialized module coverage that adapts a fixed base model to specific spatiotemporal contexts, such as parking lots, gas stations, ferries, or construction sites. However, in order to reliably transmit these modules to the edge device, using TCP, UDP, and BTP over V2X, Wi-Fi, and 2G-5G hardware, we establish a strict limit of 14.6 KB per module to fit within the first TCP window and to minimize UDP/BTP fragmentation. We further introduce Mixture-of-Experts for Communication-Aware Incremental Learning (MECAIL), the first method that meets this strict requirement, in which each new domain or environment is served by a small expert network that adapts the base model. We validate MECAIL on D-RICO and ODinW-13, where it largely matches the performance of parameter-heavy approaches while enabling practical, bandwidth-efficient large-scale deployment. This allows comprehensive coverage by experts for highly specific, focused, and temporary situations.

Mon 21 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Many smart traffic devices need to keep getting better by learning new things, but they don’t have enough power to learn everything themselves. The authors created tiny add-on modules that help these devices adapt to specific places like parking lots or gas stations. These add-ons are very small—only 14.6 KB—so they can be quickly sent over usual wireless networks without problems. Their approach performs nearly as well as bigger, more complex methods but uses much less data, making it practical for real-world use.
Open 2609.24455v1