BRo-JEPA: Learning Modular Arithmetic in Latent Space
TLDR
A JEPA-style latent world model with block-rotation predictor learns modular arithmetic rules, achieving 99.46% zero-shot accuracy on MNIST digits.
Reasoning
The paper presents a novel architecture that enforces circular structure in latent space, enabling strong generalization on a synthetic task. However, it lacks real-world evaluation and only tests on a single, simple domain (modulo-10 arithmetic with MNIST).
Read-first score
Read-first score 56.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 22.
Field roles
Rank sensitivity
Stability: volatile; rank range: 465.
Keyword Scores
Deep Analysis
Innovations
- Block-rotation predictor that imposes the circular structure of modulo-10 arithmetic in latent space
- JEPA-style latent world model for learning modular arithmetic with MNIST digits as states and operations as actions
- Achieving strong zero-shot generalization to unseen modular arithmetic operations
Methodology
The paper uses MNIST digits as states and modular arithmetic operations as actions in a JEPA-style latent world model. It compares standard supervised baselines and JEPA models with additive operation embeddings against a proposed block-rotation predictor that enforces the circular structure of modulo-10 arithmetic in latent space. The best model is a ResNet-based JEPA block-rotation model evaluated on zero-shot and rollout accuracy.
Key Results
The best ResNet-based JEPA block-rotation model achieves 99.46% zero-shot accuracy and 99.46% rollout accuracy on unseen modular arithmetic operations.