Papers › Simple, Good, Fast: Self-Supervised World Models Free of Baggage

Simple, Good, Fast: Self-Supervised World Models Free of Baggage

3 Jun 2025arXiv:2506.02612archive 2025-07-28

Jan Robine, Marc Höftmann, Stefan Harmeling

What are the essential components of world models? How far do we get with world models that are not employing RNNs, transformers, discrete representations, and image reconstructions? This paper introduces SGF, a Simple, Good, and Fast world model that uses self-supervised representation learning, captures short-time dependencies through frame and action stacking, and enhances robustness against model errors through data augmentation. We extensively discuss SGF's connections to established world models, evaluate the building blocks in ablation studies, and demonstrate good performance through quantitative comparisons on the Atari 100k benchmark.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.02612")

Code

Syntology Ran 26 of 34 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 16 ran · our draft was wrong; 2 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 34 samples from 1 repository, 26 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jrobine/sgf officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

34 samples harvested; 26 ran; 2 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
16ran · our draft was wrong
2ran · fixture could not drive it
5ran
8unverified

Licence: 0 of the 34 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jrobine/sgf. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Clip jrobine/sgf/src/wm.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 0ef9795780017495 · report
LayerNorm jrobine/sgf/src/wm.py official repository ran MIT (permissive) · 6ca16d3e5b87ea81 · report
Mask jrobine/sgf/src/wm.py official repository ran MIT (permissive) · 81c4e3c85779a38b · report
Sign jrobine/sgf/src/wm.py official repository ran fingerprinted MIT (permissive) · 82abe86d62c22ea4 · report
VectorMLP jrobine/sgf/src/wm.py official repository ran MIT (permissive) · 1802a24ad0e1881d · report
_get_factory jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · fe3e20372d4c072c · report
activation jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · afb336dc19e6c757 · report
bins jrobine/sgf/src/wm.py official repository ran · honoured contract MIT (permissive) · 08417eca38375681 · report
cnn jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · e616246bc18fd1b5 · report
device jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · e332d55367824ddd · report
get_mask jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · d31e9b2f069596f5 · report
hinge jrobine/sgf/src/wm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 15ba315adfdfafd6 · report
init_ jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · 29899c0203809b63 · report
map_structure jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · dce31dd97728c79d · report
mlp jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · 82d342964b41dc7f · report
norm_1d jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · 4eb2fb2d744ed08b · report
norm_2d jrobine/sgf/src/wm.py official repository ran · our draft was wrong MIT (permissive) · dd38f94f790d5f55 · report
off_diagonal jrobine/sgf/src/wm.py official repository ran · fixture could not drive it MIT (permissive) · cbcbe66ba5258fb1 · report
parse_dims jrobine/sgf/src/wm.py official repository ran · honoured contract MIT (permissive) · dfc0d2b811d785ae · report
sample_bernoulli jrobine/sgf/src/wm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ab04fff3a9720e27 · report
sample_categorical jrobine/sgf/src/wm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a8117d72551969e1 · report
symexp jrobine/sgf/src/wm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0d83ad2de737d8cb · report
symlog jrobine/sgf/src/wm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d89a7360f2557af3 · report
two_hot jrobine/sgf/src/wm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 420038ff485d6c0b · report
unsqueeze_as jrobine/sgf/src/wm.py official repository ran · violated contract fingerprinted MIT (permissive) · 2b187ef6125cd1bc · report
variance_covariance_loss jrobine/sgf/src/wm.py official repository ran · fixture could not drive it MIT (permissive) · d8c67c4a6ad91b62 · report
ScalarMLP jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · c15ab938fe840d9f · report
WorldModel jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 71323f43911a356d · report
_build_module jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 45bed2d814f991f3 · report
_norm_init_ jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 8bcb44beb386f1ab · report
normal_init_ jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 4216a828ef7176fb · report
space_flatten jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 148a74da6f2f20e6 · report
truncated_normal_init_ jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 100163aa698b77ce · report
zero_init_ jrobine/sgf/src/wm.py official repository unverified MIT (permissive) · 425012f1ad329944 · report

Tasks

Data AugmentationRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections