TLDR: A new framework called ORIG addresses the issue of factual inconsistencies in AI-generated images by iteratively retrieving and integrating multimodal evidence (text and images) from the web. It uses an agentic approach to gather, refine, and then use this enriched knowledge to guide image generation, leading to more realistic and factually accurate outputs. A new benchmark, FIG-Eval, was also introduced for systematic evaluation across perceptual, compositional, and temporal dimensions.
Large Multimodal Models (LMMs) have made incredible strides in creating photorealistic images that align with prompts. However, a significant challenge remains: these models often produce images that contradict verifiable facts, especially when dealing with intricate details or current events. Imagine asking an AI to generate an image of a new product, only for it to depict outdated features or incorrect proportions. Traditional methods that try to incorporate external information often fall short because they rely on static data and don’t integrate evidence deeply enough.
To tackle this problem, researchers have introduced a novel framework called ORIG, which stands for Open Multimodal Retrieval-Augmented framework for Factual Image Generation (FIG). This new approach defines Factual Image Generation as a task that demands both visual realism and factual accuracy in the generated images.
ORIG operates as an intelligent agent that continuously gathers and refines multimodal evidence from the vast expanse of the web. It then incrementally integrates this refined knowledge into enriched prompts, effectively guiding the image generation process. This dynamic method ensures that the AI’s creations are grounded in accurate and up-to-date information.
The ORIG framework is built upon three main components:
Open Multimodal Retrieval Module
This module acts like a smart detective, iteratively building a reliable knowledge base from the web. It starts with a ‘bootstrapping retrieval’ to get a basic understanding of the prompt’s entities. Then, it plans specific sub-queries, deciding whether to search for textual information (like attributes or relationships) or visual cues (like appearance or spatial arrangements). It uses public web retrieval APIs, such as Google Search and Google Image Search, to gather raw text and images. A crucial step is ‘multimodal knowledge accumulation,’ where it filters out irrelevant content, ensuring that only semantically aligned and factually consistent information is retained. Finally, a ‘sufficiency evaluation’ determines if enough knowledge has been gathered, or if more retrieval rounds are needed.
Prompt Construction Module
Once sufficient evidence is collected, this module takes the accumulated multimodal knowledge and transforms it into a detailed, generation-ready prompt. It refines the knowledge by extracting the most distinctive features from both text and images, moving beyond simple relevance to identify content that directly supports the generation goals. This refined information is then used to extend the original prompt, making it rich with factual details and visual guidance.
Also Read:
- Making AI More Reliable: A Framework for Fact-Checking Language Models
- ReconViaGen: Enhancing 3D Object Reconstruction with Generative and Reconstruction Priors
Image Generation Module
This is where the enriched prompt, along with filtered reference images, is fed into an image generation model to produce the final, factually grounded image.
To systematically evaluate ORIG, the researchers also developed FIG-Eval, a new benchmark dataset. FIG-Eval covers ten diverse categories, assessing images across perceptual fidelity (e.g., color, size), compositional consistency (e.g., object number, position), and temporal consistency (e.g., event timing, process steps). This benchmark uses knowledge-intensive prompts that specifically require external evidence, rather than relying on the model’s internal, static knowledge. Human annotators provide ground-truth references, and a Vision-Language Model (GPT-5) is used for automated scoring, showing a strong correlation with human judgments.
Experiments demonstrated that ORIG significantly enhances factual consistency and overall image quality compared to existing methods. It showed particular strength in handling ‘dynamic’ categories like products and events, which often require the most up-to-date information. The framework’s ability to combine complementary visual and textual knowledge proved superior to approaches using only one modality.
Ablation studies further confirmed the importance of each component within ORIG, from the initial bootstrapping retrieval to the fine-grained refinement and prompt extension stages. The research highlights that while increasing the detail in textual descriptions generally improves generation, there are still inherent limitations in models’ capacity for fine-grained visual grounding, especially for complex actions or subtle details.
In conclusion, ORIG represents a significant step forward in addressing factual inconsistencies in AI-generated images. By dynamically integrating open multimodal evidence from the web, it enables models to produce visuals that are not only realistic but also factually accurate and aligned with evolving real-world knowledge. For more details, you can read the full research paper here.


