paper-with-me

홈 › Papers

Learning Distilled Collaboration Graph for Multi-Agent Perception

2021-11-01 · NeurIPS 2021 12 · Yiming Li, Shunli Ren, Pengxiang Wu, Siheng Chen, Chen Feng, Wenjun Zhang

To promote better performance-bandwidth trade-off for multi-agent perception, we propose a novel distilled collaboration graph (DiscoGraph) to model trainable, pose-aware, and adaptive collaboration among agents. Our key novelties lie in two aspects. First, we propose a teacher-student framework to train DiscoGraph via knowledge distillation. The teacher model employs an early collaboration with holistic-view inputs; the student model is based on intermediate collaboration with single-view inputs. Our framework trains DiscoGraph by constraining post-collaboration feature maps in the student model to match the correspondences in the teacher model. Second, we propose a matrix-valued edge weight in DiscoGraph. In such a matrix, each element reflects the inter-agent attention at a specific spatial region, allowing an agent to adaptively highlight the informative regions. During inference, we only need to use the student model named as the distilled collaboration network (DiscoNet). Attributed to the teacher-student framework, multiple agents with the shared DiscoNet could collaboratively approach the performance of a hypothetical teacher model with a holistic view. Our approach is validated on V2X-Sim 1.0, a large-scale multi-agent perception dataset that we synthesized using CARLA and SUMO co-simulation. Our quantitative and qualitative experiments in multi-agent 3D object detection show that DiscoNet could not only achieve a better performance-bandwidth trade-off than the state-of-the-art collaborative perception methods, but also bring more straightforward design rationale. Our code is available on https://github.com/ai4ce/DiscoNet.

📄 PDF Abstract BibTeX arXiv:2111.00643

Code (2)

ai4ce/DiscoNet 공식 구현 pytorch
coperception/coperception pytorch

Tasks

3D Object DetectionKnowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

HM-ViT: Hetero-modal Vehicle-to-Vehicle Cooperative perception with vision transformer

2023-04-20 · ICCV 2023 1 · Hao Xiang, Runsheng Xu, Jiaqi Ma

Vehicle-to-Vehicle technologies have enabled autonomous vehicles to share information to see through occlusions, greatly enhancing perception performance. Nevertheless, existing works all focused on homogeneous traffic w…

Autonomous Vehicles

NegoCollab: A Common Representation Negotiation Approach for Heterogeneous Collaborative Perception

2025-10-31 · Congzhang Shao, Quan Yuan, Guiyang Luo, Yue Hu 외 arxiv

Collaborative perception improves task performance by expanding the perception range through information sharing among agents. . Immutable heterogeneity poses a significant challenge in collaborative perception, as parti…

Practical Collaborative Perception: A Framework for Asynchronous and Multi-Agent 3D Object Detection

2023-07-04 · Minh-Quan Dao, Julie Stephany Berrio, Vincent Frémont, Mao Shan 외

Occlusion is a major challenge for LiDAR-based object detection methods. This challenge becomes safety-critical in urban traffic where the ego vehicle must have reliable object detection to avoid collision while its fiel…

3D Object Detectionobject-detectionObject Detectionvehicle detection

mmCooper: A Multi-agent Multi-stage Communication-efficient and Collaboration-robust Cooperative Perception Framework

2025-01-21 · Bingyi Liu, Jian Teng, Hongfei Xue, Enshu Wang 외

Collaborative perception significantly enhances individual vehicle perception performance through the exchange of sensory information among agents. However, real-world deployment faces challenges due to bandwidth constra…

UMC: A Unified Bandwidth-efficient and Multi-resolution based Collaborative Perception Framework

2023-03-22 · ICCV 2023 1 · Tianhang Wang, Guang Chen, Kai Chen, Zhengfa Liu 외

Multi-agent collaborative perception (MCP) has recently attracted much attention. It includes three key processes: communication for sharing, collaboration for integration, and reconstruction for different downstream tas…