Differentiable Clone-Structured Causal Graphs for End-to-End Cognitive Map Learning from Image Sequences

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

The paper introduces gradCSCG, a fully differentiable reformulation of the Clone-Structured Causal Graph (CSCG) algorithm, a normative hippocampus model. CSCG traditionally learns interpretable maps from aliased observations but requires a discrete alphabet and is incompatible with neural networks. gradCSCG overcomes this by integrating with a learned vector-quantized variational autoencoder (VQ-VAE) perceptual front-end, enabling end-to-end processing of raw image sequences. This integration uses a soft emission forward pass to allow map-learning objectives to flow into perception, supported by loss-balancing mechanisms to prevent module collapse during joint training. Experiments confirm gradCSCG reproduces CSCG's results on symbolic grid worlds, recovering room topology from heavily aliased observations. It also robustly recovers maps from MNIST image sequences, achieving high edge precision and recall in four heavily aliased environments directly from visual input, demonstrating CSCG's potential as a deep learning building block.

Key takeaway

For AI Scientists developing agents that build structured world models from raw sensory input, gradCSCG offers a robust solution. You should consider integrating this differentiable Clone-Structured Causal Graph with a VQ-VAE front-end to enable end-to-end learning from image sequences. This approach helps your models uncover underlying environmental topologies with high precision, even from heavily aliased observations, simplifying interpretable cognitive map creation.

Key insights

The gradCSCG algorithm enables end-to-end cognitive map learning from raw image sequences by making the normative CSCG model differentiable.

Principles

Method

Reformulate CSCG as a differentiable module (gradCSCG), couple it with a VQ-VAE perceptual front-end, and use a soft emission forward pass with loss-balancing for joint training.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.