Thinking with Patterns: Breaking the Perceptual Bottleneck in Visual Planning via Pattern Induction
TLDR
A training-free visual planning method using Thinking with Images to build internal world models, improved by Pattern Induction for efficiency.
Reasoning
The paper introduces a novel approach to visual planning by leveraging TWI to construct internal world models, with Pattern Induction reducing computational overhead. Strengths include a training-free strategy and empirical validation across multiple domains; weaknesses include potential scalability issues and lack of comparison to RL-based methods.
Read-first score
Read-first score 51.7, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 29.
Field roles
Rank sensitivity
Stability: volatile; rank range: 257.
Keyword Scores
Deep Analysis
Innovations
- Formulating Thinking with Images (TWI) as a tool to gradually build and reflect an accurate internal world model for visual planning.
- Pattern Inference: a novel TWI strategy that enables VLMs to actively recognize known visual patterns in new tasks and directly infer local world model structures.
- Pattern Induction: an online inductive learning strategy that treats visual patterns as composite and reusable experts, autonomously discovered and optimized from experience.
Methodology
The approach uses TWI to iteratively acquire local visual evidence and build an internal world model for planning. To improve efficiency, Pattern Inference recognizes known visual patterns to directly infer world model structures, and Pattern Induction discovers these patterns via online inductive learning from experience. The method is training-free for planning and evaluated on FrozenLake, Crafter, and CubeBench domains.
Key Results
Experimental evaluations in FrozenLake, Crafter, and CubeBench domains show that the proposed approaches achieve a desirable balance between accuracy and efficiency.
Limitations
- Too many TWI operations significantly increase computational overhead.