A Hierarchical Agentic Framework for Autonomous Drone-Based Visual Inspection
Ethan Herron, Xian Yeow Lee, Gregory Sin, Teresa Gonzalez Diaz, Ahmed Farahat, Chetan Gupta
TL;DR
The paper tackles autonomous drone-based visual inspection in industrial settings, addressing safety, scalability, and adaptability gaps in manual and traditional drone systems. It introduces a hierarchical agentic framework with a head agent for high-level planning and worker agents per drone, coupled with a novel ReActEval reasoning loop (Reason-Act-Evaluate) to enable self-correcting, task-driven control. Through simulated experiments with multiple models and three task complexities, it systematically compares ReActEval against ReAct and Act, revealing that method effectiveness depends on model capability and task difficulty, and that higher-performing models unlock the benefits of structured reasoning. The study provides design insights for adaptive, multi-drone inspection systems and highlights tradeoffs between reasoning depth, model capacity, and task complexity, with implications for real-world deployment and future hybrid architectures.
Abstract
Autonomous inspection systems are essential for ensuring the performance and longevity of industrial assets. Recently, agentic frameworks have demonstrated significant potential for automating inspection workflows but have been limited to digital tasks. Their application to physical assets in real-world environments, however, remains underexplored. In this work, our contributions are two-fold: first, we propose a hierarchical agentic framework for autonomous drone control, and second, a reasoning methodology for individual function executions which we refer to as ReActEval. Our framework focuses on visual inspection tasks in indoor industrial settings, such as interpreting industrial readouts or inspecting equipment. It employs a multi-agent system comprising a head agent and multiple worker agents, each controlling a single drone. The head agent performs high-level planning and evaluates outcomes, while worker agents implement ReActEval to reason over and execute low-level actions. Operating entirely in natural language, ReActEval follows a plan, reason, act, evaluate cycle, enabling drones to handle tasks ranging from simple navigation (e.g., flying forward 10 meters and land) to complex high-level tasks (e.g., locating and reading a pressure gauge). The evaluation phase serves as a feedback and/or replanning stage, ensuring actions align with user objectives while preventing undesirable outcomes. We evaluate the framework in a simulated environment with two worker agents, assessing performance qualitatively and quantitatively based on task completion across varying complexity levels and workflow efficiency. By leveraging natural language processing for agent communication, our approach offers a novel, flexible, and user-accessible alternative to traditional drone-based solutions, enabling autonomous problem-solving for industrial inspection without extensive user intervention.
