Researchers develop an automated approach to figure editing that understands natural language instructions and learns from how scientists actually revise their work.
A team of computer vision and AI researchers has unveiled a new framework that automates one of academia's most tedious tasks: editing the diagrams, charts, and illustrations that populate scientific papers. The system, called SciDiagramEdit, learns editing patterns by analyzing the revision histories available on arXiv, the preprint repository used by millions of researchers worldwide.
According to arXiv, the work addresses a fundamental challenge in AI: scientific figures are not simple images but complex compositions of heterogeneous elements including plots, schematics, photographs, text labels, and connecting arrows, all arranged according to precise visual principles that convey specific arguments. When researchers revise their manuscripts, they typically need to relabel components, reorganize panels, and adjust styling, a process that currently requires manual intervention.
Learning From Real Revision Patterns
The innovation lies in how the system acquires its editing skills. Rather than relying on artificially labeled training data, the researchers mined thousands of before-and-after figure pairs directly from ArXiv version histories. Each pair carries implicit information about the author's actual revision intent, making it a more realistic training signal than synthetic examples.
The framework operates on vector-based figure source files, which contain editable primitives like shapes, lines, and text elements. This approach allows human operators to inspect and co-edit individual components alongside the AI agent, creating a collaborative workflow rather than a fully autonomous system.
Skill Evolution Through Iterative Refinement

Photo by Google DeepMind on Pexels.
To handle the diversity of editing tasks that researchers might request, the team employed what they call "agentic learning via skill evolution." An AI proposer continuously refines the agent's skill specification by analyzing execution traces across multiple training epochs. This iterative process gradually improves editing accuracy on held-out validation sets.
The system learns from real paper revisions on arXiv
It processes editable vector representations of figures
A proposer agent progressively improves skill specifications
Natural language instructions drive the editing operations
The research demonstrates that academic revision histories contain sufficient signal for training effective instruction-following agents. This finding has implications beyond figure editing, suggesting that real-world examples of human work revision patterns could serve as valuable training data for other document and design automation tasks.
Implications for Research Workflows
If the approach scales effectively, it could significantly reduce the time researchers spend on figure formatting during manuscript revisions. This is particularly relevant given the explosion of preprint uploads and the iterative nature of academic publishing, where figures often undergo multiple rounds of refinement before final submission.
The work also highlights a broader trend in AI research: moving away from purely synthetic datasets toward learning from the traces of human activity embedded in large-scale digital repositories. ArXiv, with its comprehensive version control and public accessibility, becomes not just an archive but a training ground for AI systems designed to assist researchers.
The challenge of editing scientific diagrams requires understanding both low-level visual design principles and high-level semantic intent conveyed through visual rhetoric. The framework's ability to learn this relationship from natural revisions suggests that similar approaches might apply to other specialized document and design editing tasks where human expertise has previously been essential.
This article was originally published on AI Glimpse.
Top comments (0)