Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

Explorative Modeling: Unlocking a Third Pretraining Axis and End-to-End Generation

AI 中文解读
GPT-4o和图像生成领域又迎新突破!一项名为"探索式建模"的新技术,给AI训练开辟了第三条"修炼路径"——以往提升AI性能主要靠堆数据和堆参数,现在还能靠"多试几次,选最优答案"来提升效果。这就像学生做题,不再只看标准答案,而是先尝试多种解法,再挑出最成功的那种,AI由此能更精准地捕捉真实世界的多样性。研究显示,这种"探索"训练法在图像、视频和语言任务上都能显著提升性能,效率最高提升数倍,甚至让AI在无辅助条件下刷新了图像生成质量记录。更酷的是,它让AI生成过程能够"端到端"一步到位,所需推理步骤大幅减少。未来,这项技术有望让AI画图更逼真、写文章更流畅,同时降低能耗和算力成本,普通人用到的AI服务也会更快、更聪明。
arXiv:2607.27372v1 Announce Type: new Abstract: The deep learning revolution, kicked off by AlexNet, taught us that end-to-end training beats decomposing a problem into hand-designed stages. Generative modeling, however, has remained the exception-despite generative models being remarkably capable, they are still not trained end-to-end. This is because, at its core, generative modeling is about handling distributions with many modes, and existing scalable approaches handle this the same way, by factoring the generation procedure, which prevents end-to-end generation. In this work, we introduce Explorative Modeling, a new paradigm that instead factors the training loop, exploring K candidate matches between model generations and data, and training on the best, so predictions commit to modes rather than blurring them. We find Explorative Models (XMs) useful in two settings. First, increasing exploration adds a third pretraining axis beyond parameters and data for existing generative models-where scaling exploration monotonically improves performance across both continuous and discrete domains (images, video, and language). Notably, gains from exploration increase with scale, climbing from 7% to 36% as data scales and from 13% to 23% as models grow, with efficiency gains more than doubling at 3x the compute. Concretely, exploration improves FLOP efficiency by 4.1x, sample efficiency by 6.2x, parameter efficiency by 47%, lifts the strongest of image-generation recipes to a near-state-of-the-art 1.43 FID on ImageNet without guidance, enables scaling how end-to-end existing models are, and unlocks scaling generalization. Second, XMs enable end-to-end reconstructive generative modeling, matching diffusion on control tasks with 16-256x fewer inference steps. Together, these results establish XMs as both a new pretraining axis for existing generative models and a standalone end-to-end generative modeling paradigm.
分享
阅读原文