# PaperBanana: Automating Academic Illustration for AI Scientists

Source: https://www.youtube.com/watch?v=XCOOOcUkHsE
Recap page: https://rapidrecap.app/video/XCOOOcUkHsE
Generated: 2026-02-05T16:03:39.888+00:00

---
## Quick Overview

The PaperBanana framework successfully automates the creation of high-quality academic illustrations for AI scientists by using a multi-agent approach that separates logical planning from visual execution, resulting in a 17% improvement in overall accuracy and a significant reduction in the human labor required for producing structured visual outputs like diagrams and plots.

**Key Points:**
- PaperBanana automates the generation of academic illustrations, achieving a 17% overall score improvement compared to baseline methods.
- The framework employs a multi-agent system: a Planner agent creates a logical structure, and a Visualizer agent generates the image or plot based on that structure.
- The system successfully translates complex text descriptions into structured outputs like flowcharts, schematics, and bar charts.
- The Planner agent is responsible for ensuring the output adheres to the logical structure and fidelity of the input text, avoiding hallucinations seen in direct text-to-image models.
- A Critic agent validates the output against the original text description and the logical structure, providing feedback for refinement, which closes the loop for self-correction.
- The framework significantly improves the fidelity of visual outputs, especially for structured data like diagrams and plots, compared to simply prompting an image model directly.
- The researchers specifically tested the system on complex reasoning tasks, where it outperformed models relying solely on text prompts, demonstrating its utility for scientific communication.

![Screenshot at 01:11: The collaborative project structure is introduced, involving researchers from Peking University and Google Cloud AI Research, detailing the roles of the different agents in the PaperBanana framework.](https://ss.rapidrecap.app/screens/XCOOOcUkHsE/00-01-11.jpg)

**Context:** This video discusses 'PaperBanana,' a novel multi-agent framework developed by researchers at Peking University and Google Cloud AI Research designed to automate the creation of high-quality visual illustrations (like diagrams and plots) required in academic scientific papers. The core problem addressed is the difficulty large language models (LLMs) have in consistently translating complex textual requirements into accurate, structured visual representations, often leading to aesthetically pleasing but factually incorrect or nonsensical outputs. PaperBanana introduces specialized agents to handle planning, visualization, and critique to overcome these limitations.

## Detailed Analysis

The video details the PaperBanana framework, which automates the creation of academic illustrations by employing a multi-agent system to bridge the gap between textual descriptions and accurate visual output. This framework is designed to solve the problem where standard image models often produce visually appealing but logically flawed images or diagrams when prompted solely with text, especially for complex scientific concepts. The system involves five distinct AI agents: the Retriever, the Planner, the Stylist, the Visualizer, and the Critic. The Planner agent creates a logical structure by analyzing the text description and reference examples, ensuring the output structure mirrors the flow of human-designed illustrations. The Visualizer agent then uses this structure to generate the output, which can be an image or a plot, ensuring it adheres to the logical skeleton. Finally, the Critic agent evaluates the generated output against the original text description and the derived logical structure, looking for discrepancies (like a missing arrow or an incorrect relationship) and sending refinement prompts back to the Visualizer. This feedback loop allows the system to self-correct. The researchers found that PaperBanana significantly outperformed baseline methods, achieving a 17% overall score improvement, particularly excelling in areas like fidelity, conciseness, readability, and aesthetics compared to directly prompting image models. The system's ability to produce executable Python code for plots using libraries like Matplotlib and its success in generating high-quality diagrams, even when the text prompt was slightly flawed, highlights its robustness and utility for the scientific community.

### Framework Overview

- PaperBanana utilizes five agents (Retriever, Planner, Stylist, Visualizer, Critic) to automate illustration generation
- The Planner ensures logical structure based on text and examples
- The Critic validates the output against the text and structure.

### Performance Metrics

- PaperBanana showed a 17% overall score improvement over baseline methods
- Readability and conciseness scores increased by 13% with the framework.

### Limitations and Future Work

- The system still struggles with subtle logical errors and human oversight is still required for final checks
- Future work may involve a GUI agent or integrating vector software capabilities.

![Screenshot at 00:00: The initial screen featuring the podcast image and a call to 'Become A Member Today!' within a waveform graphic.](https://ss.rapidrecap.app/screens/XCOOOcUkHsE/00-00-00.jpg)
![Screenshot at 01:11: A slide detailing the project collaboration between Peking University researchers and Google Cloud AI Research.](https://ss.rapidrecap.app/screens/XCOOOcUkHsE/00-01-11.jpg)
![Screenshot at 02:28: An example where the text mentions a bipartite approach, but the generated image fails to show the necessary connection between the modules.](https://ss.rapidrecap.app/screens/XCOOOcUkHsE/00-02-28.jpg)
![Screenshot at 05:05: A comparison showing that the PaperBanana-generated images are cleaner and more professional than those from direct prompting.](https://ss.rapidrecap.app/screens/XCOOOcUkHsE/00-05-05.jpg)
![Screenshot at 07:37: A visual representation of the feedback loop involving the Critic agent refining the output from the Visualizer agent.](https://ss.rapidrecap.app/screens/XCOOOcUkHsE/00-07-37.jpg)
