Cognition Envelopes for Bounded AI Reasoning in Autonomous UAS Operations
Pedro Antonio Alarcón Granadeno, Arturo Miguel Bernal Russell, Sofia Nelson, Demetrius Hernandez, Maureen Petterson, Michael Murphy, Walter J. Scheirer, Jane Cleland-Huang
TL;DR
The paper addresses the risk that LLM/VLM-based reasoning in autonomous CPS, especially sUAS SAR, can produce flawed or unsafe decisions due to hallucinations and misalignment. It introduces Cognition Envelopes as external guardrails that constrain reasoning outcomes; the concrete instantiation uses a pSAR probabilistic envelope and a Mission Cost Evaluator to monitor CAP outputs. Key methods include modeling the Probability of Area with $p(c) = R(c) \cdot A(c)$, where $R(c)$ is reachability and $A(c)$ is environmental affinity built from 11 features using radial-basis functions, plus evidence updates and entropy-based decision thresholds $H_{\text{norm}}$ to balance exploitation and exploration. Experiments with vignette-based SAR scenarios yield about 95% CAP relevance accuracy and show that updating the POA after clue discovery increases plan approvals, underscoring the practical value and outlining open software-engineering challenges for broader deployment.
Abstract
Cyber-physical systems increasingly rely on Foundational Models such as Large Language Models (LLMs) and Vision-Language Models (VLMs) to increase autonomy through enhanced perception, inference, and planning. However, these models also introduce new types of errors, such as hallucinations, overgeneralizations, and context misalignments, resulting in incorrect and flawed decisions. To address this, we introduce the concept of Cognition Envelopes, designed to establish reasoning boundaries that constrain AI-generated decisions while complementing the use of meta-cognition and traditional safety envelopes. As with safety envelopes, Cognition Envelopes require practical guidelines and systematic processes for their definition, validation, and assurance.
