Preventing Shortcuts in Adapter Training via Providing the Shortcuts
Anujraaj Argo Goyal, Guocheng Gordon Qian, Huseyin Coskun, Aarush Gupta, Himmy Tam, Daniil Ostashev, Ju Hu, Dhritiman Sagar, Sergey Tulyakov, Kfir Aberman, Kuan-Chieh Jackson Wang
TL;DR
This work addresses the entanglement problem in adapter-based T2I personalization, where single-image reconstruction causes the adapter to encode both the target factor $T$ and confounds $C$ such as pose, expression, and distribution. It introduces Shortcut-Rerouted (SR) adapter training, which routes confounds through auxiliary modules $\mathcal{S}_C$ (e.g., LoRA or ControlNet) during training so the main adapter $\mathcal{A}$ focuses on $T$; at inference, the SR module is removed to restore the original generator with disentangled identity control. Two instantiations are explored: SR-LoRA for distribution shifts and SR-CN for pose/expression leakage, implemented in face and full-body personalization scenarios. Across quantitative metrics and qualitative results, SR adapters achieve improved prompt adherence, stronger prior preservation, and enhanced generation quality and diversity, illustrating a general modular principle for disentangled representations in large models.
Abstract
Adapter-based training has emerged as a key mechanism for extending the capabilities of powerful foundation image generators, enabling personalized and stylized text-to-image synthesis. These adapters are typically trained to capture a specific target attribute, such as subject identity, using single-image reconstruction objectives. However, because the input image inevitably contains a mixture of visual factors, adapters are prone to entangle the target attribute with incidental ones, such as pose, expression, and lighting. This spurious correlation problem limits generalization and obstructs the model's ability to adhere to the input text prompt. In this work, we uncover a simple yet effective solution: provide the very shortcuts we wish to eliminate during adapter training. In Shortcut-Rerouted Adapter Training, confounding factors are routed through auxiliary modules, such as ControlNet or LoRA, eliminating the incentive for the adapter to internalize them. The auxiliary modules are then removed during inference. When applied to tasks like facial and full-body identity injection, our approach improves generation quality, diversity, and prompt adherence. These results point to a general design principle in the era of large models: when seeking disentangled representations, the most effective path may be to establish shortcuts for what should NOT be learned.
