YinmingHuang/Awesome-agentic-visual-generation-model

Python

59

14 commits

updated Sep 19, 2026

See the code

README

Awesome Agentic Visual Generation

Awesome WeChat Community Discord Community Paper

Agentic Visual Generation: From Generative Models to Agentic Control
Yinming Huang1,2,*, Shuyuan Tu1,*, Xi Yan1,*, Jiahao Zhan4, Zihan Yang1, Zhen Xing3, Hui Zhang1, Tiehua Zhang5, Yu-Gang Jiang1, Zuxuan Wu1,2,†
[1Fudan University; 2Shanghai Innovative Institute; 3Wan Team, Alibaba Tongyi Lab; 4CUHK, MMLab; 5School of Computer Science and Technology, Tongji University]
[*Equal contribution; †Corresponding author]

❤️ If you find our work useful, please consider giving a star ⭐ to this GitHub repository ❤️.

News

  • [2026-09-09]: 🔥 The paper is now available on arXiv.

L0-L4 controller decision-making scope for agentic visual generation

Figure 1. Visual overview of controller decision-making scope.
Vector PDF · arXiv paper

Pull requests are very welcome! Please help us add new papers, official resources, or corrections.

A curated and taxonomy-driven collection of 313 reviewed records spanning the L0 boundary and four controller-capability levels. The repository covers image generation and editing, video generation and editing, slide and user-interface generation, 3D scene construction, and world models.

The primary organization follows one rule: agenticity is determined by the deepest point in a generation trajectory at which the controller can causally change a future generation decision. Modality and mechanism are orthogonal tags. This prevents tool use, multi-agent design, memory, or reinforcement learning from being treated as agenticity levels by themselves.

Contents

Scope and inclusion rule

An agentic visual generation system contains a visual generator or editor and a controller that makes generation-level decisions. In most current systems, an LLM, VLM, or MLLM is the controller and the visual generator is one of its tools. The controller may also be hybrid or internalized in a unified model, but generation capability alone does not establish agenticity.

We classify a system by the highest controller capability demonstrated by the complete method:

  • The action type does not determine the level. A prompt rewrite before generation is L1, while a prompt rewrite caused by inspection of a generated image is L3.
  • Tool use describes the action space. Multi-agent design describes the topology. Reinforcement learning describes a training method. None of them alone determines the level.
  • A paper appears once in L0-L4 according to its maximum demonstrated level. The Path column records the lower-level capabilities that it also contains.
  • L0 records may use agentic machinery during data construction or optimization, but the deployed visual system still follows a fixed rule. Stand-alone evaluators, reward models, benchmarks, and additional foundational components are listed separately.

Controller-capability taxonomy

LevelController capabilityMain questionTypical controlled variables
L0Fixed supportIs the inference path predetermined?Fixed generator, retriever, evaluator, benchmark
L1Conditioning controlWhat declarative specification should be provided to a predetermined visual executor?Prompt, layout, reference, knowledge, storyboard, motion plan
L2Execution controlWhich visual operation should be invoked, how, and when?Generator/editor identity, generation mode, artifact-mutating tool calls, invocation order
L3Outcome-adaptive controlWhat should happen after observing the result?Revision, editing, rerouting, regeneration, stopping
L4Experience-adaptive controlHow should completed trajectories change future decisions?Long-term memory, skill, capability profile, policy

The controller-capability levels form a progression above the L0 boundary:

conditions  ->  execution  ->  current trajectory  ->  future trajectories
    L1              L2                 L3                      L4

Modality tags used below are Image, Editing, Video, Slide, UI, 3D, and World.

The decisive boundary is decision-making scope, not architectural complexity. Multi-agent role decomposition and internal search can remain L1 when they only construct a specification. L2 requires the controller to invoke actual visual generation, editing, rendering, or artifact-mutating operations. L3 additionally requires a causal outcome-to-action link in the current trajectory, and L4 requires a persistent update across independent tasks. See TAXONOMY.md for the decision procedure, counterexamples, and evidence policy.

Representative-paper roadmap across L1-L4

Figure 2. Representative-paper roadmap across the L1-L4 controller levels.
Vector PDF

From L0 Fixed Support to L2 Execution Control

Figure 7. From L0 Fixed Support to L2 Execution Control.
Vector PDF

L0: Fixed Support

L0 Fixed Support marks the inclusion boundary rather than a peer agent level. The organizing axis is support function: generation or retrieval, data or training, evaluation, and the boundary test for fixed pipelines.

Generation and Retrieval Components

Foundational generators, editors, and fixed retrievers are cataloged under Supporting Components: the L0 Boundary.

Data Construction and Training Infrastructure

PaperGitHubWebsitePathModalityPrimary mechanismDate
AgentComp--L0ImageAgentic preference-data construction for a fixed generator2025-12
Gen-n-Val: Agentic Image Data Generation and ValidationGitHub Stars-L0ImageSynthetic-data generation and validation pipeline2025-06

Evaluators and Benchmarks

Standalone evaluators, reward models, and benchmarks are cataloged under Evaluation, Benchmarks, and Reward Models.

Boundary Test for L0 Fixed Support

PaperGitHubWebsitePathModalityPrimary mechanismDate
Presentation Slide Translation and Layout Error Correction by LLMs--L0Slide, EditingFixed candidate generation and selection2026-07
ShareVerse--L0Video, WorldShared generator state without controller action selection2026-03

Back to top

L1: Conditioning Control

L1 controllers construct the generator-facing specification before execution. The categories follow the primary controlled specification: textual prompts, spatial and geometric structure, retrieved evidence, temporal and camera controls, or structured content.

Textual Prompt Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
APE: Agentic Prompt Enhancer for Image Generation and Editing-WebsiteL1Image, EditingPrompt enhancement2026-06
ICG: Improving Cover Image Generation via MLLM-based Prompting and Personalized Preference Alignment--L1ImagePrompting and preference alignment2026-05
ThinkGenGitHub Stars-L1ImageMLLM instruction construction for a fixed diffusion transformer2025-12
TIPO: Text to Image with Text Presampling for Prompt OptimizationGitHub Stars-L1ImagePrompt expansion2024-11
DiffChat: Learning to Chat with Text-to-Image Synthesis ModelsGitHub Stars-L1ImageInstruction-conditioned prompt modification2024-03
POSI: Universal Prompt Optimizer for Safe Text-to-Image Generation--L1ImageSafety-aware prompt optimization2024-02
MGIE: Guiding Instruction-based Image Editing via Multimodal LLMsGitHub StarsWebsiteL1EditingExpressive edit instruction2023-09
Promptist: Optimizing Prompts for Text-to-Image GenerationGitHub StarsWebsiteL1ImageLearned prompt policy2022-12

Spatial and Geometric Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
DAC-Pose: Dual-Agent Collaborative Framework for Pose-Guided Human Generation--L1ImageCondition construction and planning2026-08
NaLA: A 3D Native LLM Layout Agent for High-quality 3D Scene GenerationGitHub StarsWebsiteL13DCondition construction and planning2026-06
LLMControl--L1ImageGrounded controls2025-07
GoT: Reasoning for Visual Generation and EditingGitHub Stars-L1Image, EditingGeneration-oriented reasoning2025-03
Region-Aware Text-to-Image Generation via Hard Binding and Soft RefinementGitHub Stars-L1ImageRegion binding2024-11
LLM BlueprintGitHub Stars-L1ImageStructured scene description2023-10
LayoutGPTGitHub StarsWebsiteL1Image, 3DLayout planning2023-05
LLM-grounded DiffusionGitHub StarsWebsiteL1ImageBounding-box planning2023-05

Retrieved Evidence Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
One Image is All You Need: Agentic One-Shot Image Generation via Text-Based World Models for Long-Tail Spatial Perception--L1Image, WorldCondition construction and planning2026-06
Gen-SearcherGitHub StarsWebsiteL1Image, WorldLearned search for generation context2026-03
Open Multimodal Retrieval-Augmented Factual Image GenerationGitHub StarsWebsiteL1ImageCondition construction and planning2025-10
World-to-ImageGitHub Stars-L1Image, WorldAgent-driven knowledge grounding2025-10
Cross-modal RAGGitHub Stars-L1ImageSub-dimensional retrieval2025-05
RealRAGGitHub Stars-L1ImageSelf-reflective retrieval training2025-02
When Cultures Meet: Multicultural Text-to-Image GenerationGitHub Stars-L1ImageCondition construction and planning2025-02

Temporal and Camera Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
AgentHOI: Multi-Agent Reasoning for Human-Object-Interaction Video Generation via Implicit Representation AlignmentGitHub Stars-L1VideoCondition construction and planning2026-07
CinemaTraj: Composing Atomic Camera Trajectories for 3D Scenes with LLM Agents-WebsiteL1VideoCondition construction and planning2026-07
TempAct: Advancing Temporal Plausibility in Autoregressive Video Generation via Planner-Executor RLGitHub StarsWebsiteL1VideoCondition construction and planning2026-06
OmniDrive: An LLM-Choreographed Multi-Agent World Model with Unified Latent Co-Compression for Multi-View Driving Video Generation--L1VideoMulti-role world-script and layout conditioning2026-06
CogPortrait: Fine-Grained Eye-Region Control in Portrait Animation via Hierarchical Agent Planning--L1VideoCondition construction and planning2026-05
AuroraGitHub StarsWebsiteL1Video, EditingText, reference, and spatial conditioning for a fixed editor2026-05
Lighting-grounded Video Generation with Renderer-based Agent Reasoning-WebsiteL1Video3D-rendered video conditioning2026-04
Camera Artist--L1VideoRecursive shot and cinematic-language conditioning2026-04
CineAGI: Character-Consistent Movie Creation through LLM-Orchestrated Multi-Modal Generation and Cross-Scene Integration--L1VideoCinematic-blueprint and character-consistency conditioning2026-04
Sima 1.0: A Collaborative Multi-Agent Framework for Documentary Video Production--L1VideoFixed multi-stage documentary specifications2026-04
ShotVerseGitHub StarsWebsiteL1VideoMulti-shot camera planning2026-03
InfinityStory: Unlimited Video Generation with World Consistency and Character-Aware Shot Transitions--L1VideoHierarchical narrative and transition conditioning2026-03
Captain Cinema: Towards Short Movie Generation-WebsiteL1VideoKeyframe planning and long-context conditioning2025-07
MovieAgentGitHub StarsWebsiteL1VideoHierarchical script, scene, and shot conditioning2025-03
VideoGen-of-ThoughtGitHub StarsWebsiteL1VideoShot and identity planning2024-12

Structured Content Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
S2ED: From Story to Executable Descriptions for Consistency-Aware Story Illustration--L1ImageCondition construction and planning2026-05
MangaFlow: An End-to-End Agentic Framework for Controllable Story to Manga Generation--L1ImageStory-section, layout, and reference conditioning2026-05
CANVAS: Continuity-Aware Narratives via Visual Agentic Storyboarding-WebsiteL1ImageCondition construction and planning2026-04
Agentic Planning with Reasoning for Image Styling via Offline RL-DatasetL1ImageCondition construction and planning2026-03
Think-Then-Generate: Reasoning-Aware Text-to-Image Diffusion with LLM EncodersGitHub Stars-L1ImageCondition construction and planning2026-01
SlideTailor: Personalized Presentation Slide Generation for Scientific PapersGitHub Stars-L1SlidePreference-distilled slide and layout specification2025-12
Collaborative Text-to-Image Generation via Multi-Agent Reinforcement Learning--L1ImageDomain-specialized prompt enrichment and fixed parallel image fusion2025-10
PosterGen: Aesthetic-Aware Multi-Modal Paper-to-Poster Generation via Multi-Agent LLMsGitHub StarsWebsiteL1ImageContent, layout, and style specification2025-08
ScreenCoder: Advancing Visual-to-Code Generation for Front-End Automation via Modular Multimodal AgentsGitHub Stars-L1UIGrounded hierarchy and code specification2025-07
MCCD--L1ImageFeedback-refined compositional scene conditioning2025-05
MM-StoryAgentGitHub Stars-L1Image, VideoStory, role, and modality-specific prompt conditioning2025-03

Back to top

L2: Execution Control

L2 controllers select and invoke actual visual operations before observing their outcomes. The categories follow the primary executable object: model and tool operations, image and structured-graphic operations, video and audiovisual operations, document and interface operations, or 3D, CAD, and world operations.

Model and Tool Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation (SearchGen)GitHub StarsWebsiteL1+L2Image, WorldSelective image/web search, evidence filtering, and prompt integration2026-07
Boogu-Image-0.1: Boosting Open Agentic Multimodal Generation via Understanding under a Minimal BudgetGitHub StarsWebsiteL1+L2ImageTool and workflow orchestration2026-07
GenClaw: Code-Driven Agentic Image GenerationGitHub Stars-L1+L2ImageCode-driven canvas operations2026-05
Mind-BrushGitHub Stars-L1+L2Image, Editing, WorldSearch/reasoning routing and generation/editing mode selection2026-02
LLM-I: LLMs are Naturally Interleaved Multimodal CreatorsGitHub Stars-L1+L2ImageSearch, generation, code, and editing tools2025-09
ComfyUI-Copilot: An Intelligent Assistant for Automated Workflow DevelopmentGitHub Stars-L1+L2ImageTool and workflow orchestration2025-06
ComfyUI-R1: Exploring Reasoning Models for Workflow GenerationGitHub Stars-L1+L2ImageTool and workflow orchestration2025-06
Policy Optimized Text-to-Image Pipeline Design--L1+L2ImageGenerator and processing-block selection2025-05
Visual ChatGPTGitHub Stars-L1+L2Image, EditingVisual foundation model orchestration2023-03

Image and Structured-Graphic Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
SceneCraft: Interactive System for Image Editing via Scene Graph--L1+L2Image, EditingUser-directed graph editing and model dispatch2026-06
ImageEdit-R1: Boosting Multi-Agent Image Editing via Reinforcement LearningGitHub Stars-L1+L2Image, EditingLearned decomposition, sequencing, and open-loop edit execution2026-03
MiLDEdit: Reasoning-Based Multi-Layer Design Document Editing--L1+L2Image, EditingTool and workflow orchestration2026-01
From Pixels to Paths: A Multi-Agent Framework for Editable Scientific IllustrationGitHub Stars-L1+L2Image, EditingTool and workflow orchestration2025-10
Image Editing as Programs with Diffusion ModelsGitHub StarsWebsiteL1+L2EditingAtomic editing-program execution2025-06
Visual Programming for Text-to-Image Generation and EvaluationGitHub StarsWebsiteL1+L2ImageExecutable visual program2023-05

Video and Audiovisual Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine SystemGitHub Stars-L1+L2Video, 3DExecutable Blender simulation and draft-conditioned video editing2026-07
VideoAgent: All-in-One Framework for Video Understanding and EditingGitHub Stars-L1+L2Video, EditingTool and workflow orchestration2026-06
ViMaxGitHub Stars-L1+L2VideoMulti-role video workflow with best-of-k quality selection2026-06
CineAgents--L1+L2Video, EditingNarrative-memory-grounded blueprint and one-pass tool assembly2026-04
A Versatile Multimodal Agent for Multimedia Content Generation--L1+L2Image, VideoTool and workflow orchestration2026-01
The Script is All You Need: An Agentic Framework for Long-Horizon Dialogue-to-Cinematic Video GenerationGitHub StarsWebsiteL1+L2VideoTool and workflow orchestration2026-01
Text-Driven Reasoning Video Editing via Reinforcement Learning--L1+L2Video, EditingReason-then-edit execution2025-11
Long-Video Audio Synthesis with Multi-Agent CollaborationGitHub StarsWebsiteL1+L2VideoAudio workflow orchestration2025-03
VisAgent--L1+L2ImageNarrative visualization workflow2025-03
StoryAgent--L1+L2Image, VideoStoryboard and character workflow2024-11
DreamFactory--L1+L2VideoMulti-scene workflow2024-08
MoraGitHub Stars-L1+L2VideoMulti-agent video modules2024-03

Document and Interface Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
TVIR: Building Deep Research Agents Towards Text-Visual Interleaved Report GenerationGitHub StarsWebsiteL1+L2ImageTool and workflow orchestration2026-06
PresentAgent-2: Towards Generalist Multimodal Presentation AgentsGitHub StarsWebsiteL1+L2SlideTool and workflow orchestration2026-05

3D, CAD, and World Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
CADIR: A Cross-Backend Editable Intermediate Representation for Agentic CAD Generation--L1+L23D, EditingTool and workflow orchestration2026-08
Unify-AgentGitHub Stars-L1+L2Image, WorldSearch-grounded generation orchestration2026-03
AutoUE: Automated Generation of 3D Games in Unreal Engine via Multi-Agent SystemsGitHub Stars-L1+L23DTool and workflow orchestration2026-03
Vinedresser3D: Agentic Text-guided 3D Editing--L1+L23D, EditingView selection and 3D editing orchestration2026-02
3D Space as a Scratchpad for Editable Text-to-Image Generation-WebsiteL1+L23D, Editing3D scratchpad tool orchestration2026-01

Back to top

L3: Outcome-Adaptive Control

L3 controllers use an observed result to change a later generation action within the current task. The categories follow the decisive feedback source: perceptual outcomes, structured and execution state, physical constraints, or explicit human review.

Perceptual Outcome Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
Beyond Starry Night: Shortcut-Aware Control-State Planning for Artist-Grounded Text to Image Generation--L1+L3ImageExecute-evaluate-reflect prompt correction2026-08
VisPuzzle: Task-Aware Composite Visualization ConstructionGitHub StarsDatasetL1+L2+L3ImageOutcome-aware verification and revision2026-08
ParticleGen: A Multi-Agent System for Particle Effects Generation--L1+L2+L3Video, 3DRendered particle-effect feedback2026-08
ToolArtist: Tool-Using Unified Multimodal Models for Agentic Image GenerationGitHub StarsDatasetL1+L2+L3Image, WorldUnified search, native drawing, inspection, and revision2026-08
Domain-Grounded Candidate Selection for Agentic Image Editing: A Shadow Removal Case--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-08
DrawAI: Agentic Benchmark and Workflow for Making Raster Images EditableGitHub StarsWebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2026-08
What to Edit Next: Visually Aligned Image-Editing Follow-Up Suggestions in Conversational Systems--L1+L3Image, EditingCurrent-image-conditioned follow-up edit policy2026-08
Beyond Trial-and-Error: Agentic Optimization for Image-to-Video Adherence--L1+L2+L3VideoOutcome-aware verification and revision2026-08
WorldClaw: Agentic 3D Open-World Generation at Scale-WebsiteL1+L2+L33DRender-based 3D world refinement2026-08
PosterMELD: Multi-Agent Paper-to-Poster Generation for Controllable Design Diversity with Editable Print-Ready OutputsGitHub StarsWebsiteL1+L2+L3Image, EditingVLM-routed poster repair2026-08
PRISM: Prompt Refinement via Image-grounded Self-rewarding Mechanism for Text-to-Image Generation-CodeL1+L2+L3ImageOutcome-aware verification and revision2026-07
JarvisHub: An Open Harness for Canvas-Native Multimodal Creative AgentsGitHub StarsWebsiteL1+L2+L3ImageCanvas-state inspection, feedback-guided revision, and recovery2026-07
Knowledge-Centric Agents for Workflow Generation in ComfyUI--L1+L2+L3ImageWorkflow self-refinement2026-07
PairCoder++: Pair Programming as a Universal Paradigm for Verified Code-Driven Multimodal and Structured-Artifact GenerationGitHub StarsWebsiteL1+L2+L3ImageOutcome-aware verification and revision2026-07
CanvasAgent: Enabling Complex Image Creation and Editing via Visual Tool Orchestration-DatasetL1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
Cognitive-structured Multimodal Agent for Multimodal Understanding, Generation, and EditingGitHub StarsWebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
GMO-E$^2$DIT: Grounded Multi-Operation Editing for E-Commerce Images--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
SAGE: Structured Agentic Graph Editing for Software DiagramsGitHub Stars-L1+L2+L3Image, EditingStructured diagram validation and repair2026-07
What Can I Edit? Open-Ended Strategy Discovery and the Emotion Editability Landscape--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
FilmWorld: Agentic Novel-to-Film Generation through Dynamic Cinematic World ModelingGitHub StarsWebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-07
PhysAgent: Reflective Agentic Physics Control for Physically Plausible Video GenerationGitHub StarsWebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-07
Exploring Agentic Workflows for Generating High Quality Math Visual Aids--L1+L2+L3ImageVLM-reviewed visual-aid refinement2026-07
RS-Gen: A Multi-Stage Agentic Framework for Reasoning and Search-Augmented Image Generation--L1+L2+L3ImageAdaptive routing and generate-verify-correct loop2026-06
MetaPoint--L1+L3ImageGenerate-reflect-execute spatial correction2026-06
Qwen-Image-Agent--L1+L2+L3Image, WorldSearch, memory, editing, and feedback2026-06
InterleaveThinker: Reinforcing Agentic Interleaved GenerationGitHub StarsWebsiteL1+L2+L3ImageOutcome-aware verification and revision2026-06
IEA: Amateur-Friendly Conversational Image Editing Agent via Three Stages of Multitask AlignmentGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2026-06
Taming I2V models for Image HOI Editing: A Cognitive Benchmark and Agentic Self-Correcting FrameworkGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2026-06
Bridging Creative Intent and Visual Quality: Creator-Driven Recurrent Video Generation with Agentic Feedback Loops--L1+L2+L3VideoOutcome-aware verification and revision2026-06
Closed-Loop Triplet Synergistic Generation for Long-Form Video--L1+L2+L3VideoOutcome-aware verification and revision2026-06
IterCAD: An Iterative Multimodal Agent for Visually-Grounded CAD Generation and Editing--L1+L2+L33D, EditingOutcome-aware verification and revision2026-06
SceneConductor: 3D Scene Generation from a Single Image with Multi-Agent OrchestrationGitHub StarsWebsiteL1+L2+L33DPlanner-directed 3D scene correction2026-06
Temporal Backtracking Search for Test-time Generative Video Reasoning-WebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-06
Code2UML: Agentic LLMs with context engineering for scalable software visualization--L1+L2+L3ImageCorrector-guided UML repair2026-05
Generation Navigator--L1+L2+L3ImageState-aware action choice2026-05
SCOPEGitHub StarsWebsiteL1+L2+L3ImageSpecification-guided skill orchestration, verification, and repair2026-05
AlphaGRPOGitHub StarsWebsiteL1+L3ImageSelf-reflective verifiable rewards2026-05
Large Language Models are Universal Reasoners for Visual Generation--L1+L3ImageDraft and grounded self-critique2026-05
Latent Action Control--L1+L3ImageLatent diagnosis and halting2026-05
Self-Adaptive Interleaved Visual ReasonerGitHub Stars-L1+L3ImageAdaptive reflection and planning2026-05
Crafter: A Multi-Agent Harness for Editable Scientific Figure Generation from Diverse InputsGitHub Stars-L1+L2+L3Image, EditingCritic-refiner-convergence loop2026-05
EditRefinerGitHub Stars-L1+L3EditingHuman-aligned iterative refinement2026-05
From Plans to Pixels: Learning to Plan and Orchestrate for Open-Ended Image Editing-WebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2026-05
LiveFigure: Generating Editable Scientific Illustration with VLM AgentsGitHub Stars-L1+L2+L3Image, EditingVisual-diagnostic figure correction2026-05
Genflow Ad Studio: A Compound AI Architecture for Brand-Aligned, Self-Correcting Video Generation--L1+L2+L3VideoOutcome-aware verification and revision2026-05
One Sentence, One Drama: Personalized Short-Form Drama Generation via Multi-Agent Systems--L1+L2+L3VideoMulti-stage reviewer loops2026-05
Soap2Soap: Long Cinematic Video Remaking via Multi-Agent CollaborationGitHub Stars-L1+L2+L3VideoVerification-triggered video regeneration2026-05
Self-Reasoning Agentic Framework for Narrative Product Grid-Collage Generation--L1+L3ImageGeneration-critique loop for product collage2026-04
Render-in-the-Loop: Vector Graphics Generation via Visual Self-Feedback--L1+L2+L3ImageOutcome-aware verification and revision2026-04
FiRe--L1+L3ImageFine-grained multimodal reflection2026-04
Think in Strokes, Not Pixels--L1+L3ImageInterleaved draft and reflection2026-04
CAMEO: A Conditional and Quality-Aware Multi-Agent Image Editing Orchestrator--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-04
Making Image Editing Easier via Adaptive Task Reformulation with Agentic ExecutionsGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2026-04
Refinement via RegenerationGitHub Stars-L1+L3Image, EditingAdaptive modification space2026-04
BOOKAGENTGitHub Stars-L1+L2+L3Image, VideoVerify-then-rectify storybook generation2026-04
Co-DirectorGitHub StarsWebsiteL1+L2+L3VideoMLLM feedback-driven video refinement2026-04
SCMAPR: Self-Correcting Multi-Agent Prompt Refinement for Complex-Scenario Text-to-Video GenerationGitHub Stars-L1+L2+L3VideoOutcome-aware verification and revision2026-04
Vision-Guided Iterative Refinement for Frontend Code Generation--L1+L2+L3UIVLM critic, rendered feedback, and iterative code revision2026-04
Agentic Flow Steering and Parallel Rollout Search for Spatially Grounded Text-to-Image Generation--L1+L2+L3ImageOutcome-aware verification and revision2026-03
coDrawAgentsGitHub Stars-L1+L2+L3ImageMulti-round scene construction2026-03
GlyphBananaGitHub Stars-L1+L2+L3ImageGenerated-glyph inspection and iterative refinement2026-03
VisionCreator: A Native Visual-Generation Agentic Model with Understanding, Thinking, Planning and Creation--L1+L2+L3ImageTool-feedback-grounded goal verification and revision2026-03
Feynman: Knowledge-Infused Diagramming Agent for Scalable Visual Designs--L1+L2+L3ImageRendered diagram feedback2026-03
StruVis: Enhancing Reasoning-based Text-to-Image Generation via Thinking with Structured Vision--L1+L3ImageIntermediate-image inspection and refinement2026-03
GEMSGitHub StarsWebsiteL1+L2+L3Image, EditingCurrent-trajectory working and experience memory2026-03
RAISE: Requirement-Adaptive Evolutionary Refinement for Training-Free Text-to-Image AlignmentGitHub Stars-L1+L2+L3ImageOutcome-aware verification and revision2026-03
IMAGAgent: Orchestrating Multi-Turn Image Editing via Constraint-Aware Planning and ReflectionGitHub Stars-L1+L2+L3Image, EditingWithin-request edit, critique, retry, and rollback state2026-03
MSRAMIE: Multimodal Structured Reasoning Agent for Multi-instruction Image Editing--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-03
Towards Context-Aware Image Anonymization with Multi-Agent Reasoning--L1+L2+L3Image, EditingPDCA anonymization refinement2026-03
SceneAssistant: A Visual Feedback Agent for Open-Vocabulary 3D Scene GenerationGitHub Stars-L1+L2+L33DOutcome-aware verification and revision2026-03
VQQA: An Agentic Approach for Video Evaluation and Quality Improvement-WebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-03
WorldAgents: Can Foundation Image Models be Agents for 3D World Models?-WebsiteL1+L2+L33DOutcome-aware verification and revision2026-03
GameUIAgent: An LLM-Powered Framework for Automated Game UI Design with Structured Intermediate Representation--L1+L2+L3UINon-regressive VLM reflection2026-03
M3GitHub Stars-L1+L2+L3ImageMulti-agent visual diagnosis2026-02
AutoFigure: Generating and Refining Publication-Ready Scientific IllustrationsGitHub StarsDatasetL1+L2+L3ImageOutcome-aware verification and revision2026-02
UniReason 1.0GitHub Stars-L1+L3Image, Editing, WorldKnowledge reasoning and correction2026-02
UniT-WebsiteL1+L3ImageSequential generation and refinement2026-02
Agent BananaGitHub StarsWebsiteL1+L2+L3EditingMulti-step reasoning and tools2026-02
PhotoAgent-WebsiteL1+L2+L3EditingLong-horizon aesthetic planning2026-02
RetouchIQ: MLLM Agents for Instruction-Based Image Retouching with Generalist Reward--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-02
AnimeAgent: Is the Multi-Agent via Image-to-Video models a Good Disney Storytelling Artist?--L1+L2+L3VideoReviewer-guided dope-sheet refinement from generated trajectories2026-02
PaperX: A Unified Framework for Multimodal Academic Presentation Generation with Scholar DAGGitHub Stars-L1+L2+L3SlideRendered-slide VLM feedback and content-layout revision2026-02
DeepPresenter: Environment-Grounded Reflection for Agentic Presentation GenerationGitHub StarsDatasetL1+L2+L3SlideOutcome-aware verification and revision2026-02
VisRefiner: Learning from Visual Differences for Screenshot-to-Code Generation--L1+L3UIDifference-aligned training and render-conditioned self-refinement2026-02
ComfySearch: Autonomous Exploration and Reasoning for ComfyUI WorkflowsGitHub Stars-L1+L2+L3ImageValidation-guided graph repair2026-01
GenAgent--L1+L2+L3ImageTrained tool use and reflection2026-01
Vision-as-Inverse-Graphics Agent via Interleaved Multimodal ReasoningGitHub StarsWebsiteL1+L2+L3Image, 3D, WorldCode-render-inspect repair loop2026-01
APEX: Academic Poster Editing Agentic ExpertGitHub Stars-L1+L2+L3Image, EditingRender-review-adjust poster editing2026-01
Agentic RetoucherGitHub Stars-L1+L2+L3Image, EditingDefect localization and retouching2026-01
SciFig: Towards Automating Editable Figure Generation for Scientific Papers-WebsiteL1+L2+L3Image, EditingVLM-guided editable-figure refinement2026-01
PaperBanana: Automating Academic Illustration for AI ScientistsGitHub StarsWebsiteL1+L2+L33DOutcome-aware verification and revision2026-01
DraCo: Draft as CoT for Text-to-Image Preview and Rare Concept GenerationGitHub Stars-L1+L3ImageDraft verification and selective correction2025-12
CoAgent--L1+L2+L3VideoCross-segment consistency agent2025-12
FronTalk: Benchmarking Front-End Development as Conversational Code Generation with Multi-Modal Feedback (AceCoder)GitHub StarsWebsiteL1+L2+L3UIWeb-agent critique and regression-aware regeneration2025-12
Image-POSER--L1+L2+L3Image, EditingReflective expert routing2025-11
ImAgent--L1+L2+L3ImagePolicy-controlled test-time actions2025-11
MIRA: Multimodal Iterative Reasoning Agent for Image Editing--L1+L2+L3Image, EditingOutcome-aware verification and revision2025-11
UI2Code^N: UI-to-Code Generation as Interactive Visual OptimizationGitHub StarsWebsiteL1+L3UIUnified render-inspect-refine model with test-time scaling2025-11
GenPilotGitHub Stars-L1+L2+L3ImageError analysis and prompt refinement2025-10
Hollywood Town-WebsiteL1+L2+L3VideoAdaptive cross-modal workflow2025-10
VISTA: A Test-Time Self-Improving Video Generation Agent-WebsiteL1+L3VideoTest-time video prompt refinement2025-10
PromptSculptor--L1+L2+L3ImageMulti-agent self-evaluation2025-09
Maestro--L1+L2+L3ImageCritic-guided orchestration2025-09
Interleaving Reasoning for Better Text-to-Image GenerationGitHub Stars-L1+L3ImageImage-conditioned textual reflection2025-09
MILRGitHub StarsWebsiteL1+L3ImageTest-time latent search2025-09
CountLoop-WebsiteL1+L3ImageCounting feedback loop2025-08
Uni-CoTGitHub StarsWebsiteL1+L3ImageClosed-loop micro-level visual reevaluation2025-08
A Unified Multi-Agent Framework for Universal Multimodal Understanding and Generation--L1+L2+L3ImageGrowth-aware multimodal search2025-08
An LLM-LVLM Driven Agent for Iterative and Fine-Grained Image Editing--L1+L2+L3Image, EditingOutcome-aware verification and revision2025-08
Talk2Image: A Multi-Agent System for Multi-Turn Image Generation and EditingGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2025-08
AniME--L1+L2+L3VideoAdaptive animation planning2025-08
MAViS--L1+L2+L3VideoExplore-examine-enhance stage loops2025-08
Test-time Prompt Refinement--L1+L3ImageIterative visual diagnosis2025-07
T2I-CopilotGitHub Stars-L1+L2+L3ImageEvaluator-controlled regeneration2025-07
Beyond Simple Edits: X-Planner for Complex Instruction-Based Image Editing-WebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2025-07
PointT2I--L1+L3ImageSemantic feedback on generated pose images2025-06
RATTPOGitHub Stars-L1+L3ImageReward-history prompt search2025-06
VisualPrompterGitHub Stars-L1+L3ImageImage-grounded prompt repair2025-06
AniMaker: Multi-Agent Animated Storytelling with MCTS-Driven Clip GenerationGitHub StarsWebsiteL1+L2+L3VideoMCTS candidate generation and review2025-06
DesignCoder: Hierarchy-Aware and Self-Correcting UI Code Generation with Large Language Models--L1+L2+L3UIHierarchy-aware generation and vision-guided self-correction2025-06
IA-T2I: Internet-Augmented Text-to-Image Generation--L1+L3ImageGenerated-image self-reflection and multi-round regeneration2025-05
ComfyMind: Toward General-Purpose Generation via Tree-Based Planning and Reactive FeedbackGitHub StarsWebsiteL1+L2+L3ImageOutcome-aware verification and revision2025-05
UniGen--L1+L3ImageCandidate verification and selection2025-05
Scenethesis-WebsiteL1+L2+L33DRender-guided scene construction2025-05
Marmot: Object-Level Self-Correction via Multi-Agent Reasoning--L1+L2+L3ImageOutcome-aware verification and revision2025-04
Twin Co-Adaptive Dialogue--L1+L3ImageProgressive dialogue and image updates2025-04
CREA: A Collaborative Multi-Agent Framework for Creative Image Editing and GenerationGitHub StarsWebsiteL1+L2+L3Image, EditingCritic-guided creative image refinement2025-04
ComfyGPT: A Self-Optimizing Multi-Agent System for Comprehensive ComfyUI Workflow GenerationGitHub StarsWebsiteL1+L2+L3ImageExecute-and-refine workflow control2025-03
FoX--L1+L3ImagePlanning, acting, reflection, correction2025-03
ImageRAGGitHub StarsWebsiteL1+L2+L3ImageGeneration-gap-triggered retrieval2025-02
MotionAgentGitHub Stars-L1+L3VideoOptional rendered-video rethinking and motion-control regeneration2025-02
Image CoTGitHub Stars-L1+L3ImageStepwise generation and verification2025-01
PPTAgent: Generating and Evaluating Presentations Beyond Text-to-SlidesGitHub Stars-L1+L2+L3SlideExecution-feedback slide correction2025-01
PASTA: Preference Adaptive and Sequential Text-to-Image Generation-DatasetL1+L3ImageSequential preference feedback2024-12
GenMACGitHub StarsWebsiteL1+L2+L3VideoVerification and correction2024-12
Anim-DirectorGitHub Stars-L1+L2+L3VideoSelf-reflective animation candidate selection2024-08
Kubrick-WebsiteL1+L2+L3Video, 3DScreenshot-guided Blender repair2024-08
GenArtist-WebsiteL1+L2+L3Image, EditingTool tree, verification, and repair2024-07
OPT2I: Improving Text-to-Image Consistency via Automatic Prompt Optimization--L1+L3ImageRendered-score prompt search2024-03
MuLanGitHub Stars-L1+L3ImageProgressive construction2024-02
RPG: Recaptioning, Planning, and Generating with Multimodal LLMsGitHub Stars-L1+L3ImageOptional rendered-image self-refinement2024-01
CompAgent--L1+L3ImageVisual-feedback correction2024-01
Self-correcting LLM-controlled Diffusion ModelsGitHub StarsWebsiteL1+L3ImageRequirement inspection and repair2023-11

Structured and Execution Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
Monte Carlo Tree Search for Table-to-Multimodal Report Generation--L1+L2+L3ImageOutcome-aware verification and revision2026-08
Crayotter: Learning Long-Horizon Video Editing Agents via Group-Relative Preference BackpropagationGitHub Stars-L1+L2+L3Video, EditingOutcome-aware verification and revision2026-08
StateFlow: Building, Evolving, and Accessing 3D World States for Previsualization-WebsiteL1+L2+L33DOutcome-aware verification and revision2026-08
SeaSlides: Semantic Abstraction Layer for Agentic Slide GenerationGitHub StarsWebsiteL1+L2+L3SlideThree-stage slide feedback2026-08
GVR-Coder: A Visual-Feedback Framework for Structured SVG Generation in Complex Document and Meeting Scenarios--L1+L2+L3ImageOutcome-aware verification and revision2026-07
SimWorlds: A Multi-Agent System for Dynamic 3D Scene Creation-WebsiteL1+L2+L33DRuntime-state and render-verified 4D scene construction2026-07
Engine-Native Editable 3D World Reconstruction with Objects and Lighting--L1+L2+L33D, EditingOutcome-aware verification and revision2026-07
PlanCraft: Sketch, Refine, and Furnish for Architect-Inspired Progressive 3D Residential Scene Generation--L1+L2+L33DOutcome-aware verification and revision2026-07
ETPDesigner: Multi-Agent Orchestration for Interactive Multimodal Electronic Theater Program--L1+L2+L3ImageVLM-judged poster optimization and style-anchored assembly2026-07
OmniPresent: Generating Coherent Presentation Suites from Scientific Papers-WebsiteL1+L2+L3SlideCross-artifact verify-and-repair2026-07
CrayotterGitHub Stars-L1+L2+L3Video, EditingTraceable iterative workflow2026-06
MUSE: Agentic 3D Scene Authoring via Memory-Grounded Incremental Requirement Satisfaction-WebsiteL1+L2+L33DWithin-project requirement state and verified local editing2026-06
HDSL: A Hierarchical Domain-Specific Language for Structured 3D Indoor Scene Generation and Localized Editing with LLM Agents--L1+L2+L33D, EditingGenerate-verify-revise control over a hierarchical scene language2026-06
Global-Local Monte Carlo Tree Search in Vision-Language Models for Text-to-3D Indoor Scene GenerationGitHub Stars-L1+L2+L33DOutcome-aware verification and revision2026-06
Any2Poster: Any-Source Poster Generation Across Modalities and DomainsGitHub StarsWebsiteL1+L2+L3ImageVisual-feedback poster refinement2026-06
Articraft: An Agentic System for Scalable Articulated 3D Asset GenerationGitHub StarsWebsiteL1+L2+L33DAsset validation feedback2026-05
ReCA: Multi-Shot Long Video Extrapolation via Recursive Context AllocationGitHub (announced)WebsiteL1+L2+L3VideoRecursive context allocation and state refresh2026-05
SceneCode: Executable World Programs for Editable Indoor Scenes with Articulated ObjectsGitHub StarsWebsiteL1+L2+L3World, EditingExecution-guided program repair2026-05
DIRECT: Video Mashup Creation via Hierarchical Multi-Agent Planning and Intent-Guided EditingGitHub Stars-L1+L2+L3Video, EditingOutcome-aware verification and revision2026-04
GLANCE: A Global-Local Coordination Multi-Agent Framework for Music-Grounded Non-Linear Video EditingGitHub Stars-L1+L2+L3Video, EditingOutcome-aware verification and revision2026-04
Authoring for Living Worlds: Tool-Constrained LLM Agents for Executable Multi-Actor Scenarios--L1+L2+L3WorldSimulator-state-checked scenario revision2026-04
Cutscene Agent: An LLM Agent Framework for Automated 3D Cutscene Generation-WebsiteL1+L2+L33DScene-state and visual feedback loop2026-04
Automatic Slide Updating with User-Defined Dynamic Templates and Natural Language Instructions (SlideAgent)GitHub Stars-L1+L2+L3Slide, EditingPerception-reasoning-execution slide loop2026-04
COMIC: Agentic Sketch Comedy GenerationGitHub StarsWebsiteL1+L2+L3ImageCritic-guided evolutionary selection2026-03
CutClawGitHub Stars-L1+L2+L3Video, EditingHours-long timeline control2026-03
MANSION: Multi-floor lANguage-to-3D Scene generatIOn for loNg-horizon tasks-DatasetL1+L2+L33DThink-verify-act task-semantic scene provisioning2026-03
Mind-of-Director: Multi-modal Agent-Driven Film Previsualization via Collaborative Decision-Making--L1+L2+L3Video, 3DEngine-validated camera and scene refinement2026-03
Learning to Present: Inverse Specification Rewards for Agentic Slide GenerationGitHub StarsDatasetL1+L2+L3SlideReview-guided slide editing in a sequential tool environment2026-03
Educational Video Generation with an LLM-Based Multi-Agent SystemGitHub StarsWebsiteL1+L2+L3VideoCompilation- and critique-guided executable-video repair2026-02
T2VTree: User-Centered Visual Analytics for Agent-Assisted Thought-to-Video Authoring--L1+L2+L3VideoOutcome-aware verification and revision2026-02
I2E: From Image Pixels to Actionable Interactive Environments for Text-Guided Image Editing-WebsiteL1+L2+L3World, EditingOutcome-aware verification and revision2026-01
AutoMVGitHub StarsWebsiteL1+L2+L3VideoVerifier-routed music-video generation2025-12
PPTArena: A Benchmark for Agentic PowerPoint Editing (PPTPilot)GitHub StarsWebsiteL1+L2+L3Slide, EditingPlan-edit-check loop with programmatic and XML tools2025-12
WebVIA: A Web-based Vision-Language Agentic Framework for Interactive and Verifiable UI-to-Code GenerationGitHub StarsWebsiteL1+L2+L3UIInteractive exploration and terminal-validation-guided code revision2025-11
EditDuet--L1+L2+L3Video, EditingProposal and critique2025-09
Auto-Slides: An Interactive Multi-Agent System for Creating and Customizing Research PresentationsGitHub StarsWebsiteL1+L2+L3SlideMulti-agent planning, verification, repair, and interactive refinement2025-09
Agentic 3D Scene Generation-WebsiteL1+L2+L33DSpatial reasoning and rendered-view inspection2025-05
Talk to Your Slides: High-Efficiency Slide Editing via Language-Driven Structured Data ManipulationGitHub Stars-L1+L2+L3Slide, EditingExecution-error-triggered object-model repair and retry2025-05
PreGenie: An Agentic Framework for High-quality Visual Presentation Generation--L1+L2+L3SlideRendered-slide review and regeneration2025-05
LayerCraftGitHub Stars-L1+L3ImageLayered integration and revision2025-04
FilmAgentGitHub StarsWebsiteL1+L2+L3Video, 3DDirector feedback and script revision2025-01
LAVE-WebsiteL1+L2+L3Video, EditingTimeline state and user revision2024-02

Physical and Constraint Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
iARCS: Iterative Agentic RL for Controllable 3D Scene Generation--L1+L2+L33DOutcome-aware verification and revision2026-08
Agentic Designer: Progressive Multi-Agent Collaboration for Structure-Aware Interior Layout Generation--L1+L33DConstraint-verified layout refinement2026-07
MAGIC: Transition-Aware Generation of Navigable Multi-Scene Game Worlds with Large Language ModelsGitHub Stars-L1+L2+L3WorldConstraint-violation and reachability-guided world repair2026-07
GS-Agent: Creating 4D Physical Worlds With Generative Simulation-WebsiteL1+L2+L3WorldOutcome-aware verification and revision2026-07
NEWTON: Agentic Planning for Physically Grounded Video GenerationGitHub StarsWebsiteL1+L2+L3VideoPhysics-aware tool planning, verification, and iterative replanning2026-05
PhysCodeBench: Benchmarking Physics-Aware Symbolic Simulation of 3D Scenes via Self-Corrective Multi-Agent Refinement--L1+L2+L33DOutcome-aware verification and revision2026-04
PhyScensis: Physics-Augmented LLM Agents for Complex Physical Scene Arrangement-WebsiteL1+L2+L33D, WorldPhysics-solver feedback2026-02
SAGE: Scalable Agentic 3D Scene Generation for Embodied AIGitHub StarsWebsiteL1+L2+L33DVisual and physics critic loop2026-02
SceneSmith: Agentic Generation of Simulation-Ready Indoor ScenesGitHub StarsWebsiteL1+L2+L33D, WorldDesigner-critic scene refinement2026-02
World Craft: Agentic Framework to Create Visualizable Worlds via Text--L1+L2+L3WorldConstraint-checked world-layout correction2026-01
MoReGen--L1+L2+L3Video, 3DSimulator code and physical checking2025-12
VideoAgentGitHub StarsWebsiteL1+L3VideoEnvironment-feedback planning2024-10

Human Review Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
CoGen3D: An Agentic Human-AI Co-Design Pipeline for 3D Asset Generation for Virtual Reality--L1+L2+L33DHuman-confirmed concept refinement before 3D generation2026-07
OrchestrXR: A Multi-Agent System for Idea-to-Prototype XR Study Authoring--L1+L2+L3WorldUser-reviewed patch-and-revise XR authoring2026-07
From Idea to Co-Creation: A Planner-Actor-Critic Framework for Agent Augmented 3D Modeling--L1+L2+L33DOutcome-aware verification and revision2026-01
Promptify: Interactive Prompt Exploration with Large Language ModelsGitHub Stars-L1+L3ImageCandidate-driven user feedback2023-04

Back to top

L4: Experience-Adaptive Control

L4 controllers retain completed-task experience that changes decisions on later independent tasks. The categories follow the persistent carrier: capability and tool profiles, episodic and user memory, reusable procedures and skills, executable workflows and harnesses, or policy and model updates.

Capability and Tool Profiles

PaperGitHubWebsitePathModalityPersistent adaptationDate
GenRouter: Unified Workflow Routing for Agentic Image GenerationGitHub Stars-L1+L2+L3+L4ImageCross-task memory or skill evolution2026-08
OctoT2IGitHub Stars-L1+L2+L3+L4ImageEvolving generator capability profiles2026-06
PerfGuard: A Performance-Aware Agent for Visual Content GenerationGitHub Stars-L1+L2+L3+L4ImageExecution-ranked tool preference updates2026-01
DiffusionAgentGitHub StarsWebsiteL1+L2+L3+L4ImageHuman-feedback-updated expert advantage database2024-01

Episodic and User Memory

PaperGitHubWebsitePathModalityPersistent adaptationDate
MemoGenGitHub Stars-L1+L3+L4ImageCross-task episodic experience2026-06
MemSlides: A Hierarchical Memory Driven Agent Framework for Personalized Slide Generation with Multi-turn Local RevisionGitHub StarsWebsiteL1+L2+L3+L4SlideCross-task memory or skill evolution2026-06
Action Agent: Agentic Video Generation Meets Flow-Constrained Diffusion--L1+L2+L3+L4VideoCross-task navigation-generation memory2026-05
BrandFusion-WebsiteL1+L2+L4VideoUser-feedback experience pool for later brand-integration strategies2026-03
UniVAGitHub StarsWebsiteL1+L2+L3+L4VideoPersistent trajectory and user-preference memory for later workflows2025-11

Reusable Procedures and Skills

PaperGitHubWebsitePathModalityPersistent adaptationDate
ManimAgent: Self-Evolving Multimodal Agents for Visual Education--L1+L2+L3+L4ImageCross-task memory or skill evolution2026-06
Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution--L1+L2+L3+L4Image, EditingCross-task memory or skill evolution2026-06
GenEvolveGitHub StarsWebsiteL1+L2+L3+L4Image, EditingVisual experience distillation into skills2026-05
SimWorld Studio: Automatic Environment Generation with Evolving Coding Agent for Embodied Agent Learning--L1+L2+L3+L4WorldCross-task memory or skill evolution2026-05
EvoDiagram: Agentic Editable Diagram Creation via Design Expertise Evolution--L1+L2+L3+L4Image, EditingCross-task memory or skill evolution2026-04
SceneCraft--L1+L2+L3+L43DCross-query spatial skill library2024-03

Executable Workflows and Harnesses

PaperGitHubWebsitePathModalityPersistent adaptationDate
AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic DesignGitHub StarsWebsiteL1+L2+L3+L4ImageCross-task memory or skill evolution2026-08
AVA-Encoder: Towards Agent-Native Video Representation LearningGitHub StarsWebsiteL1+L2+L3+L4VideoSelf-evolving film-representation program2026-08
COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation WorkflowsGitHub Stars-L1+L2+L3+L4ImageCross-task memory or skill evolution2026-07
VideoWeaverGitHub Stars-L1+L2+L3+L4VideoEvaluation and evolution of workflow skills2026-06
Automatic Method Illustration Generation for AI Scientific Papers via Drawing Middleware Creation, Evolution, and Orchestration--L1+L2+L3+L4ImageReusable drawing-middleware evolution2026-03

Policy and Model Updates

PaperGitHubWebsitePathModalityPersistent adaptationDate
Clarify Before Executing: A Self-Evolving Agent for Resolving Intent Asymmetry in 3D Tool OrchestrationGitHub StarsDatasetL1+L2+L3+L43DClarification-policy evolution from completed interactions2026-07
SymbOmni: Evolving Agentic Omni Models via Symbolic Concept LearningGitHub StarsWebsiteL1+L2+L3+L4ImageCross-task memory or skill evolution2026-07
SPIRAL-WebsiteL1+L2+L3+L4Video, WorldCritic-trajectory post-training2026-03
SIDiffAgent--L1+L3+L4ImageSelf-improving generation behavior2026-02
JarvisEvo: Towards a Self-Evolving Photo Editing Agent with Synergistic Editor-Evaluator Optimization-WebsiteL1+L2+L3+L4Image, EditingSynergistic editor-evaluator evolution2025-11

Back to top

Evaluation, Benchmarks, and Reward Models

These resources evaluate outputs, trajectories, controllers, or supporting signals. A stand-alone evaluator is not assigned an agenticity level. When an agent uses its feedback to choose a new generation action, the complete system may qualify as L3 or L4.

Causal evaluation of agentic visual generation across L0-L4

Figure 9. Causal evaluation of agentic visual generation.
Vector PDF

Agent and trajectory evaluation

ResourceGitHubWebsiteScopeTypeDate
3DCodeBench: Benchmarking Agentic Procedural 3D Modeling Via CodeGitHub StarsWebsiteProcedural 3D modeling via codeAgent benchmark2026-06
A Unified Agentic Framework for Evaluating Conditional Image GenerationGitHub Stars-Image generationEvaluator orchestration2025-04
ActVideoGen-Bench-WebsiteLong-horizon action-conditioned videoAgent benchmark2026-03
AgentGen-Bench (SearchGen)GitHub StarsWebsiteSearch-intensive and no-search image promptsKnowledge-grounded generation benchmark2026-07
AgenticVBench: Can AI Agents Complete Real-World Post-Production Tasks?GitHub StarsWebsiteReal-world video post-productionAgent benchmark2026-05
AtelierEval--Human and LLM promptersPrompter evaluation2026-05
CineBench--Cinematic compilationAgent benchmark2026-04
DirectorBench: Diagnosing Long-Form Video Generation with Personalized Multi-Agent EvaluationGitHub StarsDatasetLong-form video generationMulti-agent evaluator2026-05
Draw ALL Your ImagineGitHub Stars-Complex image instructionsBenchmark and iterative agent framework2025-05
IA-Bench--Planning, reasoning, search, and memory in image generationAgent benchmark2026-06
MSVE-Bench and NB-QGitHub (announced)Website3–5 minute multi-shot video extrapolationBenchmark and source-grounded protocol2026-05
SynthSeg-Agents--Synthetic data for segmentationDownstream task evaluation2025-12
UniVA-BenchGitHub StarsWebsiteMulti-step video workflowsAgent benchmark2025-11

Output benchmarks and evaluators

ResourceGitHubWebsiteModalityFocusDate
AIGVE-MACS-WebsiteVideoMulti-aspect comments and scores2025-07
EvalCrafterGitHub StarsWebsiteVideoHuman-aligned video evaluation2023-10
GenEvalGitHub Stars-ImageObject, count, color, and position2023-10
MME-UnifyGitHub StarsWebsiteImageUnified understanding and generation2025-04
Multi-Modal Language Models as Text-to-Image Model Evaluators--ImageMLLM-based evaluation2025-05
T2I-CompBench-WebsiteImageCompositional text-image alignment2023-07
VBenchGitHub StarsWebsiteVideoAppearance and temporal quality2023-11
VideoArgus: Agentic Rubric-Grounded Unified Evaluation for Video Generation and EditingGitHub StarsWebsiteVideo generation and editingRubric-grounded evaluator2026-08
VisEditBench: Can Vision-Language Models Edit Visualization Code from Multimodal Feedback?GitHub Stars-Visualization-code editing from multimodal feedbackEditing benchmark2026-08

Slide and user-interface benchmarks

ResourceGitHubWebsiteModalityFocusDate
Automatic Slide Updating with User-Defined Dynamic Templates and Natural Language Instructions (DynaSlide)GitHub Stars-SlideDynamic slide-update benchmark2026-04
DECKBench: Benchmarking Multi-Agent Frameworks for Academic Slide Generation and EditingGitHub StarsDatasetSlide generation and editingMulti-agent benchmark2026-02
Design2Code: Benchmarking Multimodal Code Generation for Automated Front-End EngineeringGitHub StarsWebsiteUIScreenshot-to-code visual fidelity2024-03
FronTalk: Benchmarking Front-End Development as Conversational Code Generation with Multi-Modal FeedbackGitHub StarsWebsiteUIMulti-turn text and visual feedback2025-12
PPT-Eval: A Benchmark for Computer-Use Agents on PowerPoint Tasks-WebsiteSlidePartial-credit task completion, aesthetic penalties, and feedback2026-06
PPTArena: A Benchmark for Agentic PowerPoint EditingGitHub StarsWebsiteSlideIn-place editing across real PowerPoint decks2025-12
PPTBench: Towards Holistic Evaluation of Large Language Models for PowerPoint Layout and Design Understanding--SlideDetection, understanding, modification, and generation2025-12
PresentBench: A Fine-Grained Rubric-Based Benchmark for Slide GenerationGitHub StarsWebsiteSlideInstance-specific checklist evaluation2026-03
Talk to Your Slides: High-Efficiency Slide Editing via Language-Driven Structured Data Manipulation (TSBench)GitHub Stars-SlideHuman-authored slide-editing instructions2025-05
Vision2Web: A Hierarchical Benchmark for Visual Website Development with Agent VerificationGitHub StarsWebsiteUIStatic, interactive, and full-stack visual website development2026-03

Reward models, verifiers, and preference data

ResourceGitHubWebsiteScopeRoleDate
Customized Reward Models for Text-to-Image GenerationGitHub Stars-Text-to-imageRequest-specific reward2025-07
Generative Universal VerifierGitHub StarsWebsiteMultimodal generationGenerative verification2025-10
ImageRewardGitHub Stars-Text-to-imageGeneral preference reward2023-04
Personalized Reward Modeling for Text-to-Image Generation--Text-to-imageUser-conditioned reward2025-11
Pick-a-PicGitHub Stars-Text-to-imagePairwise preference dataset2023-05
Unified Multimodal Chain-of-Thought Reward Model-WebsiteMultimodal generationReasoning-based reward2025-05

Back to top

Supporting Components: the L0 Boundary

L0 is an inclusion boundary, not an agent category. The following systems are important generators, editors, retrieval modules, or optimization methods, but their fixed execution rules do not give a controller any generation-level decisions by themselves.

Supporting componentGitHubWebsiteModalityWhy it is outside L1-L4Date
AeSlides: Incentivizing Aesthetic Layout in LLM-Based Slide Generation via Verifiable RewardsGitHub StarsWebsiteSlideTrains a slide generator with layout rewards but no inference-time control trajectory2026-04
Ask, Solve, Generate: Self-Evolving Unified Multimodal Understanding and Generation via Self-Consistency RewardsGitHub StarsWebsiteImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-06
Audio-Visual Flamingo: Open Audio-Visual Intelligence for Long and Complex VideosGitHub StarsWebsiteVideoAudio-visual understanding and reasoning model; does not generate or edit visual artifacts2026-07
AVI-Edit-WebsiteEditingFixed editing pipeline2025-12
DALL-E 2--ImageFixed conditional generator2022-04
DALL-E 3--ImageFixed conditional generator2023-09
DataEvolver: Self-Evolving Multi-Agent Data Construction for Text-Rich Image GenerationGitHub Stars-ImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-06
DPOKGitHub Stars-ImageOptimizes a generator rather than a generation-level controller2023-05
DreamFusion-Website3DFixed optimization pipeline2022-09
DreamGaussianGitHub StarsWebsite3DFixed optimization pipeline2023-09
FrontCoder: Scaling Visual Fidelity in Front-End Code GenerationGitHub Stars-UITrains a one-shot frontend code generator without inference-time control2026-07
GLIDEGitHub Stars-ImageFixed conditional generator2021-12
Imagen-WebsiteImageFixed conditional generator2022-05
Imagen Video-WebsiteVideoFixed conditional generator2022-10
InstructPix2PixGitHub StarsWebsiteEditingFixed single-pass editor2022-11
JAVEDIT: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation-DatasetVideo, EditingFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-06
Latent DiffusionGitHub Stars-ImageFixed conditional generator2021-12
Lumiere-WebsiteVideoFixed conditional generator2024-01
Magic3D-Website3DFixed optimization pipeline2022-11
Make-A-Video--VideoFixed conditional generator2022-09
ModelScopeT2V-WebsiteVideoFixed conditional generator2023-08
OSPO: Object-Centric Self-Improving Preference Optimization for Text-to-Image GenerationGitHub Stars-ImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2025-06
Parti-WebsiteImageFixed conditional generator2022-06
Re-Imagen--ImageFixed retrieval and generation pipeline2022-09
ReasonGen-R1: CoT for Autoregressive Image generation models through SFT and RLGitHub StarsWebsiteImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2025-05
Reward-InstructGitHub Stars-ImageOptimizes a generator rather than a generation-level controller2025-03
ScaleEdit-12M: Scaling Open-Source Image Editing Data Generation via Multi-Agent FrameworkGitHub StarsDatasetImage, EditingFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-03
SDXLGitHub Stars-ImageFixed conditional generator2023-07
Show-1GitHub StarsWebsiteVideoFixed conditional generator2023-09
SmartEdit-WebsiteEditingSingle-pass editor2023-12
T2I-R1: Reinforcing Image Generation with Collaborative Semantic-level and Token-level CoTGitHub Stars-ImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2025-05
TokenFlowGitHub StarsWebsiteEditingFixed editing pipeline2023-07
Tune-A-VideoGitHub StarsWebsiteEditingFixed editing pipeline2022-12
Video Diffusion Models-WebsiteVideoFixed conditional generator2022-04
Video LDM-WebsiteVideoFixed conditional generator2023-04
Video-P2P-WebsiteEditingFixed editing pipeline2023-03
WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models-WebsiteVideoFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-08

Back to top

Community

Welcome to join our community to discuss agentic visual generation:

WeChat community QR code

Contact

If you have any suggestions or find this repo helpful, feel free to contact us.

Email: yinminghuang1828@gmail.com, francisshuyuan@gmail.com.

If you find our work useful, please consider giving a star ⭐ to this github repository and citing it ❤️:

@article{huang2026agenticvisualgeneration,
  title={Agentic Visual Generation: From Generative Models to Agentic Control},
  author={Huang, Yinming and Tu, Shuyuan and Yan, Xi and Zhan, Jiahao and Yang, Zihan and Xing, Zhen and Zhang, Hui and Zhang, Tiehua and Jiang, Yu-Gang and Wu, Zuxuan},
  journal={arXiv preprint arXiv:2609.06758},
  year={2026}
}

Contributors

YinmingHuang

9 commits

cenLily

3 commits

Francis-Rings

1 commits

nopnor

1 commits

YinmingHuang/Awesome-agentic-visual-generation-model

Python

59

14 commits

updated Sep 19, 2026

See the code

README

Awesome Agentic Visual Generation

Awesome WeChat Community Discord Community Paper

Agentic Visual Generation: From Generative Models to Agentic Control
Yinming Huang1,2,*, Shuyuan Tu1,*, Xi Yan1,*, Jiahao Zhan4, Zihan Yang1, Zhen Xing3, Hui Zhang1, Tiehua Zhang5, Yu-Gang Jiang1, Zuxuan Wu1,2,†
[1Fudan University; 2Shanghai Innovative Institute; 3Wan Team, Alibaba Tongyi Lab; 4CUHK, MMLab; 5School of Computer Science and Technology, Tongji University]
[*Equal contribution; †Corresponding author]

❤️ If you find our work useful, please consider giving a star ⭐ to this GitHub repository ❤️.

News

  • [2026-09-09]: 🔥 The paper is now available on arXiv.

L0-L4 controller decision-making scope for agentic visual generation

Figure 1. Visual overview of controller decision-making scope.
Vector PDF · arXiv paper

Pull requests are very welcome! Please help us add new papers, official resources, or corrections.

A curated and taxonomy-driven collection of 313 reviewed records spanning the L0 boundary and four controller-capability levels. The repository covers image generation and editing, video generation and editing, slide and user-interface generation, 3D scene construction, and world models.

The primary organization follows one rule: agenticity is determined by the deepest point in a generation trajectory at which the controller can causally change a future generation decision. Modality and mechanism are orthogonal tags. This prevents tool use, multi-agent design, memory, or reinforcement learning from being treated as agenticity levels by themselves.

Contents

Scope and inclusion rule

An agentic visual generation system contains a visual generator or editor and a controller that makes generation-level decisions. In most current systems, an LLM, VLM, or MLLM is the controller and the visual generator is one of its tools. The controller may also be hybrid or internalized in a unified model, but generation capability alone does not establish agenticity.

We classify a system by the highest controller capability demonstrated by the complete method:

  • The action type does not determine the level. A prompt rewrite before generation is L1, while a prompt rewrite caused by inspection of a generated image is L3.
  • Tool use describes the action space. Multi-agent design describes the topology. Reinforcement learning describes a training method. None of them alone determines the level.
  • A paper appears once in L0-L4 according to its maximum demonstrated level. The Path column records the lower-level capabilities that it also contains.
  • L0 records may use agentic machinery during data construction or optimization, but the deployed visual system still follows a fixed rule. Stand-alone evaluators, reward models, benchmarks, and additional foundational components are listed separately.

Controller-capability taxonomy

LevelController capabilityMain questionTypical controlled variables
L0Fixed supportIs the inference path predetermined?Fixed generator, retriever, evaluator, benchmark
L1Conditioning controlWhat declarative specification should be provided to a predetermined visual executor?Prompt, layout, reference, knowledge, storyboard, motion plan
L2Execution controlWhich visual operation should be invoked, how, and when?Generator/editor identity, generation mode, artifact-mutating tool calls, invocation order
L3Outcome-adaptive controlWhat should happen after observing the result?Revision, editing, rerouting, regeneration, stopping
L4Experience-adaptive controlHow should completed trajectories change future decisions?Long-term memory, skill, capability profile, policy

The controller-capability levels form a progression above the L0 boundary:

conditions  ->  execution  ->  current trajectory  ->  future trajectories
    L1              L2                 L3                      L4

Modality tags used below are Image, Editing, Video, Slide, UI, 3D, and World.

The decisive boundary is decision-making scope, not architectural complexity. Multi-agent role decomposition and internal search can remain L1 when they only construct a specification. L2 requires the controller to invoke actual visual generation, editing, rendering, or artifact-mutating operations. L3 additionally requires a causal outcome-to-action link in the current trajectory, and L4 requires a persistent update across independent tasks. See TAXONOMY.md for the decision procedure, counterexamples, and evidence policy.

Representative-paper roadmap across L1-L4

Figure 2. Representative-paper roadmap across the L1-L4 controller levels.
Vector PDF

From L0 Fixed Support to L2 Execution Control

Figure 7. From L0 Fixed Support to L2 Execution Control.
Vector PDF

L0: Fixed Support

L0 Fixed Support marks the inclusion boundary rather than a peer agent level. The organizing axis is support function: generation or retrieval, data or training, evaluation, and the boundary test for fixed pipelines.

Generation and Retrieval Components

Foundational generators, editors, and fixed retrievers are cataloged under Supporting Components: the L0 Boundary.

Data Construction and Training Infrastructure

PaperGitHubWebsitePathModalityPrimary mechanismDate
AgentComp--L0ImageAgentic preference-data construction for a fixed generator2025-12
Gen-n-Val: Agentic Image Data Generation and ValidationGitHub Stars-L0ImageSynthetic-data generation and validation pipeline2025-06

Evaluators and Benchmarks

Standalone evaluators, reward models, and benchmarks are cataloged under Evaluation, Benchmarks, and Reward Models.

Boundary Test for L0 Fixed Support

PaperGitHubWebsitePathModalityPrimary mechanismDate
Presentation Slide Translation and Layout Error Correction by LLMs--L0Slide, EditingFixed candidate generation and selection2026-07
ShareVerse--L0Video, WorldShared generator state without controller action selection2026-03

Back to top

L1: Conditioning Control

L1 controllers construct the generator-facing specification before execution. The categories follow the primary controlled specification: textual prompts, spatial and geometric structure, retrieved evidence, temporal and camera controls, or structured content.

Textual Prompt Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
APE: Agentic Prompt Enhancer for Image Generation and Editing-WebsiteL1Image, EditingPrompt enhancement2026-06
ICG: Improving Cover Image Generation via MLLM-based Prompting and Personalized Preference Alignment--L1ImagePrompting and preference alignment2026-05
ThinkGenGitHub Stars-L1ImageMLLM instruction construction for a fixed diffusion transformer2025-12
TIPO: Text to Image with Text Presampling for Prompt OptimizationGitHub Stars-L1ImagePrompt expansion2024-11
DiffChat: Learning to Chat with Text-to-Image Synthesis ModelsGitHub Stars-L1ImageInstruction-conditioned prompt modification2024-03
POSI: Universal Prompt Optimizer for Safe Text-to-Image Generation--L1ImageSafety-aware prompt optimization2024-02
MGIE: Guiding Instruction-based Image Editing via Multimodal LLMsGitHub StarsWebsiteL1EditingExpressive edit instruction2023-09
Promptist: Optimizing Prompts for Text-to-Image GenerationGitHub StarsWebsiteL1ImageLearned prompt policy2022-12

Spatial and Geometric Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
DAC-Pose: Dual-Agent Collaborative Framework for Pose-Guided Human Generation--L1ImageCondition construction and planning2026-08
NaLA: A 3D Native LLM Layout Agent for High-quality 3D Scene GenerationGitHub StarsWebsiteL13DCondition construction and planning2026-06
LLMControl--L1ImageGrounded controls2025-07
GoT: Reasoning for Visual Generation and EditingGitHub Stars-L1Image, EditingGeneration-oriented reasoning2025-03
Region-Aware Text-to-Image Generation via Hard Binding and Soft RefinementGitHub Stars-L1ImageRegion binding2024-11
LLM BlueprintGitHub Stars-L1ImageStructured scene description2023-10
LayoutGPTGitHub StarsWebsiteL1Image, 3DLayout planning2023-05
LLM-grounded DiffusionGitHub StarsWebsiteL1ImageBounding-box planning2023-05

Retrieved Evidence Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
One Image is All You Need: Agentic One-Shot Image Generation via Text-Based World Models for Long-Tail Spatial Perception--L1Image, WorldCondition construction and planning2026-06
Gen-SearcherGitHub StarsWebsiteL1Image, WorldLearned search for generation context2026-03
Open Multimodal Retrieval-Augmented Factual Image GenerationGitHub StarsWebsiteL1ImageCondition construction and planning2025-10
World-to-ImageGitHub Stars-L1Image, WorldAgent-driven knowledge grounding2025-10
Cross-modal RAGGitHub Stars-L1ImageSub-dimensional retrieval2025-05
RealRAGGitHub Stars-L1ImageSelf-reflective retrieval training2025-02
When Cultures Meet: Multicultural Text-to-Image GenerationGitHub Stars-L1ImageCondition construction and planning2025-02

Temporal and Camera Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
AgentHOI: Multi-Agent Reasoning for Human-Object-Interaction Video Generation via Implicit Representation AlignmentGitHub Stars-L1VideoCondition construction and planning2026-07
CinemaTraj: Composing Atomic Camera Trajectories for 3D Scenes with LLM Agents-WebsiteL1VideoCondition construction and planning2026-07
TempAct: Advancing Temporal Plausibility in Autoregressive Video Generation via Planner-Executor RLGitHub StarsWebsiteL1VideoCondition construction and planning2026-06
OmniDrive: An LLM-Choreographed Multi-Agent World Model with Unified Latent Co-Compression for Multi-View Driving Video Generation--L1VideoMulti-role world-script and layout conditioning2026-06
CogPortrait: Fine-Grained Eye-Region Control in Portrait Animation via Hierarchical Agent Planning--L1VideoCondition construction and planning2026-05
AuroraGitHub StarsWebsiteL1Video, EditingText, reference, and spatial conditioning for a fixed editor2026-05
Lighting-grounded Video Generation with Renderer-based Agent Reasoning-WebsiteL1Video3D-rendered video conditioning2026-04
Camera Artist--L1VideoRecursive shot and cinematic-language conditioning2026-04
CineAGI: Character-Consistent Movie Creation through LLM-Orchestrated Multi-Modal Generation and Cross-Scene Integration--L1VideoCinematic-blueprint and character-consistency conditioning2026-04
Sima 1.0: A Collaborative Multi-Agent Framework for Documentary Video Production--L1VideoFixed multi-stage documentary specifications2026-04
ShotVerseGitHub StarsWebsiteL1VideoMulti-shot camera planning2026-03
InfinityStory: Unlimited Video Generation with World Consistency and Character-Aware Shot Transitions--L1VideoHierarchical narrative and transition conditioning2026-03
Captain Cinema: Towards Short Movie Generation-WebsiteL1VideoKeyframe planning and long-context conditioning2025-07
MovieAgentGitHub StarsWebsiteL1VideoHierarchical script, scene, and shot conditioning2025-03
VideoGen-of-ThoughtGitHub StarsWebsiteL1VideoShot and identity planning2024-12

Structured Content Specifications

PaperGitHubWebsitePathModalityPrimary mechanismDate
S2ED: From Story to Executable Descriptions for Consistency-Aware Story Illustration--L1ImageCondition construction and planning2026-05
MangaFlow: An End-to-End Agentic Framework for Controllable Story to Manga Generation--L1ImageStory-section, layout, and reference conditioning2026-05
CANVAS: Continuity-Aware Narratives via Visual Agentic Storyboarding-WebsiteL1ImageCondition construction and planning2026-04
Agentic Planning with Reasoning for Image Styling via Offline RL-DatasetL1ImageCondition construction and planning2026-03
Think-Then-Generate: Reasoning-Aware Text-to-Image Diffusion with LLM EncodersGitHub Stars-L1ImageCondition construction and planning2026-01
SlideTailor: Personalized Presentation Slide Generation for Scientific PapersGitHub Stars-L1SlidePreference-distilled slide and layout specification2025-12
Collaborative Text-to-Image Generation via Multi-Agent Reinforcement Learning--L1ImageDomain-specialized prompt enrichment and fixed parallel image fusion2025-10
PosterGen: Aesthetic-Aware Multi-Modal Paper-to-Poster Generation via Multi-Agent LLMsGitHub StarsWebsiteL1ImageContent, layout, and style specification2025-08
ScreenCoder: Advancing Visual-to-Code Generation for Front-End Automation via Modular Multimodal AgentsGitHub Stars-L1UIGrounded hierarchy and code specification2025-07
MCCD--L1ImageFeedback-refined compositional scene conditioning2025-05
MM-StoryAgentGitHub Stars-L1Image, VideoStory, role, and modality-specific prompt conditioning2025-03

Back to top

L2: Execution Control

L2 controllers select and invoke actual visual operations before observing their outcomes. The categories follow the primary executable object: model and tool operations, image and structured-graphic operations, video and audiovisual operations, document and interface operations, or 3D, CAD, and world operations.

Model and Tool Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation (SearchGen)GitHub StarsWebsiteL1+L2Image, WorldSelective image/web search, evidence filtering, and prompt integration2026-07
Boogu-Image-0.1: Boosting Open Agentic Multimodal Generation via Understanding under a Minimal BudgetGitHub StarsWebsiteL1+L2ImageTool and workflow orchestration2026-07
GenClaw: Code-Driven Agentic Image GenerationGitHub Stars-L1+L2ImageCode-driven canvas operations2026-05
Mind-BrushGitHub Stars-L1+L2Image, Editing, WorldSearch/reasoning routing and generation/editing mode selection2026-02
LLM-I: LLMs are Naturally Interleaved Multimodal CreatorsGitHub Stars-L1+L2ImageSearch, generation, code, and editing tools2025-09
ComfyUI-Copilot: An Intelligent Assistant for Automated Workflow DevelopmentGitHub Stars-L1+L2ImageTool and workflow orchestration2025-06
ComfyUI-R1: Exploring Reasoning Models for Workflow GenerationGitHub Stars-L1+L2ImageTool and workflow orchestration2025-06
Policy Optimized Text-to-Image Pipeline Design--L1+L2ImageGenerator and processing-block selection2025-05
Visual ChatGPTGitHub Stars-L1+L2Image, EditingVisual foundation model orchestration2023-03

Image and Structured-Graphic Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
SceneCraft: Interactive System for Image Editing via Scene Graph--L1+L2Image, EditingUser-directed graph editing and model dispatch2026-06
ImageEdit-R1: Boosting Multi-Agent Image Editing via Reinforcement LearningGitHub Stars-L1+L2Image, EditingLearned decomposition, sequencing, and open-loop edit execution2026-03
MiLDEdit: Reasoning-Based Multi-Layer Design Document Editing--L1+L2Image, EditingTool and workflow orchestration2026-01
From Pixels to Paths: A Multi-Agent Framework for Editable Scientific IllustrationGitHub Stars-L1+L2Image, EditingTool and workflow orchestration2025-10
Image Editing as Programs with Diffusion ModelsGitHub StarsWebsiteL1+L2EditingAtomic editing-program execution2025-06
Visual Programming for Text-to-Image Generation and EvaluationGitHub StarsWebsiteL1+L2ImageExecutable visual program2023-05

Video and Audiovisual Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine SystemGitHub Stars-L1+L2Video, 3DExecutable Blender simulation and draft-conditioned video editing2026-07
VideoAgent: All-in-One Framework for Video Understanding and EditingGitHub Stars-L1+L2Video, EditingTool and workflow orchestration2026-06
ViMaxGitHub Stars-L1+L2VideoMulti-role video workflow with best-of-k quality selection2026-06
CineAgents--L1+L2Video, EditingNarrative-memory-grounded blueprint and one-pass tool assembly2026-04
A Versatile Multimodal Agent for Multimedia Content Generation--L1+L2Image, VideoTool and workflow orchestration2026-01
The Script is All You Need: An Agentic Framework for Long-Horizon Dialogue-to-Cinematic Video GenerationGitHub StarsWebsiteL1+L2VideoTool and workflow orchestration2026-01
Text-Driven Reasoning Video Editing via Reinforcement Learning--L1+L2Video, EditingReason-then-edit execution2025-11
Long-Video Audio Synthesis with Multi-Agent CollaborationGitHub StarsWebsiteL1+L2VideoAudio workflow orchestration2025-03
VisAgent--L1+L2ImageNarrative visualization workflow2025-03
StoryAgent--L1+L2Image, VideoStoryboard and character workflow2024-11
DreamFactory--L1+L2VideoMulti-scene workflow2024-08
MoraGitHub Stars-L1+L2VideoMulti-agent video modules2024-03

Document and Interface Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
TVIR: Building Deep Research Agents Towards Text-Visual Interleaved Report GenerationGitHub StarsWebsiteL1+L2ImageTool and workflow orchestration2026-06
PresentAgent-2: Towards Generalist Multimodal Presentation AgentsGitHub StarsWebsiteL1+L2SlideTool and workflow orchestration2026-05

3D, CAD, and World Operations

PaperGitHubWebsitePathModalityPrimary mechanismDate
CADIR: A Cross-Backend Editable Intermediate Representation for Agentic CAD Generation--L1+L23D, EditingTool and workflow orchestration2026-08
Unify-AgentGitHub Stars-L1+L2Image, WorldSearch-grounded generation orchestration2026-03
AutoUE: Automated Generation of 3D Games in Unreal Engine via Multi-Agent SystemsGitHub Stars-L1+L23DTool and workflow orchestration2026-03
Vinedresser3D: Agentic Text-guided 3D Editing--L1+L23D, EditingView selection and 3D editing orchestration2026-02
3D Space as a Scratchpad for Editable Text-to-Image Generation-WebsiteL1+L23D, Editing3D scratchpad tool orchestration2026-01

Back to top

L3: Outcome-Adaptive Control

L3 controllers use an observed result to change a later generation action within the current task. The categories follow the decisive feedback source: perceptual outcomes, structured and execution state, physical constraints, or explicit human review.

Perceptual Outcome Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
Beyond Starry Night: Shortcut-Aware Control-State Planning for Artist-Grounded Text to Image Generation--L1+L3ImageExecute-evaluate-reflect prompt correction2026-08
VisPuzzle: Task-Aware Composite Visualization ConstructionGitHub StarsDatasetL1+L2+L3ImageOutcome-aware verification and revision2026-08
ParticleGen: A Multi-Agent System for Particle Effects Generation--L1+L2+L3Video, 3DRendered particle-effect feedback2026-08
ToolArtist: Tool-Using Unified Multimodal Models for Agentic Image GenerationGitHub StarsDatasetL1+L2+L3Image, WorldUnified search, native drawing, inspection, and revision2026-08
Domain-Grounded Candidate Selection for Agentic Image Editing: A Shadow Removal Case--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-08
DrawAI: Agentic Benchmark and Workflow for Making Raster Images EditableGitHub StarsWebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2026-08
What to Edit Next: Visually Aligned Image-Editing Follow-Up Suggestions in Conversational Systems--L1+L3Image, EditingCurrent-image-conditioned follow-up edit policy2026-08
Beyond Trial-and-Error: Agentic Optimization for Image-to-Video Adherence--L1+L2+L3VideoOutcome-aware verification and revision2026-08
WorldClaw: Agentic 3D Open-World Generation at Scale-WebsiteL1+L2+L33DRender-based 3D world refinement2026-08
PosterMELD: Multi-Agent Paper-to-Poster Generation for Controllable Design Diversity with Editable Print-Ready OutputsGitHub StarsWebsiteL1+L2+L3Image, EditingVLM-routed poster repair2026-08
PRISM: Prompt Refinement via Image-grounded Self-rewarding Mechanism for Text-to-Image Generation-CodeL1+L2+L3ImageOutcome-aware verification and revision2026-07
JarvisHub: An Open Harness for Canvas-Native Multimodal Creative AgentsGitHub StarsWebsiteL1+L2+L3ImageCanvas-state inspection, feedback-guided revision, and recovery2026-07
Knowledge-Centric Agents for Workflow Generation in ComfyUI--L1+L2+L3ImageWorkflow self-refinement2026-07
PairCoder++: Pair Programming as a Universal Paradigm for Verified Code-Driven Multimodal and Structured-Artifact GenerationGitHub StarsWebsiteL1+L2+L3ImageOutcome-aware verification and revision2026-07
CanvasAgent: Enabling Complex Image Creation and Editing via Visual Tool Orchestration-DatasetL1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
Cognitive-structured Multimodal Agent for Multimodal Understanding, Generation, and EditingGitHub StarsWebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
GMO-E$^2$DIT: Grounded Multi-Operation Editing for E-Commerce Images--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
SAGE: Structured Agentic Graph Editing for Software DiagramsGitHub Stars-L1+L2+L3Image, EditingStructured diagram validation and repair2026-07
What Can I Edit? Open-Ended Strategy Discovery and the Emotion Editability Landscape--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-07
FilmWorld: Agentic Novel-to-Film Generation through Dynamic Cinematic World ModelingGitHub StarsWebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-07
PhysAgent: Reflective Agentic Physics Control for Physically Plausible Video GenerationGitHub StarsWebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-07
Exploring Agentic Workflows for Generating High Quality Math Visual Aids--L1+L2+L3ImageVLM-reviewed visual-aid refinement2026-07
RS-Gen: A Multi-Stage Agentic Framework for Reasoning and Search-Augmented Image Generation--L1+L2+L3ImageAdaptive routing and generate-verify-correct loop2026-06
MetaPoint--L1+L3ImageGenerate-reflect-execute spatial correction2026-06
Qwen-Image-Agent--L1+L2+L3Image, WorldSearch, memory, editing, and feedback2026-06
InterleaveThinker: Reinforcing Agentic Interleaved GenerationGitHub StarsWebsiteL1+L2+L3ImageOutcome-aware verification and revision2026-06
IEA: Amateur-Friendly Conversational Image Editing Agent via Three Stages of Multitask AlignmentGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2026-06
Taming I2V models for Image HOI Editing: A Cognitive Benchmark and Agentic Self-Correcting FrameworkGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2026-06
Bridging Creative Intent and Visual Quality: Creator-Driven Recurrent Video Generation with Agentic Feedback Loops--L1+L2+L3VideoOutcome-aware verification and revision2026-06
Closed-Loop Triplet Synergistic Generation for Long-Form Video--L1+L2+L3VideoOutcome-aware verification and revision2026-06
IterCAD: An Iterative Multimodal Agent for Visually-Grounded CAD Generation and Editing--L1+L2+L33D, EditingOutcome-aware verification and revision2026-06
SceneConductor: 3D Scene Generation from a Single Image with Multi-Agent OrchestrationGitHub StarsWebsiteL1+L2+L33DPlanner-directed 3D scene correction2026-06
Temporal Backtracking Search for Test-time Generative Video Reasoning-WebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-06
Code2UML: Agentic LLMs with context engineering for scalable software visualization--L1+L2+L3ImageCorrector-guided UML repair2026-05
Generation Navigator--L1+L2+L3ImageState-aware action choice2026-05
SCOPEGitHub StarsWebsiteL1+L2+L3ImageSpecification-guided skill orchestration, verification, and repair2026-05
AlphaGRPOGitHub StarsWebsiteL1+L3ImageSelf-reflective verifiable rewards2026-05
Large Language Models are Universal Reasoners for Visual Generation--L1+L3ImageDraft and grounded self-critique2026-05
Latent Action Control--L1+L3ImageLatent diagnosis and halting2026-05
Self-Adaptive Interleaved Visual ReasonerGitHub Stars-L1+L3ImageAdaptive reflection and planning2026-05
Crafter: A Multi-Agent Harness for Editable Scientific Figure Generation from Diverse InputsGitHub Stars-L1+L2+L3Image, EditingCritic-refiner-convergence loop2026-05
EditRefinerGitHub Stars-L1+L3EditingHuman-aligned iterative refinement2026-05
From Plans to Pixels: Learning to Plan and Orchestrate for Open-Ended Image Editing-WebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2026-05
LiveFigure: Generating Editable Scientific Illustration with VLM AgentsGitHub Stars-L1+L2+L3Image, EditingVisual-diagnostic figure correction2026-05
Genflow Ad Studio: A Compound AI Architecture for Brand-Aligned, Self-Correcting Video Generation--L1+L2+L3VideoOutcome-aware verification and revision2026-05
One Sentence, One Drama: Personalized Short-Form Drama Generation via Multi-Agent Systems--L1+L2+L3VideoMulti-stage reviewer loops2026-05
Soap2Soap: Long Cinematic Video Remaking via Multi-Agent CollaborationGitHub Stars-L1+L2+L3VideoVerification-triggered video regeneration2026-05
Self-Reasoning Agentic Framework for Narrative Product Grid-Collage Generation--L1+L3ImageGeneration-critique loop for product collage2026-04
Render-in-the-Loop: Vector Graphics Generation via Visual Self-Feedback--L1+L2+L3ImageOutcome-aware verification and revision2026-04
FiRe--L1+L3ImageFine-grained multimodal reflection2026-04
Think in Strokes, Not Pixels--L1+L3ImageInterleaved draft and reflection2026-04
CAMEO: A Conditional and Quality-Aware Multi-Agent Image Editing Orchestrator--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-04
Making Image Editing Easier via Adaptive Task Reformulation with Agentic ExecutionsGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2026-04
Refinement via RegenerationGitHub Stars-L1+L3Image, EditingAdaptive modification space2026-04
BOOKAGENTGitHub Stars-L1+L2+L3Image, VideoVerify-then-rectify storybook generation2026-04
Co-DirectorGitHub StarsWebsiteL1+L2+L3VideoMLLM feedback-driven video refinement2026-04
SCMAPR: Self-Correcting Multi-Agent Prompt Refinement for Complex-Scenario Text-to-Video GenerationGitHub Stars-L1+L2+L3VideoOutcome-aware verification and revision2026-04
Vision-Guided Iterative Refinement for Frontend Code Generation--L1+L2+L3UIVLM critic, rendered feedback, and iterative code revision2026-04
Agentic Flow Steering and Parallel Rollout Search for Spatially Grounded Text-to-Image Generation--L1+L2+L3ImageOutcome-aware verification and revision2026-03
coDrawAgentsGitHub Stars-L1+L2+L3ImageMulti-round scene construction2026-03
GlyphBananaGitHub Stars-L1+L2+L3ImageGenerated-glyph inspection and iterative refinement2026-03
VisionCreator: A Native Visual-Generation Agentic Model with Understanding, Thinking, Planning and Creation--L1+L2+L3ImageTool-feedback-grounded goal verification and revision2026-03
Feynman: Knowledge-Infused Diagramming Agent for Scalable Visual Designs--L1+L2+L3ImageRendered diagram feedback2026-03
StruVis: Enhancing Reasoning-based Text-to-Image Generation via Thinking with Structured Vision--L1+L3ImageIntermediate-image inspection and refinement2026-03
GEMSGitHub StarsWebsiteL1+L2+L3Image, EditingCurrent-trajectory working and experience memory2026-03
RAISE: Requirement-Adaptive Evolutionary Refinement for Training-Free Text-to-Image AlignmentGitHub Stars-L1+L2+L3ImageOutcome-aware verification and revision2026-03
IMAGAgent: Orchestrating Multi-Turn Image Editing via Constraint-Aware Planning and ReflectionGitHub Stars-L1+L2+L3Image, EditingWithin-request edit, critique, retry, and rollback state2026-03
MSRAMIE: Multimodal Structured Reasoning Agent for Multi-instruction Image Editing--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-03
Towards Context-Aware Image Anonymization with Multi-Agent Reasoning--L1+L2+L3Image, EditingPDCA anonymization refinement2026-03
SceneAssistant: A Visual Feedback Agent for Open-Vocabulary 3D Scene GenerationGitHub Stars-L1+L2+L33DOutcome-aware verification and revision2026-03
VQQA: An Agentic Approach for Video Evaluation and Quality Improvement-WebsiteL1+L2+L3VideoOutcome-aware verification and revision2026-03
WorldAgents: Can Foundation Image Models be Agents for 3D World Models?-WebsiteL1+L2+L33DOutcome-aware verification and revision2026-03
GameUIAgent: An LLM-Powered Framework for Automated Game UI Design with Structured Intermediate Representation--L1+L2+L3UINon-regressive VLM reflection2026-03
M3GitHub Stars-L1+L2+L3ImageMulti-agent visual diagnosis2026-02
AutoFigure: Generating and Refining Publication-Ready Scientific IllustrationsGitHub StarsDatasetL1+L2+L3ImageOutcome-aware verification and revision2026-02
UniReason 1.0GitHub Stars-L1+L3Image, Editing, WorldKnowledge reasoning and correction2026-02
UniT-WebsiteL1+L3ImageSequential generation and refinement2026-02
Agent BananaGitHub StarsWebsiteL1+L2+L3EditingMulti-step reasoning and tools2026-02
PhotoAgent-WebsiteL1+L2+L3EditingLong-horizon aesthetic planning2026-02
RetouchIQ: MLLM Agents for Instruction-Based Image Retouching with Generalist Reward--L1+L2+L3Image, EditingOutcome-aware verification and revision2026-02
AnimeAgent: Is the Multi-Agent via Image-to-Video models a Good Disney Storytelling Artist?--L1+L2+L3VideoReviewer-guided dope-sheet refinement from generated trajectories2026-02
PaperX: A Unified Framework for Multimodal Academic Presentation Generation with Scholar DAGGitHub Stars-L1+L2+L3SlideRendered-slide VLM feedback and content-layout revision2026-02
DeepPresenter: Environment-Grounded Reflection for Agentic Presentation GenerationGitHub StarsDatasetL1+L2+L3SlideOutcome-aware verification and revision2026-02
VisRefiner: Learning from Visual Differences for Screenshot-to-Code Generation--L1+L3UIDifference-aligned training and render-conditioned self-refinement2026-02
ComfySearch: Autonomous Exploration and Reasoning for ComfyUI WorkflowsGitHub Stars-L1+L2+L3ImageValidation-guided graph repair2026-01
GenAgent--L1+L2+L3ImageTrained tool use and reflection2026-01
Vision-as-Inverse-Graphics Agent via Interleaved Multimodal ReasoningGitHub StarsWebsiteL1+L2+L3Image, 3D, WorldCode-render-inspect repair loop2026-01
APEX: Academic Poster Editing Agentic ExpertGitHub Stars-L1+L2+L3Image, EditingRender-review-adjust poster editing2026-01
Agentic RetoucherGitHub Stars-L1+L2+L3Image, EditingDefect localization and retouching2026-01
SciFig: Towards Automating Editable Figure Generation for Scientific Papers-WebsiteL1+L2+L3Image, EditingVLM-guided editable-figure refinement2026-01
PaperBanana: Automating Academic Illustration for AI ScientistsGitHub StarsWebsiteL1+L2+L33DOutcome-aware verification and revision2026-01
DraCo: Draft as CoT for Text-to-Image Preview and Rare Concept GenerationGitHub Stars-L1+L3ImageDraft verification and selective correction2025-12
CoAgent--L1+L2+L3VideoCross-segment consistency agent2025-12
FronTalk: Benchmarking Front-End Development as Conversational Code Generation with Multi-Modal Feedback (AceCoder)GitHub StarsWebsiteL1+L2+L3UIWeb-agent critique and regression-aware regeneration2025-12
Image-POSER--L1+L2+L3Image, EditingReflective expert routing2025-11
ImAgent--L1+L2+L3ImagePolicy-controlled test-time actions2025-11
MIRA: Multimodal Iterative Reasoning Agent for Image Editing--L1+L2+L3Image, EditingOutcome-aware verification and revision2025-11
UI2Code^N: UI-to-Code Generation as Interactive Visual OptimizationGitHub StarsWebsiteL1+L3UIUnified render-inspect-refine model with test-time scaling2025-11
GenPilotGitHub Stars-L1+L2+L3ImageError analysis and prompt refinement2025-10
Hollywood Town-WebsiteL1+L2+L3VideoAdaptive cross-modal workflow2025-10
VISTA: A Test-Time Self-Improving Video Generation Agent-WebsiteL1+L3VideoTest-time video prompt refinement2025-10
PromptSculptor--L1+L2+L3ImageMulti-agent self-evaluation2025-09
Maestro--L1+L2+L3ImageCritic-guided orchestration2025-09
Interleaving Reasoning for Better Text-to-Image GenerationGitHub Stars-L1+L3ImageImage-conditioned textual reflection2025-09
MILRGitHub StarsWebsiteL1+L3ImageTest-time latent search2025-09
CountLoop-WebsiteL1+L3ImageCounting feedback loop2025-08
Uni-CoTGitHub StarsWebsiteL1+L3ImageClosed-loop micro-level visual reevaluation2025-08
A Unified Multi-Agent Framework for Universal Multimodal Understanding and Generation--L1+L2+L3ImageGrowth-aware multimodal search2025-08
An LLM-LVLM Driven Agent for Iterative and Fine-Grained Image Editing--L1+L2+L3Image, EditingOutcome-aware verification and revision2025-08
Talk2Image: A Multi-Agent System for Multi-Turn Image Generation and EditingGitHub Stars-L1+L2+L3Image, EditingOutcome-aware verification and revision2025-08
AniME--L1+L2+L3VideoAdaptive animation planning2025-08
MAViS--L1+L2+L3VideoExplore-examine-enhance stage loops2025-08
Test-time Prompt Refinement--L1+L3ImageIterative visual diagnosis2025-07
T2I-CopilotGitHub Stars-L1+L2+L3ImageEvaluator-controlled regeneration2025-07
Beyond Simple Edits: X-Planner for Complex Instruction-Based Image Editing-WebsiteL1+L2+L3Image, EditingOutcome-aware verification and revision2025-07
PointT2I--L1+L3ImageSemantic feedback on generated pose images2025-06
RATTPOGitHub Stars-L1+L3ImageReward-history prompt search2025-06
VisualPrompterGitHub Stars-L1+L3ImageImage-grounded prompt repair2025-06
AniMaker: Multi-Agent Animated Storytelling with MCTS-Driven Clip GenerationGitHub StarsWebsiteL1+L2+L3VideoMCTS candidate generation and review2025-06
DesignCoder: Hierarchy-Aware and Self-Correcting UI Code Generation with Large Language Models--L1+L2+L3UIHierarchy-aware generation and vision-guided self-correction2025-06
IA-T2I: Internet-Augmented Text-to-Image Generation--L1+L3ImageGenerated-image self-reflection and multi-round regeneration2025-05
ComfyMind: Toward General-Purpose Generation via Tree-Based Planning and Reactive FeedbackGitHub StarsWebsiteL1+L2+L3ImageOutcome-aware verification and revision2025-05
UniGen--L1+L3ImageCandidate verification and selection2025-05
Scenethesis-WebsiteL1+L2+L33DRender-guided scene construction2025-05
Marmot: Object-Level Self-Correction via Multi-Agent Reasoning--L1+L2+L3ImageOutcome-aware verification and revision2025-04
Twin Co-Adaptive Dialogue--L1+L3ImageProgressive dialogue and image updates2025-04
CREA: A Collaborative Multi-Agent Framework for Creative Image Editing and GenerationGitHub StarsWebsiteL1+L2+L3Image, EditingCritic-guided creative image refinement2025-04
ComfyGPT: A Self-Optimizing Multi-Agent System for Comprehensive ComfyUI Workflow GenerationGitHub StarsWebsiteL1+L2+L3ImageExecute-and-refine workflow control2025-03
FoX--L1+L3ImagePlanning, acting, reflection, correction2025-03
ImageRAGGitHub StarsWebsiteL1+L2+L3ImageGeneration-gap-triggered retrieval2025-02
MotionAgentGitHub Stars-L1+L3VideoOptional rendered-video rethinking and motion-control regeneration2025-02
Image CoTGitHub Stars-L1+L3ImageStepwise generation and verification2025-01
PPTAgent: Generating and Evaluating Presentations Beyond Text-to-SlidesGitHub Stars-L1+L2+L3SlideExecution-feedback slide correction2025-01
PASTA: Preference Adaptive and Sequential Text-to-Image Generation-DatasetL1+L3ImageSequential preference feedback2024-12
GenMACGitHub StarsWebsiteL1+L2+L3VideoVerification and correction2024-12
Anim-DirectorGitHub Stars-L1+L2+L3VideoSelf-reflective animation candidate selection2024-08
Kubrick-WebsiteL1+L2+L3Video, 3DScreenshot-guided Blender repair2024-08
GenArtist-WebsiteL1+L2+L3Image, EditingTool tree, verification, and repair2024-07
OPT2I: Improving Text-to-Image Consistency via Automatic Prompt Optimization--L1+L3ImageRendered-score prompt search2024-03
MuLanGitHub Stars-L1+L3ImageProgressive construction2024-02
RPG: Recaptioning, Planning, and Generating with Multimodal LLMsGitHub Stars-L1+L3ImageOptional rendered-image self-refinement2024-01
CompAgent--L1+L3ImageVisual-feedback correction2024-01
Self-correcting LLM-controlled Diffusion ModelsGitHub StarsWebsiteL1+L3ImageRequirement inspection and repair2023-11

Structured and Execution Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
Monte Carlo Tree Search for Table-to-Multimodal Report Generation--L1+L2+L3ImageOutcome-aware verification and revision2026-08
Crayotter: Learning Long-Horizon Video Editing Agents via Group-Relative Preference BackpropagationGitHub Stars-L1+L2+L3Video, EditingOutcome-aware verification and revision2026-08
StateFlow: Building, Evolving, and Accessing 3D World States for Previsualization-WebsiteL1+L2+L33DOutcome-aware verification and revision2026-08
SeaSlides: Semantic Abstraction Layer for Agentic Slide GenerationGitHub StarsWebsiteL1+L2+L3SlideThree-stage slide feedback2026-08
GVR-Coder: A Visual-Feedback Framework for Structured SVG Generation in Complex Document and Meeting Scenarios--L1+L2+L3ImageOutcome-aware verification and revision2026-07
SimWorlds: A Multi-Agent System for Dynamic 3D Scene Creation-WebsiteL1+L2+L33DRuntime-state and render-verified 4D scene construction2026-07
Engine-Native Editable 3D World Reconstruction with Objects and Lighting--L1+L2+L33D, EditingOutcome-aware verification and revision2026-07
PlanCraft: Sketch, Refine, and Furnish for Architect-Inspired Progressive 3D Residential Scene Generation--L1+L2+L33DOutcome-aware verification and revision2026-07
ETPDesigner: Multi-Agent Orchestration for Interactive Multimodal Electronic Theater Program--L1+L2+L3ImageVLM-judged poster optimization and style-anchored assembly2026-07
OmniPresent: Generating Coherent Presentation Suites from Scientific Papers-WebsiteL1+L2+L3SlideCross-artifact verify-and-repair2026-07
CrayotterGitHub Stars-L1+L2+L3Video, EditingTraceable iterative workflow2026-06
MUSE: Agentic 3D Scene Authoring via Memory-Grounded Incremental Requirement Satisfaction-WebsiteL1+L2+L33DWithin-project requirement state and verified local editing2026-06
HDSL: A Hierarchical Domain-Specific Language for Structured 3D Indoor Scene Generation and Localized Editing with LLM Agents--L1+L2+L33D, EditingGenerate-verify-revise control over a hierarchical scene language2026-06
Global-Local Monte Carlo Tree Search in Vision-Language Models for Text-to-3D Indoor Scene GenerationGitHub Stars-L1+L2+L33DOutcome-aware verification and revision2026-06
Any2Poster: Any-Source Poster Generation Across Modalities and DomainsGitHub StarsWebsiteL1+L2+L3ImageVisual-feedback poster refinement2026-06
Articraft: An Agentic System for Scalable Articulated 3D Asset GenerationGitHub StarsWebsiteL1+L2+L33DAsset validation feedback2026-05
ReCA: Multi-Shot Long Video Extrapolation via Recursive Context AllocationGitHub (announced)WebsiteL1+L2+L3VideoRecursive context allocation and state refresh2026-05
SceneCode: Executable World Programs for Editable Indoor Scenes with Articulated ObjectsGitHub StarsWebsiteL1+L2+L3World, EditingExecution-guided program repair2026-05
DIRECT: Video Mashup Creation via Hierarchical Multi-Agent Planning and Intent-Guided EditingGitHub Stars-L1+L2+L3Video, EditingOutcome-aware verification and revision2026-04
GLANCE: A Global-Local Coordination Multi-Agent Framework for Music-Grounded Non-Linear Video EditingGitHub Stars-L1+L2+L3Video, EditingOutcome-aware verification and revision2026-04
Authoring for Living Worlds: Tool-Constrained LLM Agents for Executable Multi-Actor Scenarios--L1+L2+L3WorldSimulator-state-checked scenario revision2026-04
Cutscene Agent: An LLM Agent Framework for Automated 3D Cutscene Generation-WebsiteL1+L2+L33DScene-state and visual feedback loop2026-04
Automatic Slide Updating with User-Defined Dynamic Templates and Natural Language Instructions (SlideAgent)GitHub Stars-L1+L2+L3Slide, EditingPerception-reasoning-execution slide loop2026-04
COMIC: Agentic Sketch Comedy GenerationGitHub StarsWebsiteL1+L2+L3ImageCritic-guided evolutionary selection2026-03
CutClawGitHub Stars-L1+L2+L3Video, EditingHours-long timeline control2026-03
MANSION: Multi-floor lANguage-to-3D Scene generatIOn for loNg-horizon tasks-DatasetL1+L2+L33DThink-verify-act task-semantic scene provisioning2026-03
Mind-of-Director: Multi-modal Agent-Driven Film Previsualization via Collaborative Decision-Making--L1+L2+L3Video, 3DEngine-validated camera and scene refinement2026-03
Learning to Present: Inverse Specification Rewards for Agentic Slide GenerationGitHub StarsDatasetL1+L2+L3SlideReview-guided slide editing in a sequential tool environment2026-03
Educational Video Generation with an LLM-Based Multi-Agent SystemGitHub StarsWebsiteL1+L2+L3VideoCompilation- and critique-guided executable-video repair2026-02
T2VTree: User-Centered Visual Analytics for Agent-Assisted Thought-to-Video Authoring--L1+L2+L3VideoOutcome-aware verification and revision2026-02
I2E: From Image Pixels to Actionable Interactive Environments for Text-Guided Image Editing-WebsiteL1+L2+L3World, EditingOutcome-aware verification and revision2026-01
AutoMVGitHub StarsWebsiteL1+L2+L3VideoVerifier-routed music-video generation2025-12
PPTArena: A Benchmark for Agentic PowerPoint Editing (PPTPilot)GitHub StarsWebsiteL1+L2+L3Slide, EditingPlan-edit-check loop with programmatic and XML tools2025-12
WebVIA: A Web-based Vision-Language Agentic Framework for Interactive and Verifiable UI-to-Code GenerationGitHub StarsWebsiteL1+L2+L3UIInteractive exploration and terminal-validation-guided code revision2025-11
EditDuet--L1+L2+L3Video, EditingProposal and critique2025-09
Auto-Slides: An Interactive Multi-Agent System for Creating and Customizing Research PresentationsGitHub StarsWebsiteL1+L2+L3SlideMulti-agent planning, verification, repair, and interactive refinement2025-09
Agentic 3D Scene Generation-WebsiteL1+L2+L33DSpatial reasoning and rendered-view inspection2025-05
Talk to Your Slides: High-Efficiency Slide Editing via Language-Driven Structured Data ManipulationGitHub Stars-L1+L2+L3Slide, EditingExecution-error-triggered object-model repair and retry2025-05
PreGenie: An Agentic Framework for High-quality Visual Presentation Generation--L1+L2+L3SlideRendered-slide review and regeneration2025-05
LayerCraftGitHub Stars-L1+L3ImageLayered integration and revision2025-04
FilmAgentGitHub StarsWebsiteL1+L2+L3Video, 3DDirector feedback and script revision2025-01
LAVE-WebsiteL1+L2+L3Video, EditingTimeline state and user revision2024-02

Physical and Constraint Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
iARCS: Iterative Agentic RL for Controllable 3D Scene Generation--L1+L2+L33DOutcome-aware verification and revision2026-08
Agentic Designer: Progressive Multi-Agent Collaboration for Structure-Aware Interior Layout Generation--L1+L33DConstraint-verified layout refinement2026-07
MAGIC: Transition-Aware Generation of Navigable Multi-Scene Game Worlds with Large Language ModelsGitHub Stars-L1+L2+L3WorldConstraint-violation and reachability-guided world repair2026-07
GS-Agent: Creating 4D Physical Worlds With Generative Simulation-WebsiteL1+L2+L3WorldOutcome-aware verification and revision2026-07
NEWTON: Agentic Planning for Physically Grounded Video GenerationGitHub StarsWebsiteL1+L2+L3VideoPhysics-aware tool planning, verification, and iterative replanning2026-05
PhysCodeBench: Benchmarking Physics-Aware Symbolic Simulation of 3D Scenes via Self-Corrective Multi-Agent Refinement--L1+L2+L33DOutcome-aware verification and revision2026-04
PhyScensis: Physics-Augmented LLM Agents for Complex Physical Scene Arrangement-WebsiteL1+L2+L33D, WorldPhysics-solver feedback2026-02
SAGE: Scalable Agentic 3D Scene Generation for Embodied AIGitHub StarsWebsiteL1+L2+L33DVisual and physics critic loop2026-02
SceneSmith: Agentic Generation of Simulation-Ready Indoor ScenesGitHub StarsWebsiteL1+L2+L33D, WorldDesigner-critic scene refinement2026-02
World Craft: Agentic Framework to Create Visualizable Worlds via Text--L1+L2+L3WorldConstraint-checked world-layout correction2026-01
MoReGen--L1+L2+L3Video, 3DSimulator code and physical checking2025-12
VideoAgentGitHub StarsWebsiteL1+L3VideoEnvironment-feedback planning2024-10

Human Review Feedback

PaperGitHubWebsitePathModalityPrimary mechanismDate
CoGen3D: An Agentic Human-AI Co-Design Pipeline for 3D Asset Generation for Virtual Reality--L1+L2+L33DHuman-confirmed concept refinement before 3D generation2026-07
OrchestrXR: A Multi-Agent System for Idea-to-Prototype XR Study Authoring--L1+L2+L3WorldUser-reviewed patch-and-revise XR authoring2026-07
From Idea to Co-Creation: A Planner-Actor-Critic Framework for Agent Augmented 3D Modeling--L1+L2+L33DOutcome-aware verification and revision2026-01
Promptify: Interactive Prompt Exploration with Large Language ModelsGitHub Stars-L1+L3ImageCandidate-driven user feedback2023-04

Back to top

L4: Experience-Adaptive Control

L4 controllers retain completed-task experience that changes decisions on later independent tasks. The categories follow the persistent carrier: capability and tool profiles, episodic and user memory, reusable procedures and skills, executable workflows and harnesses, or policy and model updates.

Capability and Tool Profiles

PaperGitHubWebsitePathModalityPersistent adaptationDate
GenRouter: Unified Workflow Routing for Agentic Image GenerationGitHub Stars-L1+L2+L3+L4ImageCross-task memory or skill evolution2026-08
OctoT2IGitHub Stars-L1+L2+L3+L4ImageEvolving generator capability profiles2026-06
PerfGuard: A Performance-Aware Agent for Visual Content GenerationGitHub Stars-L1+L2+L3+L4ImageExecution-ranked tool preference updates2026-01
DiffusionAgentGitHub StarsWebsiteL1+L2+L3+L4ImageHuman-feedback-updated expert advantage database2024-01

Episodic and User Memory

PaperGitHubWebsitePathModalityPersistent adaptationDate
MemoGenGitHub Stars-L1+L3+L4ImageCross-task episodic experience2026-06
MemSlides: A Hierarchical Memory Driven Agent Framework for Personalized Slide Generation with Multi-turn Local RevisionGitHub StarsWebsiteL1+L2+L3+L4SlideCross-task memory or skill evolution2026-06
Action Agent: Agentic Video Generation Meets Flow-Constrained Diffusion--L1+L2+L3+L4VideoCross-task navigation-generation memory2026-05
BrandFusion-WebsiteL1+L2+L4VideoUser-feedback experience pool for later brand-integration strategies2026-03
UniVAGitHub StarsWebsiteL1+L2+L3+L4VideoPersistent trajectory and user-preference memory for later workflows2025-11

Reusable Procedures and Skills

PaperGitHubWebsitePathModalityPersistent adaptationDate
ManimAgent: Self-Evolving Multimodal Agents for Visual Education--L1+L2+L3+L4ImageCross-task memory or skill evolution2026-06
Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution--L1+L2+L3+L4Image, EditingCross-task memory or skill evolution2026-06
GenEvolveGitHub StarsWebsiteL1+L2+L3+L4Image, EditingVisual experience distillation into skills2026-05
SimWorld Studio: Automatic Environment Generation with Evolving Coding Agent for Embodied Agent Learning--L1+L2+L3+L4WorldCross-task memory or skill evolution2026-05
EvoDiagram: Agentic Editable Diagram Creation via Design Expertise Evolution--L1+L2+L3+L4Image, EditingCross-task memory or skill evolution2026-04
SceneCraft--L1+L2+L3+L43DCross-query spatial skill library2024-03

Executable Workflows and Harnesses

PaperGitHubWebsitePathModalityPersistent adaptationDate
AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic DesignGitHub StarsWebsiteL1+L2+L3+L4ImageCross-task memory or skill evolution2026-08
AVA-Encoder: Towards Agent-Native Video Representation LearningGitHub StarsWebsiteL1+L2+L3+L4VideoSelf-evolving film-representation program2026-08
COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation WorkflowsGitHub Stars-L1+L2+L3+L4ImageCross-task memory or skill evolution2026-07
VideoWeaverGitHub Stars-L1+L2+L3+L4VideoEvaluation and evolution of workflow skills2026-06
Automatic Method Illustration Generation for AI Scientific Papers via Drawing Middleware Creation, Evolution, and Orchestration--L1+L2+L3+L4ImageReusable drawing-middleware evolution2026-03

Policy and Model Updates

PaperGitHubWebsitePathModalityPersistent adaptationDate
Clarify Before Executing: A Self-Evolving Agent for Resolving Intent Asymmetry in 3D Tool OrchestrationGitHub StarsDatasetL1+L2+L3+L43DClarification-policy evolution from completed interactions2026-07
SymbOmni: Evolving Agentic Omni Models via Symbolic Concept LearningGitHub StarsWebsiteL1+L2+L3+L4ImageCross-task memory or skill evolution2026-07
SPIRAL-WebsiteL1+L2+L3+L4Video, WorldCritic-trajectory post-training2026-03
SIDiffAgent--L1+L3+L4ImageSelf-improving generation behavior2026-02
JarvisEvo: Towards a Self-Evolving Photo Editing Agent with Synergistic Editor-Evaluator Optimization-WebsiteL1+L2+L3+L4Image, EditingSynergistic editor-evaluator evolution2025-11

Back to top

Evaluation, Benchmarks, and Reward Models

These resources evaluate outputs, trajectories, controllers, or supporting signals. A stand-alone evaluator is not assigned an agenticity level. When an agent uses its feedback to choose a new generation action, the complete system may qualify as L3 or L4.

Causal evaluation of agentic visual generation across L0-L4

Figure 9. Causal evaluation of agentic visual generation.
Vector PDF

Agent and trajectory evaluation

ResourceGitHubWebsiteScopeTypeDate
3DCodeBench: Benchmarking Agentic Procedural 3D Modeling Via CodeGitHub StarsWebsiteProcedural 3D modeling via codeAgent benchmark2026-06
A Unified Agentic Framework for Evaluating Conditional Image GenerationGitHub Stars-Image generationEvaluator orchestration2025-04
ActVideoGen-Bench-WebsiteLong-horizon action-conditioned videoAgent benchmark2026-03
AgentGen-Bench (SearchGen)GitHub StarsWebsiteSearch-intensive and no-search image promptsKnowledge-grounded generation benchmark2026-07
AgenticVBench: Can AI Agents Complete Real-World Post-Production Tasks?GitHub StarsWebsiteReal-world video post-productionAgent benchmark2026-05
AtelierEval--Human and LLM promptersPrompter evaluation2026-05
CineBench--Cinematic compilationAgent benchmark2026-04
DirectorBench: Diagnosing Long-Form Video Generation with Personalized Multi-Agent EvaluationGitHub StarsDatasetLong-form video generationMulti-agent evaluator2026-05
Draw ALL Your ImagineGitHub Stars-Complex image instructionsBenchmark and iterative agent framework2025-05
IA-Bench--Planning, reasoning, search, and memory in image generationAgent benchmark2026-06
MSVE-Bench and NB-QGitHub (announced)Website3–5 minute multi-shot video extrapolationBenchmark and source-grounded protocol2026-05
SynthSeg-Agents--Synthetic data for segmentationDownstream task evaluation2025-12
UniVA-BenchGitHub StarsWebsiteMulti-step video workflowsAgent benchmark2025-11

Output benchmarks and evaluators

ResourceGitHubWebsiteModalityFocusDate
AIGVE-MACS-WebsiteVideoMulti-aspect comments and scores2025-07
EvalCrafterGitHub StarsWebsiteVideoHuman-aligned video evaluation2023-10
GenEvalGitHub Stars-ImageObject, count, color, and position2023-10
MME-UnifyGitHub StarsWebsiteImageUnified understanding and generation2025-04
Multi-Modal Language Models as Text-to-Image Model Evaluators--ImageMLLM-based evaluation2025-05
T2I-CompBench-WebsiteImageCompositional text-image alignment2023-07
VBenchGitHub StarsWebsiteVideoAppearance and temporal quality2023-11
VideoArgus: Agentic Rubric-Grounded Unified Evaluation for Video Generation and EditingGitHub StarsWebsiteVideo generation and editingRubric-grounded evaluator2026-08
VisEditBench: Can Vision-Language Models Edit Visualization Code from Multimodal Feedback?GitHub Stars-Visualization-code editing from multimodal feedbackEditing benchmark2026-08

Slide and user-interface benchmarks

ResourceGitHubWebsiteModalityFocusDate
Automatic Slide Updating with User-Defined Dynamic Templates and Natural Language Instructions (DynaSlide)GitHub Stars-SlideDynamic slide-update benchmark2026-04
DECKBench: Benchmarking Multi-Agent Frameworks for Academic Slide Generation and EditingGitHub StarsDatasetSlide generation and editingMulti-agent benchmark2026-02
Design2Code: Benchmarking Multimodal Code Generation for Automated Front-End EngineeringGitHub StarsWebsiteUIScreenshot-to-code visual fidelity2024-03
FronTalk: Benchmarking Front-End Development as Conversational Code Generation with Multi-Modal FeedbackGitHub StarsWebsiteUIMulti-turn text and visual feedback2025-12
PPT-Eval: A Benchmark for Computer-Use Agents on PowerPoint Tasks-WebsiteSlidePartial-credit task completion, aesthetic penalties, and feedback2026-06
PPTArena: A Benchmark for Agentic PowerPoint EditingGitHub StarsWebsiteSlideIn-place editing across real PowerPoint decks2025-12
PPTBench: Towards Holistic Evaluation of Large Language Models for PowerPoint Layout and Design Understanding--SlideDetection, understanding, modification, and generation2025-12
PresentBench: A Fine-Grained Rubric-Based Benchmark for Slide GenerationGitHub StarsWebsiteSlideInstance-specific checklist evaluation2026-03
Talk to Your Slides: High-Efficiency Slide Editing via Language-Driven Structured Data Manipulation (TSBench)GitHub Stars-SlideHuman-authored slide-editing instructions2025-05
Vision2Web: A Hierarchical Benchmark for Visual Website Development with Agent VerificationGitHub StarsWebsiteUIStatic, interactive, and full-stack visual website development2026-03

Reward models, verifiers, and preference data

ResourceGitHubWebsiteScopeRoleDate
Customized Reward Models for Text-to-Image GenerationGitHub Stars-Text-to-imageRequest-specific reward2025-07
Generative Universal VerifierGitHub StarsWebsiteMultimodal generationGenerative verification2025-10
ImageRewardGitHub Stars-Text-to-imageGeneral preference reward2023-04
Personalized Reward Modeling for Text-to-Image Generation--Text-to-imageUser-conditioned reward2025-11
Pick-a-PicGitHub Stars-Text-to-imagePairwise preference dataset2023-05
Unified Multimodal Chain-of-Thought Reward Model-WebsiteMultimodal generationReasoning-based reward2025-05

Back to top

Supporting Components: the L0 Boundary

L0 is an inclusion boundary, not an agent category. The following systems are important generators, editors, retrieval modules, or optimization methods, but their fixed execution rules do not give a controller any generation-level decisions by themselves.

Supporting componentGitHubWebsiteModalityWhy it is outside L1-L4Date
AeSlides: Incentivizing Aesthetic Layout in LLM-Based Slide Generation via Verifiable RewardsGitHub StarsWebsiteSlideTrains a slide generator with layout rewards but no inference-time control trajectory2026-04
Ask, Solve, Generate: Self-Evolving Unified Multimodal Understanding and Generation via Self-Consistency RewardsGitHub StarsWebsiteImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-06
Audio-Visual Flamingo: Open Audio-Visual Intelligence for Long and Complex VideosGitHub StarsWebsiteVideoAudio-visual understanding and reasoning model; does not generate or edit visual artifacts2026-07
AVI-Edit-WebsiteEditingFixed editing pipeline2025-12
DALL-E 2--ImageFixed conditional generator2022-04
DALL-E 3--ImageFixed conditional generator2023-09
DataEvolver: Self-Evolving Multi-Agent Data Construction for Text-Rich Image GenerationGitHub Stars-ImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-06
DPOKGitHub Stars-ImageOptimizes a generator rather than a generation-level controller2023-05
DreamFusion-Website3DFixed optimization pipeline2022-09
DreamGaussianGitHub StarsWebsite3DFixed optimization pipeline2023-09
FrontCoder: Scaling Visual Fidelity in Front-End Code GenerationGitHub Stars-UITrains a one-shot frontend code generator without inference-time control2026-07
GLIDEGitHub Stars-ImageFixed conditional generator2021-12
Imagen-WebsiteImageFixed conditional generator2022-05
Imagen Video-WebsiteVideoFixed conditional generator2022-10
InstructPix2PixGitHub StarsWebsiteEditingFixed single-pass editor2022-11
JAVEDIT: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation-DatasetVideo, EditingFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-06
Latent DiffusionGitHub Stars-ImageFixed conditional generator2021-12
Lumiere-WebsiteVideoFixed conditional generator2024-01
Magic3D-Website3DFixed optimization pipeline2022-11
Make-A-Video--VideoFixed conditional generator2022-09
ModelScopeT2V-WebsiteVideoFixed conditional generator2023-08
OSPO: Object-Centric Self-Improving Preference Optimization for Text-to-Image GenerationGitHub Stars-ImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2025-06
Parti-WebsiteImageFixed conditional generator2022-06
Re-Imagen--ImageFixed retrieval and generation pipeline2022-09
ReasonGen-R1: CoT for Autoregressive Image generation models through SFT and RLGitHub StarsWebsiteImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2025-05
Reward-InstructGitHub Stars-ImageOptimizes a generator rather than a generation-level controller2025-03
ScaleEdit-12M: Scaling Open-Source Image Editing Data Generation via Multi-Agent FrameworkGitHub StarsDatasetImage, EditingFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-03
SDXLGitHub Stars-ImageFixed conditional generator2023-07
Show-1GitHub StarsWebsiteVideoFixed conditional generator2023-09
SmartEdit-WebsiteEditingSingle-pass editor2023-12
T2I-R1: Reinforcing Image Generation with Collaborative Semantic-level and Token-level CoTGitHub Stars-ImageFixed training, data, benchmark, or evaluation procedure without inference-time generation control2025-05
TokenFlowGitHub StarsWebsiteEditingFixed editing pipeline2023-07
Tune-A-VideoGitHub StarsWebsiteEditingFixed editing pipeline2022-12
Video Diffusion Models-WebsiteVideoFixed conditional generator2022-04
Video LDM-WebsiteVideoFixed conditional generator2023-04
Video-P2P-WebsiteEditingFixed editing pipeline2023-03
WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models-WebsiteVideoFixed training, data, benchmark, or evaluation procedure without inference-time generation control2026-08

Back to top

Community

Welcome to join our community to discuss agentic visual generation:

WeChat community QR code

Contact

If you have any suggestions or find this repo helpful, feel free to contact us.

Email: yinminghuang1828@gmail.com, francisshuyuan@gmail.com.

If you find our work useful, please consider giving a star ⭐ to this github repository and citing it ❤️:

@article{huang2026agenticvisualgeneration,
  title={Agentic Visual Generation: From Generative Models to Agentic Control},
  author={Huang, Yinming and Tu, Shuyuan and Yan, Xi and Zhan, Jiahao and Yang, Zihan and Xing, Zhen and Zhang, Hui and Zhang, Tiehua and Jiang, Yu-Gang and Wu, Zuxuan},
  journal={arXiv preprint arXiv:2609.06758},
  year={2026}
}

Contributors

YinmingHuang

9 commits

cenLily

3 commits

Francis-Rings

1 commits

nopnor

1 commits

Languages

Python

100.0%