ARC-AGI Without Pretraining
Isaac Liao, Albert Gu
TL;DR
CompressARC demonstrates that extremely data-efficient intelligence is possible by performing MDL-driven inference with a 76K-parameter, no-pretraining network. It reframes ARC-AGI puzzle solving as a seed-based program compression problem, using a differentiable search to minimize program length. The results show 20% evaluation puzzle solves and 34.75% on training puzzles under limited compute, highlighting a viable alternative route to AGI beyond pretraining, with discussion of limitations and future improvements.
Abstract
Conventional wisdom in the age of LLMs dictates that solving IQ-test-like visual puzzles from the ARC-AGI-1 benchmark requires capabilities derived from massive pretraining. To counter this, we introduce CompressARC, a 76K parameter model without any pretraining that solves 20% of evaluation puzzles by minimizing the description length (MDL) of the target puzzle purely during inference time. The MDL endows CompressARC with extreme generalization abilities typically unheard of in deep learning. To our knowledge, CompressARC is the only deep learning method for ARC-AGI where training happens only on a single sample: the target inference puzzle itself, with the final solution information removed. Moreover, CompressARC does not train on the pre-provided ARC-AGI "training set". Under these extremely data-limited conditions, we do not ordinarily expect any puzzles to be solvable at all. Yet CompressARC still solves a diverse distribution of creative ARC-AGI puzzles, suggesting MDL to be an alternative feasible way to produce intelligence, besides conventional pretraining.
