paper-with-me

홈 › Papers

SCEdit: Efficient and Controllable Image Diffusion Generation via Skip Connection Editing

2023-12-18 · CVPR 2024 1 · Zeyinzi Jiang, Chaojie Mao, Yulin Pan, Zhen Han, Jingfeng Zhang

Image diffusion models have been utilized in various tasks, such as text-to-image generation and controllable image synthesis. Recent research has introduced tuning methods that make subtle adjustments to the original models, yielding promising results in specific adaptations of foundational generative diffusion models. Rather than modifying the main backbone of the diffusion model, we delve into the role of skip connection in U-Net and reveal that hierarchical features aggregating long-distance information across encoder and decoder make a significant impact on the content and quality of image generation. Based on the observation, we propose an efficient generative tuning framework, dubbed SCEdit, which integrates and edits Skip Connection using a lightweight tuning module named SC-Tuner. Furthermore, the proposed framework allows for straightforward extension to controllable image synthesis by injecting different conditions with Controllable SC-Tuner, simplifying and unifying the network design for multi-condition inputs. Our SCEdit substantially reduces training parameters, memory usage, and computational expense due to its lightweight tuners, with backward propagation only passing to the decoder blocks. Extensive experiments conducted on text-to-image generation and controllable image synthesis tasks demonstrate the superiority of our method in terms of efficiency and performance. Project page: \url{https://scedit.github.io/}

📄 PDF Abstract BibTeX arXiv:2312.11392

Code (2)

modelscope/scepter 공식 구현 pytorch
yangyucheng000/University/tree/main/model-1/phi3 mindspore

Tasks

DecoderImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

ScEdit: Script-based Assessment of Knowledge Editing

2025-05-29 · Xinye Li, Zunwen Zheng, Qian Zhang, Dekai Zhuang 외

Knowledge Editing (KE) has gained increasing attention, yet current KE tasks remain relatively simple. Under current evaluation frameworks, many editing methods achieve exceptionally high scores, sometimes nearing perfec…

counterfactualknowledge editing

Controllable Generation with Text-to-Image Diffusion Models: A Survey

2024-03-07 · Pu Cao, Feng Zhou, Qing Song, Lu Yang

In the rapidly advancing realm of visual generation, diffusion models have revolutionized the landscape, marking a significant shift in capabilities with their impressive text-guided generative functions. However, relyin…

Denoising

Text2Street: Controllable Text-to-image Generation for Street Views

2024-02-07 · Jinming Su, Songen Gu, Yiting Duan, Xingyue Chen 외

Text-to-image generation has made remarkable progress with the emergence of diffusion models. However, it is still a difficult task to generate images for street views based on text, mainly because the road topology of s…

Image GenerationLayout GenerationObjectText to Image Generation+1

LoyalDiffusion: A Diffusion Model Guarding Against Data Replication

2024-12-02 · Chenghao Li, Yuke Zhang, Dake Chen, Jingqi Xu 외

Diffusion models have demonstrated significant potential in image generation. However, their ability to replicate training data presents a privacy risk, particularly when the training data includes confidential informati…

Image GenerationMemorizationmodel

All are Worth Words: A ViT Backbone for Diffusion Models

2022-09-25 · CVPR 2023 1 · Fan Bao, Shen Nie, Kaiwen Xue, Yue Cao 외

Vision transformers (ViT) have shown promise in various vision tasks while the U-Net based on a convolutional neural network (CNN) remains dominant in diffusion models. We design a simple and general ViT-based architectu…

AllConditional Image GenerationImage GenerationText to Image Generation+1