Generalized Planning for the Abstraction and Reasoning Corpus
Chao Lei, Nir Lipovetzky, Krista A. Ehinger
TL;DR
ARC poses a broad abstract-reasoning challenge that is difficult for pure learning approaches. The paper presents GPAR, which reframes ARC tasks as generalized planning problems and solves them via planning programs with pointers encoded in PDDL with external functions to capture object-centric abstractions. Key contributions include a novel ARC-domain encoding in PDDL, action-pruning constraints, and a GP-based synthesis pipeline that delivers state-of-the-art performance on object-centric ARC tasks with strong generalization. The work demonstrates the viability of planning-based methods for visual reasoning and suggests avenues for richer abstractions and cross-model connections to further improve performance.
Abstract
The Abstraction and Reasoning Corpus (ARC) is a general artificial intelligence benchmark that poses difficulties for pure machine learning methods due to its requirement for fluid intelligence with a focus on reasoning and abstraction. In this work, we introduce an ARC solver, Generalized Planning for Abstract Reasoning (GPAR). It casts an ARC problem as a generalized planning (GP) problem, where a solution is formalized as a planning program with pointers. We express each ARC problem using the standard Planning Domain Definition Language (PDDL) coupled with external functions representing object-centric abstractions. We show how to scale up GP solvers via domain knowledge specific to ARC in the form of restrictions over the actions model, predicates, arguments and valid structure of planning programs. Our experiments demonstrate that GPAR outperforms the state-of-the-art solvers on the object-centric tasks of the ARC, showing the effectiveness of GP and the expressiveness of PDDL to model ARC problems. The challenges provided by the ARC benchmark motivate research to advance existing GP solvers and understand new relations with other planning computational models. Code is available at github.com/you68681/GPAR.
