AesthetiQ: Enhancing Graphic Layout Design via Aesthetic-Aware Preference Alignment of Multi-modal Large Language Models
Sohan Patnaik, Rishabh Jain, Balaji Krishnamurthy, Mausoom Sarkar
TL;DR
This work targets aesthetic-aware graphic layout generation by addressing limitations of cross-entropy losses in layouts. It introduces Aesthetic-Aware Preference Alignment (AAPA), which leverages a judge MLLM to rank multiple candidate layouts and trains the layout predictor via a Direct Preference Optimization–based loss. A key contribution is a data-quality filtering protocol using alignment and overlap heuristics, along with a novel MLLM-based win-rate metric to evaluate aesthetics beyond traditional IoU metrics. Evaluations on Crello and WebUI show substantial gains, with larger models (up to 8B parameters) achieving notable improvements in both geometric accuracy (Mean IoU) and aesthetic alignment (Judge Win Rate), demonstrating the feasibility of integrating aesthetic preferences into multi-modal layout generation.
Abstract
Visual layouts are essential in graphic design fields such as advertising, posters, and web interfaces. The application of generative models for content-aware layout generation has recently gained traction. However, these models fail to understand the contextual aesthetic requirements of layout design and do not align with human-like preferences, primarily treating it as a prediction task without considering the final rendered output. To overcome these problems, we offer Aesthetic-Aware Preference Alignment(AAPA), a novel technique to train a Multi-modal Large Language Model (MLLM) for layout prediction that uses MLLM's aesthetic preferences for Direct Preference Optimization over graphic layouts. We propose a data filtering protocol utilizing our layout-quality heuristics for AAPA to ensure training happens on high-quality layouts. Additionally, we introduce a novel evaluation metric that uses another MLLM to compute the win rate of the generated layout against the ground-truth layout based on aesthetics criteria. We also demonstrate the applicability of AAPA for MLLMs of varying scales (1B to 8B parameters) and LLM families (Qwen, Phi, InternLM). By conducting thorough qualitative and quantitative analyses, we verify the efficacy of our approach on two challenging benchmarks - Crello and Webui, showcasing 17%, and 16 improvement over current State-of-The-Art methods, thereby highlighting the potential of MLLMs in aesthetic-aware layout generation.
