Paper deep dive
EfficientPosterGen: Semantic-aware Efficient Poster Generation via Token Compression and Accurate Violation Detection
Wenxin Tang, Jingyu Xiao, Yanpei Gong, Fengyuan Ran, Tongchuan Xia, Junliang Liu, Man Ho Lam, Wenxuan Wang, Michael R. Lyu
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 7/20/2026, 11:30:37 AM
Summary
The paper introduces EfficientPosterGen, an end-to-end framework for automated academic poster generation that addresses limitations of existing Multimodal Large Language Model (MLLM) approaches, such as high token consumption and unreliable layout verification. The framework comprises three core modules: Semantic-aware Key Information Retrieval (SKIR) to extract high-density content via a semantic contribution graph; Visual-based Context Compression (VCC) to reduce token usage by converting text to images; and Agentless Layout Violation Detection (ALVD) to deterministically detect layout errors without auxiliary MLLMs.
Entities (7)
Relation Signals (7)
EfficientPosterGen â containsmodule â VCC
confidence 95% ¡ EfficientPosterGen introduces three core innovations: ... (2) Visual-based Context Compression (VCC)...
EfficientPosterGen â containsmodule â ALVD
confidence 95% ¡ EfficientPosterGen introduces three core innovations: ... (3) Agentless Layout Violation Detection (ALVD)...
EfficientPosterGen â containsmodule â SKIR
confidence 95% ¡ EfficientPosterGen introduces three core innovations: (1) Semantic-aware Key Information Retrieval (SKIR)...
ALVD â detects â Layout Violations
confidence 90% ¡ ALVD... reliably detects content overflow and spatial sparsity
VCC â reduces â Token usage
confidence 90% ¡ VCC... significantly reducing token usage
SKIR â usesdatastructure â Semantic Contribution Graph
confidence 90% ¡ SKIR, which constructs a semantic contribution graph to model inter-segment relationships
PosterAgent â suffersfrom â Unreliable Layout Verification
confidence 85% ¡ PosterAgent... employs auxiliary MLLMs... often fail to accurately detect layout violations.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Automated academic poster generation aims to distill lengthy research papers into concise, visually coherent presentations. Existing Multimodal Large Language Models (MLLMs) based approaches, however, suffer from three critical limitations: low information density in full-paper inputs, excessive token consumption, and unreliable layout verification. We present EfficientPosterGen, an end-to-end framework that addresses these challenges through semantic-aware retrieval and token-efficient multimodal generation. EfficientPosterGen introduces three core innovations: (1) Semantic-aware Key Information Retrieval (SKIR), which constructs a semantic contribution graph to model inter-segment relationships and selectively preserves important content; (2) Visual-based Context Compression (VCC), which renders selected text segments into images to shift textual information into the visual modality, significantly reducing token usage while generating poster-ready bullet points; and (3) Agentless Layout Violation Detection (ALVD), a deterministic color-gradient-based algorithm that reliably detects content overflow and spatial sparsity without auxiliary MLLMs. Extensive experiments demonstrate that EfficientPosterGen achieves substantial improvements in token efficiency and layout reliability while maintaining high poster quality, offering a scalable solution for automated academic poster generation. Our code is available at this https URL.
Tags
Links
- Source: https://arxiv.org/abs/2603.00155v1
- Canonical: https://arxiv.org/abs/2603.00155v1
Trouble viewing inline? Open PDF directly â
Full Text
131,875 characters extracted from source content.
Expand or collapse full text
EfficientPosterGen: Semantic-aware Efficient Poster Generation via Token Compression and Accurate Violation Detection Wenxin Tang Tsinghua UniversityBeijingChina twx24@mails.tsinghua.edu.cn , Jingyu Xiao The Chinese University of Hong KongHong KongChina jyxiao@link.cuhk.edu.hk , Yanpei Gong Harbin Institute of TechnologyHarbinChina 2023211640@stu.hit.edu.cn , Fengyuan Ran Wuhan UniversityWuhanChina RanFengYuanQWQ@163.com , Tongchuan Xia Beijing University of Posts and TelecommunicationsBeijingChina xtcËheartune@bupt.edu.cn , Junliang Liu Dalian Maritime UniversityDalianChina 1120241292ljl@dlmu.edu.cn , Man Ho LAM The Chinese University of Hong KongHong KongChina mhlam@link.cuhk.edu.hk , Wenxuan Wang Renmin University of ChinaBeijingChina wenxuanwang@ruc.edu.cn and Michael R. Lyu The Chinese University of Hong KongHong KongChina lyu@cse.cuhk.edu.hk (2018) Abstract. Automated academic poster generation aims to distill lengthy research papers into concise, visually coherent presentations. Existing Multimodal Large Language Models (MLLMs) based approaches, however, suffer from three critical limitations: low information density in full-paper inputs, excessive token consumption, and unreliable layout verification. We present EfficientPosterGen, an end-to-end framework that addresses these challenges through semantic-aware retrieval and token-efficient multimodal generation. EfficientPosterGen introduces three core innovations: (1) Semantic-aware Key Information Retrieval (SKIR), which constructs a semantic contribution graph to model inter-segment relationships and selectively preserves important content; (2) Visual-based Context Compression (VCC), which renders selected text segments into images to shift textual information into the visual modality, significantly reducing token usage while generating poster-ready bullet points; and (3) Agentless Layout Violation Detection (ALVD), a deterministic color-gradient-based algorithm that reliably detects content overflow and spatial sparsity without auxiliary MLLMs. Extensive experiments demonstrate that EfficientPosterGen achieves substantial improvements in token efficiency and layout reliability while maintaining high poster quality, offering a scalable solution for automated academic poster generation. Our code is available at https://github.com/vinsontang1/EfficientPosterGen-Code. MLLMs, Poster Generation, Token Compression â copyright: acmlicensedâ journalyear: 2018 1. Introduction Academic posters constitute a fundamental medium for academic communication, enabling rapid and effective dissemination of research contributions. Compared to full-length papers, posters place a stronger emphasis on information compression, structured organization, and strict layout constraints, requiring authors to distill complex ideas into concise and visually coherent representations (Qiang et al., 2019; Xu and Wan, 2022; Chen et al., 2025). Despite their importance, the manual creation of academic posters remains a labor-intensive and time-consuming process with high associated costs. However, template-based approaches (Lin et al., 2023; Wang et al., 2024b) inherently impose strong rigidity in both structural and stylistic design. Such solutions struggle to flexibly adapt to the substantial variations in content distribution across different academic papers, which in turn hinders their ability to generate high-quality and expressive academic posters in realistic application scenarios. Figure 1. An overview of the workflow of existing automated poster generation approaches, along with the major challenges they encounter in practice. The rapid advancement of Multimodal Large Language Models (MLLMs) has spurred a growing body of work on multimodal content-to-code generation, including web code generation (xiao2024interaction2code; Xiao et al., 2025b, c; Dang et al., 2025; Wan et al., 2024, 2025), slide code generation (Tang et al., 2025), etc. These works demonstrate MLLMsâ strong potential in producing structured, executable artifacts with code as the underlying representation. Building upon this progress, PosterAgent (Pang et al., 2025) takes academic papers as input and leverages MLLMs to automatically generate editable academic posters in pptx format, enabling the automated poster generation. While PosterAgent can automatically generate academic posters from paper inputs, several important challenges remain in handling complex and lengthy academic documents. First, the low-information-density content in academic papers tends to dilute the salient and representative information. As illustrated on the left side of Figure 1, a typical paper contains substantial content that is largely irrelevant to poster creation, such as references, acknowledgments, auxiliary details, and repetitive descriptions of core ideas across sections (e.g., abstract, methodology, and conclusion). In contrast, academic posters are intended to present only the most essential contributions and high-level insights. When the entire paper is provided to an MLLM in a single pass, the resulting long context makes it difficult for attention-based models (Vaswani et al., 2017; Song et al., 2025; Dao et al., 2022) to focus on the most critical information. Redundant and low-value content disperses attention (Liu et al., 2024), leading to posters that lack clear focal points or overemphasize secondary details. Moreover, the inclusion of such content significantly increases input length, further exacerbating computational overhead. Second, directly feeding full papers to MLLMs in a pure textual modality is inherently inefficient. A typical academic paper contains approximately 20k tokens on average. At this scale, the document length already approaches or even surpasses the maximum context window supported by many widely used large language models. For instance, Qwen3-8B and Qwen3-30B-A3B (Team, 2025) support a maximum native context of 32k tokens, whereas Llama3-8B (Team, 2024) is limited to only 8k tokens. Such excessive token inputs not only constrain model applicability due to context length limits, but also incur substantial computational and latency overhead. As a result, poster generation pipelines that rely on full-text, token-heavy inputs are difficult to scale to industrial or large-scale deployment. Third, layout verification with MLLMs is both costly and unreliable. As illustrated on the right side of Figure 1, PosterAgent (Pang et al., 2025) employs auxiliary MLLMs (e.g., painter-commenter) to provide visual feedback for detecting layout violations such as panels overflowing poster boundaries, text exceeding panel limits, or overlaps between texts across different panels. However, due to limitations in MLLMsâ element localization and spatial reasoning capabilities (Liu et al., 2025), they often fail to accurately detect layout violations. This issue is particularly pronounced in multi-panel layouts, where MLLMs frequently struggle to identify text overflow or inter-panel overlap. Moreover, incorporating MLLMs into the layout verification pipeline introduces additional latency and token overhead. To address the aforementioned limitations, we introduce EfficientPosterGen, an end-to-end poster generation framework that reduces token costs across all stages while ensuring poster quality. First, to filter redundant content in academic papers, we propose Semantic-aware Key Information Retrieval (SKIR), which models a contribution graph among semantic segments. By estimating inter-segment content contribution and incorporating structural cues of the document, SKIR identifies and preserves the high-information-density semantic segments of the paper. Second, to achieve efficient token input for MLLMs while preserving semantic readability, we design the Visual-based Context Compression (VCC) module for poster generation, which first converts textual content into visual (image-based) representations for textual context compression and then employs an MLLM to generate concise, poster-ready bullet points from these representations. Third, to avoid the unreliability and token costs of MLLMs in detecting layout violations, we propose Agentless Layout Violation Detection(ALVD), a color-gradient-based visual verification algorithm that deterministically checks overflow and sparse layout issues. Overall, EfficientPosterGen enhances the poster generation process from three complementary perspectives: key content extraction, visual-based inputs representation, and output layout verification. This holistic design improves both token efficiency and layout reliability while maintaining high poster quality. Our contributions are summarized as follows: ⢠We propose EfficientPosterGen, an end-to-end academic poster generation framework that reduces generation costs while maintaining high poster quality. ⢠We design Semantic-aware Key Information Retrieval, a semantic and diversity-aware content extraction strategy that models contribution relationships among semantic segments by graph to identify salient content and ensure diverse coverage of an academic paper. ⢠We introduce Visual-based Context Compression, which replaces text-based inputs with image-based representations to effectively compress long-context inputs. ⢠We develop Agentless Layout Violation Detection, a deterministic color-gradient-based layout verification algorithm that efficiently and reliably detects layout boundary violations in multi-panel posters . Figure 2. The framework of EfficientPosterGen. The framework of EfficientPosterGen. 2. Background 2.1. Related Work 2.1.1. Automated Poster Generation Recent advances in automated academic poster generation have progressed through three key stages. Paper2Poster (Pang et al., 2025) pioneers the systematic exploration of multimodal poster automation from scientific papers, establishing an end-to-end framework for this task. P2P (Sun et al., 2025) further advanced the field by introducing both an automated generation approach and the first fine-grained benchmark, enabling standardized evaluation and objective comparison across methods. Most recently, PosterGen (Zhang et al., 2025) enhances aesthetic quality through a multi-agent LLM architecture, coordinating specialized agents to improve visual appeal while maintaining information accuracy. Although these works collectively advance the field from initial feasibility to standardized evaluation and aesthetic optimization, none of them consider the efficiency of poster generation. 2.1.2. MLLM for Code Generation Multimodal Large Language Models (MLLMs) have shown strong capabilities in visually rich code generation tasks, including UI code generation (Xiao et al., 2025a, b, c, 2026; Wan et al., 2025; Dang et al., 2025; Gao et al., 2025), slide generation (Tang et al., 2025), SVG code generation (Rodriguez et al., 2025; Nishina and Matsui, 2024; Wu et al., 2024; Xing et al., 2024), and visually rich programming questions (Li et al., 2024b; Zhang et al., 2024; Ma et al., 2025). Among these, slide generation is most relevant to our work. SlideCoder (Tang et al., 2025) generates slides from reference images using a layout-aware, retrieval-augmented framework that preserves structural fidelity and produces executable slide code. PPTAgent (Zheng et al., 2025) employs a two-stage, edit-based workflow guided by reference slides to ensure content quality, visual design, and structural coherence, though it relies on reference presentations rather than direct document-to-poster generation. However, existing methods rely on reference image or slides and do not address the challenges posed by long-context documents. 2.2. Task Definition Given an input academic paper P, the goal is to automatically generate a presentation-ready academic poster in PPTX format. This task requires distilling long-form scholarly content into a compact, information-dense representation while organizing it into a structured and visually coherent poster layout. The key challenges lie in handling the long-context nature of academic papers and ensuring layout validity, as generated posters are prone to issues such as content overflow and spatial sparsity, which must be reliably detected and corrected. 3. Methodology 3.1. Overview We present EfficientPosterGen, an end-to-end academic poster generation framework designed to significantly reduce token consumption throughout the pipeline. As shown in Figure 2, EfficientPosterGen is composed of three core modules that operate sequentially. First, Semantic-aware Key Information Retrieval (§3.2) introduces an efficient input information compression strategy that jointly leverages semantic relevance and document section structure to retain content with high information density while eliminating redundant textual segments. Second, Visual-based Context Compression (§3.3) further reduces token usage by embedding selected content segments directly into images, thereby shifting part of the textual information into the visual modality and alleviating the burden on textual input to MLLMs. Finally, Agentless Layout Violation Detection (§3.4) provides a deterministic layout violation detection mechanism that does not rely on additional MLLMs, enabling reliable verification while reducing token cost. 3.2. Semantic-aware Key Information Retrieval 3.2.1. Paragraph Grouping Given an input academic paper P, we first employ MinerU (Wang et al., 2024a) to parse it into three components: the textual content T, the media elements M (e.g., figures and tables), and the hierarchical section tree TsT_s that captures the document structure. Formally, the parsed representation is expressed as P=T,M,TsP=\T,M,T_s\. Let t1,t2,âŚ,tnâTt_1,t_2,âŚ,t_nâ T denote the individual paragraphs, where each tit_i is treated as the smallest atomic unit. To capture semantically coherent regions across paragraphs, it is essential to identify the boundaries where semantic transitions occur. We employ a perplexity based method to identify semantic boundaries within the textual content. Perplexity measures how well a language model predicts a given sequence (Cooper and Scholak, 2024); within a semantically coherent region, perplexity tends to decrease as context accumulates, whereas a sharp increase typically signals a topic shift. Suppose the current content segment begins at paragraph tkt_k where kâ¤ik⤠i. For each paragraph tit_i consisting of tokens w1,w2,âŚ,wm\w_1,w_2,âŚ,w_m\, we compute its perplexity conditioned on all preceding paragraphs within the current segment: (1) PPLâ(tiâŁtk:iâ1)=expâĄ(â1mââj=1mlogâĄPâ(wjâŁtk:iâ1,w<j)),PPL(t_i t_k:i-1)= (- 1m _j=1^m P(w_j t_k:i-1,w_<j) ), where tk:iâ1=tk,tk+1,âŚ,tiâ1t_k:i-1=\t_k,t_k+1,âŚ,t_i-1\ denotes the paragraph sequence from index k to iâ1i-1, w<j=w1,âŚ,wjâ1w_<j=\w_1,âŚ,w_j-1\ represents all preceding tokens within the current paragraph, and Pâ(wjâŁtk:iâ1,w<j)P(w_j t_k:i-1,w_<j) is the token probability estimated by a pre-trained language model. To detect semantic boundaries, we identify paragraphs where the perplexity exhibits a significant local increase relative to the preceding context. Specifically, a paragraph tit_i is marked as a segment boundary if the following condition holds: (2) PPLâ(tiâŁtk:iâ1)âPPLâ(tiâ1âŁtk:iâ2)>Îąâ ĎPPL(t_i t_k:i-1)-PPL(t_i-1 t_k:i-2)>ÎąÂˇĎ where Ď denotes the standard deviation of perplexity differences computed over all consecutive paragraph pairs, and Îą is a hyperparameter controlling the sensitivity of boundary detection. When this condition is satisfied, tit_i is identified as the starting paragraph of a new content segment, and the segment index is updated as kâikâ i. Paragraphs satisfying this criterion typically indicate the onset of a new semantic segment, reflecting underlying thematic or structural transitions. Through this process, the paragraph sequence T is partitioned into a set of content segments =s1,s2,âŚ,slS=\s_1,s_2,âŚ,s_l\, where each segment sj=tkj,tkj+1,âŚ,tkj+1â1s_j=\t_k_j,t_k_j+1,âŚ,t_k_j+1-1\ comprises consecutive paragraphs that exhibit semantic coherence. 3.2.2. Semantic Graph Construction Upon obtaining the set of content segments =s1,s2,âŚ,slS=\s_1,s_2,âŚ,s_l\, we model the semantic relationships among segments by constructing a semantic contribution graph. Formally, we define a directed graph Gs=(,â°)G_s=(N,E), where N denotes the node set with ||=|||N|=|S|, and each node corresponds to a content segment siâs_i . The edge set â°E encodes directed contribution relationships between segments. To quantify the contribution of one segment to another, we draw inspiration from mutual information, which measures the amount of information that one variable contains about another. In our context, we aim to capture how much information segment sis_i provides for segment sjs_j. To this end, we compute a contribution matrix ââlĂlX ^lĂ l based on perplexity reduction. Intuitively, if the presence of segment sis_i significantly reduces the perplexity of segment sjs_j, then sis_i provides substantial contextual information that facilitates the prediction of sjs_j, indicating a strong semantic contribution from sis_i to sjs_j. Specifically, the entry â[i,j]X[i,j] is defined as: (3) â[i,j]=maxâĄ(0,PPLâ(sj)âPPLâ(sjâŁsi)PPLâ(sj)),iâ j,X[i,j]= (0, PPL(s_j)-PPL(s_j s_i)PPL(s_j) ), iâ j, where PPLâ(sj)PPL(s_j) denotes the unconditional perplexity of segment sjs_j, and PPLâ(sjâŁsi)PPL(s_j s_i) denotes the perplexity of segment sjs_j conditioned on segment sis_i. This formulation captures the relative reduction in prediction uncertainty of sjs_j when sis_i is provided as context. The max operation ensures that only positive contributions are considered, as negative values would indicate that the presence of sis_i increases the prediction difficulty of sjs_j, which does not constitute a meaningful semantic contribution. Additionally, we set the diagonal entries â[i,i]=0X[i,i]=0 for all i, as self-contribution is not meaningful in this context. A higher value of â[i,j]X[i,j] indicates that sis_i contributes more significantly to the semantic understanding of sjs_j. Based on the contribution matrix X, we construct the directed edge set â°E according to the following condition: (4) (i,j)ââ°ââ[i,j]>β,(i,j) [i,j]>β, where β is a hyperparameter that controls the sparsity of the graph. That is, a directed edge from node i to node j is established if and only if the contribution score â[i,j]X[i,j] exceeds the threshold β. (a) Input Panel (b) Gradient & Activation (c) Cartesian Product (d) Layout Verification Figure 3. An example of the layout verification process. (a) Input panel image. (b) Gradient magnitudes of vertical strips (bottom curve) and horizontal strips (left curve), with activated strips highlighted in blue (vertical) and yellow (horizontal). (c) Cartesian product of activated strips yields content regions (green) and their minimum enclosing rectangle (red). (d) Overflow detection via the red bounding box exceeding panel boundaries, and sparsity detection via the green coverage ratio. A four-panel figure illustrating the Agentless Layout Violation Detectionalgorithm. Panel (a) shows an input poster panel containing text and a figure. Panel (b) displays gradient magnitude curves along the bottom edge for vertical strips and along the left edge for horizontal strips, with activated vertical strips in blue and activated horizontal strips in yellow. Panel (c) shows the Cartesian product of activated strips as green regions and their minimum enclosing rectangle in red. Panel (d) demonstrates the overflow detection result, with the red bounding box and green content regions used for layout verification. 3.2.3. Diversity-aware Key Segment Selection Upon constructing the semantic contribution graph Gs=(,â°)G_s=(N,E), we perform content segment selection by prioritizing segments with high semantic importance (as measured by their contribution on other segments in the graph) while simultaneously ensuring semantic diversity. Notably, semantic contributions in the graph are transitive: if segment sis_i contributes to segment sjs_j, and sjs_j in turn contributes to segment sks_k, then sis_i implicitly plays a critical role in the information that sjs_j provides to sks_k, even if there is no direct edge from sis_i to sks_k. To capture this transitive influence, we employ the PageRank (Gleich, 2015) algorithm to compute a semantic importance score for each node. PageRank is originally designed to measure the importance of web pages based on the link structure of the web. The core intuition is that a node is important if it is linked by other important nodes. In our context, since a directed edge (i,j)ââ°(i,j) indicates that segment sis_i contributes to segment sjs_j, we aim to assign higher importance scores to segments that contribute to many other important segments. To achieve this, we compute PageRank on the reversed graph GsR=(,â°R)G_s^R=(N,E^R), where (j,i)ââ°R(j,i) ^R if and only if (i,j)ââ°(i,j) . Formally, the PageRank score Râ(si)R(s_i) for each segment sis_i is computed iteratively on the reversed graph as follows: (5) Râ(si)=1âd||+dââsjâ+â(si)Râ(sj)|ââ(sj)|,R(s_i)= 1-d|N|+d _s_j ^+(s_i) R(s_j)|N^-(s_j)|, where dâ(0,1)dâ(0,1) is the damping factor, +â(si)N^+(s_i) denotes the set of nodes that sis_i points to in the original graph (i.e., segments that sis_i contributes to), and ââ(sj)N^-(s_j) denotes the set of nodes with edges pointing to sjs_j in the original graph (i.e., segments that contribute to sjs_j). This formulation ensures that segments contributing to many important segments receive higher scores. However, naively selecting segments with the highest PageRank scores via a greedy strategy may lead to a biased selection, where the chosen segments are concentrated within a limited portion of the paper, thereby lacking diverse coverage of the paperâs content. To address this issue and ensure diversity in segment selection, we incorporate structural information from the section tree TsT_s by introducing a penalty factor based on the Lowest Common Ancestor (LCA) (Aho et al., 1973). Specifically, for two segments sis_i and sjs_j, we define LCAâ(si,sj)LCA(s_i,s_j) as the depth of their lowest common ancestor in the hierarchical section tree TsT_s. A larger LCA depth indicates that the two segments belong to more closely related sections. Based on these considerations, we define a diversity-aware selection score that balances semantic importance and structural diversity. For a candidate segment sis_i and a set of already selected segments selS_sel, the final score rir_i is computed as: (6) ri=Râ(si)â 1|sel|ââsjâselÎťLCAâ(si,sj),r_i=R(s_i)¡ 1|S_sel| _s_j _selÎť^LCA(s_i,s_j), where Îťâ(0,1)Îťâ(0,1) is a decay factor that modulates the penalty strength based on the LCA depth. Algorithm 1 Diversity-aware Segment Selection (DASS) 0: Semantic contribution graph Gs=(,â°)G_s=(N,E), section tree TsT_s, compression ratio Îłâ(0,1)Îłâ(0,1), decay factor Îť 0: Selected segment set selS_sel 1: Construct reversed graph GsR=(,â°R)G_s^R=(N,E^R) 2: Compute PageRank scores Râ(si)R(s_i) for all siâs_i on GsRG_s^R using Eq.(5) 3: Initialize selected set selââ S_selâ 4: Compute selection budget KââÎłâ ||âKâ γ¡|N| 5: while |sel|<K|S_sel|<K do 6: for each siââsels_i _sel do 7: if sel=â S_sel= then 8: riâRâ(si)r_iâ R(s_i) 9: else 10: riâRâ(si)â 1|sel|ââsjâselÎťLCAâ(si,sj)r_iâ R(s_i)¡ 1|S_sel| _s_j _selÎť^LCA(s_i,s_j) 11: end if 12: end for 13: sââargâĄmaxsiââselâĄris^*â _s_i _selr_i 14: selâselâŞsâS_sel _selâŞ\s^*\ 15: end while 16: return selS_sel Algorithm 2 Agentless Layout Violation Detection Algorithm 0: Panel image I, panel bounding box BpB_p, number of strips n, sparsity threshold Ďs _s 0: Layout status âvalid,overflow,sparseâ\ valid, overflow, sparse\ 1: H,VâH,Vâ SplitStrips(I,n)(I,n) // horizontal and vertical strips 2: for i=1i=1 to n do 3: gihâg^h_iâ GradMag(hi,x)(h_i,x); givâg^v_iâ GradMag(vi,y)(v_i,y) 4: end for 5: Ghâgihi=1nG^hâ\g^h_i\_i=1^n; Gvâgivi=1nG^vâ\g^v_i\_i=1^n 6: âxâiâŁgiv>Medianâ(Gv)I_xâ\i g^v_i> Median(G^v)\ // activated vertical strips 7: âyâiâŁgih>Medianâ(Gh)I_yâ\i g^h_i> Median(G^h)\ // activated horizontal strips 8: âââxĂâyR _xĂI_y // Cartesian product regions 9: BcâB_câ BoundingBox(â)(R) // minimum enclosing rectangle 10: AcâârââAreaâ(r)A_câ _r Area(r) // total activated area 11: if BcâBpB_c B_p then 12: return overflow 13: else if Ac/Areaâ(Bp)<ĎsA_c/ Area(B_p)< _s then 14: return sparse 15: else 16: return valid 17: end if As illustrated in Algorithm 1, the selection process begins by constructing the reversed graph and computing the PageRank scores for all nodes (Lines 1-2). Given a compression ratio Îł, the selection budget is determined as K=âÎłâ ||âK= γ¡|N| , representing the target number of segments to retain (Line 4). The algorithm then iteratively selects segments until the budget is reached (Lines 5-16). In each iteration, for every candidate segment not yet selected, we compute its final score rir_i (Lines 7-12). For the first segment, the score is simply its PageRank value (Line 8). For subsequent selections, the score is computed by multiplying the PageRank value with the mean structural diversity factor over all previously selected segments (Line 10). The segment with the highest score is then added to the selected set (Lines 14-15). 3.3. Visual-based Context Compression for Poster Generation 3.3.1. Visual-based Context Compression Upon obtaining the key content segments with high information density selS_sel, the pipeline proceeds to the MLLM-based summarization stage. We adopt a visual-based text encoding strategy to further reduce token inputs, where textual content is rendered onto images and provided to the MLLM as visual input. Prior work (Wei et al., 2025; Cheng et al., 2025; Li et al., 2025) has demonstrated that this approach can reduce token usage by approximately 50% while maintaining comparable model performance. Specifically, segments are grouped by their corresponding top-level sections (e.g., Introduction, Methodology) and rendered onto separate PNG images accordingly. The token compression ratio Ď achieved by this visual encoding strategy is defined as: Ď=Ntextâ(sel)âNâ(â)Ntextâ(sel),Ď= N_text(S_sel)-N(I)N_text(S_sel), where Ntextâ(sel)N_text(S_sel) denotes the number of tokens required when the selected segments are directly provided as textual input, I is the rendered image sets and N(â)))N(I))) denotes the token count when the rendered images are provided as visual input. A higher compression ratio indicates greater token efficiency, allowing the same content to be processed with significantly fewer tokens. Table 1. Overall comparison of poster generation methods across efficiency, visual quality, and downstream evaluation metrics. Bold indicates the best result and underline indicates the second-best result for each metric. API pricing details used for cost estimation are provided in Table 16. Efficiency Vis. Quality & Txt.coherence VLM-as-Judge PaperQuiz Model Token(K)â Cost($)â Vis.Sim.(%)â PPLâ Fig.Rel.(%)â Aestheticâ Informationâ Verbatimâ Interpretiveâ Oracle Methods [HTML]F8F8F8 Paper - - 53.00 4.60 22.00 3.58 4.22 87.72 86.92 [HTML]F8F8F8 GT Poster - - - 11.26 21.00 3.56 3.98 116.02 142.09 End-to-end Methods [HTML]DCF5F 5-HTML 26.90 0.1097 66.75 10.24 22.14 3.49 3.85 109.94 130.90 PosterAgent Variants [HTML]FFEEDE PosterAgent-5 254.37 0.6261 74.57 9.23 20.19 2.49 3.29 110.02 145.63 [HTML]FFEEDE PosterAgent-Qwen 125.25 0.0127 75.57 8.91 20.10 2.78 3.68 109.43 142.81 EfficientPosterGen Variants [HTML]E4FFE4 Ours-5 21.38 0.1308 77.98 8.54 23.57 3.57 3.94 119.51 152.74 [HTML]E4FFE4 Ours-Qwen 10.33 0.0016 76.99 9.13 24.02 3.46 3.69 116.85 144.34 3.3.2. Poster Panel Generation As shown in Figure 2, the Visual-based Context Compression module renders selected content segments as PNG images. The MLLM receives these images along with a task-specific prompt P (see Appendix K.3) and generates structured bullet points with associated configuration parameters (e.g., font size) for each poster panel. This process can be formalized as: =MLLMâ(â,),O=MLLM(I,P), where =(Bi,Ci,Îi)i=1NpO=\(B_i,C_i, _i)\_i=1^N_p represents the structured output for NpN_p poster panels, with each tuple comprising bullet points BiB_i, content CiC_i, and configuration parameters Îi _i for the i-th panel. Following PosterAgent (Pang et al., 2025), we employ a binary-tree layout strategy (Qiang et al., 2019) to translate the MLLM-generated bullet points into panel bounding boxes, which reliably estimates content length, maintains reading order, and preserves aspect ratios. 3.4. Agentless Layout Violation Detection Initial generated poster frequently exhibits layout violations, such as text overflowing panel boundaries or panels containing insufficient content that leads to excessive unused space. Prior work (Pang et al., 2025) addresses these issues by utilizing MLLMs to detect layout violations and iteratively perform layout corrections. To mitigate the instability and token overhead of MLLM-based detection, we introduce the Agentless Layout Violation Detection (ALVD) module, which employs color gradient analysis to robustly identify content overflow and spatial sparsity. As shown in Algorithm 2, we partition the input panel image (Figure 3(a)) into n horizontal strips H=h1,âŚ,hnH=\h_1,âŚ,h_n\ along the image height and n vertical strips V=v1,âŚ,vnV=\v_1,âŚ,v_n\ along the image width (Line 1). For each strip, we compute the color gradient magnitude (Zhang et al., 2017) along its longitudinal direction: horizontal strips along the x-axis and vertical strips along the y-axis (Lines 2-4). As a result, content regions with substantial color variations yield high gradient values, whereas panel boundaries exhibit minimal gradients. To identify content regions with high gradient values, we activate strips whose gradient magnitude exceeds the median value (Lines 6-7). As illustrated in Figure 3(b), the bottom side displays the gradient magnitudes corresponding to vertical strips, the left side shows those corresponding to horizontal strips, and the activated strips are highlighted in blue (vertical) and yellow (horizontal). The content regions âR are obtained by computing the Cartesian product of the activated strip indices, i.e., â=âxĂâyR=I_xĂI_y (Line 8), yielding multiple rectangular regions shown in green in Figure 3(c). We then compute the minimum enclosing bounding box BcB_c of these regions (Line 9), depicted as the red rectangle in Figure 3(c), and the total activated area AcA_c (Line 10). By comparing BcB_c with the panel bounding box BpB_p and evaluating the area ratio (Lines 11-16), the algorithm determines the layout status: overflow if the content exceeds panel boundaries (detected via the red bounding box), sparse if the coverage ratio of the green regions falls below the sparsity threshold Ďs _s, and valid otherwise, as depicted in Figure 3(d). The Agentless Layout Violation Detection module operates on individual panels generated by the Visual-based Context Compression module. When an overflow or sparse status is detected, a corresponding status signal is fed back to Visual-based Context Compression, which regenerates the content by adjusting textual or layout parametersâfor example, reducing text length or font size in the case of overflow, or expanding content and increasing font size in the case of sparse. 4. Experiments Setup 4.1. Models We implement two variants of our proposed method with different backbone models. Ours-5 employs GPT-5-20250807 as the backbone for both the Visual-based Context Compression module and internal reasoning components. Ours-Qwen adopts Qwen3-VL-8B-Instrcut (Team, 2025) as a purely open-source alternative. 4.2. Baselines We compare against four categories of baselines: (i) Oracle methods, including the original paper PDF (Paper) and author-designed posters (GT Poster). (i) End-to-end methods, where GPT-5 directly generates posters through html-based rendering (5-HTML) (Liu et al., 2026) (i) PosterAgent (Pang et al., 2025), the first poster generate specific approach; we evaluated it on both GPT-5 (PosterAgent-5) and Qwen3-VL-8B-Instrct (PosterAgent-Qwen) backbones. 4.3. Metrics Following Paper2Poster, we evaluate the visual and content quality of generated posters across four complementary dimensions. (1) Visual Quality. Visual Similarity computes the CLIP similarity (Chen et al., 2023) between the generated poster and the ground-truth poster(GT Poster), assessing whether outputs are genuinely poster-like rather than article-like layouts. Figure Relevance computes the CLIP similarity between figures in the poster and their corresponding textual descriptions, evaluating the alignment between visual elements and textual content. (2) Textual Coherence. Perplexity (PPL) of the entire poster text is computed under Llama-2-7B-hf (Touvron et al., 2023). Lower PPL indicates more fluent and coherent language. (3) Holistic Assessment (VLM-as-Judge). GPT-4o assigns scores on a 1â5 scale across six criteria: three under Aesthetic Score (Element Quality, Layout Balance, Engagement) and three under Information Score (Clarity, Content Completeness, Logical Flow). (4) PaperQuiz. Using the question set provided by Paper2Poster (Pang et al., 2025) (generated by GPT-o3), each poster is presented to two readers: GPT-4o mini, and GPT-o3 to answer questions based solely on the poster content. The Raw Accuracy srs_r is computed as the proportion of correctly matched answers. To discourage excessive verbosity, a length-based penalty is incorporated to produce an Adjusted Score sas_a: sa=srâ(1+1maxâĄ(1,L/W))s_a=s_r (1+ 1 (1,L/W) ), where L denotes the total text length of the generated poster, and W is the median text length of human-designed posters. Detailed metric definitions are provided in Appendix F. 4.4. Research Questions To comprehensively evaluate the proposed EfficientPosterGen, we organize our experiments around the following research questions: ⢠RQ1: How does EfficientPosterGen compare to existing baselines in poster quality and token efficiency? (§5.1) ⢠RQ2: How do the key hyperparameters of each module affect the overall framework performance? (§5.2) ⢠RQ3: What is the individual contribution of each proposed module (SKIR, VCC, and ALVD) to the system? (§5.3) ⢠RQ4: What qualitative differences exist between posters from EfficientPosterGen and baselines? (§5.4) Additional research questions addressing token consumption analysis, comparison with multi-agent approaches, layout detection comparison, and human evaluation are provided in Appendix A. 5. Experimental Results Figure 4. Parameter sensitivity analysis. (a) Entropy reduction ratio under varying β and Îł. (b) Layout detection accuracy across strip numbers N and activation thresholds Ďs _s. (c)-(d) Compression ratio vs. normalized edit distance at varying DPI for GPT-5 and Qwen3-VL-8B-Instruct. Figure 5. Examples of posters generated by different methods. 5.1. Quantitative Results and Analysis Table 1 presents the overall performance of different frameworks across all evaluation dimensions, with detailed evaluation results provided in Appendix G. Our framework adopts the optimal hyperparameter configuration identified in the parameter study (Section 5.2). As shown in the table, EfficientPosterGen achieves the best or second-best results on the majority of evaluation metrics while requiring substantially fewer tokens. Specifically, the Ours-5 and Ours-Qwen variants complete the entire paper-to-poster pipeline using only 21.38K and 10.33K tokens, respectively, which represents a nearly 10Ă reduction compared to PosterAgent. Notably, the majority of PosterAgentâs token overhead stems from its layout validity verification stage (see Appendix B.1), which relies on MLLM calls to assess layout compliance; in contrast, the deterministic, agentless design of Agentless Layout Violation Detection (ALVD) eliminates the need for auxiliary MLLM calls during layout verification, thereby incurring zero additional token cost. Moreover, by replacing probabilistic MLLM-based judgments with a deterministic algorithm, Agentless Layout Violation Detection substantially reduces false positive rates in layout violation detection, which in turn avoids unnecessary panel-level content regeneration cycles and the associated token overhead that such cycles would otherwise incur. Furthermore, owing to the efficient information extraction capability of Semantic-aware Key Information Retrieval (SKIR), which identifies and retains the most key semantic segments within a constrained token budget, our framework achieves strong performance on the PaperQuiz evaluation, where the GPT-5 and Qwen variants of EfficientPosterGen obtain overall scores of 119.51 and 152.74, surpassing PosterAgent by 9.49 and 7.11 points, respectively. 5.2. Parameter Study To systematically evaluate each module within EfficientPosterGen, we design three sub-tasks that isolate the performance of Semantic-aware Key Information Retrieval, Visual-based Context Compression, and Agentless Layout Violation Detection, respectively. Detailed configurations and results are provided in the Appendix H. Table 2. Overall performance of ablation study. Efficiency Setting Token(K)â Cost($)â VLM-as-Judgeâ PaperQuizâ [HTML]F8F8F8 EfficientPosterGen 10.35 0.0016 3.64 133.35 [HTML]F8F8F8 w/o SKIR 12.10 0.0018 3.53 129.33 [HTML]F8F8F8 w/o VCC 14.48 0.0020 3.59 131.32 [HTML]F8F8F8 w/o ALVD 84.78 0.0076 3.27 125.82 Task 1: We adopt an entropy-based metric to quantify the representativeness of selected segments. Let Hâ(P)H(P) denote the entropy of the full paper and Hâ(PâŁsel)H(P _sel) denote the conditional entropy given the selected set selS_sel. To measure the average contribution of each selected token to entropy reduction, we define the normalized entropy reduction ratio as: ÎâHnorm=Hâ(P)âHâ(PâŁsel)Hâ(P)â |sel| H_norm= H(P)-H(P _sel)H(P)¡|S_sel| where |sel||S_sel| denotes the total token count of selected segments. For visualization, we apply min-max normalization (Patro and Sahu, 2015) across all configurations to obtain comparable scores in the heatmap. We evaluate this metric under varying edge activation thresholds β and segment budgets Îł, which govern the graph sparsity and selection scale, respectively. As shown in Figure 4(a), the configuration β=0.5β=0.5 with Îł=0.5Îł=0.5 achieves the highest normalized score, indicating optimal per-token efficiency in entropy reduction. Notably, larger segment budgets (Îł=0.7Îł=0.7) lead to diminished efficiency across all β settings, as excessive selection introduces redundant content that contributes marginally to information coverage while inflating the token count. Task 2: We formulate an OCR-based task to examine the trade-off between recognition accuracy and token consumption. The content segments are rendered at varying DPI settings, from which an OCR model recovers the original text. We evaluated it on GPT-5 and Qwen3-VL-8B-Instruct, adopting normalized edit distance (Ristad and Yianilos, 2002) and compression ratio as the evaluation metric, which quantifies the fidelity of visual representations by measuring the discrepancy between recovered and original content.As shown in Figure 4(c,d), lower DPI settings achieve higher compression ratios at the cost of increased edit distance, while higher DPI settings yield near-perfect recognition but incur greater token consumption. Notably, at DPI=96, GPT-5 (Figure 4(c)) and Qwen3-VL-8B-Instruct (Figure 4(d)) achieve compression ratios of 1.4Ă and 2.12Ă respectively, while maintaining normalized edit distances of only 7.4% and 8.9%. Task 3: We construct a ternary classification dataset (overflow, sparse, valid) for layout detection, whose construction details are described in the Appendix H.3.1. We evaluate Agentless Layout Violation Detection on this dataset by varying the number of strips N and the activation threshold Ďs _s, which govern the granularity and sensitivity of content region detection, respectively. As shown in Figure 4(b), N=512N=512 with Ďs=0.5 _s=0.5 achieves the highest accuracy of 0.94, where N governs detection granularity and Ďs _s controls alignment with human visual perception. Too small N (256) fails to capture fine-grained boundaries, while excessively large N (1024) introduces noise that undermines detection stability. Ďs _s values that are too high (0.7) misclassify reasonable layouts as sparse, deviating from human preferences for content density. A comparative analysis against other detection methods is in Appendix D. 5.3. Ablation Study We design three ablation settings to validate the effectiveness of individual components in our framework: (1) w/o SKIR, which directly feeds the entire paper content without key information retrieval; (2) w/o VCC, which provides selected content as raw text tokens rather than embedded images; and (3) w/o ALVD, which replaces the deterministic verification algorithm with an MLLM-based approach. Detailed descriptions and results are provided in Appendix I. We randomly sample 20% of the test instances and employ Qwen3-VL-8B-Instruct as the backbone model. The overall results are presented in Table 2, where removing each component leads to varying degrees of degradation in both evaluation scores and token efficiency. Notably, the w/o ALVD setting exhibits a substantial increase in token consumption (84.78K), which demonstrates that our proposed agentless algorithm effectively controls the token budget while avoiding unnecessary regeneration cycles. 5.4. Case Study Figure 5 presents a qualitative comparison across different methods on a representative case, with additional examples in the Appendix J. Specifically, we showcase the human-designed ground truth poster alongside outputs generated by our EfficientPosterGen and PosterAgent, each instantiated with two backbone models: GPT-5 and Qwen3-VL-8B-Instruct. We also include results from the end-to-end HTML-based generation approach powered by GPT-5. For fair comparison, we apply the same template style to both PosterAgent and our method. The HTML-based approach tends to produce posters with excessive word counts, resulting in considerably small font sizes that compromise human readability and accessibility. Benefiting from the deterministic layout detection algorithm of Agentless Layout Violation Detection, posters generated by EfficientPosterGen exhibit no content overflow beyond panel boundaries, whereas PosterAgent produces layouts where content exceeds the designated panel regions (highlighted by red bounding boxes) and even extends beyond the overall poster boundary in some cases. 6. Conclusion We presented EfficientPosterGen an end-to-end framework for automated academic poster generation that addresses the low information density, excessive token consumption, and unreliable layout verification inherent in existing MLLM-based approaches. Through three tightly integrated modules, SKIR, VCC, and ALVD, our framework achieves substantial improvements in token efficiency and layout reliability while maintaining high poster quality. Extensive experiments consistently demonstrate the effectiveness of EfficientPosterGen across different backbone models and evaluation settings while maintaining low token consumption. References A. Abouelenin, A. Ashfaq, A. Atkinson, H. Awadalla, N. Bach, J. Bao, A. Benhaim, M. Cai, V. Chaudhary, C. Chen, et al. (2025) Phi-4-mini technical report: compact yet powerful multimodal language models via mixture-of-loras. arXiv preprint arXiv:2503.01743. Cited by: Appendix C. A. V. Aho, J. E. Hopcroft, and J. D. Ullman (1973) On finding lowest common ancestors in trees. In Proceedings of the fifth annual ACM symposium on Theory of computing, p. 253â265. Cited by: §3.2.3. [3] J. AI () EasyOCR: ready-to-use OCR with 80+ supported languages. Note: GitHub repository External Links: Link Cited by: §D.1. H. Chen, X. Xu, W. Li, J. Ren, T. Ye, S. Liu, Y. Chen, L. Zhu, and X. Wang (2025) Posta: a go-to framework for customized artistic poster generation. In Proceedings of the Computer Vision and Pattern Recognition Conference, p. 28694â28704. Cited by: §1. Z. Chen, G. Liu, B. Zhang, Q. Yang, and L. Wu (2023) Altclip: altering the language encoder in clip for extended language capabilities. In Findings of the Association for Computational Linguistics: ACL 2023, p. 8666â8682. Cited by: §4.3. J. Cheng, Y. Liu, X. Zhang, Y. Fei, W. Hong, R. Lyu, W. Wang, Z. Su, X. Gu, X. Liu, et al. (2025) Glyph: scaling context windows via visual-text compression. arXiv preprint arXiv:2510.17800. Cited by: §3.3.1. N. Cooper and T. Scholak (2024) Perplexed: understanding when large language models are confused. arXiv preprint arXiv:2404.06634. Cited by: §3.2.1. T. H. Dang, J. Xiao, and Y. Huo (2025) Envisioning future interactive web development: editing webpage with natural language. arXiv preprint arXiv:2510.26516. Cited by: §1, §2.1.2. T. Dao, D. Fu, S. Ermon, A. Rudra, and C. RĂŠ (2022) Flashattention: fast and memory-efficient exact attention with io-awareness. Advances in neural information processing systems 35, p. 16344â16359. Cited by: §1. S. Gao, E. J. Li, M. H. Lam, J. Xiao, Y. Wan, C. Wang, N. M. Tik, and M. R. Lyu (2025) TREAT: a code llms trustworthiness/reliability evaluation and testing framework. arXiv preprint arXiv:2510.17163. Cited by: §2.1.2. D. F. Gleich (2015) PageRank beyond the web. siam REVIEW 57 (3), p. 321â363. Cited by: §3.2.3. M. Hu, Y. Zhou, W. Fan, Y. Nie, B. Xia, T. Sun, Z. Ye, Z. Jin, Y. Li, Z. Zhang, Y. Wang, Q. Ye, P. Luo, and G. Li (2025) Owl: optimized workforce learning for general multi-agent assistance in real-world task automation. Note: GitHub repository Cited by: Appendix C. B. Li, Y. Zhang, D. Guo, R. Zhang, F. Li, H. Zhang, K. Zhang, P. Zhang, Y. Li, Z. Liu, et al. (2024a) Llava-onevision: easy visual task transfer. arXiv preprint arXiv:2408.03326. Cited by: Appendix C. K. Li, Y. Tian, Q. Hu, Z. Luo, Z. Huang, and J. Ma (2024b) MMCode: benchmarking multimodal large language models for code generation with visually rich programming problems. arXiv preprint arXiv:2404.09486. Cited by: §2.1.2. Y. Li, Z. Lan, and J. Zhou (2025) Text or pixels? evaluating efficiency and understanding of llms with visual text inputs. In Findings of the Association for Computational Linguistics: EMNLP 2025, p. 10564â10578. Cited by: §3.3.1. J. Lin, M. Zhou, Y. Ma, Y. Gao, C. Fei, Y. Chen, Z. Yu, and T. Ge (2023) Autoposter: a highly automatic and content-aware design system for advertising poster generation. In Proceedings of the 31st ACM International Conference on Multimedia, p. 1250â1260. Cited by: §1. J. Liu, P. Zhang, Y. Zhang, P. Yan, H. Zhou, X. Zhou, F. Guo, and L. Jin (2026) PosterVerse: a full-workflow framework for commercial-grade poster generation with html-based scalable typography. arXiv preprint arXiv:2601.03993. Cited by: §4.2. J. Liu, J. Xiao, W. Tang, W. Wang, Z. Wang, M. Zhang, and S. Yu (2025) Benchmarking mllm-based web understanding: reasoning, robustness and safety. arXiv preprint arXiv:2509.21782. Cited by: §1. N. F. Liu, K. Lin, J. Hewitt, A. Paranjape, M. Bevilacqua, F. Petroni, and P. Liang (2024) Lost in the middle: how language models use long contexts. Transactions of the association for computational linguistics 12, p. 157â173. Cited by: §1. J. G. Ma, K. Sreedhar, V. Liu, P. A. Perez, S. Wang, R. Sahni, and L. B. Chilton (2025) DynEx: dynamic code synthesis with structured design exploration for accelerated exploratory programming. In Proceedings of the 2025 CHI Conference on Human Factors in Computing Systems, p. 1â27. Cited by: §2.1.2. K. Nishina and Y. Matsui (2024) SVGEditBench: a benchmark dataset for quantitative assessment of llmâs svg editing capabilities. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognitio (CVPR), p. 8142â8147. Cited by: §2.1.2. W. Pang, K. Q. Lin, X. Jian, X. He, and P. Torr (2025) Paper2Poster: towards multimodal poster automation from scientific papers. In The Thirty-ninth Annual Conference on Neural Information Processing Systems (NeurIPS), External Links: Link Cited by: §1, §1, §2.1.1, §3.3.2, §3.4, §4.2, §4.3. S. Patro and K. K. Sahu (2015) Normalization: a preprocessing stage. arXiv preprint arXiv:1503.06462. Cited by: §5.2. Y. Qiang, Y. Fu, X. Yu, Y. Guo, Z. Zhou, and L. Sigal (2019) Learning to generate posters of scientific papers by probabilistic graphical models. Journal of Computer Science and Technology 34 (1), p. 155â169. Cited by: §1, §3.3.2. E. S. Ristad and P. N. Yianilos (2002) Learning string-edit distance. IEEE Transactions on Pattern Analysis and Machine Intelligence 20 (5), p. 522â532. Cited by: §5.2. J. A. Rodriguez, A. Puri, S. Agarwal, I. H. Laradji, S. Rajeswar, D. Vazquez, C. Pal, and M. Pedersoli (2025) StarVector: generating scalable vector graphics code from images and text. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 39, p. 29691â29693. Cited by: §2.1.2. D. Song, Y. Feng, Y. Wang, S. Chen, C. Guyot, F. Blagojevic, H. Jeon, P. Su, and D. Li (2025) AttnCache: accelerating self-attention inference for llm prefill via attention cache. arXiv preprint arXiv:2510.25979. Cited by: §1. T. Sun, E. Pan, Z. Yang, K. Sui, J. Shi, X. Cheng, T. Li, W. Huang, G. Zhang, J. Yang, and Z. Li (2025) P2P: automated paper-to-poster generation and fine-grained benchmark. External Links: 2505.17104, Link Cited by: §2.1.1. W. Tang, J. Xiao, W. Jiang, X. Xiao, Y. Wang, X. Tang, Q. Li, Y. Ma, J. Liu, S. Tang, and M. R. Lyu (2025) SlideCoder: layout-aware RAG-enhanced hierarchical slide generation from design. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing (EMNLP 2025), C. Christodoulopoulos, T. Chakraborty, C. Rose, and V. Peng (Eds.), Suzhou, China, p. 9026â9050. External Links: Link, Document, ISBN 979-8-89176-332-6 Cited by: §1, §2.1.2. L. Team (2024) The llama 3 herd of models. External Links: 2407.21783, Link Cited by: §1. Q. Team (2025) Qwen3 technical report. External Links: 2505.09388, Link Cited by: §1, §4.1. H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y. Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosale, et al. (2023) Llama 2: open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288. Cited by: §4.3. A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ĺ. Kaiser, and I. Polosukhin (2017) Attention is all you need. Advances in neural information processing systems 30. Cited by: §1. Y. Wan, Y. Dong, J. Xiao, Y. Huo, W. Wang, and M. R. Lyu (2024) Mrweb: an exploration of generating multi-page resource-aware web code from ui designs. arXiv preprint arXiv:2412.15310. Cited by: §1. Y. Wan, T. Liang, J. Xu, J. Xiao, Y. Huo, and M. R. Lyu (2025) Automatically generating web applications from requirements via multi-agent test-driven development. arXiv preprint arXiv:2509.25297. Cited by: §1, §2.1.2. B. Wang, C. Xu, X. Zhao, L. Ouyang, F. Wu, Z. Zhao, R. Xu, K. Liu, Y. Qu, F. Shang, et al. (2024a) Mineru: an open-source solution for precise document content extraction. arXiv preprint arXiv:2409.18839. Cited by: §3.2.1. S. Wang, Y. Ge, L. Chen, H. Zhou, Q. Wang, X. Cheng, and L. Yuan (2024b) Prompt2poster: automatically artistic chinese poster creation from prompt only. In Proceedings of the 32nd ACM International Conference on Multimedia, p. 10716â10724. Cited by: §1. H. Wei, Y. Sun, and Y. Li (2025) Deepseek-ocr: contexts optical compression. arXiv preprint arXiv:2510.18234. Cited by: §3.3.1. R. Wu, W. Su, and J. Liao (2024) Chat2SVG: vector graphics generation with large language models and image diffusion models. arXiv preprint arXiv:2411.16602. Cited by: §2.1.2. J. Xiao, J. Qin, S. Li, M. H. Lam, Y. Wan, J. Huang, Y. Huo, and M. R. Lyu (2026) ComUICoder: component-based reusable ui code generation for complex websites via semantic segmentation and element-wise feedback. External Links: 2602.19276, Link Cited by: §2.1.2. J. Xiao, Y. Wan, Y. Huo, Z. Wang, X. Xu, W. Wang, Z. Xu, Y. Wang, and M. R. Lyu (2025a) Interaction2code: benchmarking mllm-based interactive webpage code generation from interactive prototyping. In 2025 40th IEEE/ACM International Conference on Automated Software Engineering (ASE), p. 241â253. Cited by: §2.1.2. J. Xiao, M. Wang, M. H. Lam, Y. Wan, J. Liu, Y. Huo, and M. R. Lyu (2025b) Designbench: a comprehensive benchmark for mllm-based front-end code generation. arXiv preprint arXiv:2506.06251. Cited by: §1, §2.1.2. J. Xiao, Z. Zhang, Y. Wan, Y. Huo, Y. Liu, and M. R. Lyu (2025c) Efficientuicoder: efficient mllm-based ui code generation via input and output token compression. arXiv preprint arXiv:2509.12159. Cited by: §1, §2.1.2. X. Xing, J. Hu, G. Liang, J. Zhang, D. Xu, and Q. Yu (2024) Empowering llms to understand and generate complex vector graphics. arXiv preprint arXiv:2412.11102. Cited by: §2.1.2. S. Xu and X. Wan (2022) Posterbot: a system for generating posters of scientific papers with neural models. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 36, p. 13233â13235. Cited by: §1. B. Zhang, P. V. Sander, and A. Bermak (2017) Gradient magnitude similarity deviation on multiple scales for color image quality assessment. In 2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), p. 1253â1257. Cited by: §3.4. F. Zhang, L. Wu, H. Bai, G. Lin, X. Li, X. Yu, Y. Wang, B. Chen, and J. Keung (2024) HumanEval-v: evaluating visual understanding and reasoning abilities of large multimodal models through coding tasks. arXiv preprint arXiv:2410.12381. Cited by: §2.1.2. Z. Zhang, X. Zhang, J. Wei, Y. Xu, and C. You (2025) PosterGen: aesthetic-aware paper-to-poster generation via multi-agent llms. arXiv:2508.17188. Cited by: §2.1.1. H. Zheng, X. Guan, H. Kong, W. Zhang, J. Zheng, W. Zhou, H. Lin, Y. Lu, X. Han, and L. Sun (2025) Pptagent: generating and evaluating presentations beyond text-to-slides. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, p. 14413â14429. Cited by: Appendix C, §2.1.2. Appendix A Additional Research Questions In addition to the research questions addressed in the main text, we investigate the following supplementary questions to provide a more thorough evaluation of EfficientPosterGen: ⢠RQ5: How is the token consumption composed across textual and visual modalities for both input and output? (Appendix B) ⢠RQ6: Does EfficientPosterGen generalize effectively across different backbone models, including comparisons with multi-agent approaches? (Appendix C) ⢠RQ7: How does the deterministic ALVD algorithm compare against alternative layout detection methods? (Appendix D) ⢠RQ8: Are the improvements observed in automated metrics consistent with human judgments? (Appendix E) Appendix B Efficiency Analysis This appendix provides a detailed breakdown of token consumption for both the main experiment and the ablation study, offering deeper insights into the efficiency characteristics of each method and module. B.1. Main Experiment Token Analysis Table 14 reports the fine-grained token consumption of each method, decomposed into textual and visual modalities for both input and output. The most striking observation is the high visual input token consumption of PosterAgent variants, with PosterAgent-5 consuming 187.67K and PosterAgent-Qwen consuming 82.16K visual input tokens. This overhead is predominantly attributable to the MLLM-based layout verification stage, which requires rendering the poster as an image and feeding it back to the MLLM for compliance assessment at each iteration. This finding demonstrates that MLLM-based layout detection not only suffers from unreliable probabilistic judgments, as discussed in the main text, but also introduces a substantial token burden that dominates the overall consumption. In contrast, EfficientPosterGenvariants maintain minimal visual input token usage at 3.70K and 2.58K for Ours-5 and Ours-Qwen, respectively, which stems solely from the image-embedded content used in the VCC module. Regarding textual tokens, EfficientPosterGenvariants achieve significantly lower input consumption at approximately 5.8K, compared to over 31K for PosterAgent variants. On the output side, Ours-5 exhibits a notably higher textual output of 11.90K compared to 1.88K for Ours-Qwen. This discrepancy arises because GPT-5 incorporates an internal chain-of-thought reasoning process whose thinking tokens are counted as part of the output, whereas Qwen3-VL-8B does not employ such a mechanism. B.2. Ablation Token Analysis Table 15 presents the token consumption breakdown for each ablation setting, which isolates the efficiency contribution of individual modules. w/o SKIR. Removing SKIR increases the visual input tokens from 2.56K to 4.08K, representing approximately a 1.59Ă increase. Without targeted segment selection, a larger volume of content is passed to the VCC module for image embedding, which directly inflates the visual token count. The textual input remains comparable, as the text-based prompt structure is largely unchanged; however, the total token consumption rises from 10.41K to 12.10K due to the expanded visual input. w/o VCC. Bypassing VCC eliminates visual input tokens entirely, as all content is conveyed through the textual modality. Consequently, the textual input surges from 5.94K to 12.48K, yielding a total of 14.44K. Compared to the full pipeline, the additional textual input introduced by removing VCC amounts to 6.54K (12.48K â- 5.94K), which would have been compressed into only 2.56K visual tokens by the VCC module, reflecting a compression ratio of approximately 1.57Ă. w/o ALVD. Replacing the deterministic ALVD with an MLLM-based approach causes the most dramatic efficiency degradation. Visual input tokens surge from 2.56K to 71.22Kâa nearly 28Ă increaseâas each layout verification iteration requires the rendered poster image to be re-encoded and submitted to the MLLM. This massive overhead, combined with false positive detections that trigger redundant panel-level regeneration cycles, drives the total token consumption to 84.90K, which is over 8Ă that of the full pipeline. Notably, the textual input also nearly doubles from 5.94K to 11.76K, as each regeneration cycle reintroduces the panel-level prompts and instructions. Table 3. Comparison of poster generation methods on visual quality, text coherence, and VLM-as-Judge evaluation using GPT-4o as the backbone. Bold denotes the best result in each column. Vis. Quality & Txt.coherence Aestheticâ Informationâ Model Vis.Sim.(%)â PPLâ Fig.Rel.(%)â Element Layout Engage. Avg Clarity Content Logic Avg Overallâ [HTML]F8F8F8 OWL-4o 54.00 11.46 - 2.76 3.62 2.56 2.98 3.92 2.89 3.36 3.39 3.19 [HTML]F8F8F8 PPTAgent-4o 50.00 6.20 16.00 2.49 3.05 2.45 2.66 2.05 1.26 1.38 1.56 2.11 [HTML]E4FFE4 Ours-4o 75.23 8.96 23.87 3.92 3.71 2.93 3.52 4.09 3.41 3.66 3.72 3.62 Table 4. Detailed PaperQuiz evaluation results using GPT-4o as the backbone. Raw Accuracy and Density-Augmented Score are reported for both verbatim and interpretive questions, further broken down by open-source and closed-source reader models. Bold denotes the best result in each column. Raw Accuracyâ Density-Augmented Scoreâ Verbatim Interpretive Model open-source closed-source V-Avg open-source closed-source I-Avg Overall V-Avg I-Avg Overall [HTML]F8F8F8 OWL-4o 47.87 31.96 39.92 49.94 74.38 62.16 51.04 78.69 122.91 100.80 [HTML]F8F8F8 PPTAgent-4o 39.63 11.99 25.81 36.22 37.15 36.68 31.25 51.62 73.37 62.49 [HTML]E4FFE4 Ours-4o 57.40 50.63 54.02 53.56 79.50 66.53 60.27 107.99 132.96 120.47 Appendix C Comparison with Multi-Agent Approaches To further evaluate the generalizability of EfficientPosterGen, we compare it against two representative multi-agent poster generation methods, OWL (Hu et al., 2025) and PPTAgent (Zheng et al., 2025), using GPT-4o as the shared backbone. The PaperQuiz evaluation employs six reader models spanning both open-source and closed-source categories: the open-source readers include LLaVA-OneVision-Qwen2-7b-ov-hf (Li et al., 2024a), Phi-4-multimodal-instruct (Abouelenin et al., 2025), and Llama-4-Scout-17B-16E-Instruct, while the closed-source readers include Gemini-2.0-Flash, GPT-4o-mini, and GPT-o3. Table 3 and Table 4 present the results on visual quality, VLM-as-Judge, and PaperQuiz evaluations, respectively. As shown in the tables, Ours-4o achieves the best performance on the majority of metrics across all evaluation dimensions. In terms of visual quality, Ours-4o attains a visual similarity of 75.23% and a figure relevance of 23.87%, substantially outperforming both baselines. For VLM-as-Judge evaluation, Ours-4o leads in both aesthetic and informational quality, achieving an overall score of 3.62 compared to 3.19 for OWL-4o and 2.11 for PPTAgent-4o. The PaperQuiz results further confirm this advantage, where Ours-4o obtains the highest raw accuracy and density-augmented scores on both verbatim and interpretive questions across open-source and closed-source reader models. These results demonstrate that EfficientPosterGen generalizes effectively to different backbone models and consistently outperforms multi-agent approaches that rely on complex inter-agent coordination. Figure 6. Human preference evaluation results. Appendix D Comparative Analysis of Layout Detection Methods This section presents a comparative analysis of Agentless Layout Violation Detection against alternative layout detection approaches, including MLLM-based methods and deep learning-based OCR methods. Following the parameter analysis in Section 5.2, the number of strips N and activation threshold Ďs _s are set to 512 and 0.5, respectively. D.1. Baseline Methods Three baseline approaches are evaluated for comparison: MLLM-based Detection. Vision-language models are prompted to directly classify poster panels into one of three layout states. Two MLLMs are evaluated: GPT-5 and Qwen3-VL-8B-Instruct, which receive the panel image along with a structured prompt requesting layout classification. The prompt template is provided in Appendix K.4. OCR-based Detection (EasyOCR). EasyOCR (AI, ), a deep learning-based optical character recognition toolkit, is employed to detect text regions within poster panels. For overflow detection, the content bounding box is estimated as the minimum enclosing rectangle of all detected text regions, and a panel is classified as overflow if this bounding box violates the panel boundary constraints. For sparse detection, the area coverage ratio is computed as the ratio between the total area of detected regions and the panel area, where a panel is classified as sparse if this ratio falls below the threshold Ďs _s, and as valid otherwise. D.2. Results and Analysis Since the evaluation dataset exhibits balanced class distribution across three categories, classification accuracy serves as the primary evaluation metric. Detailed results are presented in Table 5. Table 5. Comparative results of layout detection methods on the ternary classification dataset. Our method achieves the highest accuracy while requiring no token overhead and maintaining significantly lower latency. Method Tokenâ Time (ms)â Accuracy (%)â Overflow F1 (%)â Valid F1 (%)â Sparse F1 (%)â Qwen3-VL-8B-Instruct 2672.5 7256.5 62.0 66.7 36.4 72.7 GPT-5 2265.2 9148.1 72.7 86.7 44.1 75.6 EasyOCR 0 6139.9 71.3 99.0 29.5 70.0 Our Method 0 186.5 94.0 100.0 90.3 91.6 Several observations emerge from the results. First, Agentless Layout Violation Detection achieves the highest accuracy of 94%, substantially outperforming all baseline methods. Second, while EasyOCR demonstrates strong performance on overflow detection with an F1-score of 98.99%, its inability to detect non-textual elements such as figures leads to systematic underestimation of content area. This limitation causes valid panels to be misclassified as sparse, as evidenced by the low recall of 18% on the valid class and the precision of only 54.4% on the sparse class. Third, MLLM-based methods incur substantial computational overhead, with average token consumption of 2265.2 and 2672.7 for GPT-5 and Qwen3-VL-8B-Instruct, respectively. The execution time of MLLM-based methods (7256.5â9148.1 ms) and EasyOCR (6139.9 ms) is significantly higher than that of Agentless Layout Violation Detection (186.52 ms), which represents a speedup of approximately 33â49Ă. Appendix E Human Evaluation To complement the automated evaluation metrics, we conduct a human preference study to assess the perceptual quality of generated posters. We recruit five PhD student volunteers as annotators, each with experience in academic research and poster design. The annotators follow a structured review protocol (see Appendix L.3) that defines six weighted evaluation dimensions: content completeness, logical structure, technical accuracy, information density, visual presentation, and error detection. Each annotator independently reviews poster pairs generated by EfficientPosterGenand PosterAgent under the same backbone, and indicates a preference (win, tie, or lose) based on holistic judgment. The final preference for each pair is determined by majority voting. As shown in Figure 6, EfficientPosterGen is consistently preferred over PosterAgent across both backbone configurations. When using GPT-5 as the backbone, Ours-5 is preferred in 66.7% of cases compared to 20.0% for PosterAgent-5, with 13.3% rated as ties. The preference margin is even larger under the Qwen backbone, where Ours-Qwen wins 73.3% of comparisons against PosterAgent-Qwen, which is preferred in only 10.0% of cases. Appendix F Evaluation Metrics Detail This appendix provides detailed definitions of the evaluation metrics employed to assess the quality of generated academic posters. The metrics are organized into four complementary dimensions: visual quality, textual coherence, holistic assessment, and content comprehension. F.1. Visual Quality Visual quality is evaluated through two CLIP-based metrics that measure the alignment between generated posters and reference targets. Visual Similarity. This metric quantifies the perceptual similarity between the generated poster gP_g and the ground-truth poster gâtP_gt. Let fCLIPâ(â )f_CLIP(¡) denote the CLIP image encoder that maps an image to a normalized feature vector. The visual similarity score is computed as the cosine similarity between the two poster embeddings: VisSimâ(g,gât)=fCLIPâ(g)â¤âfCLIPâ(gât)âfCLIPâ(g)ââ âfCLIPâ(gât)âVisSim(P_g,P_gt)= f_CLIP(P_g) f_CLIP(P_gt)\|f_CLIP(P_g)\|¡\|f_CLIP(P_gt)\| This metric assesses whether the generated output exhibits genuine poster-like characteristics rather than article-like layouts. Figure Relevance. This metric evaluates the semantic alignment between figures embedded in the poster and their corresponding textual descriptions. Let (vi,ti)i=1nf\(v_i,t_i)\_i=1^n_f denote the set of figure-text pairs in the poster, where viv_i represents the i-th figure and tit_i denotes its associated textual description. Let gCLIPâ(â )g_CLIP(¡) denote the CLIP text encoder. The figure relevance score is computed as the average cross-modal similarity: FigRel=1nfââi=1nffCLIPâ(vi)â¤âgCLIPâ(ti)âfCLIPâ(vi)ââ âgCLIPâ(ti)âFigRel= 1n_f _i=1^n_f f_CLIP(v_i) g_CLIP(t_i)\|f_CLIP(v_i)\|¡\|g_CLIP(t_i)\| Higher values indicate stronger coherence between visual elements and their textual contexts. F.2. Textual Coherence Textual coherence is measured via perplexity, which quantifies the fluency and linguistic quality of the poster text. Perplexity (PPL). Let p=w1,w2,âŚ,wmT_p=\w_1,w_2,âŚ,w_m\ denote the concatenated text content extracted from the generated poster. The perplexity is computed under a pre-trained language model (Llama-2-7B-hf) as follows: PPLâ(p)=expâĄ(â1mââj=1mlogâĄPLMâ(wjâŁw<j))PPL(T_p)= (- 1m _j=1^m P_LM(w_j w_<j) ) where PLMâ(wjâŁw<j)P_LM(w_j w_<j) denotes the probability assigned by the language model to token wjw_j given all preceding tokens. Lower perplexity indicates more fluent and coherent language generation. F.3. Holistic Assessment (VLM-as-Judge) A vision-language model (GPT-4o) is employed as an automated judge to provide holistic quality assessments. The model assigns scores on a 1â5 scale across six criteria, which are grouped into two categories. Aesthetic Score. This category evaluates the visual design quality through three sub-criteria: ⢠Element Quality a1a_1: Assesses the visual clarity and rendering quality of individual elements. ⢠Layout Balance a2a_2: Evaluates the spatial arrangement and visual harmony of poster components. ⢠Engagement a3a_3: Measures the overall visual appeal and ability to attract reader attention. The aggregate aesthetic score is computed as: Saes=13ââk=13akS_aes= 13 _k=1^3a_k Information Score. This category evaluates the content quality through three sub-criteria: ⢠Clarity c1c_1: Assesses how clearly the main contributions and findings are communicated. ⢠Content Completeness c2c_2: Evaluates whether essential information from the source paper is adequately covered. ⢠Logical Flow c3c_3: Measures the coherence and logical organization of presented content. The aggregate information score is computed as: Sinfo=13ââk=13ckS_info= 13 _k=1^3c_k The evaluation prompt provided to GPT-4o is presented in Appendix K.1. F.4. PaperQuiz The PaperQuiz metric evaluates content comprehension by testing whether readers can correctly answer questions about the source paper based solely on the generated poster. Evaluation Protocol. Let =q1,q2,âŚ,qnQ=\q_1,q_2,âŚ,q_n\ denote the question set generated by GPT-o3 for a given paper. Each generated poster is presented to three reader models that simulate different expertise levels: ⢠Qwen3-VL-8B-Instruct (simulating junior students) ⢠Qwen3-VL-32B-Instruct (simulating senior students) ⢠GPT-o3 (simulating professors) Let â=r1,r2,r3R=\r_1,r_2,r_3\ denote the set of reader models. For each reader rââr and question qiq_i, let y^r,i y_r,i denote the predicted answer and yiy_i denote the ground-truth answer. The reader-specific accuracy is defined as: Accr=1nââi=1nâ[y^r,i=yi]Acc_r= 1n _i=1^n1[ y_r,i=y_i] where â[â ]1[¡] is the indicator function. Raw Accuracy. The raw accuracy srs_r aggregates performance across all readers: sr=1|â|âârââAccrs_r= 1|R| _r Acc_r Adjusted Accuracy. To discourage excessive verbosity that may trivially increase information coverage, a length-based penalty is incorporated. Let L denote the total text length of the generated poster and W denote the median text length of human-designed posters in the reference set. The adjusted accuracy sas_a is computed as: sa=srâ (1+1maxâĄ(1,L/W))s_a=s_r¡ (1+ 1 (1,L/W) ) This formulation rewards posters that achieve high accuracy while maintaining concise presentation. When Lâ¤WL⤠W, the adjustment factor reaches its maximum value of 2, whereas excessive text length (LâŤWL W) causes the factor to approach 1, effectively neutralizing any bonus. The prompt templates used for the PaperQuiz evaluation are provided in Appendix K.2. Appendix G Detailed Quantitative Results This appendix presents fine-grained evaluation results that complement the aggregated metrics reported in the main text. We provide detailed breakdowns for two primary evaluation dimensions: VLM-as-Judge holistic assessment and PaperQuiz content comprehension evaluation. G.1. VLM-as-Judge Evaluation Table 6 reports the fine-grained VLM-as-Judge scores across aesthetic and informational dimensions. For aesthetic quality, we decompose the evaluation into three sub-criteria: element design, layout composition, and visual engagement. For informational quality, we assess clarity, content coverage, and logical coherence. In terms of aesthetic quality, EfficientPosterGen variants achieve higher scores than PosterAgent variants across all sub-criteria. PosterAgent variants exhibit notably lower layout composition and visual engagement scores, which can be attributed to their reliance on probabilistic MLLM-based judgments for layout validity detectionâa fundamentally deterministic problem. This mismatch leads to frequent content overflow beyond panel boundaries, which in turn degrades the overall aesthetic quality of the generated posters. In contrast, the deterministic verification algorithm employed by Agentless Layout Violation Detection (ALVD) effectively prevents such overflow artifacts, resulting in cleaner layouts and higher visual coherence. Regarding informational quality, EfficientPosterGen variants achieve strong performance on clarity and logical coherence, demonstrating that Semantic-aware Key Information Retrieval (SKIR) effectively identifies and preserves the most salient content while maintaining a well-organized narrative structure. Ours-5 attains an overall informational score of 3.94, closely approaching the ground-truth poster, which confirms that our framework retains sufficient information fidelity despite operating under a substantially reduced token budget. G.2. PaperQuiz Evaluation Table 7 presents the detailed PaperQuiz evaluation results, which assess content comprehension through two question types: verbatim questions that test direct information recall, and interpretive questions that require deeper understanding and reasoning. We report both raw accuracy and density-augmented scores, where the latter incorporates a length-based penalty that rewards concise poster presentations. The original paper achieves the highest raw accuracy on verbatim questions; however, when the density-augmented score is considered, its substantially greater length incurs a heavier penalty, causing it to fall behind well-designed poster methods. This highlights the importance of information density as a complementary metric to raw accuracy in evaluating poster quality. Furthermore, EfficientPosterGen variants consistently achieve the best density-augmented scores across both question types, which reflects the efficient information extraction capability of Semantic-aware Key Information Retrieval (SKIR) that retains the most informative semantic segments within a constrained token budget. Notably, PosterAgent-5 achieves relatively competitive raw accuracy on interpretive questions; however, its density-augmented score drops considerably, suggesting that PosterAgent tends to generate verbose poster content that may even overflow panel boundaries, thereby inflating the overall text length and incurring a larger penalty under the density-augmented metric. Table 6. Fine-grained VLM-as-Judge evaluation across aesthetic and informational dimensions. Aesthetic quality is decomposed into element design, layout composition, and visual engagement, while informational quality is assessed along clarity, content coverage, and logical coherence. Bold and underline denote the best and second-best results, respectively. Aesthetic Information Model Elementâ Layoutâ Engage.â Overallâ Clarityâ Contentâ Logicâ Overallâ Oracle Methods [HTML]F8F8F8 Paper 4.05 3.89 2.80 3.58 4.00 4.68 3.98 4.22 [HTML]F8F8F8 GT Poster 4.07 3.90 2.70 3.56 4.09 3.96 3.89 3.98 End-to-end Methods [HTML]DCF5F 5-HTML 4.02 3.64 2.81 3.49 4.11 3.62 3.81 3.85 PosterAgent Variants [HTML]FFEEDE PosterAgent-5 3.62 2.35 1.51 2.49 3.07 3.04 3.75 3.29 [HTML]FFEEDE PosterAgent-Qwen 3.54 2.85 1.94 2.78 3.89 3.41 3.73 3.68 EfficientPosterGen Variants [HTML]E4FFE4 Ours-5 4.00 3.71 3.01 3.57 4.04 3.85 3.93 3.94 [HTML]E4FFE4 Ours-Qwen 3.97 3.62 2.80 3.46 4.12 3.34 3.61 3.69 Table 7. Detailed Aug-PaperQuiz evaluation results. Raw Accuracy measures the proportion of correctly answered questions by each reader model. The Density-Augmented Score further adjusts Raw Accuracy with a length-based penalty that rewards concise posters, defined as sa=srâ(1+1maxâĄ(1,L/W))s_a=s_r(1+ 1 (1,L/W)), where L is the poster text length and W is the median length of human-designed posters. Results are reported separately for two reader models (GPT-4o-mini and o3) along with their overall average. Bold and underline denote the best and second-best results, respectively. Raw Accuracyâ Density-Augmented Scoreâ Verbatim Interpretive Verbatim Interpretive Model 4o-mini o3 Overall 4o-mini o3 Overall 4o-mini o3 Overall 4o-mini o3 Overall Oracle Methods [HTML]F8F8F8 Paper 67.26 94.13 80.70 65.74 94.28 80.01 73.13 102.31 87.72 71.41 102.42 86.92 [HTML]F8F8F8 GT Poster 55.49 67.10 61.30 64.82 85.54 75.18 105.08 126.95 116.02 122.77 161.40 142.09 End-to-end Methods [HTML]DCF5F 5-HTML 56.05 76.54 66.30 67.34 90.48 78.91 92.93 126.95 109.94 111.75 150.04 130.90 PosterAgent Variants [HTML]FFEEDE PosterAgent-5 55.49 57.58 56.54 63.50 86.34 74.92 107.94 112.10 110.02 123.38 167.88 145.63 [HTML]FFEEDE PosterAgent-Qwen 52.84 56.63 54.74 61.99 80.95 71.47 105.68 113.18 109.43 123.85 161.76 142.81 EfficientPosterGen Variants [HTML]E4FFE4 Ours-5 56.23 63.59 59.91 65.80 87.32 76.56 112.17 126.85 119.51 131.28 174.20 152.74 [HTML]E4FFE4 Ours-Qwen 53.39 63.67 58.53 62.30 82.32 72.31 106.60 127.10 116.85 124.38 164.30 144.34 table* Appendix H Detailed Parameter Studies This appendix provides detailed experimental configurations and analysis for the three sub-tasks designed to evaluate individual modules within EfficientPosterGen. H.1. Task 1: Entropy-based Evaluation for Semantic-aware Key Information Retrieval H.1.1. Entropy Computation . To quantify the representativeness of selected content segments, an entropy-based evaluation framework is adopted. Let P denote the full paper represented as a sequence of tokens w1,w2,âŚ,wn\w_1,w_2,âŚ,w_n\. The entropy of the paper is computed under a pre-trained language model as: Hâ(P)=ââi=1nPLMâ(wiâŁw<i)âlogâĄPLMâ(wiâŁw<i)H(P)=- _i=1^nP_LM(w_i w_<i) P_LM(w_i w_<i) where PLMâ(wiâŁw<i)P_LM(w_i w_<i) denotes the probability assigned by the language model to token wiw_i given all preceding tokens. Given the selected segment set selS_sel, let sel=w1â˛,w2â˛,âŚ,wkâ˛T_sel=\w_1 ,w_2 ,âŚ,w_k \ denote the concatenated token sequence of all selected segments. The conditional entropy Hâ(PâŁsel)H(P _sel) measures the remaining uncertainty in P after observing selS_sel: Hâ(PâŁsel)=ââi=1nPLMâ(wiâŁsel,w<i)âlogâĄPLMâ(wiâŁsel,w<i)H(P _sel)=- _i=1^nP_LM(w_i _sel,w_<i) P_LM(w_i _sel,w_<i) To measure the average contribution of each selected token to entropy reduction, we define the normalized entropy reduction ratio as: ÎâHnorm=Hâ(P)âHâ(PâŁsel)Hâ(P)â |sel| H_norm= H(P)-H(P _sel)H(P)¡|S_sel| where |sel||S_sel| denotes the total token count of selected segments. Higher values of ÎâHnorm H_norm indicate greater per-token efficiency in capturing the information content of the original paper. H.1.2. Experimental Configuration. The entropy computation is performed using Llama-2-7B-hf as the pre-trained language model. Two hyperparameters are varied in this evaluation: the edge activation threshold βâ0.3,0.5,0.7βâ\0.3,0.5,0.7\, which governs the sparsity of the semantic contribution graph by controlling the minimum contribution score required to establish an edge, and the segment budget Îłâ0.3,0.5,0.7Îłâ\0.3,0.5,0.7\, which determines the proportion of segments selected relative to the total number of segments in the paper. For each parameter configuration, the normalized entropy reduction ratio ÎâHnorm H_norm is computed. To facilitate visualization and comparison across configurations, min-max normalization is applied to obtain comparable scores in the heatmap representation. H.1.3. D.1.3 Results and Analysis. The heatmap in Figure 4(a) presents the normalized entropy reduction scores across all parameter configurations. The configuration β=0.5β=0.5 with Îł=0.5Îł=0.5 achieves the highest normalized score, indicating optimal per-token efficiency in entropy reduction. This suggests that a moderate edge activation threshold effectively filters out weak semantic contributions while preserving meaningful inter-segment relationships, and a balanced segment budget captures sufficient information without introducing redundancy. Notably, larger segment budgets (Îł=0.7Îł=0.7) consistently lead to diminished efficiency across all β settings. This phenomenon arises because excessive selection introduces redundant content that contributes marginally to information coverage while substantially inflating the token count. Beyond the influence of individual parameters, the interaction between β and Îł exhibits a non-trivial pattern. At lower thresholds (β=0.3β=0.3), the graph becomes densely connected, causing the selection algorithm to favor highly interconnected segments that may share overlapping information. Conversely, at higher thresholds (β=0.7β=0.7), the overly sparse graph may disconnect semantically related segments, leading to fragmented selections that fail to capture coherent information structures. H.2. Task 2: OCR-based Evaluation for Visual-based Context Compression H.2.1. Metric Definitions Two complementary metrics are employed to evaluate the trade-off between recognition fidelity and token efficiency. Normalized Edit Distance. Let origT_orig denote the original text of a content segment and recT_rec denote the text recovered by the OCR model from the rendered image. The normalized edit distance is computed as: dedit=Levenshteinâ(orig,rec)maxâĄ(|orig|,|rec|)d_edit= Levenshtein(T_orig,T_rec) (|T_orig|,|T_rec|) where Levenshteinâ(â ,â )Levenshtein(¡,¡) denotes the Levenshtein distance, which counts the minimum number of single-character edits (insertions, deletions, substitutions) required to transform one string into another. The normalization factor ensures that deditâ[0,1]d_editâ[0,1], where lower values indicate higher fidelity. Compression Ratio. Let Ďtextâ(s) _text(s) denote the number of tokens required to represent segment s as raw text, and let Ďimgâ(Is) _img(I_s) denote the number of tokens consumed by the rendered image IsI_s after visual encoding. The compression ratio is defined as: CRâ(s)=Ďtextâ(s)Ďimgâ(Is)CR(s)= _text(s) _img(I_s) where CRâ(s)>1CR(s)>1 indicates that the image representation achieves token reduction. H.2.2. Experimental Configuration Table 8. Fundamental typesetting configurations. Setting Value page-size A4(595,842) margin-x 10 margin-y 10 font type Verdana font size 10 line height 10 The Content segments are rendered at five DPI settings: 24,48,96,144,192\24,48,96,144,192\. The fundamental typesetting configurations are detailed in Table 8. Two MLLMs are evaluated: GPT-5 and Qwen3-VL-8B-Instruct. For each configuration, the average compression ratio CRÂŻ CR and the average normalized edit distance dÂŻedit d_edit are calculated on 20 content segments sampled from the dataset. H.2.3. Results and Analysis The complete results are presented in Table 9. The data reveal a clear trade-off governed by DPI settings. At DPI=24, both models achieve high compression ratios (3.09Ă for GPT-5 and 8.03Ă for Qwen3-VL-8B-Instruct) but suffer from substantial recognition errors (dÂŻedit=0.92 d_edit=0.92 and 0.750.75, respectively). As DPI increases, recognition fidelity improves at the cost of diminished compression benefits. At DPI=192, near-perfect recognition is achieved (dÂŻedit<0.02 d_edit<0.02), but compression ratios drop below 1Ă, indicating that image representations actually consume more tokens than raw text. The inflection point occurs at DPI=96, where both models achieve favorable trade-offs: GPT-5 attains CRÂŻ=1.4Ă CR=1.4Ă with dÂŻedit=0.074 d_edit=0.074, while Qwen3-VL-8B-Instruct achieves CRÂŻ=2.12Ă CR=2.12Ă with dÂŻedit=0.089 d_edit=0.089. This configuration is adopted as the default setting for Visual-based Context Compression. Table 9. OCR-based evaluation results across different DPI settings. Model DPI CRÂŻ CR dÂŻedit d_edit GPT-5 24 3.09 0.922 48 3.09 0.782 96 1.40 0.074 144 0.81 0.003 196 0.62 0.002 Qwen3-VL-8B-Instruct 24 8.03 0.753 48 6.67 0.599 96 2.12 0.089 144 0.98 0.017 192 0.55 0.11 H.3. Task 3: Overflow Detection Evaluation for Agentless Layout Violation Detection H.3.1. Dataset Construction A dedicated evaluation dataset is constructed for the ternary classification task. The dataset comprises poster panels annotated with one of three labels: ⢠overflow: Content exceeds panel boundaries, resulting in truncation or visual clipping. ⢠sparse: Content insufficiently fills the panel, leaving excessive whitespace. ⢠valid: Content properly fits within the panel with appropriate margins. The construction of the manually curated benchmark proceeds as follows. Five Ph.D. students were recruited to generate synthetic poster samples according to a predefined annotation guideline (see Appendix L.1). Each sample contains only one panel with content, while all other regions of the poster are intentionally left blank. Upon completion of the sample construction, the other five annotators independently reviewed the samples following Appendix L.2, and the final label for each panel was determined by majority voting. This process yields a balanced dataset comprising 150 panels, with 50 labeled as sparse, 50 as overflow, and 50 as valid. Table 10. Classification accuracy for layout overflow detection. N Ďs _s Accuracy 256 0.3 0.767 256 0.5 0.780 256 0.7 0.653 512 0.3 0.920 512 0.5 0.940 512 0.7 0.780 1024 0.3 0.767 1024 0.5 0.780 1024 0.7 0.647 H.3.2. Experimental Configuration Two hyperparameters are varied: the number of strips Nâ256,512,1024Nâ\256,512,1024\, which determines the granularity of gradient computation, and the activation threshold Ďsâ0.3,0.5,0.7 _sâ\0.3,0.5,0.7\, which controls the sensitivity of strip activation. Classification performance is evaluated using accuracy, precision, recall, and F1-score. H.3.3. Results and Analysis Table 10 presents the classification accuracy under all parameter configurations. The configuration N=512N=512 with Ďs=0.5 _s=0.5 achieves the highest accuracy of 0.94. Analysis of the confusion matrices reveals the following patterns: ⢠When N=256N=256, the coarse granularity causes under-segmentation, where narrow content regions near panel boundaries are missed, leading to false negatives for overflow detection. ⢠When N=1024N=1024, the fine granularity amplifies gradient noise from texture and compression artifacts, resulting in spurious activations that misclassify valid panels as overflow. ⢠When Ďs=0.7 _s=0.7, the strict threshold suppresses activations in moderately filled regions, causing valid panels to be misclassified as sparse, which contradicts human perception of adequate content density. Table 11. Ablation study on the main evaluation metrics. Each row removes one component from the full EfficientPosterGen pipeline. Bold denotes the best result in each column. Efficiency Vis. Quality & Txt.coherence VLM-as-Judge PaperQuiz Setting Token(K)â Cost($)â Vis.Sim.(%)â PPLâ Fig.Rel.(%)â Aestheticâ Informationâ Verbatimâ Interpretiveâ [HTML]F8F8F8 EfficientPosterGen 10.23 0.0016 77.32 8.76 25.43 3.53 3.76 119.53 147.17 [HTML]F8F8F8 w/o SKIR 12.10 0.0018 75.23 8.83 23.98 3.42 3.64 117.13 141.54 [HTML]F8F8F8 w/o VCC 14.46 0.0020 74.21 9.12 24.27 3.50 3.68 118.31 144.33 [HTML]F8F8F8 w/o ALVD 84.91 0.0076 75.11 9.07 24.19 2.90 3.65 111.22 140.43 Table 12. Detailed VLM-as-Judge ablation results. Aesthetic quality is decomposed into element design, layout composition, and visual engagement, while informational quality is assessed along clarity, content coverage, and logical coherence. Bold denotes the best result in each column. Aesthetic Information Setting Elementâ Layoutâ Engage.â Overallâ Clarityâ Contentâ Logicâ Overallâ [HTML]F8F8F8 EfficientPosterGen 3.94 3.71 2.93 3.53 4.11 3.47 3.69 3.76 [HTML]F8F8F8 w/o SKIR 3.82 3.61 2.83 3.42 4.07 3.31 3.55 3.64 [HTML]F8F8F8 w/o VCC 3.92 3.68 2.91 3.50 4.07 3.43 3.54 3.68 [HTML]F8F8F8 w/o ALVD 3.47 2.91 2.33 2.90 3.91 3.46 3.69 3.65 Table 13. Detailed PaperQuiz ablation results. Raw Accuracy measures the proportion of correctly answered questions, while the Density-Augmented Score adjusts Raw Accuracy with a length-based penalty that rewards concise posters. Results are reported separately for two reader models (GPT-4o-mini and o3) along with their overall average. Bold denotes the best result in each column. Raw Accuracyâ Density-Augmented Scoreâ Verbatim Interpretive Verbatim Interpretive Setting 4o-mini o3 Overall 4o-mini o3 Overall 4o-mini o3 Overall 4o-mini o3 Overall [HTML]F8F8F8 EfficientPosterGen 54.24 65.28 59.76 63.37 83.80 73.59 108.48 130.57 119.53 126.74 167.59 147.17 [HTML]F8F8F8 w/o SKIR 54.05 64.53 59.29 62.05 81.08 71.57 106.73 127.52 117.13 122.86 160.22 141.54 [HTML]F8F8F8 w/o VCC 53.67 64.88 59.28 62.75 82.93 72.84 107.11 129.50 118.31 123.19 165.47 144.33 [HTML]F8F8F8 w/o ALVD 52.80 58.66 55.73 61.61 79.14 70.38 105.35 117.08 111.22 122.93 157.93 140.43 Appendix I Detailed Ablation Study Results This appendix provides detailed ablation results that supplement the summary reported in the main text. We present fine-grained breakdowns for both VLM-as-Judge and PaperQuiz evaluations under each ablation setting. I.1. Ablation Settings We design three ablation settings to isolate the contribution of each module: (1) w/o SKIR, which removes the Semantic-aware Key Information Retrieval module and directly feeds the entire paper content as input; (2) w/o VCC, which bypasses the Visual-based Context Compression module and provides the selected content as raw text tokens rather than embedded images; and (3) w/o ALVD, which replaces the deterministic Agentless Layout Violation Detection algorithm with an MLLM-based approach. All ablation experiments are conducted using the Qwen3-VL-8B backbone, and 20% of the test instances are randomly sampled for evaluation. I.2. Overall Ablation Results Table 11 summarizes the ablation results across efficiency, visual quality, textual coherence, VLM-as-Judge, and PaperQuiz dimensions. The full EfficientPosterGen pipeline achieves the best performance on all metrics, confirming that each module contributes positively to the overall system. w/o SKIR. Removing SKIR leads to a slight degradation across most quality metrics. Without targeted information retrieval, the framework processes the entire paper indiscriminately, which not only increases token consumption from 10.23K to 12.10K but also introduces noise from less relevant content that dilutes the quality of the generated poster. w/o VCC. Bypassing VCC results in a notable increase in token usage from 10.23K to 14.46K, as the selected content is transmitted entirely through text tokens rather than compressed visual representations. This confirms that the primary role of VCC lies in improving token efficiency by compressing textual information into a more compact visual modality. w/o ALVD. The most pronounced impact is observed when removing ALVD, where token consumption surges dramatically to 84.91Kâover 8Ă that of the full pipeline. This substantial overhead arises from the iterative MLLM calls required for layout compliance assessment, compounded by false positive detections that trigger unnecessary panel-level content regeneration. The aesthetic score also drops sharply to 2.90, as the probabilistic nature of MLLM-based verification fails to reliably detect content overflow, resulting in visually degraded poster layouts. Table 14. Detailed token consumption analysis of each method. Bold denotes the best result in each column. Textual Token(K) Visual Token(K) Summary Token(K) Model Inputâ Outputâ Inputâ Outputâ Total Inputâ Total Outputâ Totalâ End-to-end Methods [HTML]DCF5F 5-HTML 18.21 8.69 0.00 0.00 18.21 8.69 26.90 PosterAgent Variants [HTML]FFEEDE PosterAgent-5 31.49 10.30 187.67 24.91 219.16 35.21 254.37 [HTML]FFEEDE PosterAgent-Qwen 36.80 6.00 82.16 0.29 118.96 6.29 125.25 EfficientPosterGen Variants [HTML]E4FFE4 Ours-5 5.82 11.90 3.70 0.00 9.52 11.90 21.42 [HTML]E4FFE4 Ours-Qwen 5.88 1.88 2.58 0.00 8.45 1.88 10.33 Table 15. Detailed token consumption analysis of each ablation setting. Bold denotes the best result in each column. Textual Token(K) Visual Token(K) Summary Token(K) Setting Inputâ Outputâ Inputâ Outputâ Total Inputâ Total Outputâ Totalâ [HTML]F8F8F8 EfficientPosterGen 5.94 1.91 2.56 0.00 8.50 1.91 10.41 [HTML]F8F8F8 w/o SKIR 6.05 1.98 4.08 0.00 10.12 1.98 12.10 [HTML]F8F8F8 w/o VCC 12.48 1.97 0.00 0.00 12.48 1.97 14.44 [HTML]F8F8F8 w/o ALVD 11.76 1.92 71.22 0.00 82.98 1.92 84.90 Table 16. API pricing per million tokens (in USD) as of February 6, 2026. Model Input ($/M tokens) Output ($/M tokens) GPT-5-20250807 1.25 10.00 Qwen3-VL-8B-Instruct 0.08 0.50 I.3. VLM-as-Judge Ablation Table 12 presents the fine-grained VLM-as-Judge ablation results. The w/o SKIR setting shows consistent degradation across both aesthetic and informational dimensions. The decline in content coverage from 3.47 to 3.31 reflects the absence of targeted segment selection, which causes the framework to include less informative content that weakens the overall poster quality. The w/o VCC setting exhibits minimal impact on aesthetic and informational scores, which is consistent with the observation that VCC primarily serves as a token compression mechanism rather than a content quality enhancer. The w/o ALVD setting exhibits the most significant aesthetic degradation, with layout composition dropping from 3.71 to 2.91 and visual engagement declining from 2.93 to 2.33. These results confirm that unreliable MLLM-based layout verification fails to detect content overflow, which severely impairs the visual quality of the generated posters. I.4. PaperQuiz Ablation Table 13 reports the detailed PaperQuiz ablation results across both reader models. The full pipeline consistently achieves the highest density-augmented scores on both verbatim and interpretive questions. Under the w/o SKIR setting, the decline is more pronounced on interpretive questions, where the overall density-augmented score drops from 147.17 to 141.54. Interpretive questions require deeper reasoning over the poster content, and the absence of targeted information retrieval leads to the inclusion of peripheral content that obscures the core contributions of the paper. The w/o ALVD setting suffers the largest decline in density-augmented scores, with verbatim and interpretive overall scores dropping to 111.22 and 140.43, respectively. This degradation stems from the failure of MLLM-based verification to detect content overflow, which results in excessive text remaining on the poster. The overflowing content not only inflates the text lengthâthereby incurring a heavier penalty under the density-augmented metricâbut also introduces visual overlap between text elements, which hinders the reader modelâs ability to parse and extract valid information from the poster. Appendix J Additional Case Studies To provide intuitive insights into the behavior of EfficientPosterGen, this section presents representative case studies that illustrate the results generated by our proposed framework and the PosterAgent baseline method. These examples complement the quantitative evaluations in the main text by offering concrete visual comparisons. Figure 7. Case study on the paper InfinityGAN: Towards Infinite-Pixel Image Synthesis.Gray regions indicate areas outside the poster canvas boundaries. Figure 8. Case study on the paper An Infinite-Width Analysis on the Jacobian-Regularised Training of a Neural Network.Gray regions indicate areas outside the poster canvas boundaries. Figure 9. Case study on the paper VideoComposer: Compositional Video Synthesis with Motion Controllability.Gray regions indicate areas outside the poster canvas boundaries. Figure 10. Case study on the paper Towards Reasoning-Aware Explainable VQA.Gray regions indicate areas outside the poster canvas boundaries. Figure 11. Case study on the paper Uni MASK Unified Inference in Sequential Decision Problems.Gray regions indicate areas outside the poster canvas boundaries. Appendix K Prompt K.1. Prompt of VLM as Judge Prompt: Element Quality Judge System Prompt. You are an extremely discerning visual-element judge. Scrutinize every figure, chart, and image for any visual or stylistic issue. Always look for even subtle flaws: low contrast, imperfect resolutions, slightly inconsistent styles, crowded or mislabeled legends, etc. Be wary of awarding high scores unless the visuals truly meet the strictest standards. Instructions: Five-Point Scale (1) 1 Point: Graphics are blurry, pixelated, or illegible. Color choices severely hinder interpretation. Visuals may significantly detract from comprehension. (2) 2 Points: At least one graphic is clear, while others suffer from poor resolution or style. Legends or labels are missing or too small to read comfortably. Color schemes create some confusion or difficulty. (3) 3 Points: Most graphics are legible and relevant, but have notable issues with consistency, sizing, or clarity. Some mismatches in style or color usage detract from cohesion. Minor but noticeable labeling/legend shortcomings. (4) 4 Points: High-quality graphics with generally consistent styling. Clear legends and color schemes aid interpretation. Any remaining flaws are slight and do not significantly hinder understanding. (5) 5 Points: Rarely awarded; strictly reserved for publication-grade visuals. Crisp resolution with no instances of blurriness. Harmonious color palette, impeccable labeling, and an exceptionally consistent style. Example Output: "reason": "...", "score": int Note. Think step by step and be conservative with your rating. Prompt: Layout Balance Judge System Prompt. You are an uncompromising poster-layout judge. Critique the overall arrangement of all visual components (text blocks, headings, figures, white-space, alignment) that affect readability. Always scan for subtle alignment issues, uneven spacing, or any layout feature that might disrupt reader comprehension. Resist giving high scores unless the layout is exceptionally polished. Instructions: Five-Point Scale (1) 1 Point: Highly disorganized layout; elements overlap, making text or graphics illegible. Margins are violated or the reading path is nearly impossible to follow. Severely hinders comprehension. (2) 2 Points: Some semblance of structure (columns/rows) but marred by inconsistent alignment or overcrowded sections. White-space distribution may be haphazard or insufficient. Reading flow is interrupted, though one can still piece it together. (3) 3 Points: Recognizable structure with mostly consistent alignment and spacing. Minor layout distractions remain (e.g., slightly cramped text, uneven spacing, small alignment slips). Generally readable but not particularly polished. (4) 4 Points: Well-organized grid or arrangement; logical reading path that mostly flows. Appropriate font sizes, spacing, and alignment; only subtle layout imperfections. White-space usage is clean and deliberate; nearly professional. (5) 5 Points: Very rarely granted; must be a pristine, professional-grade layout. Seamless alignment, balanced spacing, and expertly guided reading path. Flawless design synergy that maximizes readability and comprehension. Example Output: "reason": "...", "score": int Note. Think step by step and be tough on small alignment/spacing issues. Prompt: Engagement Judge System Prompt. You are an uncompromising poster-aesthetics judge focusing on engagement. Be extremely critical of color harmony, typography, visual balance, and the posterâs ability to grab and hold attention. Always look for subtle issuesâcolor clashes, overly busy or dull designs, inappropriate font choices, awkward spacing, or anything that might reduce engagement. Reserve high scores for truly exemplary work. Instructions: Five-Point Scale (1) 1 Point: Visually off-putting; clashing colors or crowded design repel viewers. Typography choice is jarring or illegible at a glance. Overall fails to engage or entice. (2) 2 Points: Some visually appealing elements exist but are overshadowed by dull or inconsistent design moments. Font sizes or styles reduce accessibility or attractiveness. Limited capacity to draw an audienceâs focus. (3) 3 Points: Shows generally pleasing color scheme and typography, though lacking a âwowâ factor. Balance and visual flow are acceptable but reveal minor weaknesses (e.g., slightly crowded or sparse areas). Engagement is average; neither strong nor particularly weak. (4) 4 Points: Eye-catching design using mostly harmonious colors and effective typography. Good use of negative space; the layout guides the viewerâs eye effectively. Only minor flaws or bland spots prevent it from being top-tier. (5) 5 Points: Rarely awardedâreserved for truly striking, magazine-cover-caliber visuals. Flawless color palette and typography; everything works together seamlessly. Immediately captivating design that retains audience interest without any noticeable weakness. Example Output: "reason": "...", "score": int Note. Think step by step and be very conservative when scoring. Prompt: Clarity Judge System Prompt. You are an uncompromising micro-text judge. Critically evaluate sentence-level clarity, grammar, phrasing, and intra-section coherence. Look for even subtle grammatical slips, confusing jargon, or clumsy phrasing. Be slow to award top marks unless the text is impeccably polished. Instructions: Five-Point Scale (1) 1 Point: Rampant grammatical or spelling errors; sentences may be unreadable. Overly technical jargon without explanations; fragments or run-ons predominate. Overall, text quality severely impedes understanding. (2) 2 Points: Meaning is generally discernible, but multiple grammar or syntax problems appear in each section. Awkward or unclear phrasing disrupts the flow of reading. Only partial clarity is achieved. (3) 3 Points: Overall readable text with a few noticeable grammar or wording missteps. Occasional awkward phrasing or redundancies appear, but readers can follow without major confusion. Average clarity. (4) 4 Points: Well-written, mostly free of grammatical or spelling errors. Terminology is used properly; text flows smoothly within paragraphs. Minor slip-ups can be present but do not disrupt understanding. (5) 5 Points: Exceptional text quality, error-free, and elegantly phrased. Complex ideas conveyed with clear, concise language. Granted only if absolutely no grammatical, spelling, or stylistic flaws are detected. Example Output: "reason": "...", "score": int Note. Think step by step. Prompt: Content Completeness Judge System Prompt. You are an uncompromising content-depth judge. Assess whether the poster includes all essential sections and whether each section presents sufficient detail. Look for any missing or under-developed segments; do not hesitate to penalize for insufficient depth. Award the highest scores only if the poster expertly covers every necessary aspect. Instructions: Five-Point Scale (1) 1 Point: Critical sections (e.g., objectives or results) are completely missing or trivial. Data grossly insufficient to comprehend the study or conclusions. Very poor depth that fails to convey essential information. (2) 2 Points: Most key sections appear but major details (context, data, references) are absent. Lack of elaboration on methods or results leaves big gaps. Overall content too shallow to properly inform. (3) 3 Points: All standard sections included with fundamental information. Some omissions or scant detail in certain areas (e.g., results or methodology). Only moderate depth; the reader must fill many gaps themselves. (4) 4 Points: All essential sections present, each treated with adequate-to-strong detail. Robust description of objectives, methods, results, and references. Only minor improvements needed. (5) 5 Points: Very rarely granted; everything must be comprehensive and thorough. Exhaustive detail on methodology, results (with statistics), interpretation, references, and future work. Leaves readers with minimal unanswered questions. Example Output: "reason": "...", "score": int Note. Think step by step. K.2. Prompt of PaperQuiz Prompt: Logical Flow Judge System Prompt. You are an uncompromising macro-logic judge. Examine how well the posterâs major sections (Introduction, Methods, Results, Conclusions, etc.) connect to form a coherent narrative. Pay attention to continuity, how logically each section flows from the previous, and whether there are any abrupt gaps. Only award the highest marks if the storyline is perfectly seamless. Instructions: Five-Point Scale (1) 1 Point: Sections are disjointed; little to no logical connection between them. Key transitions or the central rationale is missing, creating confusion. (2) 2 Points: General sequence recognizable but important logical steps are weak or missing. Readers must infer key links. (3) 3 Points: Mostly coherent narrative with minor gaps. Transitions exist but some logical steps are lightly justified. (4) 4 Points: Well-structured storyline; each section clearly builds on the previous. Transitions are stated; rationale is mostly strong. (5) 5 Points: Extremely rare; flawless logical flow from introduction to conclusion. Seamless transitions; no inferential leaps. Example Output: "reason": "...", "score": int Note. Think step by step and penalize any noticeable logical gap or awkward transition. Prompt: Generate Verbatim QA System Prompt. You are a Question-Generation agent for academic posters. Your task is to read the supplied Markdown text (document_markdown) and produce exactly 50 multiple-choice QA items whose answers can be located verbatim or nearly verbatim in that text. The questions must be suitable for conference-poster readers: avoid deep theoretical proofs, reference lists, or citation minutiae. Follow all guidelines below precisely. Instructions (1) Carefully read the Markdown in document_markdown. ⢠Each question must map to one clear sentence or phrase in the poster text. ⢠No duplicate or near-duplicate wording. (2) Write 50 factual, answerable-from-text questions. ⢠Vary difficulty from easy âheadlineâ facts to specific numeric or procedural details. (3) Distribute the 50 questions across the following poster-friendly aspects, aiming for 2â5 questions per aspect and ensuring each aspect appears at least once: ⢠A. Title & authorship (title, author names, affiliations, keywords) ⢠B. Motivation / problem statement / research gap ⢠C. Objectives or hypotheses ⢠D. Dataset(s) or experimental materials ⢠E. Methodology (algorithms, model architecture, workflow steps) ⢠F. Key parameters or hyper-parameters (values, settings) ⢠G. Evaluation metrics or criteria ⢠H. Quantitative results (numbers in tables, charts) ⢠I. Qualitative findings, figures, or illustrative examples ⢠J. Comparative or ablation study results ⢠K. Conclusions, implications, or contributions ⢠L. Limitations or future work ⢠M. Definitions of domain-specific terms or abbreviations (4) EXCLUDE references, citations, author acknowledgements, and any text that would not appear on a standard poster. (5) Use the following JSON-for-each format (exact spelling & casing): "Question X": "aspect": "<A--M>", "question": "<single sentence>", "options": [ "A. <choice 1>", "B. <choice 2>", "C. <choice 3>", "D. <choice 4>" ], "answer": "<Letter>. <exact correct option text>" , ... (6) Output only the final JSON object containing 50 itemsâno additional commentary. (7) Balance the correct answers roughly equally among options AâD. Example Output: "Question 1": ..., "Question 2": ..., ..., "Question 50": ... Note. Think step by step and ensure full compliance with every guideline. Prompt: Generate Interpretive QA System Prompt. You are a Question-Generation agent. Your task is to read the supplied Markdown text (document_markdown) and create exactly 50 multiple-choice questions that capture a high-level understanding of the workâits purpose, novelty, core approach, and overall findings. Every question must still be answerable by locating explicit sentences or phrases in the text; do not require inference that is absent from the poster-style content. Instructions (1) Read the Markdown in document_markdown closely. ⢠Each question must map to explicit content in the text. ⢠Do not require inference beyond presented poster-level information. (2) Draft 50 factual questions probing the readerâs global grasp (e.g., âWhat problem does the study address?â). ⢠Avoid low-level numeric settings, code snippets, or reference lists. ⢠Vary wording and avoid duplicates. (3) Cover all of the following high-level aspectsâeach must appear at least twice to guarantee breadth: ⢠A. Research domain & background context ⢠B. Central problem / motivation / research gap ⢠C. Primary goal, hypothesis, or research question ⢠D. Key contributions or novelty statements ⢠E. Overall methodology or workflow (summarized) ⢠F. Principal findings or headline quantitative results ⢠G. Qualitative insights or illustrative examples ⢠H. Implications, applications, or significance ⢠I. Limitations or future-work directions ⢠J. Main conclusions or take-home messages (4) EXCLUDE citations, granular hyper-parameters, precise numeric tables, and acknowledgementsâstick to poster-level overview content. (5) Return the questions in the following strict JSON schema: "Question X": "aspect": "<A--J>", "question": "<one concise sentence>", "options": [ "A. <choice 1>", "B. <choice 2>", "C. <choice 3>", "D. <choice 4>" ], "answer": "<Letter>. <exact correct option text>" (6) Produce only the final JSON object with 50 entriesâno commentary, headers, or extra lines. (7) The number of correct answers should be approximately balanced across AâD. Document Markdown: document_markdown Output. ONLY the JSON with 50 questions below. Prompt: Answer Questions System Prompt. You are an answering agent. You will be provided with: ⢠An image of a poster. ⢠A JSON object called "questions" which contains multiple questions. Each question has four possible answers: A, B, C, or D. Your goal is to analyze the poster thoroughly and answer each question based on the information it provides. You should NOT use any external knowledge or context beyond the poster image. You must rely solely on the contents of the poster to answer the questions. For each question: ⢠If you find enough evidence in the poster to decide on a specific option (A, B, C, or D), then choose that option and include a brief reference to the part of the poster that supports your answer (e.g., âTop-left textâ, âEvent date sectionâ, etc.). ⢠If the poster does not offer sufficient information to confidently choose any of the options, respond with "NA" for both the answer and the reference. Instructions (1) Study the poster image along with the "questions" provided. (2) For each question: ⢠Decide if the poster clearly supports one of the four options (A, B, C, or D). If so, pick that answer. ⢠Otherwise, if the poster does not have adequate information, use "NA" for the answer. (3) Provide a brief reference indicating where in the poster you found the answer. If no reference is available (i.e., your answer is "NA"), use "NA" for the reference too. (4) Format your output strictly as a JSON object with this pattern: "Question 1": "answer": "X", "reference": "some reference or NA" , "Question 2": "answer": "X", "reference": "some reference or NA" (5) Do not include any explanations or extra keys beyond the specified structure. (6) You must provide an answer entry for all questions in the "questions" object. Example Output: "Question 1": "answer": "B", "reference": "Description on the top-right of the poster" , "Question 2": "answer": "NA", "reference": "NA" K.3. Prompt of Visual-Grounded Abstraction Prompt: Poster Abstriction System Prompt. You are an expert Academic Editor and CVPR/ICCV Area Chair. Your goal is to assist a researcher in condensing a complex paper section into a visual Scientific Poster. Expected InputâOutput Format Input: "The proposed model is based on the learned-domain masking approach [14, 15, 17â22] and employs an encoder, a decoder, and a masking network, as shown in Figure 1. The encoder is fully convolutional, while the masking network employs two Transformers embedded inside the dual-path processing block proposed in [17]. The decoder finally reconstructs the separated signals in the time domain by using the masks predicted by the masking network. To foster reproducibility, the SepFormer will be made available within the SpeechBrain toolkit." Output: ⢠Adopts learned-domain masking with convolutional encoder ⢠Uses dual-path Transformers in masking network ⢠Releases SepFormer in SpeechBrain toolkit TITLE: SepFormer Overview Instructions (1) OCR & Denoise: Read the text from images, strictly ignore headers, footers, page numbers, and citation brackets (e.g., [1], (Lee et al.)). (2) Signal Extraction (IMPORTANT): Treat input as a unit and decide how many bullets it deserves. Write MORE bullets for high-novelty, high-impact, poster-worthy content (new method/insight/strong results). Write FEWER bullets for generic background, motivation, or standard setup. Across the whole section, output at most 5 bullets total (STRICT). (3) Active Rewriting: Convert passive sentences into strong active points (e.g., âProposes a moduleâ). (4) Length Control: Each bullet MUST be short and poster-friendly: ⢠Prefer ⤠12 words per bullet. ⢠If a point is longer, compress by removing qualifiers, examples, and subordinate clauses. (5) Compressed Section Title (STRICT): After the bullet list, output ONE extra line that is a compressed version of the ORIGINAL section title. Requirements: ⢠EXACT format: TITLE: <title> ⢠<title> MUST be at most 3 words total (hard constraint). ⢠Keep the original meaning and topic; do NOT invent a new title. ⢠Prefer using key nouns from the original title; remove numbering, punctuation, and filler words. ⢠Do NOT start this line with a hyphen â-â. ⢠Output exactly ONE TITLE line and nothing else besides the bullets. ⢠Remove section indices like â1â, âIâ, â4â, â6â, âA.â, etc. (6) Output Formatting (STRICT): ⢠Output bullets as a Markdown list using hyphens (-). ⢠Then output the TITLE line as the final line (same indentation level). ⢠Output ONLY the final bullet list + the final TITLE line. No preamble, no explanation. ⢠Omit formula. K.4. Prompt of MLLM based layout detection Method Prompt: MLLM Detector System Prompt You are an agent that is given three images: (1) Negative Example: This image shows a bounding box with text overflowing outside it (i.e., text crossing or cut off by the box). (2) Positive Example: This image shows a bounding box with text that fits completely (i.e., no text crossing or cut off). (3) Target Image: This is the final image you must analyze. From the first two images, you learn to interpret: (1) Whether text is overflowing (text crossing, cut off, or otherwise cannot fully fit in the box). (2) Whether there is too much blank space in the bounding box (i.e., the text is significantly smaller than the box, leaving large unused space). (3) Whether the text and bounding box are generally well-aligned (no overflow, no large blank space). Then, for the Target Image, you must: ⢠If there is any overflow text, return "1". ⢠If there is too much blank space, return "2". ⢠If the text fits well (no overflow, no large blank space), return "3". Expected InputâOutput Format Input (Negative Example): "A bounding box where text crosses or is cut off by the box boundary." png_path: png/neg_example.png Input (Positive Example): "A bounding box where all text fits fully inside; no crossing or cut off." png_path: png/pos_example.png Input (Target Image): "The final bounding box to classify: overflow vs sparse vs valid." png_path: png/target.png Output: ⢠"1" for overflow ⢠"2" for sparse ⢠"3" for valid User Prompt Instructions: (1) You are provided three images (negative example, positive example, and target). (2) Refer to the first two images (negative and positive examples) to understand: ⢠What text overflow looks like ⢠What too much blank space in a bounding box means ⢠How a generally well-fitted bounding box appears (3) Analyze the third (Target) imageâs bounding box to check: ⢠If there is overflow text, return "1" ⢠If there is too much blank space, return "2" ⢠Otherwise (if everything looks good), return "3" Please analyze the target image and respond with only "1", "2", or "3". K.5. Prompt of HTML poster code generation Prompt: 5-HTML You are a document-to-poster generation agent. Your task is to read the supplied Markdown text (document_markdown) and design a professional, visually appealing academic conference poster by generating an HTML file. Follow the guidelines below precisely. Instructions (1) Carefully read the Markdown in document_markdown. (2) Design a full-page academic conference poster in HTML + CSS: ⢠Include a prominent header with title, authors, and affiliations. [1ex] ⢠Break content into logical sections (Introduction, Methods, Results, Conclusions, etc.). ⢠Provide clear, informative text summaries. ⢠Embed relevant figures and tables, neatly arranged and aligned. ⢠Accurately represent key findings, methods, and conclusions. ⢠Ensure the layout is engaging, easy to follow, and visually attractive. ⢠Include all essential poster elements commonly found at scientific conferences. (3) Write complete HTML code (with inline or embedded CSS) that, when rendered, produces the poster layout. (4) The poster width should be poster_width px and height should be poster_height px. (5) Output only a JSON object with a single key "HTML", whose value is the entire HTML code for the poster. Appendix L Guidelines L.1. Poster Construction Guideline for Panel-Based Overflow Annotation Poster Construction Guideline To ensure consistency, realism, and class separability in the manual construction of panel-level poster samples, all contributors must strictly follow the design principles outlined below. These instructions are crafted to guide the generation of high-quality, labelable panels suitable for ternary classification into overflow, sparse, and valid. 1. Single-Panel Content Placement: Each synthetic poster must contain exactly one panel with content; all other panels should remain fully blank. This isolates the visual characteristics of the target panel and avoids interference from surrounding content. 2. Realistic Academic Layout Simulation: The filled panel should simulate plausible academic content, including titles, paragraphs, lists, captions, or placeholders for figures and tables. Contributors may adapt excerpts from real research papers or conference posters. Visual realism and domain relevance are essential. 3. Manual Composition without Automation: All layouts should be manually constructed using basic layout tools. Automated layout engines or template-based generators are prohibited. Contributors must make deliberate layout decisions regarding spacing, font sizing, and alignment. 4. Style Diversity and Layout Variation: Contributors are encouraged to create diverse samples across multiple layout styles. Variations may include: ⢠Dense vs. sparse textual arrangement ⢠Vertical vs. horizontal alignment preferences ⢠Use or absence of visual anchors (e.g., images, figure boxes) ⢠Differences in title/paragraph proportions 5. Avoid Intentional Bias toward Label Categories: Contributors must avoid consciously designing panels to look obviously âoverflowâ or âsparse.â Instead, they should focus on authentic academic presentation. The resulting class (e.g., overflow) should arise naturally due to content length and layout tension. 6. Respect for Visual Aesthetics: Panels should reflect basic academic aesthetics, including reasonable margins, paragraph spacing, and visual balance. Even sparse panels should not appear broken or unprofessional. 7. Independence of Construction and Review: The annotators responsible for final labeling should not review their own constructed posters. This separation minimizes annotation bias and improves label reliability. 8. No Numeric Constraints or Thresholds: This guideline does not prescribe any numeric criteria (e.g., font size, character count, margin width). Contributors should rely on visual judgment and academic formatting experience. Following these principles ensures that the dataset contains structurally diverse, high-quality panels with meaningful visual differences, facilitating rigorous evaluation of overflow detection models. L.2. Panel Review Guideline for Overflow Detection Annotation Poster Construction Guideline To ensure consistent and unbiased labeling across annotators, each reviewer must follow the structured review protocol outlined below. This guideline is used in conjunction with the poster construction guideline (see Guideline L.1) to assign one of three layout condition labels to each panel: overflow, sparse, or valid. 1. Review Unit: Each review instance consists of a single panel containing content, embedded within a poster template where all other regions are left blank. The task is to judge whether the content visually fits the designated panel appropriately. 2. Label Definitions (Visual Semantics): Each panel should be assigned one of the following three labels: ⢠overflow: Content clearly exceeds the visible boundaries of the panel. This may manifest as clipping, truncated text, or compressed elements that breach margins or collide with borders. ⢠sparse: Content occupies only a small fraction of the panel, leading to excessive empty space. The layout appears under-utilized or visually imbalanced. ⢠valid: Content fits comfortably within the panel area with appropriate margins. Neither overcrowded nor excessively empty, the layout appears balanced and professionally acceptable. 3. Visual Judgment Criteria: Reviewers should rely on human visual perception rather than precise measurements. The following cues are helpful for assessment: ⢠Text proximity to edges or border collisions ⢠Presence of cut-off paragraphs or hidden content ⢠Large central voids or excessive whitespace ⢠Readability and visual comfort ⢠Balance between visual elements (e.g., title, body, figure) 4. Context-Agnostic Assessment: Labels should be assigned based solely on the visual condition of the current panel, independent of the surrounding poster layout (which is intentionally blank). No domain-specific knowledge or content semantics is required. 5. No Use of Quantitative Thresholds: Reviewers must not attempt to count characters, calculate margins, or enforce any numeric thresholds. All judgments are to be made holistically and visually. 6. Avoid Overcorrection Bias: Reviewers should not normalize labels across samples. Each panel is to be assessed independently. A valid panel does not require perfect centering or symmetryâjust reasonable design aesthetics. 7. Consensus via Majority Voting: Each panel is independently reviewed by all five annotators. The final label is determined through majority voting without discussion. In cases of tie or disagreement, the panel is flagged for secondary adjudication (if applicable). This guideline aims to ensure fair, consistent, and perceptually valid labeling of poster panels for overflow detection evaluation. L.3. Human Annotation Guideline for Automated Slide Generation Slide Evaluation Guideline To systematically evaluate the quality of automatically generated presentation slides, we established a comprehensive human annotation framework. To ensure fair, consistent, and unbiased labeling across annotators, each reviewer must follow the structured review protocol outlined below. This guideline defines six weighted evaluation dimensions and a standardized scoring process. 1. Review Unit: Each review instance consists of a complete slide deck generated from a single source paper. The task is to assess the overall quality of the generated slides across multiple dimensions. 2. Evaluation Dimensions (Weighted Criteria): Each slide deck is assessed based on the following weighted criteria: No. Dimension Weight Description 1 Content Completeness 20% Assesses whether the generated slides adequately cover the essential components of the source paper, including abstract, background, methodology, experiments, and conclusions. 2 Logical Structure 20% Examines the rationality of section organization and the coherence of information flow throughout the presentation. 3 Technical Accuracy 20% Evaluates the correctness of domain-specific terminology and the precision of core methodology descriptions. 4 Information Density 15% Measures whether the level of detail is appropriate, avoiding both redundancy and critical omissions. 5 Visual Presentation 15% Considers the integration of figures and text, layout aesthetics, and overall readability. 6 Error Detection 10% Identifies the presence of duplicate sections, content contradictions, or other apparent errors. 3. Scoring Criteria: Reviewers should rely on holistic judgment rather than rigid checklists. The following cues are helpful for assessment: ⢠Coverage of key paper sections and contributions ⢠Smooth transitions between slides ⢠Appropriate use of technical terminology ⢠Balance between text and visual elements ⢠Absence of redundant or contradictory content 4. Independent Assessment: Scores should be assigned based solely on the quality of the current slide deck, independent of other samples in the evaluation set. No cross-sample normalization is permitted. 5. No Use of Quantitative Thresholds: Reviewers must not attempt to count slides, calculate word counts, or enforce any numeric thresholds. All judgments are to be made holistically based on perceived quality. 6. Avoid Overcorrection Bias: Reviewers should not normalize scores across samples. Each slide deck is to be assessed independently. A high-quality slide deck does not require perfectionâjust reasonable adherence to academic presentation standards. 7. Consensus via Majority Voting: Each slide deck is independently reviewed by all annotators. The final score for each dimension is determined through averaging or majority voting (for categorical judgments) without discussion. In cases of significant disagreement, the sample is flagged for secondary adjudication (if applicable). This guideline aims to ensure fair, consistent, and perceptually valid evaluation of automatically generated presentation slides.