Factored Reasoning with Inner Speech and Persistent Memory for Evidence-Grounded Human-Robot Interaction
Valerio Belcamino, Mariya Kilina, Alessandro Carfì, Valeria Seidita, Fulvio Mastrogiovanni, Antonio Chella
TL;DR
JANUS tackles long-horizon, evidence-grounded human-robot interaction by introducing a factored, memory-augmented cognitive architecture. It separates internal control (inner speech) from external communication (outer speech) and models dialogue as a POMDP with a dedicated memory agent that maintains bounded working contexts and archival knowledge, enabling auditable grounding and containment of memory growth. The architecture is realized via a modular ROS 2 pipeline with a domain customization layer and adapters for diverse backends, and is validated through extensive module-level unit tests in a dietary-assistance domain, demonstrating robust intermediate-variable accuracy and favorable latency profiles. The work highlights the importance of explicit sufficiency and grounding gates, controlled memory consolidation, and separation of decision discourse from human-facing explanations for scalable, trustworthy robot assistance over extended interactions.
Abstract
Dialogue-based human-robot interaction requires robot cognitive assistants to maintain persistent user context, recover from underspecified requests, and ground responses in external evidence, while keeping intermediate decisions verifiable. In this paper we introduce JANUS, a cognitive architecture for assistive robots that models interaction as a partially observable Markov decision process and realizes control as a factored controller with typed interfaces. To this aim, Janus (i) decomposes the overall behavior into specialized modules, related to scope detection, intent recognition, memory, inner speech, query generation, and outer speech, and (ii) exposes explicit policies for information sufficiency, execution readiness, and tool grounding. A dedicated memory agent maintains a bounded recent-history buffer, a compact core memory, and an archival store with semantic retrieval, coupled through controlled consolidation and revision policies. Models inspired by the notion of inner speech in cognitive theories provide a control-oriented internal textual flow that validates parameter completeness and triggers clarification before grounding, while a faithfulness constraint ties robot-to-human claims to an evidence bundle combining working context and retrieved tool outputs. We evaluate JANUS through module-level unit tests in a dietary assistance domain grounded on a knowledge graph, reporting high agreement with curated references and practical latency profiles. These results support factored reasoning as a promising path to scalable, auditable, and evidence-grounded robot assistance over extended interaction horizons.
