LISA:基于似然分数对齐的视觉条件可控生成方法 / LISA: Likelihood Score Alignment for Visual-condition Controllable Generation
1️⃣ 一句话总结
本文提出了一种名为LISA的正则化方法,通过将辅助网络的中间特征与近似似然分数显式对齐,显著加快了视觉条件可控生成模型的训练速度,提升了生成质量,且无需增加推理成本。
The prevalent dual-branch paradigm, i.e., training a side network to encode visual conditions and fusing its intermediate-layer features to a frozen pretrained main network, has shown remarkable success in visual-condition controllable generation. Despite its widespread adoption, the role of the side branch and its training efficiency remain underexplored. In this paper, we first revisit this mainstream paradigm through the lens of score-based generative modeling: 1) The main network preserves visual perceptual quality by providing a prior unconditional score. 2) The side network steers conditional control by implicitly contributing a likelihood score. Guided by this perspective, we propose LIkelihood Score Alignment (LISA), an effective regularization method that explicitly aligns the intermediate feature of the side network with an approximated likelihood score. Specifically, we first hook features from a designated layer of the side network and project them into the score latent space by a lightweight decoder. Then, we construct an approximated likelihood score target and calculate the distance between the decoder's output and this target as an additional regularization loss. Finally, we jointly optimize the side network and decoder with both standard diffusion loss and our regularization loss. Experiments across various image/video tasks, architectures, and diffusion/flow models demonstrated that LISA can not only consistently accelerate the training convergence and improve final synthetic results, but also encourage the side network's features to be more disentangled for conditional modeling with negligible additional training cost and zero extra inference cost.
LISA:基于似然分数对齐的视觉条件可控生成方法 / LISA: Likelihood Score Alignment for Visual-condition Controllable Generation
本文提出了一种名为LISA的正则化方法,通过将辅助网络的中间特征与近似似然分数显式对齐,显著加快了视觉条件可控生成模型的训练速度,提升了生成质量,且无需增加推理成本。
源自 arXiv: 2606.27192