This repo contains the official implementation for the paper Conformal Isometry of Lie Group Representation in Recurrent Network of Grid Cells (NeurReps Workshop 2022).
Authors: Dehong Xu, Ruiqi Gao, Wen-Hao Zhang, Xue-Xin Wei, Ying Nian Wu
Hexagon grid firing patterns emerge in our learned
Learned hexagon grid patterns of
The learned model can perform accurate long distance path integration:
Requires python >= 3.5. To install dependencies:
pip install -r requirements.txt
- To train the nonlinear attractor model, run:
python main.py --config=configs/rnn_isometry.py
- To train the LSTM, run:
python main.py --config=configs/lstm_isometry.py
@article{xu2022conformal,
title={Conformal Isometry of Lie Group Representation in Recurrent Network of Grid Cells},
author={Xu, Dehong and Gao, Ruiqi and Zhang, Wen-Hao and Wei, Xue-Xin and Wu, Ying Nian},
journal={arXiv preprint arXiv:2210.02684},
year={2022}
}