MAVR-Net: Robust Multi-View Learning for MAV Action Recognition with Cross-View Attention
Nengbo Zhang, Hann Woei Ho
TL;DR
MAVR-Net tackles robust MAV action recognition by fusing RGB appearance, optical-flow motion, and segmentation-based shape cues through a unified multi-view framework. It deploys a multi-view feature pyramid for cross-scale fusion and a Transformer-inspired cross-view attention module to model inter-modal dependencies, complemented by a multi-view alignment loss and attention regularization to stabilize training. Empirical results on a MAV action dataset show near-sota accuracy across short, medium, and long distances (up to 97.8% accuracy) and strong training stability, with ablations validating the contributions of MVFPM, CVAM, and L_align. This approach enhances robust perception and potential secure, decentralized MAV swarm coordination by leveraging complementary visual cues in challenging aerial environments.
Abstract
Recognizing the motion of Micro Aerial Vehicles (MAVs) is crucial for enabling cooperative perception and control in autonomous aerial swarms. Yet, vision-based recognition models relying only on RGB data often fail to capture the complex spatial temporal characteristics of MAV motion, which limits their ability to distinguish different actions. To overcome this problem, this paper presents MAVR-Net, a multi-view learning-based MAV action recognition framework. Unlike traditional single-view methods, the proposed approach combines three complementary types of data, including raw RGB frames, optical flow, and segmentation masks, to improve the robustness and accuracy of MAV motion recognition. Specifically, ResNet-based encoders are used to extract discriminative features from each view, and a multi-scale feature pyramid is adopted to preserve the spatiotemporal details of MAV motion patterns. To enhance the interaction between different views, a cross-view attention module is introduced to model the dependencies among various modalities and feature scales. In addition, a multi-view alignment loss is designed to ensure semantic consistency and strengthen cross-view feature representations. Experimental results on benchmark MAV action datasets show that our method clearly outperforms existing approaches, achieving 97.8\%, 96.5\%, and 92.8\% accuracy on the Short MAV, Medium MAV, and Long MAV datasets, respectively.
