paper-with-me

Papers

Beyond Atomic Layouts: Compositional Design Understanding with Vision-Language Models

2026-08-27 · Yiyang Huang, Zhaowen Wang, Simon Jenni, Jing Shi, Yitian Zhang, Yizhou Wang, Yun Fu arxiv

Layout understanding, or the interpretation of element organization, is essential for document analysis, user interface (UI) creation, and graphic design. While recent vision-language models (VLMs) excel at interpreting atomic layouts composed of independent elements, they struggle with compositional layouts that require reasoning over visually entangled elements within hierarchical multi-layer structures. In this paper, we introduce a new task, compositional layout understanding, and present CoDeLayout, a VQA dataset of ~20K real-world multi-layer layouts annotated with compositional element pairs and design intent. Through empirical analysis on CoDeLayout, we identify two key challenges for existing VLMs: semantic drift between textual metadata and visual content, and structural ambiguity in hierarchical inter-element relationships. To address these challenges, we propose MASON, a post-training paradigm that integrates multimodal alignment (MA) and structural perception (SP). MA enhances element interpretation by grounding metadata-defined elements to their visual counterparts, mitigating semantic drift, while SP models layer-aware inter-element spatial relationships to improve hierarchical understanding and reduce structural ambiguity. Experiments reveal substantial gaps in existing VLMs: even the strongest baseline, GPT-o3, achieves only 79.68% accuracy, whereas Qwen2.5-VL 7B with MASON reaches 91.66%. Notably, MASON surpasses full-data Direct Finetune using only 30% of the training data and scales better with additional data.

📄 PDF Abstract BibTeX arXiv:2608.26716

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4
hukcc/Beyond-Atomic-Layouts ★ 1

Similar Papers 제목 키워드 기반

LICA: Layered Image Composition Annotations for Graphic Design Research

2026-03-17 · Elad Hirsch, Shubham Yadav, Mohit Garg, Purvanshi Mehta arxiv

We introduce LICA (Layered Image Composition Annotations), a large scale dataset of 1,550,244 multi-layer graphic design compositions designed to advance structured understanding and generation of graphic layouts. In add…

Compositional Understanding in Signaling Games

2025-07-21 · David Peter Wallis Freeborn arxiv

Receivers in standard signaling game models struggle with learning compositional information. Even when the signalers send compositional messages, the receivers do not interpret them compositionally. When information fro…

From Reasoning Traces to Reusable Modules: Understanding Compositional Generalization in Language Model Reasoning

2026-06-16 · Lingjing Kong, Xin Liu, Guangyi Chen, Martin Q. Ma 외 arxiv

Post-training pipelines that combine supervised fine-tuning (SFT) with reinforcement learning (RL) have emerged as the key recipe for transforming large language models (LLMs) into robust reasoners. We argue that this co…

Reinforcement Learning

Iterated learning for emergent systematicity in VQA

2021-05-03 · ICLR 2021 1 · Ankit Vani, Max Schwarzer, Yuchen Lu, Eeshan Dhekane 외

Although neural module networks have an architectural bias towards compositionality, they require gold standard layouts to generalize systematically in practice. When instead learning layouts and modules jointly, composi…

Question AnsweringSystematic GeneralizationVisual Question AnsweringVisual Question Answering (VQA)

LayoutAgent: A Vision-Language Agent Guided Compositional Diffusion for Spatial Layout Planning

2025-09-24 · Zezhong Fan, Xiaohan Li, Luyi Ma, Kai Zhao 외 arxiv

Designing realistic multi-object scenes requires not only generating images, but also planning spatial layouts that respect semantic relations and physical plausibility. On one hand, while recent advances in diffusion mo…

Spatial ReasoningImage Generation