Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Distilled Collaboration Graph for Multi-Agent Perception

About

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.

Yiming Li, Shunli Ren, Pengxiang Wu, Siheng Chen, Chen Feng, Wenjun Zhang• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionDAIR-V2X
AP@0.5054.29
57
Object DetectionIRV2V
AP@0.5074.2
48
3D Object DetectionOPV2V
AP@0.5087.65
47
3D Object DetectionDAIR-V2X 14 (test)
AP@0.5064.5
43
3D Object DetectionDAIR-V2X 46 (test)
AP@0.573.58
21
3D Object DetectionV2XSim 21 (test)
AP@0.578.04
21
3D Object DetectionOPV2V 41 (test)
AP@0.590.93
21
3D Object DetectionV2XSet (test)
AP (IoU=0.5)0.857
18
3D Object DetectionV2X-Real
mAP@0.348.11
15
3D Object DetectionCoPerception-UAVs
Communication Overhead28.37
15
Showing 10 of 16 rows

Other info

Code

Follow for update