paper-with-me

Papers

ResAdapter: Domain Consistent Resolution Adapter for Diffusion Models

2024-03-04 · Jiaxiang Cheng, Pan Xie, Xin Xia, Jiashi Li, Jie Wu, Yuxi Ren, Huixia Li, Xuefeng Xiao, Min Zheng, Lean Fu

Recent advancement in text-to-image models (e.g., Stable Diffusion) and corresponding personalized technologies (e.g., DreamBooth and LoRA) enables individuals to generate high-quality and imaginative images. However, they often suffer from limitations when generating images with resolutions outside of their trained domain. To overcome this limitation, we present the Resolution Adapter (ResAdapter), a domain-consistent adapter designed for diffusion models to generate images with unrestricted resolutions and aspect ratios. Unlike other multi-resolution generation methods that process images of static resolution with complex post-process operations, ResAdapter directly generates images with the dynamical resolution. Especially, after learning a deep understanding of pure resolution priors, ResAdapter trained on the general dataset, generates resolution-free images with personalized diffusion models while preserving their original style domain. Comprehensive experiments demonstrate that ResAdapter with only 0.5M can process images with flexible resolutions for arbitrary diffusion models. More extended experiments demonstrate that ResAdapter is compatible with other modules (e.g., ControlNet, IP-Adapter and LCM-LoRA) for image generation across a broad range of resolutions, and can be integrated into other multi-resolution model (e.g., ElasticDiffusion) for efficiently generating higher-resolution images. Project link is https://res-adapter.github.io

📄 PDF Abstract BibTeX arXiv:2403.02084

Code (1)

bytedance/res-adapter 공식 구현 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…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

LiteVSR: Lightweight Adaptation of Frozen Diffusion Transformers for Video Super-Resolution

2026-06-08 · Yu Cao, Ziquan Liu, Zhensong Zhang, Jiankang Deng 외 arxiv

Adapting large-scale pre-trained video generators for Video Super-Resolution (VSR) in novel domains remains computationally prohibitive. Methods that reformulate generation as direct Low-Quality to High-Quality mappings …

Video Super-Resolution

Ultra High-Resolution Image Inpainting with Patch-Based Content Consistency Adapter

2025-10-15 · Jianhui Zhang, Sheng Cheng, Qirui Sun, Jia Liu 외 arxiv

In this work, we present Patch-Adapter, an effective framework for high-resolution text-guided image inpainting. Unlike existing methods limited to lower resolutions, our approach achieves 4K+ resolution while maintainin…

Image Inpainting

3D-Adapter: Geometry-Consistent Multi-View Diffusion for High-Quality 3D Generation

2024-10-24 · Hansheng Chen, Bokui Shen, Yulin Liu, Ruoxi Shi 외

Multi-view image diffusion models have significantly advanced open-domain 3D object generation. However, most existing models rely on 2D network architectures that lack inherent 3D biases, resulting in compromised geomet…

3D Generation3D geometryDenoisingImage to 3D+1

MV-Adapter: Multi-view Consistent Image Generation Made Easy

2024-12-04 · Zehuan Huang, Yuan-Chen Guo, Haoran Wang, Ran Yi 외

Existing multi-view image generation methods often make invasive modifications to pre-trained text-to-image (T2I) models and require full fine-tuning, leading to (1) high computational costs, especially with large base m…

3D GenerationImage Generation

In-Context Policy Adaptation via Cross-Domain Skill Diffusion

2025-09-04 · Minjong Yoo, Woo Kyung Kim, Honguk Woo arxiv

In this work, we present an in-context policy adaptation (ICPAD) framework designed for long-horizon multi-task environments, exploring diffusion-based skill learning techniques in cross-domain settings. The framework en…

Reinforcement LearningAutonomous Driving