菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-18
📄 Abstract - Alchemist: Unlocking Efficiency in Text-to-Image Model Training via Meta-Gradient Data Selection

Recent advances in Text-to-Image (T2I) generative models, such as Imagen, Stable Diffusion, and FLUX, have led to remarkable improvements in visual quality. However, their performance is fundamentally limited by the quality of training data. Web-crawled and synthetic image datasets often contain low-quality or redundant samples, which lead to degraded visual fidelity, unstable training, and inefficient computation. Hence, effective data selection is crucial for improving data efficiency. Existing approaches rely on costly manual curation or heuristic scoring based on single-dimensional features in Text-to-Image data filtering. Although meta-learning based method has been explored in LLM, there is no adaptation for image modalities. To this end, we propose **Alchemist**, a meta-gradient-based framework to select a suitable subset from large-scale text-image data pairs. Our approach automatically learns to assess the influence of each sample by iteratively optimizing the model from a data-centric perspective. Alchemist consists of two key stages: data rating and data pruning. We train a lightweight rater to estimate each sample's influence based on gradient information, enhanced with multi-granularity perception. We then use the Shift-Gsampling strategy to select informative subsets for efficient model training. Alchemist is the first automatic, scalable, meta-gradient-based data selection framework for Text-to-Image model training. Experiments on both synthetic and web-crawled datasets demonstrate that Alchemist consistently improves visual quality and downstream performance. Training on an Alchemist-selected 50% of the data can outperform training on the full dataset.

顶级标签: model training data aigc
详细标签: text-to-image data selection meta-gradient data efficiency training optimization 或 搜索:

炼金术士:通过元梯度数据选择提升文本到图像模型训练效率 / Alchemist: Unlocking Efficiency in Text-to-Image Model Training via Meta-Gradient Data Selection


1️⃣ 一句话总结

这篇论文提出了一个名为‘炼金术士’的智能数据筛选框架,它能自动从海量图文数据中挑选出最有价值的训练样本,从而让AI绘画模型用更少的数据、更快的速度,训练出效果更好的图像。


源自 arXiv: 2512.16905