首页 > AI前沿 > PEARL: A Lightweight Prompt-based Feature Interpreter Framework for Real-Time, Anonymous, and Heterogeneous Collaborative Perception

PEARL: A Lightweight Prompt-based Feature Interpreter Framework for Real-Time, Anonymous, and Heterogeneous Collaborative Perception

arXiv机器学习 2026-09-23 06:27 6 阅读 查看原文

Heterogeneity across Collaborative Perception (CP) agents is a major challenge for emerging CP frameworks due to domain gaps from differing sensors, architectures, and training data.

Prior works mitigate this challenge by aligning features in a unified space via model retraining or per-agent-type interpreters.

These strategies (a) require access to neighbor configurations, (b) do not fully address real-time CP deployment, and (c) generalize poorly to unseen agents joining at run time.

PEARL: A Prompt-Embedding framework for Anonymous and Real-time Lightweight heterogeneous CP

To overcome these challenges, we present PEARL, a Prompt-Embedding framework for Anonymous and Real-time Lightweight heterogeneous CP.

PEARL supports multiple CP interpreters and selects one for a new-joining agent in real time using two lightweight, multi-scale interpreters trained in parallel:

  • a sparse-detection (LWSD) interpreter that aligns salient regions for cooperative detection,
  • a dense, domain-invariant (LWDDI) interpreter that produces agent-invariant features for fast interpreter selection.

Both interpreters use low-rank visual prompts to reduce computation, storage, and model complexity.

Experiments and Results

Extensive experiments on simulated (OPV2V, V2XSet) and real (DAIR-V2X) datasets show that PEARL generalizes across simulated and real-world cooperative driving scenarios.

Its real-time model-selection strategy yields an 8.2% Average Precision (AP) gain over a random-selection baseline while running in 1.67 ms on average.

Although primarily designed for real-time CP, PEARL also outperforms state-of-the-art heterogeneous CP frameworks under traditional offline training by 5.6% AP on average while reducing communication cost by up to 34.7 times.

Information Protection

Equally important, PEARL does not require sharing agents' configurations or model settings, thereby protecting information that may be proprietary or private.

These results establish PEARL as a scalable and practical framework for heterogeneous collaborative perception.