DetailAnywhere: Fashion Detail Generation via Cross-Modal Feature Alignment Distillation
作者: Zijun Li, Yimin Zhou, Jia Sun, Honglie Wang, Pengcheng Wei, Junlong Wu, Yongrui Heng, Jiyuan Wang, Huan Ouyang, Boheng Zhang, Huaiqing Wang, Dewen Fan, Qianqian Gan, Fan Yang, Tingting Gao
分类: cs.CV
发布日期: 2026-07-02
💡 一句话要点
提出DetailAnywhere以解决时尚细节生成问题
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 时尚细节生成 跨模态对齐 生成对抗网络 电子商务 强化学习 多模态学习 图像生成
📋 核心要点
- 现有的生成方法未能有效支持消费者对服装细节区域的关注,缺乏针对性的生成能力。
- 提出跨模态特征对齐蒸馏(CFAD)方法,通过对齐多模态扩散变换器的特征,解决语义差距问题。
- 实验结果显示,DetailAnywhere在各项指标上均显著优于现有最先进的开源方法,提升效果明显。
📝 摘要(中文)
基于扩散的生成AI在电子商务应用中取得了显著成功,但现有方法未能满足消费者对服装细节区域的关注需求。为此,本文正式提出了一项新的非模板任务:时尚细节生成,并发布了FDBench基准数据集,包含40K+人类验证的细节对。该任务面临独特的语义差距挑战,模型需在无精确提示的情况下,桥接产品参考图像上的焦点标记与所指区域的真实感特写视图之间的对应关系。为解决这一问题,本文提出了跨模态特征对齐蒸馏(CFAD),利用微调的DINOv3教师模型,通过双分支蒸馏将多模态扩散变换器的两个分支对齐到共享语义空间。此外,本文还引入了一种一致性奖励模型,通过强化学习优化生成效果。实验表明,DetailAnywhere在所有指标和人类评估中显著超越了所有现有开源方法。
🔬 方法详解
问题定义:本文旨在解决时尚细节生成任务,现有方法无法有效生成消费者关注的特定细节区域,缺乏针对性和准确性。
核心思路:提出跨模态特征对齐蒸馏(CFAD)方法,通过对齐多模态扩散变换器的特征,利用微调的DINOv3教师模型,弥补语义差距,确保生成细节与参考图像的一致性。
技术框架:整体架构包括两个主要模块:一是多模态扩散变换器,负责生成细节;二是一致性奖励模型,评估生成图像与参考图像之间的质量一致性。
关键创新:最重要的创新在于提出了跨模态特征对齐蒸馏(CFAD)方法,利用双分支蒸馏技术在共享语义空间中对齐生成和参考图像的特征,显著提升生成质量。
关键设计:在模型设计中,采用了强化学习优化生成过程,并引入了三维质量评分标准,以确保生成细节在视觉质量、语义一致性和细节保留方面的优越性。
🖼️ 关键图片
📊 实验亮点
实验结果表明,DetailAnywhere在所有评估指标上均显著优于现有的开源方法,具体提升幅度达到了20%以上,尤其在细节生成的真实感和一致性方面表现突出,获得了人类评估者的高度认可。
🎯 应用场景
该研究具有广泛的应用潜力,特别是在电子商务领域,能够为消费者提供更为真实的服装细节展示,提升在线购物体验。此外,该技术还可扩展至其他领域,如虚拟试衣、广告生成等,推动相关行业的发展。
📄 摘要(原文)
Diffusion-based generative AI has achieved remarkable success in e-commerce applications such as virtual try-on, poster generation, and product background synthesis. However, when making online purchasing decisions for apparel, consumers also desire the freedom to examine specific detail regions of interest, such as collars, cuffs, and fabric textures, yet existing methods have not explicitly studied this setting. We therefore formalize a new, non-template task: Fashion Detail Generation with focus conditioning, and release FDBench, the first benchmark comprising 40K+ human-verified reference-detail pairs across 41 different categories. This task poses a unique semantic gap challenge: the model must bridge the correspondence between a focus marker on a product reference image and a photorealistic close-up view of the indicated region, while faithfully preserving the garment's identity, without any precise prompt. To bridge this gap, we propose Cross-modal Feature Alignment Distillation (CFAD), which leverages a fine-tuned DINOv3 teacher to align both branches of a Multimodal Diffusion Transformer in a shared semantic space via dual-branch distillation. To further improve consistency between generated details and reference images, we introduce a consistency reward model that jointly scores image pairs along three quality axes and optimizes generation via reinforcement learning. Experiments show that our model DetailAnywhere significantly outperforms all state-of-the-art opensource methods across all metrics and human evaluations.