CoPEFT: Fast Adaptation Framework for Multi-Agent Collaborative Perception with Parameter-Efficient Fine-Tuning
Quanmin Wei, Penglin Dai, Wei Li, Bingyi Liu, Xiao Wu
TL;DR
This work tackles the problem of distribution-shift robustness in multi-agent collaborative perception by presenting CoPEFT, a lightweight, parameter-efficient fine-tuning framework. It introduces two complementary components—the macro-level Collaboration Adapter and the micro-level Agent Prompt—to adapt a pre-trained collaborative perception model to new deployment environments while updating less than 1% of parameters. Through extensive experiments on OPV2V, DAIR-V2X, and V2XSet, CoPEFT demonstrates substantial performance gains over scratch training, standard PEFT methods, and domain adaptation baselines, particularly at low data availability. The approach offers a plug-and-play solution that preserves general collaboration knowledge and injects environment-specific cues, enabling practical deployment in resource-constrained settings with reduced training costs and data requirements.
Abstract
Multi-agent collaborative perception is expected to significantly improve perception performance by overcoming the limitations of single-agent perception through exchanging complementary information. However, training a robust collaborative perception model requires collecting sufficient training data that covers all possible collaboration scenarios, which is impractical due to intolerable deployment costs. Hence, the trained model is not robust against new traffic scenarios with inconsistent data distribution and fundamentally restricts its real-world applicability. Further, existing methods, such as domain adaptation, have mitigated this issue by exposing the deployment data during the training stage but incur a high training cost, which is infeasible for resource-constrained agents. In this paper, we propose a Parameter-Efficient Fine-Tuning-based lightweight framework, CoPEFT, for fast adapting a trained collaborative perception model to new deployment environments under low-cost conditions. CoPEFT develops a Collaboration Adapter and Agent Prompt to perform macro-level and micro-level adaptations separately. Specifically, the Collaboration Adapter utilizes the inherent knowledge from training data and limited deployment data to adapt the feature map to new data distribution. The Agent Prompt further enhances the Collaboration Adapter by inserting fine-grained contextual information about the environment. Extensive experiments demonstrate that our CoPEFT surpasses existing methods with less than 1\% trainable parameters, proving the effectiveness and efficiency of our proposed method.
