Resource-Efficient Multiview Perception: Integrating Semantic Masking with Masked Autoencoders
Kosta Dakic, Kanchana Thilakarathna, Rodrigo N. Calheiros, Teng Joon Lim
TL;DR
This work tackles bandwidth and computational constraints in distributed multiview perception by introducing semantic-guided masking at edge cameras and MAE-based reconstruction at an edge server. By prioritizing informative image patches through a pre-trained segmentation model and a tunable power function, the method maintains strong detection and tracking performance while reducing transmitted data, with a patch-based transmission scheme described by $f(x) = x^\kappa$ and related probability sampling. Evaluations on MultiviewX and Wildtrack show competitive MODA/MODP/MOTA/MOTP scores against state-of-the-art, even at high masking ratios, and achieve up to a 13.33x reduction in data volume due to masking and downsampling. The approach also demonstrates resilience to camera dropout and is suitable for resource-limited platforms, with edge-server MAE reconstruction enabling robust BEV fusion and JDE-based tracking; future work may extend this framework to non-terrestrial networks.
Abstract
Multiview systems have become a key technology in modern computer vision, offering advanced capabilities in scene understanding and analysis. However, these systems face critical challenges in bandwidth limitations and computational constraints, particularly for resource-limited camera nodes like drones. This paper presents a novel approach for communication-efficient distributed multiview detection and tracking using masked autoencoders (MAEs). We introduce a semantic-guided masking strategy that leverages pre-trained segmentation models and a tunable power function to prioritize informative image regions. This approach, combined with an MAE, reduces communication overhead while preserving essential visual information. We evaluate our method on both virtual and real-world multiview datasets, demonstrating comparable performance in terms of detection and tracking performance metrics compared to state-of-the-art techniques, even at high masking ratios. Our selective masking algorithm outperforms random masking, maintaining higher accuracy and precision as the masking ratio increases. Furthermore, our approach achieves a significant reduction in transmission data volume compared to baseline methods, thereby balancing multiview tracking performance with communication efficiency.
