paper-with-me

홈 › Papers

Training-free Diffusion Model Adaptation for Variable-Sized Text-to-Image Synthesis

2023-06-14 · NeurIPS 2023 11

Diffusion models (DMs) have recently gained attention with state-of-the-art performance in text-to-image synthesis. Abiding by the tradition in deep learning, DMs are trained and evaluated on the images with fixed sizes. However, users are demanding for various images with specific sizes and various aspect ratio. This paper focuses on adapting text-to-image diffusion models to handle such variety while maintaining visual fidelity. First we observe that, during the synthesis, lower resolution images suffer from incomplete object portrayal, while higher resolution images exhibit repetitively disordered presentation. Next, we establish a statistical relationship indicating that attention entropy changes with token quantity, suggesting that models aggregate spatial information in proportion to image resolution. The subsequent interpretation on our observations is that objects are incompletely depicted due to limited spatial information for low resolutions, while repetitively disorganized presentation arises from redundant spatial information for high resolutions. From this perspective, we propose a scaling factor to alleviate the change of attention entropy and mitigate the defective pattern observed. Extensive experimental results validate the efficacy of the proposed scaling factor, enabling models to achieve better visual effects, image quality, and text alignment. Notably, these improvements are achieved without additional training or fine-tuning techniques.

📄 PDF Abstract BibTeX arXiv:2306.08645

Code (1)

leonhlj/fouriscale pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Hyper-Transforming Latent Diffusion Models

2025-04-23 · Ignacio Peis, Batuhan Koyuncu, Isabel Valera, Jes Frellsen

We introduce a novel generative framework for functions by integrating Implicit Neural Representations (INRs) and Transformer-based hypernetworks into latent variable models. Unlike prior approaches that rely on MLP-base…

Computational EfficiencyDecoder

FreezeAsGuard: Mitigating Illegal Adaptation of Diffusion Models via Selective Tensor Freezing

2024-05-24 · Kai Huang, Haoming Wang, Wei Gao

Text-to-image diffusion models can be fine-tuned in custom domains to adapt to specific user preferences, but such adaptability has also been utilized for illegal purposes, such as forging public figures' portraits, dupl…

Prompt-Free and Efficient SAM2 Adaptation for Biomedical Semantic Segmentation via Dual Adapters

2026-05-07 · Hinako Mitsuoka, Kazuhiro Hotta arxiv

Segment Anything Model 2 (SAM2) demonstrated impressive zero-shot capabilities on natural images but faces challenges in biomedical segmentation due to significant domain shifts and prompt dependency. To address these li…

parameter-efficient fine-tuningSemantic Segmentation

CountDiffusion: Text-to-Image Synthesis with Training-Free Counting-Guidance Diffusion

2025-05-07 · Yanyu Li, Pencheng Wan, Liang Han, YaoWei Wang 외

Stable Diffusion has advanced text-to-image synthesis, but training models to generate images with accurate object quantity is still difficult due to the high computational cost and the challenge of teaching models the a…

DenoisingImage GenerationObject

Streaming Diffusion Policy: Fast Policy Synthesis with Variable Noise Diffusion Models

2024-06-07 · Sigmund H. Høeg, Yilun Du, Olav Egeland

Diffusion models have seen rapid adoption in robotic imitation learning, enabling autonomous execution of complex dexterous tasks. However, action synthesis is often slow, requiring many steps of iterative denoising, lim…

DenoisingImage GenerationImitation LearningRobot Manipulation