senngadaisuki commited on
Commit
8f533ed
·
verified ·
1 Parent(s): ee3bc7a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - world-model
5
+ - video-prediction
6
+ - hippocampus
7
+ - entorhinal-cortex
8
+ - representation-learning
9
+ ---
10
+
11
+ # HPC-MEC World Model
12
+
13
+ This repository hosts pretrained checkpoints for **Structure Abstraction and Generalization in a Hippocampal-Entorhinal Inspired World Model**.
14
+
15
+ The model is a hippocampal-entorhinal inspired world model that learns reusable transition structures from observation-only videos. It separates content-rich episodic representations from compact abstract dynamics, and uses velocity-like latent transitions for prediction and structural generalization across objects and scenes.
16
+
17
+ ## Paper
18
+
19
+ **Structure Abstraction and Generalization in a Hippocampal-Entorhinal Inspired World Model**
20
+ Tianqiu Zhang*, Muyang Lyu*, Xiao Liu, Si Wu
21
+ ICML 2026
22
+
23
+ - Paper: https://arxiv.org/abs/2605.15733
24
+ - Project page: https://hpc-mec-worldmodel.github.io/
25
+
26
+ ## Code
27
+
28
+ The training and evaluation code is available at:
29
+
30
+ https://github.com/senngadaisuki/hpc-mec-worldmodel
31
+
32
+ ## Usage
33
+
34
+ Please see the GitHub repository for installation, checkpoint loading, training, and evaluation instructions.
35
+
36
+ ## Citation
37
+
38
+ ```bibtex
39
+ @inproceedings{zhang2026structure,
40
+ title = {Structure Abstraction and Generalization in a Hippocampal-Entorhinal Inspired World Model},
41
+ author = {Zhang, Tianqiu and Lyu, Muyang and Liu, Xiao and Wu, Si},
42
+ booktitle = {Forty-third International Conference on Machine Learning},
43
+ year = {2026},
44
+ url = {https://openreview.net/forum?id=AYXgo5FjYz}
45
+ }