A poster generated by Any2Poster from the Any2Poster paper itself.
Any2Poster pipeline: from any input format to a publication-quality poster.
A single normalized schema ingests PDF, DOCX, PPTX, LaTeX, Markdown, Jupyter Notebook, HTML/URL, and YouTube video. No source-specific pipelines.
All text is rendered pixel-accurately via Playwright. Unlike prior work that pipes text through image models, Any2Poster guarantees zero typography hallucination.
Structured error codes from a fixed vocabulary trigger deterministic CSS mutations. Closes the engagement bottleneck explicitly identified as unsolved in Paper2Poster.
Chart values are grounded verbatim in source text before image generation, eliminating fabricated statistics.
Original extracted figures are preserved and placed. AI generation is reserved only for panels with no suitable extracted figure.
A multi-format, cross-domain benchmark with genre-aware MCQ generation, BenchQuiz scoring, and VLM-as-diverse-readers evaluation across 6 criteria.
Any2Poster transforms any input through a 6-stage checkpointed pipeline.
A good poster should convey core content visually and faithfully. BenchQuiz evaluates this by generating multiple-choice questions from the source document and having VLMs of different expertise levels answer them from the poster alone.
| Feature | Paper2Poster | Paper2Slides | Any2Poster |
|---|---|---|---|
| Input formats | PDF only | PDF, DOCX, PPTX, MD | PDF, DOCX, PPTX, LaTeX, MD, ipynb, HTML, Video |
| Output format | PPTX | PDF (image-rendered) | PDF + PNG + HTML artifact |
| Text rendering | PPTX XML | AI image generation | Deterministic HTML/CSS via Playwright |
| VLM feedback loop | ✅ Panel-level | ❌ | ✅ Panel-level with fixed error vocabulary |
| Evaluation benchmark | PaperQuiz (PDF only) | ❌ None | Any2Poster Bench (multi-format, cross-domain) |
| Checkpoint / resume | ❌ | ✅ | ✅ Full 6-stage checkpointing |