paper-with-me

Papers

MiLDEdit: Reasoning-Based Multi-Layer Design Document Editing

2026-01-08 · Zihao Lin, Wanrong Zhu, Jiuxiang Gu, Jihyung Kil, Christopher Tensmeyer, Lin Zhang, Shilong Liu, Ruiyi Zhang, Lifu Huang, Vlad I. Morariu, Tong Sun arxiv

Real-world design documents (e.g., posters) are inherently multi-layered, combining decoration, text, and images. Editing them from natural-language instructions requires fine-grained, layer-aware reasoning to identify relevant layers and coordinate modifications. Prior work largely overlooks multi-layer design document editing, focusing instead on single-layer image editing or multi-layer generation, which assume a flat canvas and lack the reasoning needed to determine what and where to modify. To address this gap, we introduce the Multi-Layer Document Editing Agent (MiLDEAgent), a reasoning-based framework that combines an RL-trained multimodal reasoner for layer-wise understanding with an image editor for targeted modifications. To systematically benchmark this setting, we introduce the MiLDEBench, a human-in-the-loop corpus of over 20K design documents paired with diverse editing instructions. The benchmark is complemented by a task-specific evaluation protocol, MiLDEEval, which spans four dimensions including instruction following, layout consistency, aesthetics, and text rendering. Extensive experiments on 14 open-source and 2 closed-source models reveal that existing approaches fail to generalize: open-source models often cannot complete multi-layer document editing tasks, while closed-source models suffer from format violations. In contrast, MiLDEAgent achieves strong layer-aware reasoning and precise editing, significantly outperforming all open-source baselines and attaining performance comparable to closed-source models, thereby establishing the first strong baseline for multi-layer document editing.

📄 PDF Abstract BibTeX arXiv:2601.04589

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingImage Editing

Similar Papers 제목 키워드 기반

Document-level Relation Extraction with Dual-tier Heterogeneous Graph

2020-12-01 · COLING 2020 8 · Zhenyu Zhang, Bowen Yu, Xiaobo Shu, Tingwen Liu 외

Document-level relation extraction (RE) poses new challenges over its sentence-level counterpart since it requires an adequate comprehension of the whole document and the multi-hop reasoning ability across multiple sente…

Decision MakingDocument-level Relation ExtractionRelationRelation Extraction+1

URaG: Unified Retrieval and Generation in Multimodal LLMs for Efficient Long Document Understanding

2025-11-13 · Yongxin Shi, Jiapeng Wang, Zeyu Shan, Dezhi Peng 외 arxiv

Recent multimodal large language models (MLLMs) still struggle with long document understanding due to two fundamental challenges: information interference from abundant irrelevant content, and the quadratic computationa…

Cross-Modal Retrieval

A Densely Connected Criss-Cross Attention Network for Document-level Relation Extraction

2022-03-26 · Liang Zhang, Yidong Cheng

Document-level relation extraction (RE) aims to identify relations between two entities in a given document. Compared with its sentence-level counterpart, document-level RE requires complex reasoning. Previous research n…

Document-level Relation ExtractionLogical ReasoningRelationRelation Extraction+1

GRAM: Global Reasoning for Multi-Page VQA

2024-01-07 · CVPR 2024 1 · Tsachi Blau, Sharon Fogel, Roi Ronen, Alona Golts 외

The increasing use of transformer-based large language models brings forward the challenge of processing long sequences. In document visual question answering (DocVQA), leading methods focus on the single-page setting, w…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Cooperative Retrieval-Augmented Generation for Question Answering: Mutual Information Exchange and Ranking by Contrasting Layers

2025-12-11 · Youmin Ko, Sungjong Seo, Hyunjoon Kim arxiv

Since large language models (LLMs) have a tendency to generate factually inaccurate output, retrieval-augmented generation (RAG) has gained significant attention as a key means to mitigate this downside of harnessing onl…

Multi-hop Question Answering