0b6bdac8e93b0568.tex
1: \begin{abstract}
2: Effective environment perception is crucial for enabling downstream robotic applications.
3: Individual robotic agents often face occlusion and limited visibility issues, whereas multi-agent systems can offer a more comprehensive mapping of the environment, quicker coverage, and increased fault tolerance. 
4: In this paper, we propose a collaborative multi-agent perception system where agents collectively learn a neural radiance field (NeRF) from posed RGB images to represent a scene. 
5: Each agent processes its local sensory data and shares only its learned NeRF model with other agents, reducing communication overhead.
6: Given NeRF's low memory footprint, this approach is well-suited for robotic systems with limited bandwidth, where transmitting all raw data is impractical.
7: Our distributed learning framework ensures consistency across agents' local NeRF models, enabling convergence to a unified scene representation.
8: We show the effectiveness of our method through an extensive set of experiments on datasets containing challenging real-world scenes, achieving performance comparable to centralized mapping of the environment where data is sent to a central server for processing.
9: % We further evaluate the impact of varying communication conditions, showing that our approach notably reduces data transfer compared to a centralized method, making it more practical for real-world deployment. 
10: Additionally, we find that multi-agent learning provides regularization benefits, improving geometric consistency in scenarios with sparse input views. We show that in such scenarios, multi-agent mapping can even outperform centralized training.
11: \end{abstract}
12: