Search papers, labs, and topics across Lattice.
This paper introduces TRACE, a novel decision framework designed to enhance the auditability of autonomous robots by linking actions to sensor evidence through documented causal chains. By structuring decision-making into four auditable layers鈥擲emantic Perception, Belief Reasoning, Action Synthesis, and Execution Verification鈥擳RACE ensures that every decision can be reconstructed and verified post-incident. Experimental results on warehouse robot navigation show that TRACE achieves high metrics for evidence traceability (98.6%), temporal continuity (99.0%), and decision reconstructability (98.1%), addressing critical transparency requirements for high-risk AI systems.
TRACE enables autonomous robots to achieve near-perfect auditability, ensuring every decision can be traced back to its sensor evidence.
Autonomous robots powered by deep learning face a fundamental auditability challenge: when incidents occur, investigators cannot reconstruct why the system made specific decisions. This paper presents TRACE (Transparent Reasoning Architecture for Credible Execution), a decision framework that ensures every autonomous action can be traced back to sensor evidence through documented causal chains. The framework organizes decision-making into four auditable layers: Semantic Perception for evidence-grounded entity recognition, Belief Reasoning for probabilistic state estimation with causal graphs, Action Synthesis for constraint-aware planning with counterfactual documentation, and Execution Verification for compliance monitoring. TRACE is model-agnostic yet designed to integrate learning-based perception modules (CNNs, transformers) while preserving decision-level auditability. We evaluate the framework using three objective metrics: Evidence Traceability (sensor-to-decision linkage), Decision Reconstructability (posthoc analysis capability), and Temporal Continuity (audit trail completeness). Experimental evaluation on warehouse robot navigation demonstrates that TRACE achieves 98.6 % evidence traceability, 99.0 % temporal continuity, and 98.1 % decision reconstructability across 500 simulated decision cycles. Post-hoc methods like LIME provide feature attributions but lack the artifact structure needed for decision-level reconstruction. The framework addresses EU AI Act requirements for high-risk system transparency and contributes to Explainable AI for safety-critical autonomous systems.