CLAIMar 31, 2024

DiffAgent: Fast and Accurate Text-to-Image API Selection with Large Language Model

arXiv:2404.01342v19 citationsh-index: 20Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses a practical problem for users of text-to-image generative models by reducing the need for numerous trials in model selection, though it is incremental as it builds on existing LLM tool usage research.

The paper tackles the challenge of selecting the most appropriate text-to-image model and parameters from a large pool, such as 74,492 models on Civitai, by introducing DiffAgent, an LLM agent that achieves fast and accurate API selection in seconds.

Text-to-image (T2I) generative models have attracted significant attention and found extensive applications within and beyond academic research. For example, the Civitai community, a platform for T2I innovation, currently hosts an impressive array of 74,492 distinct models. However, this diversity presents a formidable challenge in selecting the most appropriate model and parameters, a process that typically requires numerous trials. Drawing inspiration from the tool usage research of large language models (LLMs), we introduce DiffAgent, an LLM agent designed to screen the accurate selection in seconds via API calls. DiffAgent leverages a novel two-stage training framework, SFTA, enabling it to accurately align T2I API responses with user input in accordance with human preferences. To train and evaluate DiffAgent's capabilities, we present DABench, a comprehensive dataset encompassing an extensive range of T2I APIs from the community. Our evaluations reveal that DiffAgent not only excels in identifying the appropriate T2I API but also underscores the effectiveness of the SFTA training framework. Codes are available at https://github.com/OpenGVLab/DiffAgent.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes