OrthoTryOn: Geometric Orthogonalization for Conflict-Free Unified Fashion Generation

📄 arXiv: 2606.27880v1 📥 PDF

作者: Zhaotong Yang, Ying Tai, Jiahui Zhan, Yu Zheng, Jianjun Qian, Jian Yang

分类: cs.CV

发布日期: 2026-06-26

备注: Accepted by ECCV2026

🔗 代码/项目: GITHUB


💡 一句话要点

提出OrthoTryOn以解决统一时尚生成中的任务冲突问题

🎯 匹配领域: 支柱四:生成式动作 (Generative Motion)

关键词: 统一时尚生成 虚拟试穿 低秩适应 正交子空间投影 多任务学习 Fisher引导负引导 生成模型 深度学习

📋 核心要点

  1. 现有的统一时尚生成方法在任务间共享参数时,容易导致梯度冲突,造成性能下降。
  2. OrthoTryOn通过正交子空间投影和Fisher引导负引导策略,减轻任务间的干扰,提高生成质量。
  3. 实验结果显示,OrthoTryOn在多个基准测试中超越了独立训练的模型,表现出更强的泛化能力。

📝 摘要(中文)

统一时尚生成将虚拟试穿和服装重建等任务整合到单一模型中,以降低任务特定适应成本。然而,简单的参数共享会导致语义上不同任务之间的梯度冲突,从而产生负迁移。为此,本文提出了OrthoTryOn框架,通过共享的低秩适应模块减轻这种干扰。其正交子空间投影(OSP)对瓶颈特征应用任务特定的正交旋转,将其映射到去相关的坐标系中。此外,针对推理时的残余语义耦合,提出了无参数的Fisher引导负引导(FNG)策略,利用对角Fisher信息量化任务间的敏感性重叠,并通过无分类器引导显著排斥最易混淆任务的生成轨迹。大量实验表明,OrthoTryOn避免了简单统一训练的严重性能下降,甚至超越了独立训练的任务特定模型,在多个基准上实现了最先进的结果,并在多样的扩散骨干上表现出良好的泛化能力。

🔬 方法详解

问题定义:本文旨在解决统一时尚生成中任务间的梯度冲突问题,现有方法在参数共享时容易导致负迁移,影响生成效果。

核心思路:OrthoTryOn通过正交子空间投影(OSP)对瓶颈特征进行任务特定的正交旋转,减少任务间的干扰,同时引入Fisher引导负引导(FNG)策略,进一步优化推理阶段的生成质量。

技术框架:整体架构包括共享的低秩适应模块、正交子空间投影模块和Fisher引导负引导模块。首先,通过OSP对特征进行正交化处理,然后在推理阶段应用FNG策略来优化生成过程。

关键创新:最重要的创新在于引入正交子空间投影和Fisher引导负引导策略,这与现有方法的简单参数共享形成了本质区别,有效避免了任务间的干扰。

关键设计:在参数设置上,FNG策略无需额外参数,利用对角Fisher信息来量化任务间的敏感性重叠,设计了无分类器引导的生成方法,确保生成轨迹的清晰度。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,OrthoTryOn在多个基准测试中实现了最先进的性能,超越了独立训练的任务特定模型,具体表现为在某些任务上性能提升超过10%。该方法在多样的扩散骨干上也展现出良好的泛化能力,证明了其有效性和实用性。

🎯 应用场景

该研究的潜在应用领域包括虚拟试穿、在线服装零售和个性化时尚推荐等。通过提高生成模型的性能,OrthoTryOn能够为用户提供更真实的试穿体验,促进电商平台的销售转化率。此外,该方法的创新思路也可扩展到其他多任务学习场景,具有广泛的实际价值和未来影响。

📄 摘要(原文)

Unified fashion generation integrates tasks like virtual try-on and garment reconstruction into a single model to reduce task-specific adaptation costs. However, naive parameter sharing across semantically distinct tasks induces negative transfer through severe inter-task gradient conflict. We propose OrthoTryOn, a unified framework mitigating this interference within a shared Low-Rank Adaptation (LoRA) module. Its Orthogonal Subspace Projection (OSP) applies task-specific orthogonal rotations to bottleneck features, mapping them into decorrelated coordinate frames. To address residual semantic coupling at inference time, we further propose Fisher-guided Negative Guidance (FNG), a parameter-free strategy that utilizes diagonal Fisher information to quantify inter-task sensitivity overlap and explicitly repels generation trajectories from the most confusable task via Classifier-Free Guidance. Extensive experiments demonstrate that OrthoTryOn avoids the severe performance degradation typical of naive unified training and even surpasses independently trained task-specific models, achieving state-of-the-art results across multiple benchmarks while generalizing robustly across diverse diffusion backbones. Code is available at https://github.com/NJU-PCALab/OrthoTryOn.