Next Article in Journal
Strategies for Class-Imbalanced Learning in Multi-Sensor Medical Imaging
Next Article in Special Issue
One Patch Is All You Need: Joint Surface Material Reconstruction and Classification from Minimal Visual Cues
Previous Article in Journal
Wearable-Based Assessment of Cardiac Recovery After a Modified Bruce Test in Women with Breast Cancer: Role of Physical Activity and Treatment Duration
Previous Article in Special Issue
A Multimodal Agentic AI Framework for Intuitive Human–Robot Collaboration
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multimodal Shared Autonomy for Heavy-Load UAV Operations with Physics-Aware Cooperative Control

1
Construction Branch, State Grid Shaanxi Electric Power Co., Ltd., Xi’an 710005, China
2
Shaanxi Power Transmission and Transformation Engineering Company Limited, Xi’an 710003, China
3
School of Microelectronics, Xidian University, Xi’an 710126, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(6), 1997; https://doi.org/10.3390/s26061997
Submission received: 8 February 2026 / Revised: 17 March 2026 / Accepted: 20 March 2026 / Published: 23 March 2026
(This article belongs to the Special Issue Advanced Sensors and AI Integration for Human–Robot Teaming)

Abstract

Heavy-load unmanned aerial vehicles (UAVs) are increasingly being applied in logistics, infrastructure installation, and emergency response missions, where complex payload dynamics and unstructured environments pose significant challenges to safe and efficient operation. Conventional manual teleoperation interfaces, such as dual-joystick control, impose a high cognitive workload and provide limited support for expressing high-level operator intent, while fully autonomous solutions remain difficult to deploy reliably under real-world uncertainty. To address these limitations, this paper proposes the Multimodal Fusion Cooperation Network (MFCN), an end-to-end shared autonomy framework that integrates speech commands, visual gestures, and haptic cues through cross-modal feature fusion to infer operator intent in real time. The fused intent representation is translated into dynamically feasible control commands by a cooperative control policy with embedded physics-aware constraints to suppress payload oscillations and ensure flight stability. Extensive semi-physical simulations and real-world experiments demonstrate that the MFCN significantly improves the task success rate, positioning accuracy, and payload stability while reducing the task completion time and operator cognitive workload compared with manual, unimodal, and heuristic multimodal baselines.

1. Introduction

Heavy-payload unmanned aerial vehicles (UAVs) are rapidly evolving from conventional sensing platforms into aerial work systems capable of transporting and positioning loads that range from tens to hundreds of kilograms [1,2,3,4,5]. This capability enables time-critical or hard-to-access operations such as material delivery and emergency response [6], lifting bulky items [7], medical logistics [8], and the placement or installation of infrastructure components in cluttered outdoor scenes [4,9]. In these missions, the UAV is not only required to track a trajectory but to do so while managing the coupled dynamics of a suspended or articulated payload and maintaining safety margins in the presence of wind, occlusions, and perception uncertainty.
Despite significant progress in autonomy, heavy-load missions remain difficult to execute reliably under a purely manual or purely autonomous paradigm. From a control perspective, the UAV must regulate its six-degree-of-freedom motion while suppressing payload oscillations that can be modeled as pendulum-like dynamics [10], becoming particularly challenging under disturbances and modeling uncertainty [11,12]. From a perception and human operation perspective, these tasks are often performed outdoors, where lighting changes, viewpoint shifts, and partial occlusions degrade sensing and complicate decision-making [13]. Consequently, practical systems frequently rely on a human operator to provide task guidance, while autonomy is expected to stabilize the system and enforce safety constraints in real time.
However, the dominant interface for heavy-load UAV teleoperation remains dual-joystick control, where the operator issues low-level commands such as velocity or attitude rate references [14,15,16]. While such interfaces offer fine-grained authority, they also impose a substantial cognitive workload because the operator must simultaneously regulate vehicle motion, compensate for payload swing, and maintain situational awareness under time pressure [17,18]. This burden was also reflected in our real flight study: joystick teleoperation yielded NASA-TLX scores of 72.4 ± 5.1 under 2–3 m/s wind and 81.7 ± 6.3 under 4–6 m/s wind, whereas the MFCN reduced these values to 49.3 ± 3.9 and 55.8 ± 4.5 , respectively. Moreover, joystick inputs provide a low-dimensional channel that poorly conveys higher-level intent such as “grasp that container” or “align with platform B” [19]. Situational awareness is further limited because operators typically rely on narrow first-person video streams without haptic/force cues, and onboard sensing can degrade under adverse conditions [20,21]. These limitations motivate interaction paradigms that increase the expressiveness and robustness of intent communication while reducing operator workloads.
Shared autonomy provides a principled framework for human–machine cooperation in which a human specifies goals and resolves ambiguities and autonomy assists with execution, stabilization, and safety [22,23]. However, applying shared autonomy to heavy-load UAVs introduces unique complications: payload coupling tightens safety constraints, the cost of misinterpretation is high, and intent must be inferred under real-world uncertainty. A key bottleneck is the interaction modality—the system needs a reliable channel to interpret intent in real time, while being resilient to missing or corrupted sensory inputs.
Early human–UAV interaction approaches often used a single modality (e.g., gestures [24] or speech [25]) and have shown that natural interfaces can reduce the barrier to control. Nonetheless, unimodal signals are vulnerable to ambiguity and environmental interference [26,27]: speech may be semantically underspecified without spatial grounding, while gestures can be occluded or confused in complex scenes. These challenges motivate multimodal interaction, which leverages complementary information across channels to disambiguate intent and improve robustness [28,29]. In robotics, combining voice, gestures, and haptic cues has been repeatedly shown to improve reliability and naturalness in human–robot collaboration [30,31].
In this paper, we introduce the Multimodal Fusion Cooperation Network (MFCN), an end-to-end framework for the cooperative operation of heavy-load UAVs. The MFCN synchronizes and encodes speech, gesture, and haptic signals; fuses them through cross-modal temporal reasoning to infer a latent intent representation; and maps this intent—together with the UAV–payload state—to dynamically feasible control commands under physics-aware safety constraints. The proposed approach aims to (i) increase the expressiveness of operator intent communication, (ii) reduce the operator workload by shifting effort from low-level stabilization to high-level instruction, and (iii) improve robustness when one modality becomes unreliable (e.g., gesture occlusion or acoustic noise). We validate the MFCN via semi-physical simulations and real-world experiments and additionally benchmark the perception modules on public datasets to assess generalization.
The main contributions are as follows:
  • We formulate heavy-load UAV shared autonomy as a multimodal intent-conditioned control problem and propose the MFCN to infer operator intent from synchronized speech, gesture, and haptic streams through learned cross-modal temporal reasoning rather than rule-based modality arbitration.
  • We introduce a physics-aware cooperative control policy that converts the inferred intent and the UAV–payload state into dynamically feasible actions while explicitly regularizing payload swing energy growth and unsafe behavior.
  • We establish a multi-stage evaluation protocol spanning semi-physical simulation, HIL validation, public benchmark perception tests, and real flight experiments, showing consistent improvements in task success, positioning accuracy, swing suppression, and operator workload over manual, unimodal, heuristic multimodal, and autonomy-only baselines.

2. Related Work

2.1. Shared Autonomy for Human–UAV Cooperation

Shared autonomy integrates human decision-making with autonomous execution to improve performance and safety in interactive robotic systems [22,32]. In UAV operation, this typically means that humans provide goals or coarse guidance while autonomy performs stabilization, motion generation, or constraint enforcement [33]. A persistent challenge is intent communication: mapping human instructions to machine-executable actions with minimal ambiguity and minimal operator effort [34]. Conventional interfaces such as dual joysticks or graphical user interfaces are precise but demanding when tasks require concurrent navigation and disturbance rejection [14,17]. Recent work explores intent-aware assistance mechanisms [19,23], but many approaches rely on a single modality (e.g., voice or pose), which can be insufficient under noise, occlusion, or context changes [27]. In contrast, we treat intent as a multimodal construct and design a learned fusion mechanism that explicitly reasons over complementary cues from speech, gestures, and haptics.

2.2. Heavy-Load UAV Control with Suspended Payloads

Heavy-load UAVs carrying suspended payloads exhibit coupled and underactuated dynamics; payload swing can be amplified by aggressive maneuvers and environmental disturbances [10,35]. A rich body of work addresses oscillation suppression and robust trajectory tracking using geometric control and feedback linearization [36], nonlinear MPC [37], and disturbance observer-based methods [38], often assuming fully autonomous execution with predefined references. Manual teleoperation, in contrast, can generate dynamically inconsistent commands that induce oscillations or violate safety margins, especially when the operator must react under uncertainty [39,40]. Our approach complements control-theoretic advances by embedding swing-aware safety objectives into a learning-based cooperative policy that translates human intent into stable, feasible actions, building on recent progress in DRL for swing suppression [41].
Beyond geometric and MPC-based approaches, robust nonlinear control strategies based on backstepping and sliding-mode design have also been widely studied for UAVs operating under uncertainty [42,43]. These methods often combine observer-based disturbance estimation with Lyapunov-guided control synthesis to guarantee bounded tracking errors in the presence of model mismatch and external perturbations [43,44]. Representative examples include backstepping sliding-mode control with disturbance compensation for quadrotors carrying suspended loads [44] and backstepping sliding-mode control using a super-twisting observer for trajectory tracking under partial state measurements [45]. Such controllers offer formal stability guarantees and strong disturbance rejection, but they typically assume that a feasible reference trajectory or command source is already available. In contrast, our work addresses a complementary layer of the problem: inferring high-level operator intent from heterogeneous human inputs and translating it into dynamically feasible shared autonomy actions while still incorporating payload dynamics-aware safety regularization during policy learning.

2.3. Multimodal Interaction and Fusion in Robotics

Multimodal interfaces that combine speech, gestures, and haptics can improve robustness and naturalness in human–robot interaction [28,46,47]. Speech offers symbolic commands and semantic constraints [48], gestures convey spatial and directional grounding [29,49], and haptics enable bidirectional cues related to contact, urgency, or corrective feedback [20,31,50]. Many systems use heuristic fusion (e.g., gating speech with gesture confirmation, rule-based modality switching) [51], which may fail to capture nonlinear dependencies across modalities and evolving task contexts. Moreover, much of the literature targets ground robots [52] or small UAVs [46] and does not explicitly incorporate the real-time safety constraints and payload-coupled dynamics of heavy-load aerial operations. The MFCN addresses these gaps by learning an end-to-end mapping from multimodal human input to dynamically feasible control outputs, using cross-modal attention to model correlations and physics-aware constraints to ensure safety.
Related questions of interaction asymmetry and latent human intent have also been studied in autonomous driving, especially for heavy vehicles and socially coupled decision-making. Recent studies on socially game-theoretic lane changes for autonomous heavy vehicles [53], the elimination of uncertainty in driver social preferences [54], and social predictive intelligent driver models [55] show that safe interaction benefits from explicitly modeling uncertainty and asymmetric behavior, rather than relying on fixed rules. Although developed for ground vehicles, these studies support our design choice to treat UAV shared autonomy intent inference as a context-dependent and uncertainty-aware fusion problem rather than a static modality-switching problem.

3. Methodology

This section introduces the proposed Multimodal Fusion Cooperation Network (MFCN), an end-to-end framework designed for safe and efficient human–machine cooperation in heavy-load UAV operations. As illustrated in Figure 1, the MFCN consists of three tightly coupled components: (i) a multimodal perception module that encodes speech, gesture, and haptic inputs into synchronized latent features; (ii) a cross-modal fusion module that infers operator intent through temporal and semantic reasoning across modalities; and (iii) a cooperative control policy that maps the inferred intent and UAV–payload state to dynamically feasible control commands under physics-aware safety constraints.

3.1. Framework Overview

At each time step t, the system receives multimodal operator inputs together with the current UAV–payload state. The multimodal observation is defined as
X t = { x t ( s ) , x t ( g ) , x t ( h ) } ,
where x t ( s ) , x t ( g ) , and x t ( h ) denote speech, gesture, and haptic signals, respectively. These inputs are processed by modality-specific encoders and subsequently fused to produce a latent intent representation f intent . The cooperative control policy then generates a control command
a t = π θ ( f intent , s t ) ,
where s t denotes the UAV–payload state. The policy is optimized to accomplish the operator-specified task while maintaining flight stability and suppressing payload oscillations.

3.2. Multimodal Perception and Feature Encoding

Each input modality is encoded into a compact feature representation using a dedicated encoder architecture, allowing the system to capture complementary semantic, spatial, and physical cues.
Speech Encoding. Raw speech signals are processed using a pretrained speech representation backbone (e.g., wav2vec 2.0 or HuBERT), followed by a lightweight Transformer encoder. This module extracts high-level semantic features f s R d s that capture command intent such as lift, align, or descend.
Gesture Encoding. Visual gesture inputs, represented as RGB or depth image sequences, are processed using a spatiotemporal convolutional network to capture motion dynamics. A temporal Transformer further refines these features, yielding gesture embeddings f g R d g that encode spatial direction and target-related cues.
Haptic Encoding. Haptic signals are acquired from an in-house two-axis force-feedback side-stick (FFJ-2D prototype). The raw stream is sampled at 200 Hz and consists of joystick deflection and force-feedback channels [ δ x , δ y , F x , F y ] . Before encoding, the deflection channels are normalized by the full-scale joystick range, the force channels are clipped at ± 20 N and scaled to [ 1 , 1 ] , and all channels are standardized using training set statistics. The normalized sequence is then downsampled to 50 Hz and processed by a 1D CNN-LSTM encoder to produce haptic features f h R d h that capture the corrective intent, interaction intensity, and urgency cues during operation.
All modality-specific embeddings are temporally synchronized using sensor timestamps and projected into a shared latent space prior to fusion.

3.3. Cross-Modal Fusion for Intent Inference

To infer operator intent from heterogeneous inputs, the MFCN employs a cross-modal attention fusion block with two stacked Transformer layers. Each modality embedding is first projected into a shared latent space of dimension d model = 256 as
z m = LN W m f m + b m + e m ,
where e m denotes a modality/time embedding and LN ( · ) is layer normalization. The synchronized token set Z = [ z s ; z g ; z h ] is then processed by two Transformer blocks with 4 attention heads, feedforward width d ff = 512 , and dropout 0.1 . The intent embedding is obtained by mean-pooling the final hidden states, i.e.,
f intent = Pool Transformer cross ( Z ) .
This design allows the network to model cross-modal dependencies without hard modality-switching and yields a fixed-length intent representation for the downstream policy. When modalities conflict, the cross-attention module redistributes weights softly according to temporal consistency, rather than forcing a deterministic switch to a single channel.
The fused intent representation encodes both semantic objectives (e.g., “grasp the object”) and execution-related constraints (e.g., motion direction or interaction intensity). During training, the fusion module is supervised using aligned intent labels or task trajectories, minimizing
L fusion = f intent f target 2 2 ,
where f target is obtained from expert demonstrations or synchronized task annotations.

3.4. Cooperative Control Policy

The cooperative control policy π θ maps the inferred intent f intent and the UAV–payload state s t to a control command a t . We implement π θ as a deep reinforcement learning actor network trained with a hybrid reward function:
r t = r task λ 1 θ ˙ p 2 λ 2 E ctrl λ 3 d collision ,
where r task measures the task completion quality, θ ˙ p denotes the payload swing rate, E ctrl represents the control effort, and d collision penalizes unsafe proximity to obstacles. All reward terms are normalized to comparable ranges using training set statistics. The final weights are λ 1 = 0.40 , λ 2 = 0.05 , and λ 3 = 0.80 .
Policy optimization is performed using proximal policy optimization (PPO), solving
max θ E ( s t , a t ) r t β KL ( π θ π old ) .
We selected PPO because it yields more stable optimization and lower performance variance than SAC under the physics-aware regularization adopted in this work. All experimental results reported in this paper therefore reflect the use of PPO only.
This design allows the policy to translate high-level human intent into dynamically feasible and stable UAV maneuvers.

3.5. Physics-Aware Safety Regularization

To ensure real-world deployability, physics-aware safety constraints are embedded into the learning process. The coupled UAV–payload dynamics are modeled as
M ( q ) q ¨ + C ( q , q ˙ ) q ˙ + G ( q ) = τ + J F payload ,
where q = [ p , η , θ x , θ y ] contains the UAV position, attitude, and payload swing angles. The airframe mass and inertia parameters were obtained from the platform CAD model and bench measurements, the cable length was measured directly as l = 1.5 m , and the residual swing-damping coefficients were identified from free-swing decay experiments using least-squares fitting.
A Lyapunov-inspired regularization term is incorporated during training,
L safe = α max 0 , V ˙ ( q , q ˙ ) ,
where V ( q , q ˙ ) is defined as the mass-normalized payload swing energy,
V ( q , q ˙ ) = 1 2 l 2 θ ˙ x 2 + θ ˙ y 2 + g l 2 cos θ x cos θ y .
Using the mass-normalized form makes the safety term independent of the exact payload mass. Together with domain randomization over payloads of 5, 10, 20, and 40 kg during training, this enables the policy to adapt to mass variations through the observed swing state and vehicle response without requiring the true mass as an explicit input.

3.6. Training and Implementation Details

The MFCN is trained using a combination of semi-physical simulation and real-world datasets. The simulation environment models stochastic disturbances, including wind and sensor noise, as well as domain randomization over payload masses of 5– 40 kg . The perception, fusion, and control modules are pre-trained independently and subsequently fine-tuned jointly using imitation learning and reinforcement learning objectives. All networks are optimized using Adam with a learning rate of 1 × 10 4 . On the onboard Jetson AGX Orin (NVIDIA Corporation, Santa Clara, CA, USA) the complete inference loop runs at 30 Hz with mean end-to-end latency of 24.7 ms and 95th-percentile latency of 29.8 ms . The average per-cycle latency is 7.8 ms for speech feature extraction, 10.6 ms for gesture encoding, 1.1 ms for haptic encoding, 1.4 ms for timestamp synchronization and buffering, 1.9 ms for cross-modal fusion, and 1.9 ms for policy inference and safety regularization.

4. Experiments

This section evaluates the proposed Multimodal Fusion Cooperation Network (MFCN) using semi-physical simulation, hardware-in-the-loop (HIL) validation, and real-world flight experiments. We assess task success, efficiency, payload stability, robustness to perception degradation, and the operator cognitive workload, and we compare the MFCN with manual, autonomous, and shared autonomy baselines.

4.1. Experimental Setup

UAV Platform and Payload Configuration. We employ a heavy-load hexarotor platform with a maximum payload capacity of 40 kg , equipped with an onboard Jetson Orin (NVIDIA Corporation, Santa Clara, CA, USA) [56] for real-time inference in the MFCN pipeline. A standardized suspended payload of 20 kg is attached via a 1.5 m cable, introducing pronounced coupled UAV–payload swing dynamics. The operator interface consists of the FFJ-2D force-feedback side-stick for haptic input, a depth camera for gesture acquisition [57], and a noise-canceling microphone for speech commands.
Semi-Physical Simulation and HIL. A Gazebo/ROS-based semi-physical simulator [58] models full 6-DOF UAV–payload dynamics. In HIL mode, a Pixhawk flight controller [59] is integrated to verify timing, signal flow, and the 30 Hz real-time execution constraint of the policy. To reflect realistic operating conditions, we introduce stochastic disturbances, including payload mass variations ( { 5 , 10 , 20 , 40 } kg ), wind gusts up to 8 m / s , and temporary perception degradation (e.g., partial occlusions). Each scenario is repeated for 1000 episodes (20k episodes in total).
Real-World Flight Tasks. We evaluate three representative heavy-load operational tasks: (i) Align-and-Place (hover-to-target placement), (ii) Navigate-and-Deliver (long-distance transit with suspended payload), and (iii) Dock-to-Platform (final-stage precision landing and alignment). The results reported in Table 1 are aggregated averages across these tasks. All experiments were conducted under relevant safety regulations.
Participants and Procedure. Twelve operators participated in the real flight study: 4 novice users (<20 h of multirotor flight experience), 4 intermediate users (20–100 h), and 4 experienced users (>100 h). Before data collection, all participants received a standardized 60 min training session comprising a 15 min safety/system briefing, 15 min interface familiarization, and 30 min supervised practice with the MFCN interface and the baseline joystick workflow. Each participant completed all three tasks under JT, AO, and MFCN in both wind bands, and NASA-TLX was recorded after each method × wind block.
Public Benchmark Evaluation. To assess the generalization of perception components beyond the UAV domain, we isolate the gesture, speech, and haptic encoders from the closed-loop control pipeline and evaluate them on public benchmark datasets. Only minor adaptations (input preprocessing and output heads) are applied to match the dataset requirements, while the core encoder architectures are kept unchanged, enabling a controlled and standardized evaluation.

4.2. Baselines and Control Architectures

To ensure a fair comparison, all learning-based shared autonomy methods employ the same actor–critic DRL backbone [60]. This design isolates the effects of (i) the intent representation and (ii) the multimodal fusion strategy, as the policy capacity and training procedures are matched across methods.
JT (Manual Teleoperation) is a fully human-controlled baseline, where low-level velocity commands are issued via a joystick without intent inference or autonomy assistance.
AO (Autonomous Optimization) is a fully autonomous baseline implemented as nonlinear MPC with explicit swing suppression objectives and without human input. We selected MPC as the sole autonomy-only baseline because it is a strong and widely used model-based controller for suspended-load UAV systems and provides a transparent reference for comparing shared autonomy against fully autonomous execution. The controller uses a horizon N = 20 , sampling interval Δ t = 0.1 s , state-tracking weight w p = 15 , velocity weight w v = 2 , swing penalty w s = 10 , control-effort weight w u = 0.1 , and terminal weight 30. These parameters were selected through validation across wind, occlusion, and payload mass variations while keeping the solver within the 30 Hz real-time budget.
UM (Unimodal Shared Autonomy) conditions the policy on a single encoded modality (e.g., gesture-only), without learned cross-modal interaction.
HM (Heuristic Multimodal) uses rule-based fusion. Speech confidence is defined as the top-1 posterior probability of the speech classifier, gesture confidence is the temporally averaged top-1 posterior over a 15-frame window, and haptic confidence is the sigmoid output of an urgency/override head computed from the haptic encoder features. The switching thresholds are c s 0.70 , c g 0.65 , and c h 0.60 . When the confidence gap between the two highest-scoring modalities is smaller than Δ c = 0.15 , the previous fused command is held for one cycle to avoid chattering. Otherwise, the highest-confidence modality dominates, with speech defining the symbolic command, gesture providing spatial direction, and haptic input modulating the corrective intensity.
MFCN (Ours) integrates multimodal observations using a cross-modal Transformer fusion module [61] and trains a DRL policy with physics-aware constraints [62] for swing-aware, safe control.

4.3. Quantitative Results in Simulation

Table 2 shows that the MFCN achieves the best overall performance across all metrics, including the highest success rate ( 92.4 % ) and the lowest positional error ( 0.18 m ). Relative to manual teleoperation (JT), the MFCN reduces the task completion time by 28.3 % and decreases the maximum payload swing by 57.8 % . Compared with the strongest baseline (HM), the MFCN further improves the efficiency and accuracy, yielding an additional 18.5 % reduction in the task completion time and a 33.3 % improvement in positional accuracy. These results indicate that learned cross-modal fusion provides more reliable intent inference than rule-based strategies, leading to more stable and efficient control.
Figure 2 further illustrates the stability improvements, where the MFCN achieves the fastest damping and the lowest oscillation magnitude. For Table 2, statistical significance was assessed using one-way repeated-measures ANOVA over the 20 scenario-level aggregates, followed by Holm-corrected paired t-tests for post hoc comparisons. The main effect of the method was significant for the success rate, task completion time, positional error, maximum swing, and swing decay (all adjusted p < 0.001 ). In particular, the MFCN significantly outperformed HM and AO in the key closed-loop metrics reported in Table 2.

4.4. Module-Specific Evaluation on Public Datasets

To evaluate whether the MFCN’s perceptual components generalize beyond the UAV operational domain, we benchmark the gesture and speech encoders on representative public datasets under standardized settings.
Gesture Encoder. We evaluate the gesture encoder on AUTH UAV Gesture [63] and UAV-Gesture [24]. AUTH UAV Gesture contains 4930 videos across six gesture categories and is challenging due to viewpoint variation and high inter-class similarity among several gestures. UAV-Gesture contains 119 UAV-captured videos with 13 command gestures performed by 10 subjects, providing complementary diversity with fewer samples. For a controlled comparison, we resample the input sequences to match each dataset’s spatial resolution, fix the temporal window to T = 15 frames, and replace the classifier head to match the number of classes. As shown in Table 3, our encoder achieves 82.6% and 96.3% accuracy on AUTH UAV Gesture and UAV-Gesture, respectively, outperforming the representative baselines.
Speech Encoder. We benchmark the speech encoder on Google Speech Commands v2 [67] and LibriSpeech [68]. Speech Commands provides short command phrases suitable for evaluating instruction recognition, while LibriSpeech tests robustness across speakers and recording conditions. For each dataset, we match the sampling rates, adjust the output head for keyword classification (Speech Commands) or CTC-style decoding support (LibriSpeech), and retrain under the same optimization settings. As shown in Table 4, our encoder achieves F1 scores of 0.97 on Speech Commands and 0.91 on LibriSpeech, outperforming the strong baselines. These results suggest that the learned acoustic representations are transferable and robust to domain variation.

4.5. Real-World Results and Cognitive Load

Real-world flights corroborate the simulation results. During the Dock-to-Platform task, Figure 3 shows that the MFCN produces smoother trajectories and faster damping of payload swing than JT. Under moderate wind (4– 6 m / s ), the MFCN maintains an 83.1 % success rate, whereas that of AO drops to 67.1 % . We therefore revise the interpretation to emphasize two factors, rather than attributing the robustness to intent guidance alone: firstly, human intent remains available when onboard perception or the scene geometry makes autonomy-only target selection ambiguous; secondly, the physics-aware policy converts high-level guidance into swing-suppressed commands rather than raw manual corrections. NASA-TLX was analyzed using a two-way repeated-measures ANOVA with factors method and wind, followed by Holm-corrected paired t-tests. The workload reduction of the MFCN relative to JT was significant under both 2– 3 m / s and 4– 6 m / s winds (both adjusted p < 0.001 ), and the MFCN’s result also remained significantly lower than that of AO under 4– 6 m / s wind (adjusted p < 0.001 ).

4.6. Ablation Study and Feature Importance

Table 5 highlights the contribution of each component. Removing physics-aware regularization increases the maximum swing and reduces the success rate, indicating that the safety term is important in shaping the policy toward swing-suppressed behaviors. Removing any single modality degrades the intent accuracy and downstream task performance, with the largest drops observed when removing haptic or gesture inputs, suggesting that haptics provide interaction/urgency cues while gestures provide spatial grounding required for precision.
Figure 4 visualizes the bidirectional attention patterns between speech tokens and gesture frames during a “lift and align” task. The model initially emphasizes tokens related to “lift” and progressively shifts attention toward “align” as stabilization is achieved, while gesture-to-speech attention exhibits a slight temporal lag consistent with human response dynamics. The aggregated attention patterns indicate that the MFCN captures context-aware cross-modal dependencies rather than relying on fixed modality rules.

4.7. Robustness Under Perception Degradation

Figure 5 reports the task success rates under increasing visual occlusion severity. The performance of the MFCN degrades gracefully as occlusion increases and it consistently outperforms the HM and unimodal baselines, indicating that cross-modal redundancy mitigates failure when gesture observations are partially corrupted. For example, at 30 % occlusion, the MFCN’s result decreases from 92.4 % to 80.3 % , while that of the gesture-only policy drops to 55.7 % .

5. Discussion

The results from the simulation, HIL, and real-world experiments collectively demonstrate that the MFCN improves both performance and usability for heavy-load UAV operation.

5.1. Impact of Multimodal Fusion on Shared Autonomy

The MFCN achieves higher intent accuracy and better closed-loop stability than unimodal and heuristic multimodal baselines. This supports the premise that multimodal inputs provide complementary information: speech conveys symbolic task constraints, gestures provide spatial grounding, and haptics add interaction intensity and corrective cues. Cross-modal attention enables the system to exploit these cues adaptively as the task context changes.
In conflicting input situations, the learned fusion module does not rely on a fixed priority rule. Instead, speech primarily anchors symbolic task semantics, gesture refines spatial grounding, and haptic cues modulate urgency or the corrective intensity; cross-modal attention then reweights these streams according to temporal consistency. This soft arbitration helps to avoid abrupt policy changes when operators produce transiently contradictory commands under stress.

5.2. Role of Physics-Aware Regularization

Ablation studies show that removing physics-aware regularization increases oscillation and reduces the success rate, confirming that embedding payload dynamics into learning objectives is essential in suppressing swing and maintaining stability. This is particularly important for heavy-load platforms, where energy coupling between the vehicle and the payload can amplify oscillations under aggressive or inconsistent commands.

5.3. Operator Workload and Trust

Real-world results indicate that the MFCN reduces the NASA-TLX scores substantially, suggesting that cooperative autonomy shifts the operator from continuous low-level stabilization to higher-level intent expression. Informal operator feedback further suggests improved predictability and responsiveness when multimodal cues are available, which is important for trust in shared autonomy systems.

5.4. Robustness and Generalization

The MFCN maintains high task success under partial perception degradation, demonstrating robustness through modality redundancy. Benchmark evaluations on public datasets also indicate that the learned perceptual components transfer beyond the UAV-specific domain, supporting broader applicability.

5.5. Limitations and Future Work

The current implementation assumes calibrated sensors and reliable time synchronization, which may not always hold in field deployment. In addition, speech understanding is based on predefined command vocabularies, and scaling to open-vocabulary interaction remains an open challenge. Finally, our current focus is a single human–UAV pair; extending to multi-agent cooperative aerial manipulation will require explicit intent disambiguation across multiple humans and robots. These directions motivate future work on adaptive synchronization, open-vocabulary multimodal intent grounding, and multi-agent coordination.

6. Conclusions

This work proposes the MFCN as a practical shared autonomy framework for heavy-load aerial operations in which multimodal human intent and physics-aware control are tightly integrated. Beyond the specific tasks studied here, the results suggest a broader design principle for aerial robotics: operators should communicate high-level goals through expressive multimodal channels, while autonomy should handle low-level stabilization, swing suppression, and safety enforcement. This division of responsibility is especially important for heavy-load platforms operating in uncertain outdoor environments, where neither low-level teleoperation nor autonomy-only control is sufficiently robust on its own. The proposed framework therefore offers a concrete step toward deployable shared autonomy for aerial construction, logistics, and emergency response missions.

Author Contributions

Conceptualization, X.G., J.W. and Y.Z.; methodology, X.G. and Y.W.; system implementation, Y.W. and C.C.; validation, L.W. and B.W.; formal analysis, J.W.; investigation, X.G., J.W. and Y.W.; resources, C.C. and L.W.; data curation, Y.W. and B.W.; writing—original draft preparation, X.G. and Y.W.; writing—review and editing, J.W., C.C., L.W. and Y.Z.; visualization, Y.W.; supervision, X.G.; project administration, X.G. and Y.Z.; funding acquisition, X.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the Qinling Region Full-Process Mechanization Construction Special Research Project, with a total project fund of CNY 1,166,200.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

Authors Xu Gao, Jingfeng Wu and Yuchen Wang were employed by the company State Grid Shaanxi Electric Power Co., Ltd. Construction Branch. Authors Can Cao, Lihui Wang and Bowen Wang were employed by the company Shaanxi Power Transmission and Transformation Engineering Company Limited. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
UAVUnmanned Aerial Vehicle
MFCNMultimodal Fusion Cooperation Network
DRLDeep Reinforcement Learning
MPCModel Predictive Control
JTManual Teleoperation
AOAutonomous Optimization
UMUnimodal Shared Autonomy
HMHeuristic Multimodal
HILHardware-in-the-Loop
ROSRobot Operating System
IMUInertial Measurement Unit
CNNConvolutional Neural Network
LSTMLong Short-Term Memory
PPOProximal Policy Optimization
NASA-TLXNASA Task Load Index

References

  1. Khamseh, H.B.; Janabi-Sharifi, F.; Abdessameud, A. Aerial manipulation—A literature survey. Robot. Auton. Syst. 2018, 107, 221–235. [Google Scholar] [CrossRef] [Scilit]
  2. Kotarski, D.; Piljek, P.; Pranjić, M.; Kasać, J. Concept of a modular multirotor heavy lift unmanned aerial vehicle platform. Aerospace 2023, 10, 528. [Google Scholar] [CrossRef] [Scilit]
  3. Sarghini, F.; De Vivo, A. Analysis of preliminary design requirements of a heavy lift multirotor drone for agricultural use. Chem. Eng. Trans. 2017, 58, 625–630. [Google Scholar]
  4. Grant, G.; Belfadel, D.; Haessig, D. Design and Testing of heavy-lift UAV for Obstacle Avoidance Using Multi-sensor Fusion. In Proceedings of the 2025 Northeast Section Conference, Erie, PA, USA, 27–30 March 2025. [Google Scholar]
  5. Peksa, J.; Mamchur, D. A review on the state of the art in copter drones and flight control systems. Sensors 2024, 24, 3349. [Google Scholar] [CrossRef] [Scilit]
  6. Singh, R.; Kumar, S. A Comprehensive Insights into Drones: History, Classification, Architecture, Navigation, Applications, Challenges, and Future Trends. arXiv 2025, arXiv:2501.10066. [Google Scholar] [CrossRef] [Scilit]
  7. Willis, P. A Lifting Job. Aerosp. Test. Int. 2024, 2024, 1. [Google Scholar] [CrossRef] [Scilit]
  8. Darshankumar, J.; Mathankumar, M.; Arunkumar, A. Design and Fabrication of Multirotor UAV for Medical Applications. In Proceedings of the 2025 3rd International Conference on Advancements in Electrical, Electronics, Communication, Computing and Automation (ICAECA); IEEE: New York, NY, USA, 2025; pp. 1–5. [Google Scholar]
  9. Imran; Li, J. UAV Design for Agricultural Applications. In UAV Aerodynamics and Crop Interaction: Revolutionizing Modern Agriculture with Drone; Springer: Berlin/Heidelberg, Germany, 2025; pp. 169–202. [Google Scholar]
  10. Kashi, M.; Ghadiri, H. Robust nonlinear control for quadrotor slung load system subject to external disturbances. In Proceedings of the 2024 10th International Conference on Artificial Intelligence and Robotics (QICAR); IEEE: New York, NY, USA, 2024; pp. 68–73. [Google Scholar]
  11. Abhinay, N.; Das, K.; Ghose, D. Robust Trajectory Tracking Control of a Multi-Rotor UAV Carrying a Cable Suspended Load. In Proceedings of the 2025 International Conference on Unmanned Aircraft Systems (ICUAS); IEEE: New York, NY, USA, 2025; pp. 416–423. [Google Scholar]
  12. Xing, S.; Xian, B.; Shao, P. Multi-Objective and Multi-State Nonlinear Model Predictive Control for Quadrotor Slung-Payload System. In Proceedings of the 2025 44th Chinese Control Conference (CCC); IEEE: New York, NY, USA, 2025; pp. 540–545. [Google Scholar]
  13. Telli, K.; Kraa, O.; Himeur, Y.; Ouamane, A.; Boumehraz, M.; Atalla, S.; Mansoor, W. A comprehensive review of recent research trends on unmanned aerial vehicles (uavs). Systems 2023, 11, 400. [Google Scholar] [CrossRef] [Scilit]
  14. Kang, H.; Li, H.; Zhang, J.; Lu, X.; Benes, B. Flycam: Multitouch gesture controlled drone gimbal photography. IEEE Robot. Autom. Lett. 2018, 3, 3717–3724. [Google Scholar] [CrossRef] [Scilit]
  15. Ng, K.W.; Mahony, R.; Lau, D. A dual joystick-trackball interface for accurate and time-efficient teleoperation of cable-driven parallel robots within large workspaces. In Proceedings of the International Conference on Cable-Driven Parallel Robots; Springer: Berlin/Heidelberg, Germany, 2019; pp. 391–402. [Google Scholar]
  16. Yakushiji, F.; Yakushiji, K.; Murata, M.; Hiroi, N.; Takeda, K.; Fujita, H. The quality of blood is not affected by drone transport: An evidential study of the unmanned aerial vehicle conveyance of transfusion material in Japan. Drones 2020, 4, 4. [Google Scholar] [CrossRef] [Scilit]
  17. Paas, A.; Coffey, E.B.; Beltrame, G.; St-Onge, D. Towards evaluating the impact of swarm robotic control strategy on operators’ cognitive load. In Proceedings of the 2022 31st IEEE International Conference on Robot and Human Interactive Communication (RO-MAN); IEEE: New York, NY, USA, 2022; pp. 217–223. [Google Scholar]
  18. Cardenas, J.J.G.; Hei, X.; Tapus, A. Exploring cognitive load dynamics in human-machine interaction for teleoperation: A user-centric perspective on remote operation system design. In Proceedings of the 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS); IEEE: New York, NY, USA, 2024; pp. 12204–12211. [Google Scholar]
  19. Chandarana, M.; Meszaros, E.L.; Trujillo, A.; Allen, B.D. ’Fly Like This’: Natural Language Interface for UAV Mission Planning. In Proceedings of the International Conference on Advances in Computer-Human Interactions, Nice, France, 19–23 May 2017. [Google Scholar]
  20. Zhang, D.; Yang, G.; Khurshid, R.P. Haptic teleoperation of uavs through control barrier functions. IEEE Trans. Haptics 2020, 13, 109–115. [Google Scholar] [CrossRef] [Scilit]
  21. Weishi, C.; Yifeng, H.; Xianfeng, L. Survey on application of multi-sensor fusion in UAV detection technology. Mod. Radar 2020, 42, 15–29. [Google Scholar]
  22. Dragan, A.D.; Srinivasa, S.S. A policy-blending formalism for shared control. Int. J. Robot. Res. 2013, 32, 790–805. [Google Scholar] [CrossRef] [Scilit]
  23. Baratta, A.; Cimino, A.; Gnoni, M.G.; Longo, F. Human robot collaboration in industry 4.0: A literature review. Procedia Comput. Sci. 2023, 217, 1887–1895. [Google Scholar] [CrossRef] [Scilit]
  24. Perera, A.G.; Wei Law, Y.; Chahl, J. UAV-GESTURE: A dataset for UAV control and gesture recognition. In Proceedings of the European Conference on Computer Vision (ECCV) Workshops, Munich, Germany, 8–14 September 2018. [Google Scholar]
  25. Anand, S.S.; Mathiyazaghan, R. Design and fabrication of voice controlled unmanned aerial vehicle. IAES Int. J. Robot. Autom 2016, 5, 205–212. [Google Scholar] [CrossRef] [Scilit]
  26. Su, H.; Qi, W.; Chen, J.; Yang, C.; Sandoval, J.; Laribi, M.A. Recent advancements in multimodal human–robot interaction. Front. Neurorobot. 2023, 17, 1084000. [Google Scholar] [CrossRef] [Scilit]
  27. Wang, T.; Zheng, P.; Li, S.; Wang, L. Multimodal human–robot interaction for human-centric smart manufacturing: A survey. Adv. Intell. Syst. 2024, 6, 2300359. [Google Scholar] [CrossRef] [Scilit]
  28. Oviatt, S. Multimodal interfaces. In The Human-Computer Interaction Handbook; CRC Press: Boca Raton, FL, USA, 2007; pp. 439–458. [Google Scholar]
  29. Bolt, R.A. “Put-that-there” Voice and gesture at the graphics interface. In Proceedings of the 7th Annual Conference on Computer Graphics and Interactive Techniques, Seattle, WA, USA, 14–18 July 1980; pp. 262–270. [Google Scholar]
  30. Yongda, D.; Fang, L.; Huang, X. Research on multimodal human-robot interaction based on speech and gesture. Comput. Electr. Eng. 2018, 72, 443–454. [Google Scholar] [CrossRef] [Scilit]
  31. Patel, R.V.; Atashzar, S.F.; Tavakoli, M. Haptic feedback and force-based teleoperation in surgical robotics. Proc. IEEE 2022, 110, 1012–1027. [Google Scholar] [CrossRef] [Scilit]
  32. Li, Y.; Zhang, F. Trust-preserved human-robot shared autonomy enabled by bayesian relational event modeling. IEEE Robot. Autom. Lett. 2024, 9, 10716–10723. [Google Scholar] [CrossRef] [Scilit]
  33. Franchi, A.; Secchi, C.; Ryll, M.; Bulthoff, H.H.; Giordano, P.R. Shared control: Balancing autonomy and human assistance with a group of quadrotor UAVs. IEEE Robot. Autom. Mag. 2012, 19, 57–68. [Google Scholar] [CrossRef] [Scilit]
  34. Li, G.; Li, Q.; Yang, C.; Su, Y.; Yuan, Z.; Wu, X. The classification and new trends of shared control strategies in telerobotic systems: A survey. IEEE Trans. Haptics 2023, 16, 118–133. [Google Scholar] [CrossRef] [Scilit]
  35. Ding, F.; Sun, C.; He, S. Anti-swing control for quadrotor-slung load transportation system with underactuated state constraints. Sensors 2023, 23, 8995. [Google Scholar] [CrossRef] [Scilit]
  36. Sreenath, K.; Lee, T.; Kumar, V. Geometric control and differential flatness of a quadrotor UAV with a cable-suspended load. In Proceedings of the 52nd IEEE Conference on Decision and Control; IEEE: New York, NY, USA, 2013; pp. 2269–2274. [Google Scholar]
  37. Lan, X.; Gong, L.; Zheng, L.; Liu, S.; Xu, W. Anti-swing strategy of a quadrotor with suspended payload based on model predictive control. In Proceedings of the 2023 9th International Conference on Control Science and Systems Engineering (ICCSSE); IEEE: New York, NY, USA, 2023; pp. 20–25. [Google Scholar]
  38. Wang, J.; Chu, J.; Liu, X. Anti-Swing Control for Quadrotor with Slung Load Using Integral Backstepping Sliding Mode Controller and Extended State Observer. In Proceedings of the 2024 China Automation Congress (CAC); IEEE: New York, NY, USA, 2024; pp. 6006–6011. [Google Scholar]
  39. Omar, H.M.; Akram, R.; Mukras, S.M.; Mahvouz, A.A. Recent advances and challenges in controlling quadrotors with suspended loads. Alex. Eng. J. 2023, 63, 253–270. [Google Scholar] [CrossRef] [Scilit]
  40. Mohammadi, M.; Franchi, A.; Barcelli, D.; Prattichizzo, D. Cooperative aerial tele-manipulation with haptic feedback. In Proceedings of the 2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS); IEEE: New York, NY, USA, 2016; pp. 5092–5098. [Google Scholar]
  41. Yin Yuen, C.; Ng, K.K.; Liu, Y. Dynamic Modeling of Cable-Suspended Payload Quadcopter: A Physics-Informed Deep Learning Approach. In Proceedings of the AIAA AVIATION FORUM and ASCEND 2025, Las Vegas, NV, USA, 21–25 July 2025; p. 3242. [Google Scholar]
  42. Jia, Z.; Yu, J.; Mei, Y.; Chen, Y.; Shen, Y.; Ai, X. Integral backstepping sliding mode control for quadrotor helicopter under external uncertain disturbances. Aerosp. Sci. Technol. 2017, 68, 299–307. [Google Scholar] [CrossRef] [Scilit]
  43. Wang, H.; Li, N.; Wang, Y.; Su, B. Backstepping Sliding Mode Trajectory Tracking via Extended State Observer for Quadrotors with Wind Disturbance. Int. J. Control. Autom. Syst. 2021, 19, 3273–3284. [Google Scholar] [CrossRef] [Scilit]
  44. Chen, X.; Fan, Y.; Wang, G.; Mu, D. Improved extended disturbance observer-based integral backstepping sliding mode control for quadrotor slung-load system. Aerosp. Sci. Technol. 2025, 160, 110042. [Google Scholar] [CrossRef] [Scilit]
  45. Borja-Jaimes, V.; García-Morales, J.; Escobar-Jiménez, R.F.; Guerrero-Ramírez, G.V.; Adam-Medina, M. A Backstepping Sliding Mode Control of a Quadrotor UAV Using a Super-Twisting Observer. Appl. Sci. 2025, 15, 10120. [Google Scholar] [CrossRef] [Scilit]
  46. Zhou, A.; Han, L.; Meng, Y. Multimodal control of uav based on gesture, eye movement and voice interaction. In Proceedings of the International Conference on Guidance, Navigation and Control; Springer: Berlin/Heidelberg, Germany, 2022; pp. 3765–3774. [Google Scholar]
  47. Ghaleb, E.; Burenko, I.; Rasenberg, M.; Pouw, W.; Toni, I.; Uhrig, P.; Wilson, A.; Holler, J.; Özyürek, A.; Fernández, R. Leveraging Speech for Gesture Detection in Multimodal Communication. arXiv 2024, arXiv:2404.14952. [Google Scholar] [CrossRef] [Scilit]
  48. Choi, S.H.; Kim, Z.C.; Buu, S.J. Speech-Guided Drone Control System Based on Large Language Model. In Proceedings of the 2025 International Conference on Electronics, Information, and Communication (ICEIC); IEEE: New York, NY, USA, 2025; pp. 1–4. [Google Scholar]
  49. Sanders, B. Gesture Based Control of Semi-Autonomous Vehicles. Master’s Thesis, Old Dominion University, Norfolk, VA, USA, 2020. [Google Scholar]
  50. Nahri, S.N.F.; Du, S.; Van Wyk, B.J. A review on haptic bilateral teleoperation systems. J. Intell. Robot. Syst. 2022, 104, 13. [Google Scholar] [CrossRef] [Scilit]
  51. Sheridan, T.B. Human–robot interaction: Status and challenges. Hum. Factors 2016, 58, 525–532. [Google Scholar] [CrossRef] [Scilit]
  52. Rautiainen, S.; Pantano, M.; Traganos, K.; Ahmadi, S.; Saenz, J.; Mohammed, W.M.; Martinez Lastra, J.L. Multimodal interface for human–robot collaboration. Machines 2022, 10, 957. [Google Scholar] [CrossRef] [Scilit]
  53. Hu, W.; Deng, Z.; Yang, Y.; Zhang, P.; Cao, K.; Chu, D.; Zhang, B.; Cao, D. Socially Game-Theoretic Lane-Change for Autonomous Heavy Vehicle Based on Asymmetric Driving Aggressiveness. IEEE Trans. Veh. Technol. 2025, 74, 17005–17018. [Google Scholar] [CrossRef] [Scilit]
  54. Deng, Z.; Hu, W.; Sun, C.; Chu, D.; Huang, T.; Li, W.; Yu, C.; Pirani, M.; Cao, D.; Khajepour, A. Eliminating Uncertainty of Driver’s Social Preferences for Lane Change Decision-Making in Realistic Simulation Environment. IEEE Trans. Intell. Transp. Syst. 2025, 26, 1583–1597. [Google Scholar] [CrossRef] [Scilit]
  55. Deng, Z.; Hu, W.; Huang, T.; Sun, C.; Zhong, J.; Khajepour, A. Social Predictive Intelligent Driver Model for Autonomous Driving Simulation. Automot. Innov. 2025, 8, 1–12. [Google Scholar] [CrossRef] [Scilit]
  56. Karumbunathan, L.S. Nvidia jetson agx orin series. In A Giant Leap Forward for Robotics and Edge AI Applications. Technical Brief; NVIDIA Corporation: Santa Clara, CA, USA, 2022. [Google Scholar]
  57. Shotton, J.; Fitzgibbon, A.; Cook, M.; Sharp, T.; Finocchio, M.; Moore, R.; Kipman, A.; Blake, A. Real-time human pose recognition in parts from single depth images. In Proceedings of the CVPR 2011; IEEE: New York, NY, USA, 2011; pp. 1297–1304. [Google Scholar]
  58. Chitta, S.; Marder-Eppstein, E.; Meeussen, W.; Pradeep, V.; Tsouroukdissian, A.R.; Bohren, J.; Coleman, D.; Magyar, B.; Raiola, G.; Lüdtke, M.; et al. ros_control: A generic and simple control framework for ROS. J. Open Source Softw. 2017, 2, 456. [Google Scholar] [CrossRef] [Scilit]
  59. Malacarne, F. PX4 Autopilot Customization for Non-Standard Gimbal and UWB Peripherals. Ph.D. Thesis, Politecnico di Torino, Torino, Italy, 2020. [Google Scholar]
  60. Schulman, J.; Wolski, F.; Dhariwal, P.; Radford, A.; Klimov, O. Proximal policy optimization algorithms. arXiv 2017, arXiv:1707.06347. [Google Scholar] [CrossRef] [Scilit]
  61. Tsai, Y.H.H.; Bai, S.; Liang, P.P.; Kolter, J.Z.; Morency, L.P.; Salakhutdinov, R. Multimodal transformer for unaligned multimodal language sequences. In Proceedings of the Conference; Association for Computational Linguistics: Stroudsburg, PA, USA, 2019; Volume 2019, p. 6558. [Google Scholar]
  62. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. 2019, 378, 686–707. [Google Scholar] [CrossRef] [Scilit]
  63. Patrona, F.; Mademlis, I.; Pitas, I. An overview of hand gesture languages for autonomous UAV handling. In Proceedings of the 2021 Aerial Robotic Systems Physically Interacting with the Environment (AIRPHARO), Biograd na Moru, Croatia, 4–5 October 2021; pp. 1–7. [Google Scholar]
  64. Chéron, G.; Laptev, I.; Schmid, C. P-cnn: Pose-based cnn features for action recognition. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 3218–3226. [Google Scholar]
  65. Yang, F.; Wu, Y.; Sakti, S.; Nakamura, S. Make skeleton-based action recognition model smaller, faster and better. In Proceedings of the 1st ACM International Conference on Multimedia in Asia, Beijing, China, 16–18 December 2019; pp. 1–6. [Google Scholar]
  66. Papaioannidis, C.; Makrygiannis, D.; Mademlis, I.; Pitas, I. Learning fast and robust gesture recognition. In Proceedings of the 2021 29th European Signal Processing Conference (EUSIPCO); IEEE: New York, NY, USA, 2021; pp. 761–765. [Google Scholar]
  67. Warden, P. Speech commands: A dataset for limited-vocabulary speech recognition. arXiv 2018, arXiv:1804.03209. [Google Scholar] [CrossRef] [Scilit]
  68. Panayotov, V.; Chen, G.; Povey, D.; Khudanpur, S. Librispeech: An asr corpus based on public domain audio books. In Proceedings of the 2015 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE: New York, NY, USA, 2015; pp. 5206–5210. [Google Scholar]
  69. Samragh, M.; Kundu, A.; Hu, T.Y.; Chadha, A.; Srivastava, A.; Cho, M.; Tuzel, O.; Naik, D. I see what you hear: A vision-inspired method to localize words. In Proceedings of the ICASSP 2023–2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE: New York, NY, USA, 2023; pp. 1–5. [Google Scholar]
  70. Bittar, A.; Dixon, P.; Samragh, M.; Nishu, K.; Naik, D. Improving vision-inspired keyword spotting using dynamic module skipping in streaming conformer encoder. In Proceedings of the ICASSP 2024–2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE: New York, NY, USA, 2024; pp. 10386–10390. [Google Scholar]
Figure 1. Overall architecture of the proposed Multimodal Fusion Cooperation Network (MFCN).
Figure 1. Overall architecture of the proposed Multimodal Fusion Cooperation Network (MFCN).
Sensors 26 01997 g001
Figure 2. Average payload swing evolution under moderate wind ( 8 m / s ). MFCN exhibits reduced oscillation amplitude and faster damping compared to baselines.
Figure 2. Average payload swing evolution under moderate wind ( 8 m / s ). MFCN exhibits reduced oscillation amplitude and faster damping compared to baselines.
Sensors 26 01997 g002
Figure 3. Three-dimensional trajectories of the UAV (solid) and suspended payload (dashed) in the Dock-to-Platform task. MFCN achieves smoother approach and reduced overshoot compared with JT.
Figure 3. Three-dimensional trajectories of the UAV (solid) and suspended payload (dashed) in the Dock-to-Platform task. MFCN achieves smoother approach and reduced overshoot compared with JT.
Sensors 26 01997 g003
Figure 4. Cross-modal attention visualization during the “lift and align” task. The attention maps illustrate temporal grounding between speech tokens and gesture frames, reflecting context-dependent intent interpretation.
Figure 4. Cross-modal attention visualization during the “lift and align” task. The attention maps illustrate temporal grounding between speech tokens and gesture frames, reflecting context-dependent intent interpretation.
Sensors 26 01997 g004
Figure 5. Task success rate under increasing visual occlusion severity for different control strategies. MFCN shows improved robustness due to cross-modal redundancy.
Figure 5. Task success rate under increasing visual occlusion severity for different control strategies. MFCN shows improved robustness due to cross-modal redundancy.
Sensors 26 01997 g005
Table 1. Real flight evaluation (aggregated over three tasks) under two wind conditions. Values are mean ± SD over 12 operators. Lower TTC and NASA-TLX are better. NASA-TLX was collected after each method × wind block. The best results are highlighted in bold.
Table 1. Real flight evaluation (aggregated over three tasks) under two wind conditions. Values are mean ± SD over 12 operators. Lower TTC and NASA-TLX are better. NASA-TLX was collected after each method × wind block. The best results are highlighted in bold.
MethodWind (m/s)SR (%)PosErr (m)MaxSwing (°)TTC (s)NASA-TLX
JT2–382.0 ± 3.50.36 ± 0.0712.1 ± 1.833.7 ± 4.172.4 ± 5.1
JT4–640.5 ± 7.90.54 ± 0.1217.8 ± 2.541.3 ± 5.881.7 ± 6.3
AO2–388.4 ± 3.10.29 ± 0.058.4 ± 1.330.9 ± 3.768.2 ± 4.9
AO4–667.1 ± 5.20.38 ± 0.0811.2 ± 1.935.8 ± 4.570.1 ± 5.5
MFCN2–395.2 ± 2.10.17 ± 0.035.8 ± 0.925.6 ± 3.249.3 ± 3.9
MFCN4–683.1 ± 3.40.21 ± 0.047.1 ± 1.129.8 ± 3.855.8 ± 4.5
Table 2. Comparison of overall performance in simulation (averaged over all scenarios). Bold indicates best results.
Table 2. Comparison of overall performance in simulation (averaged over all scenarios). Bold indicates best results.
MethodSR (%)TTC (s)PosErr (m)MaxSwing (°)SwingDecay (s)CtrlEffort
JT (Teleop)56.2 ± 4.138.5 ± 5.20.42 ± 0.0814.7 ± 2.19.1 ± 1.41.00 ± 0.12
AO (Autonomy)78.1 ± 2.534.7 ± 3.90.29 ± 0.058.9 ± 1.36.5 ± 0.90.88 ± 0.07
UM (Gesture-Only)74.3 ± 3.136.2 ± 4.10.31 ± 0.069.8 ± 1.57.0 ± 1.10.91 ± 0.09
HM (Heuristic MM)81.5 ± 2.833.9 ± 3.50.27 ± 0.048.2 ± 1.26.0 ± 0.80.87 ± 0.06
MFCN (Ours)92.4 ± 1.927.6 ± 2.80.18 ± 0.036.2 ± 0.84.3 ± 0.60.79 ± 0.05
Table 3. Gesture recognition performance on AUTH UAV Gesture and UAV-Gesture datasets. The best results are highlighted in bold.
Table 3. Gesture recognition performance on AUTH UAV Gesture and UAV-Gesture datasets. The best results are highlighted in bold.
MethodAUTH UAV Gesture (%)UAV-Gesture (%)
P-CNN [64]-91.9
DD-Net [65]74.291.5
MLP [66]76.294.8
Ours82.696.3
Table 4. Comparison of F1 scores on two public speech benchmarks. The best results are highlighted in bold.
Table 4. Comparison of F1 scores on two public speech benchmarks. The best results are highlighted in bold.
DatasetOursBC-ResNet [69]KWS [70]
Speech Commands v2 [67]0.970.950.96
LibriSpeech [68]0.910.860.89
Table 5. Ablation study in simulation. For each variant, we removed one component from the full MFCN. IntentAcc denotes the top-1 intent classification accuracy of the fused intent head on synchronized 1 s multimodal windows from held-out validation episodes, where a prediction is counted as correct when the inferred intent label matches the annotated task command. The best results are highlighted in bold.
Table 5. Ablation study in simulation. For each variant, we removed one component from the full MFCN. IntentAcc denotes the top-1 intent classification accuracy of the fused intent head on synchronized 1 s multimodal windows from held-out validation episodes, where a prediction is counted as correct when the inferred intent label matches the annotated task command. The best results are highlighted in bold.
VariantSR (%)MaxSwing (°)PosErr (m)IntentAcc (%)Comment
Full MFCN92.46.20.1894.1
w/o Physics loss83.79.10.2593.5Policy becomes less stable
w/o Haptic85.37.40.2383.0Reduced urgency/interaction cue
w/o Speech88.06.90.2088.5Weaker symbolic instruction channel
w/o Gesture86.77.30.2286.1Reduced spatial grounding
Early Fusion (concat)87.47.20.2189.2Limited temporal cross-modal modeling
Late Fusion (gating)88.26.80.2091.0Less adaptive under partial occlusion
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gao, X.; Wu, J.; Wang, Y.; Cao, C.; Wang, L.; Wang, B.; Zhang, Y. Multimodal Shared Autonomy for Heavy-Load UAV Operations with Physics-Aware Cooperative Control. Sensors 2026, 26, 1997. https://doi.org/10.3390/s26061997

AMA Style

Gao X, Wu J, Wang Y, Cao C, Wang L, Wang B, Zhang Y. Multimodal Shared Autonomy for Heavy-Load UAV Operations with Physics-Aware Cooperative Control. Sensors. 2026; 26(6):1997. https://doi.org/10.3390/s26061997

Chicago/Turabian Style

Gao, Xu, Jingfeng Wu, Yuchen Wang, Can Cao, Lihui Wang, Bowen Wang, and Yimeng Zhang. 2026. "Multimodal Shared Autonomy for Heavy-Load UAV Operations with Physics-Aware Cooperative Control" Sensors 26, no. 6: 1997. https://doi.org/10.3390/s26061997

APA Style

Gao, X., Wu, J., Wang, Y., Cao, C., Wang, L., Wang, B., & Zhang, Y. (2026). Multimodal Shared Autonomy for Heavy-Load UAV Operations with Physics-Aware Cooperative Control. Sensors, 26(6), 1997. https://doi.org/10.3390/s26061997

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop