English

Beyond BEV: Optimizing Point-Level Tokens for Collaborative Perception

Computer Vision and Pattern Recognition 2025-08-28 v1 Artificial Intelligence

Abstract

Collaborative perception allows agents to enhance their perceptual capabilities by exchanging intermediate features. Existing methods typically organize these intermediate features as 2D bird's-eye-view (BEV) representations, which discard critical fine-grained 3D structural cues essential for accurate object recognition and localization. To this end, we first introduce point-level tokens as intermediate representations for collaborative perception. However, point-cloud data are inherently unordered, massive, and position-sensitive, making it challenging to produce compact and aligned point-level token sequences that preserve detailed structural information. Therefore, we present CoPLOT, a novel Collaborative perception framework that utilizes Point-Level Optimized Tokens. It incorporates a point-native processing pipeline, including token reordering, sequence modeling, and multi-agent spatial alignment. A semantic-aware token reordering module generates adaptive 1D reorderings by leveraging scene-level and token-level semantic information. A frequency-enhanced state space model captures long-range sequence dependencies across both spatial and spectral domains, improving the differentiation between foreground tokens and background clutter. Lastly, a neighbor-to-ego alignment module applies a closed-loop process, combining global agent-level correction with local token-level refinement to mitigate localization noise. Extensive experiments on both simulated and real-world datasets show that CoPLOT outperforms state-of-the-art models, with even lower communication and computation overhead. Code will be available at https://github.com/CheeryLeeyy/CoPLOT.

Keywords

Cite

@article{arxiv.2508.19638,
  title  = {Beyond BEV: Optimizing Point-Level Tokens for Collaborative Perception},
  author = {Yang Li and Quan Yuan and Guiyang Luo and Xiaoyuan Fu and Rui Pan and Yujia Yang and Congzhang Shao and Yuewen Liu and Jinglin Li},
  journal= {arXiv preprint arXiv:2508.19638},
  year   = {2025}
}
R2 v1 2026-07-01T05:07:59.121Z