Tadahiro Taniguchi, Hiroshi Yamakawa, Takayuki Nagai, Kenji Doya, Masamichi Sakagami, Masahiro Suzuki, Tomoaki Nakamura, Akira Taniguchi
4 min
How can we build an integrative artificial cognitive system—an artificial general intelligence (AGI)—that mimics the human brain's ability to learn continuously through sensory-motor interactions? The authors seek a computational framework that allows for the integration of diverse cognitive modules into a single, cohesive system suitable for developmental robotics.
The authors introduce the Whole Brain Probabilistic Generative Model (WB-PGM). This approach relies on two pillars: brain-inspired AI, which uses human brain architecture as a design reference, and a PGM-based cognitive architecture, which uses probabilistic generative models (PGMs) as the fundamental building block for all cognitive functions. To manage the complexity of this integration, the authors utilize the Brain Reference Architecture (BRA) to standardize the design of brain-inspired software and the SERKET framework to allow heterogeneous PGM modules to communicate and learn together as a unified system.
The paper argues that PGMs are uniquely suited for this task because they describe explicit informational relationships between variables, enabling unsupervised learning from sensory-motor data without the need for human-annotated labels. By decomposing the brain into functional regions and mapping these to PGM-based modules, the authors demonstrate that complex behaviors—such as spatial navigation, language acquisition, and action planning—can be integrated into a single, scalable architecture. This approach provides a bridge between computational neuroscience and robotics, offering a standardized way to test hypotheses about brain function in real-world environments.
This work provides a roadmap for moving beyond single-purpose AI modules toward integrative, lifelong-learning systems. By aligning AI development with neuroscientific knowledge, the WB-PGM framework not only advances the development of AGI but also creates a valuable tool for neuroscientists to test theories of brain function. It facilitates interdisciplinary collaboration by providing a common language and structure for researchers in AI, robotics, and cognitive science to evaluate what is missing in current models of human intelligence.
Building a human-like integrative artificial cognitive system, that is, an artificial general intelligence (AGI), is the holy grail of the artificial intelligence (AI) field. Furthermore, a computational model that enables an artificial system to achieve cognitive development will be an excellent reference for brain and cognitive science. This paper describes an approach to develop a cognitive architecture by integrating elemental cognitive modules to enable the training of the modules as a whole. This approach is based on two ideas: (1) brain-inspired AI, learning human brain architecture to build human-level intelligence, and (2) a probabilistic generative model (PGM)-based cognitive architecture to develop a cognitive system for developmental robots by integrating PGMs. The proposed development framework is called a whole brain PGM (WB-PGM), which differs fundamentally from existing cognitive architectures in that it can learn continuously through a system based on sensory-motor information. In this paper, we describe the rationale for WB-PGM, the current status of PGM-based elemental cognitive modules, their relationship with the human brain, the approach to the integration of the cognitive modules, and future challenges. Our findings can serve as a reference for brain studies. As PGMs describe explicit informational relationships between variables, WB-PGM provides interpretable guidance from computational sciences to brain science. By providing such information, researchers in neuroscience can provide feedback to researchers in AI and robotics on what the current models lack with reference to the brain. Further, it can facilitate collaboration among researchers in neuro-cognitive sciences as well as AI and robotics.
Alex: So if it's a prototype, what's actually blocking it from scaling up toward something that resembles brain-level complexity? [[RP_SECTION:scaling-and-integration-challenges|Scaling and Integration Challenges]]
Sam: The design space is the first issue. There's a nearly unlimited number of ways to wire these modules together, and we don't have a precise map to constrain the choice. It's a bit like trying to build a city's power grid before the architectural blueprints for the buildings it's supposed to serve exist yet.
Alex: And beyond just picking the wiring—does the framework actually run once you've chosen it?
Sam: That's the second issue, and it's more immediate. The brain integrates information across very different time scales asynchronously, and current SERKET implementations struggle to bring newer, third-generation models—transformers, self-attention—into that framework cleanly. You're trying to get very heterogeneous learning methods, things like Gibbs sampling alongside variational inference, to coexist without one dragging down the efficiency of the whole system. That's a protocol problem, not a compute problem.
Alex: So the bottleneck isn't scale in the usual sense—it's getting fundamentally different inference methods to share a common interface without breaking. [[RP_SECTION:future-of-modular-ai|Future of Modular AI]]
Sam: Right. And that's really the paper's broader pitch: move away from monolithic end-to-end networks toward a modular, integrative architecture—something like a "standard model" of the mind that neuroscientists and AI researchers could build on together as a shared, open framework. Whether that pays off is still an open question, but it's a more biologically grounded alternative to just scaling up transformers further.
Alex: If you want the figures and the method choices we skipped, you can generate a deep dive of this paper. The paper has the rest either way.
Sam: Thanks for listening.