2025-11-14T10:43:11.050739

An Event-Triggered Framework for Trust-Mediated Human-Autonomy Interaction

Williams, Chapman, Manzie
Inspired by the increased cooperation between humans and autonomous systems, we present a new hybrid systems framework capturing the interconnected dynamics underlying these interactions. The framework accommodates models arising from both the autonomous systems and cognitive psychology literature in order to represent key elements such as human trust in the autonomous system. The intermittent nature of human interactions are incorporated by asynchronous event-triggered sampling at the framework's human-autonomous system interfaces. We illustrate important considerations for tuning framework parameters by investigating a practical application to an autonomous robotic swarm search and rescue scenario. In this way, we demonstrate how the proposed framework may assist in designing more efficient and effective interactions between humans and autonomous systems.
academic

An Event-Triggered Framework for Trust-Mediated Human-Autonomy Interaction

Basic Information

  • Paper ID: 2412.08983
  • Title: An Event-Triggered Framework for Trust-Mediated Human-Autonomy Interaction
  • Authors: Daniel A. Williams, Airlie Chapman, Chris Manzie
  • Classification: cs.RO cs.SY eess.SY
  • Publication Date: December 12, 2024 (arXiv preprint)
  • Paper Link: https://arxiv.org/abs/2412.08983

Abstract

Motivated by increasingly sophisticated collaboration between humans and autonomous systems, this paper proposes a novel hybrid systems framework to capture the interdependent dynamics in these interactions. The framework integrates models from autonomous systems and cognitive psychology literature to represent key elements such as human trust in autonomous systems. By employing asynchronous event-triggered sampling at the human-machine interface, the framework incorporates the intermittent nature of human interaction. Through a practical application in autonomous robot swarm search-and-rescue scenarios, the paper elucidates important considerations for framework parameter tuning and demonstrates how the proposed framework facilitates the design of more efficient and effective human-machine interaction.

Research Background and Motivation

Problem Definition

With the increasing prevalence of autonomous systems in commercial and humanitarian applications, there is an urgent need to establish a comprehensive modeling paradigm for human-autonomy interaction (HAI). Existing research lacks a standard closed-loop model with sufficient generality to accommodate most HAI dynamics models.

Importance Analysis

  1. Criticality of Trust Dynamics: In HAI, the concept of trust is paramount, as autonomous systems act on behalf of supervisory personnel and provide information. Adequate trust enables commanders to have greater confidence in personal safety and system capabilities, thereby better delegating task responsibility to autonomous systems.
  2. Practical Application Requirements: Taking the example of a commander supervising an autonomous robot team searching for survivors in disaster areas, the commander must adjust team formations based on team performance and terrain, which requires effective trust modeling and interaction mechanisms.

Limitations of Existing Approaches

  1. Sampling Strategy Issues: Periodic sampling relies on fixed sampling rates, producing redundant samples during periods of output stability, increasing transmission costs.
  2. Lack of Unified Framework: Currently, there is no approach that integrates representative trust and intervention models with autonomous system dynamics into a formal systems-theoretic framework.
  3. Synchronization Requirements: Existing event-triggered sampling schemes typically require simultaneous updates, making them unsuitable for asynchronous communication scenarios.

Core Contributions

  1. General HAI Framework: Proposes a general systems-theoretic framework that extends existing work by introducing two interfaces for autonomous system measurement and control.
  2. Asynchronous Event-Triggered Sampling: Establishes uniform global asymptotic stability of solution sets under asynchronous event-triggered sampling in a more general form than existing methods.
  3. Practical Application Validation: Implements the proposed approach in a swarm search-and-rescue practical application and investigates the effects of framework parameter tuning.

Methodology Details

Task Definition

Establish a hybrid systems framework for modeling interactions between human commanders and autonomous systems that must:

  • Accommodate existing models from control theory, human-automation interaction, and social psychology
  • Support systematic reasoning about closed-loop trust dynamics in HAI scenarios
  • Handle intermittent communication through event-triggered sampling

Model Architecture

The framework comprises five interconnected dynamic subsystems:

1. Commander Intervention Interface

Defines commander intervention signal YcCcRcY_c \in C_c \subset \mathbb{R}^c, from which reference signal RCr(Yc)Dr(Yc)RϱR \in C_r(Y_c) \cup D_r(Y_c) \subset \mathbb{R}^{\varrho} is extracted:

R˙=fr(Yc,R),RCr(Yc)\dot{R} = f_r(Y_c, R), \quad R \in C_r(Y_c)R+=gr(Yc,R),RDr(Yc)R^+ = g_r(Y_c, R), \quad R \in D_r(Y_c)

where Cr(Yc)C_r(Y_c) is the flow set and Dr(Yc)D_r(Y_c) is the jump set.

2. System Controller and Dynamics

The autonomous system controller receives reference signal RR and environmental input EaE_a, updating internal state XX and output YaY_a:

X˙=fa(R,Ea,X)\dot{X} = f_a(R, E_a, X)Ya=ha(X)Y_a = h_a(X)

3. System Status Interface

Measures and filters autonomous system output YaY_a, outputting YsY_s transmitted to the commander:

S˙=fs(Ya,S),SCs(Ya)\dot{S} = f_s(Y_a, S), \quad S \in C_s(Y_a)S+=gs(Ya,S),SDs(Ya)S^+ = g_s(Y_a, S), \quad S \in D_s(Y_a)Ys=hs(S)Y_s = h_s(S)

4. Performance Estimation

The commander's estimate PP of system task performance, influenced by YsY_s and trust parameter κ\kappa:

P˙=fp(κ,Ys,P)\dot{P} = f_p(\kappa, Y_s, P)

5. Commander Trust and Intervention Dynamics

Trust dynamics TT and intervention output:

T˙=fc(κ,P,Ec,T)\dot{T} = f_c(\kappa, P, E_c, T)Yc=hc(κ,Ys,T)Y_c = h_c(\kappa, Y_s, T)

Technical Innovations

1. Asynchronous Event-Triggered Sampling

Unlike existing synchronous schemes, this paper employs asynchronous event-triggered sampling, allowing plant and controller subsystems to communicate intermittently and independently.

2. Dual Interface Design

  • System Status Interface: Acts as a sampler for the autonomous system
  • Commander Intervention Interface: Acts as a sampler for commander-related subsystems

3. Stability Guarantees

Through the hybrid small-gain theorem, uniform global asymptotic stability of solution sets is guaranteed under specific conditions.

Experimental Setup

Application Scenario

Autonomous robot swarm search-and-rescue task:

  • System Composition: Swarm of 10 autonomous agents
  • Task Objective: Search for 10 survivors at unknown locations
  • Formation Control: Agents maintain circular formation with radius determined by commander
  • Performance Trade-off: Smaller formation radius increases survivor detection rate but reduces search area coverage

Implementation Details

Agent Dynamics Model

Single-integrator system: X˙i=4(XirefXi)\dot{X}_i = 4(X_i^{ref} - X_i)

where reference position is: Xiref=[6sin(t2π)+Rcos(θi)6sin(0.1t2π)+Rsin(θi)]X_i^{ref} = \begin{bmatrix} 6\sin(\frac{t}{2\pi}) + R\cos(\theta_i) \\ 6\sin(0.1t^{2\pi}) + R\sin(\theta_i) \end{bmatrix}

System Output

Tuple containing survivor proximity and swarm cohesion: Ya=[[1tanh(i=1naσ(XjsXi2))]j=1nsj=1na(1+i=1naσ(XjXi2))na(na1)]Y_a = \begin{bmatrix} [1-\tanh(\sum_{i=1}^{n_a} \sigma(||X_j^s - X_i||_2))]_{j=1}^{n_s} \\ \frac{\sum_{j=1}^{n_a}(-1+\sum_{i=1}^{n_a} \sigma(||X_j-X_i||_2))}{n_a(n_a-1)} \end{bmatrix}

Performance and Trust Dynamics

Performance estimation: P˙=[0.90.1]YsP\dot{P} = [0.9 \quad 0.1] Y_s - P

Trust dynamics: T˙=0.5(PT)\dot{T} = 0.5(P - T)

Formation radius reference: Yc=1.5TY_c = 1.5T

Evaluation Metrics

  • State Convergence: Observe convergence of qc=[xc,eu,ηc]Tq_c = [x_c, e_u, \eta_c]^T toward global equilibrium
  • Sampling Frequency: Analyze frequency characteristics of event-triggered sampling
  • System Residual: Δ(t)=i=1naXi(t)Xiref(t)na2\Delta(t) = ||\frac{\sum_{i=1}^{n_a} X_i(t) - X_i^{ref}(t)}{n_a}||_2

Experimental Results

Main Results

1. Convergence Verification

Figures 3 and 4 show state trajectories for three tasks {MτA,MτB,MτC}\{M_\tau^A, M_\tau^B, M_\tau^C\} under different minimum sampling intervals τ=τp=τc\tau = \tau_p = \tau_c. Results demonstrate:

  • All tasks' qcq_c asymptotically converge to the same global equilibrium point AcA_c
  • Convergence speed depends on the magnitude of τp\tau_p and τc\tau_c
  • Smaller τ\tau values validate Theorem 1 results

2. Controller Gain Effects

Figure 5 shows system residuals under different agent controller gains kp{4,40}k_p \in \{4, 40\}:

  • At kp=4k_p = 4, residuals oscillate between 0 and 1.47
  • At kp=40k_p = 40, residual oscillations decrease by a factor of 10
  • Indicates that higher controller gains significantly improve system performance

3. Sampling Frequency Analysis

Figure 7 shows sampling trigger events in task M1CM_1^C:

  • As xcx_c converges to steady state, controller sampler trigger frequency decreases
  • Plant sampler triggers periodically due to continuous tracking of Lissajous curve reference
  • The two samplers do not always trigger simultaneously, verifying asynchronous characteristics

Parameter Tuning Effects

Experiments reveal:

  • Small (τp,τc)(\tau_p, \tau_c) values ensure stability guarantees
  • Large (τp,τc)(\tau_p, \tau_c) values may cause system instability (as shown in Figure 6)
  • Event-triggered sampling conserves communication resources compared to fixed-period sampling

Event-Triggered Control

  • Periodic Sampling: Relies on fixed sampling rates but produces redundancy during output stability periods
  • Event-Triggered Sampling: Triggers only when sampling error exceeds threshold, balancing sampling error and transmission frequency
  • Asynchronous Schemes: Applicable to scenarios with intermittent communication between plant and controller subsystems

Human-Machine Interaction Trust Modeling

  • Trust Dynamics: Existing research proposes linear and nonlinear trust models
  • Intervention Strategies: Intervention mechanisms in human-machine systems based on trust
  • System Transparency: Key factor affecting trust establishment in human-machine systems

Hybrid Systems Theory

  • Stability Analysis: Hybrid system stability based on Lyapunov methods
  • Small-Gain Theorem: Used to analyze stability of interconnected systems
  • Zeno Behavior: Mechanisms to prevent infinitely frequent jumps

Conclusions and Discussion

Main Conclusions

  1. Framework Effectiveness: The proposed hybrid systems framework successfully captures key dynamics of human-autonomy interaction.
  2. Stability Guarantees: Asynchronous event-triggered sampling ensures system stability under specific conditions.
  3. Practical Value: The framework releases cognitive and computational resources for commanders to allocate to concurrent tasks.

Limitations

  1. Assumption Conditions: Conditions in Assumption 7 are relatively conservative, making it difficult to analytically determine required functions for complex systems.
  2. Parameter Tuning: Requires careful adjustment of controller and plant gains as well as minimum sampling periods.
  3. Model Complexity: Analytically satisfying stability conditions for non-trivial systems presents challenges.

Future Directions

  1. Multi-Commander Systems: Extension to human-machine systems with multiple commanders
  2. Adaptive Parameter Tuning: Development of automatic parameter optimization methods
  3. Real-World Deployment: Validation of framework effectiveness in actual robotic systems

In-Depth Evaluation

Strengths

  1. Theoretical Contribution: First to unify trust dynamics with event-triggered control in a hybrid systems framework
  2. Mathematical Rigor: Provides complete stability analysis and proofs
  3. Practicality: Demonstrates framework's practical application potential through search-and-rescue scenarios
  4. Interdisciplinary Integration: Successfully integrates concepts from control theory, cognitive psychology, and robotics

Weaknesses

  1. Limited Experimental Validation: Verification only in simulation environments, lacking real system experiments
  2. Parameter Sensitivity: Framework performance highly depends on parameter selection, but lacks systematic parameter design guidance
  3. Scalability: Applicability to large-scale systems remains insufficiently verified
  4. Human Factor Modeling: Trust model is relatively simplified, not accounting for individual differences and complex psychological factors

Impact

  1. Academic Value: Provides a new theoretical framework for human-machine collaborative systems
  2. Application Prospects: Potential applications in search-and-rescue, surveillance, autonomous driving, and other domains
  3. Method Innovation: Asynchronous event-triggered sampling method can be generalized to other distributed control systems

Applicable Scenarios

  • Autonomous systems requiring human supervision
  • Distributed control systems with limited communication resources
  • Human-machine collaborative tasks requiring trust dynamics consideration
  • Applications with intermittent human-machine interaction

References

The paper cites 29 relevant references covering multiple domains including event-triggered control, human-machine interaction, trust modeling, and hybrid systems theory, providing a solid theoretical foundation for this research.