X-SYS: A Reference Architecture for Interactive Explanation Systems
Tobias Labarta, Nhi Hoang, Maximilian Dreyer, Jim Berend, Oleg Hein, Jackie Ma, Wojciech Samek, Sebastian Lapuschkin
TL;DR
X-SYS reframes explainable AI as an information-systems problem and provides a reference architecture to operationalize interactive explanations. It defines STAR quality attributes (scalability, traceability, adaptability, responsiveness) and a five-component decomposition (XUI Services, Explanation Services, Model Services, Data Services, Orchestration and Governance) with contract-based interfaces to decouple UI evolution from backend computation. The paper contributes both the architectural blueprint and a concrete instantiation, SemanticLens, which demonstrates semantic search and activation steering in vision-language models and showcases offline/online separation and DTO-driven interactions. This work advances practical, auditable, and scalable interactive explanation systems that accommodate evolving XAI methods and deployment constraints, facilitating end-to-end design under governance requirements.
Abstract
The explainable AI (XAI) research community has proposed numerous technical methods, yet deploying explainability as systems remains challenging: Interactive explanation systems require both suitable algorithms and system capabilities that maintain explanation usability across repeated queries, evolving models and data, and governance constraints. We argue that operationalizing XAI requires treating explainability as an information systems problem where user interaction demands induce specific system requirements. We introduce X-SYS, a reference architecture for interactive explanation systems, that guides (X)AI researchers, developers and practitioners in connecting interactive explanation user interfaces (XUI) with system capabilities. X-SYS organizes around four quality attributes named STAR (scalability, traceability, responsiveness, and adaptability), and specifies a five-component decomposition (XUI Services, Explanation Services, Model Services, Data Services, Orchestration and Governance). It maps interaction patterns to system capabilities to decouple user interface evolution from backend computation. We implement X-SYS through SemanticLens, a system for semantic search and activation steering in vision-language models. SemanticLens demonstrates how contract-based service boundaries enable independent evolution, offline/online separation ensures responsiveness, and persistent state management supports traceability. Together, this work provides a reusable blueprint and concrete instantiation for interactive explanation systems supporting end-to-end design under operational constraints.
