🤖 AI Summary
Large language models (LLMs) are often limited in content-aware layout generation due to weak spatial reasoning capabilities and opaque decision-making. This work formulates layout design as a policy learning problem in a structured textual space, introducing a dual-level output mechanism and a multi-objective spatial evaluation framework. Leveraging a relative-group optimization-based reinforcement learning approach, the model is trained within an environment that incorporates canvas geometry, element attributes, and relational constraints. The proposed method produces interpretable reasoning trajectories and structured layout specifications, achieving performance on par with specialized state-of-the-art layout generators in terms of structural validity and visual quality—outperforming larger, closed-source LLMs—while significantly reducing annotation requirements and inference latency.
📝 Abstract
We introduce LaySPA, a reinforcement learning framework that equips large language models (LLMs) with explicit and interpretable spatial reasoning for content-aware graphic layout design. LaySPA addresses two key challenges: LLMs'limited spatial reasoning and the lack of opacity in design decision making. Instead of operating at the pixel level, we reformulate layout design as a policy learning problem over a structured textual spatial environment that explicitly encodes canvas geometry, element attributes, and inter-element relationships. LaySPA produces dual-level outputs comprising interpretable reasoning traces and structured layout specifications, enabling transparent and controllable design decision making. Layout design policy is optimized via a multi-objective spatial critique that decomposes layout quality into geometric validity, relational coherence, and aesthetic consistency, and is trained using relative group optimization to stabilize learning in open-ended design spaces. Experiments demonstrate that LaySPA improves structural validity and visual quality, outperforming larger proprietary LLMs and achieving performance comparable to specialized SOTA layout generators while requiring fewer annotated samples and reduced latency.