GRCVOct 30, 2025

StructLayoutFormer:Conditional Structured Layout Generation via Structure Serialization and Disentanglement

arXiv:2510.26141v1h-index: 3Has CodeIEEE Trans Vis Comput Graph
Originality Highly original
AI Analysis

This addresses the need for automated, editable layout creation in design tools, offering a novel solution for generating structured layouts, though it is incremental in improving over prior data-driven methods.

The paper tackles the problem of automatically generating structured layouts for 2D visual content like GUIs and webpages, which existing data-driven methods fail to produce explicitly, and presents StructLayoutFormer, a Transformer-based approach that achieves conditional structured layout generation with realistic structures, outperforming baselines in experiments.

Structured layouts are preferable in many 2D visual contents (\eg, GUIs, webpages) since the structural information allows convenient layout editing. Computational frameworks can help create structured layouts but require heavy labor input. Existing data-driven approaches are effective in automatically generating fixed layouts but fail to produce layout structures. We present StructLayoutFormer, a novel Transformer-based approach for conditional structured layout generation. We use a structure serialization scheme to represent structured layouts as sequences. To better control the structures of generated layouts, we disentangle the structural information from the element placements. Our approach is the first data-driven approach that achieves conditional structured layout generation and produces realistic layout structures explicitly. We compare our approach with existing data-driven layout generation approaches by including post-processing for structure extraction. Extensive experiments have shown that our approach exceeds these baselines in conditional structured layout generation. We also demonstrate that our approach is effective in extracting and transferring layout structures. The code is publicly available at %\href{https://github.com/Teagrus/StructLayoutFormer} {https://github.com/Teagrus/StructLayoutFormer}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes