CVFeb 16

Efficient Text-Guided Convolutional Adapter for the Diffusion Model

arXiv:2602.14514v1h-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of high computational cost and suboptimal performance in diffusion-based conditional image generation for researchers and practitioners, representing an incremental improvement over existing adapter methods.

The paper tackles the inefficiency and lack of prompt awareness in adapters for structure-preserving conditional image generation by introducing Nexus Adapters, which achieve state-of-the-art results with only 8M additional parameters for Nexus Prime and 18M fewer parameters for Nexus Slim compared to the baseline T2I-Adapter.

We introduce the Nexus Adapters, novel text-guided efficient adapters to the diffusion-based framework for the Structure Preserving Conditional Generation (SPCG). Recently, structure-preserving methods have achieved promising results in conditional image generation by using a base model for prompt conditioning and an adapter for structure input, such as sketches or depth maps. These approaches are highly inefficient and sometimes require equal parameters in the adapter compared to the base architecture. It is not always possible to train the model since the diffusion model is itself costly, and doubling the parameter is highly inefficient. In these approaches, the adapter is not aware of the input prompt; therefore, it is optimal only for the structural input but not for the input prompt. To overcome the above challenges, we proposed two efficient adapters, Nexus Prime and Slim, which are guided by prompts and structural inputs. Each Nexus Block incorporates cross-attention mechanisms to enable rich multimodal conditioning. Therefore, the proposed adapter has a better understanding of the input prompt while preserving the structure. We conducted extensive experiments on the proposed models and demonstrated that the Nexus Prime adapter significantly enhances performance, requiring only 8M additional parameters compared to the baseline, T2I-Adapter. Furthermore, we also introduced a lightweight Nexus Slim adapter with 18M fewer parameters than the T2I-Adapter, which still achieved state-of-the-art results. Code: https://github.com/arya-domain/Nexus-Adapters

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes