paper-with-me

홈 › Papers

Prediction and Generalisation over Directed Actions by Grid Cells

2020-06-05 · ICLR 2021 1 · Changmin Yu, Timothy E. J. Behrens, Neil Burgess

Knowing how the effects of directed actions generalise to new situations (e.g. moving North, South, East and West, or turning left, right, etc.) is key to rapid generalisation across new situations. Markovian tasks can be characterised by a state space and a transition matrix and recent work has proposed that neural grid codes provide an efficient representation of the state space, as eigenvectors of a transition matrix reflecting diffusion across states, that allows efficient prediction of future state distributions. Here we extend the eigenbasis prediction model, utilising tools from Fourier analysis, to prediction over arbitrary translation-invariant directed transition structures (i.e. displacement and diffusion), showing that a single set of eigenvectors can support predictions over arbitrary directed actions via action-specific eigenvalues. We show how to define a "sense of direction" to combine actions to reach a target state (ignoring task-specific deviations from translation-invariance), and demonstrate that adding the Fourier representations to a deep Q network aids policy learning in continuous control tasks. We show the equivalence between the generalised prediction framework and traditional models of grid cell firing driven by self-motion to perform path integration, either using oscillatory interference (via Fourier components as velocity-controlled oscillators) or continuous attractor networks (via analysis of the update dynamics). We thus provide a unifying framework for the role of the grid system in predictive planning, sense of direction and path integration: supporting generalisable inference over directed actions across different tasks.

📄 PDF Abstract BibTeX arXiv:2006.03355

Code (1)

changmin-yu/Prediction_and_Generalisation_over_Directed_Actions_by_Grid_Cells

Tasks

continuous-controlContinuous ControlPredictionTranslation

Similar Papers 제목 키워드 기반

lpNTK: Better Generalisation with Less Data via Sample Interaction During Learning

2024-01-16 · Shangmin Guo, Yi Ren, Stefano V. Albrecht, Kenny Smith

Although much research has been done on proposing new models or loss functions to improve the generalisation of artificial neural networks (ANNs), less attention has been directed to the impact of the training data on ge…

Cognitive Maps in Language Models: A Mechanistic Analysis of Spatial Planning

2025-11-17 · Caroline Baumgartner, Eleanor Spens, Neil Burgess, Petru Manescu arxiv

How do large language models solve spatial navigation tasks? We investigate this by training GPT-2 models on three spatial learning paradigms in grid environments: passive exploration (Foraging Model- predicting steps in…

Learning, Fast and Slow: A Goal-Directed Memory-Based Approach for Dynamic Environments

2023-01-31 · John Chong Min Tan, Mehul Motani

Model-based next state prediction and state value prediction are slow to converge. To address these challenges, we do the following: i) Instead of a neural network, we do model-based planning using a parallel memory retr…

Reinforcement Learning (RL)RetrievalValue prediction

Vector Quantization in the Brain: Grid-like Codes in World Models

2025-10-16 · Xiangyuan Peng, Xingsi Dong, Si Wu arxiv

We propose Grid-like Code Quantization (GCQ), a brain-inspired method for compressing observation-action sequences into discrete representations using grid-like patterns in attractor dynamics. Unlike conventional vector …

Learning Value Functions from Undirected State-only Experience

2022-04-26 · ICLR 2022 4 · Matthew Chang, Arjun Gupta, Saurabh Gupta

This paper tackles the problem of learning value functions from undirected state-only experience (state transitions without action labels i.e. (s,s',r) tuples). We first theoretically characterize the applicability of Q-…

Future predictionImitation LearningOffline RLQ-Learning+1