CVLGOct 25, 2023

MACP: Efficient Model Adaptation for Cooperative Perception

arXiv:2310.16870v224 citationsh-index: 33Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive model development for connected and automated vehicles by enabling efficient adaptation of existing models, though it is incremental in leveraging pre-trained models.

The paper tackles the problem of efficiently adapting single-agent perception models for cooperative vehicle-to-vehicle perception, achieving state-of-the-art performance on benchmarks with fewer tunable parameters and reduced communication costs.

Vehicle-to-vehicle (V2V) communications have greatly enhanced the perception capabilities of connected and automated vehicles (CAVs) by enabling information sharing to "see through the occlusions", resulting in significant performance improvements. However, developing and training complex multi-agent perception models from scratch can be expensive and unnecessary when existing single-agent models show remarkable generalization capabilities. In this paper, we propose a new framework termed MACP, which equips a single-agent pre-trained model with cooperation capabilities. We approach this objective by identifying the key challenges of shifting from single-agent to cooperative settings, adapting the model by freezing most of its parameters and adding a few lightweight modules. We demonstrate in our experiments that the proposed framework can effectively utilize cooperative observations and outperform other state-of-the-art approaches in both simulated and real-world cooperative perception benchmarks while requiring substantially fewer tunable parameters with reduced communication costs. Our source code is available at https://github.com/PurdueDigitalTwin/MACP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes