
Researchers from Georgia Tech and J.P. Morgan unveiled a new framework called SlideAgent that teaches workplace AI to read complex visual documents more like people do.
Human‑inspired design improves AI handling of slides and charts
The approach breaks a deck into three layers: the whole presentation, each individual page, and the distinct visual elements such as tables or graphs. By assigning a specialized agent to each layer, the system can keep track of the overall story while still noticing tiny details that often slip past larger models. This mimics how a person skims a deck before zooming in on a chart that looks odd.
Traditional multimodal AI tends to treat a page as a single block of pixels. That can cause errors like counting the wrong number of bars in a bar chart or ignoring a footnote tucked in a corner. The new method instead parses the page into its constituent parts, letting the AI reason about each piece before stitching the answers together.
Related: Doomscrolling at work may hurt future raises
“The central inspiration was how people naturally read a long presentation,” said Yiqiao (Ahren) Jin, a Ph.D. candidate involved in the project. “We first develop an understanding of the overall narrative, then identify the relevant pages or sections, and finally zoom in on individual charts, tables, or text blocks when precise evidence is needed.”
Evaluation shows up to ten‑percent accuracy lift
In trials that included financial briefings, technical slides, and visual question‑answering datasets, the tool consistently beat leading commercial offerings and open‑source alternatives. On the most demanding tasks—such as comparing figures across several slides—it lifted accuracy by as much as 10%. The researchers reported an average gain of 7.9% over its proprietary base model and 9.8% compared with open‑source baselines.
These numbers matter because small misreadings can have costly repercussions in sectors like finance, where a single misplaced decimal or ignored disclaimer might skew risk assessments. By catching those slips, the framework promises to reduce the mental effort staff spend double‑checking AI outputs.
Related: Safer ICU blood pressure monitoring system unveiled
While the gains are promising, the broader lesson is that smarter architecture can sometimes outpace sheer model size. As AI systems become more prevalent, users are discovering that raw power does not automatically translate into reliable reasoning for real‑world documents. Organizing the analysis process more like a human reader may be a key step toward closing that gap.
From a broader perspective, this work illustrates a shift away from the assumption that bigger models are the only path forward. By rethinking how information is segmented and processed, developers can extract more value from existing models without needing to train ever‑larger networks. This could make advanced AI more accessible to organizations that lack the resources for massive compute.