paper-with-me

홈 › Papers

EfficientPosterGen: Semantic-aware Efficient Poster Generation via Token Compression and Accurate Violation Detection

2026-02-25 · Wenxin Tang, Jingyu Xiao, Yanpei Gong, Fengyuan Ran, Tongchuan Xia, Junliang Liu, Man Ho Lam, Wenxuan Wang, Michael R. Lyu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.00155

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrievalmultimodal generation

Similar Papers 제목 키워드 기반

PosterLlama: Bridging Design Ability of Langauge Model to Contents-Aware Layout Generation

2024-04-01 · Jaejung Seol, Seojun Kim, Jaejun Yoo

Visual layout plays a critical role in graphic design fields such as advertising, posters, and web UI design. The recent trend towards content-aware layout generation through generative models has shown promise, yet it o…

Layout DesignLayout Generation

MacTok: Robust Continuous Tokenization for Image Generation

2026-03-31 · Hengyu Zeng, Xin Gao, Guanghao Li, Yuxiang Yan 외 arxiv

Continuous image tokenizers enable efficient visual generation, and those based on variational frameworks can learn smooth, structured latent representations through KL regularization. Yet this often leads to posterior c…

Image Generation

PosterIQ: A Design Perspective Benchmark for Poster Understanding and Generation

2026-03-25 · Yuheng Feng, Wen Zhang, Haodong Duan, Xingxing Zou arxiv

We present PosterIQ, a design-driven benchmark for poster understanding and generation, annotated across composition structure, typographic hierarchy, and semantic intent. It includes 7,765 image-annotation instances and…

Semantic-Aware Prefix Learning for Token-Efficient Image Generation

2026-03-26 · Qingfeng Li, Haoxian Zhang, Xu He, Songlin Tang 외 arxiv

Visual tokenizers play a central role in latent image generation by bridging high-dimensional images and tractable generative modeling. However, most existing tokenizers are still trained with reconstruction-dominated ob…

Representation LearningImage Generation

Paper2Poster: Towards Multimodal Poster Automation from Scientific Papers

2025-05-27 · Wei Pang, Kevin Qinghong Lin, Xiangru Jian, Xi He 외

Academic poster generation is a crucial yet challenging task in scientific communication, requiring the compression of long-context interleaved documents into a single, visually coherent page. To address this challenge, …