paper-with-me

Papers

DiffHarmony: Latent Diffusion Model Meets Image Harmonization

2024-04-09 · Pengfei Zhou, Fangxiang Feng, Xiaojie Wang

Image harmonization, which involves adjusting the foreground of a composite image to attain a unified visual consistency with the background, can be conceptualized as an image-to-image translation task. Diffusion models have recently promoted the rapid development of image-to-image translation tasks . However, training diffusion models from scratch is computationally intensive. Fine-tuning pre-trained latent diffusion models entails dealing with the reconstruction error induced by the image compression autoencoder, making it unsuitable for image generation tasks that involve pixel-level evaluation metrics. To deal with these issues, in this paper, we first adapt a pre-trained latent diffusion model to the image harmonization task to generate the harmonious but potentially blurry initial images. Then we implement two strategies: utilizing higher-resolution images during inference and incorporating an additional refinement stage, to further enhance the clarity of the initially harmonized images. Extensive experiments on iHarmony4 datasets demonstrate the superiority of our proposed method. The code and model will be made publicly available at https://github.com/nicecv/DiffHarmony .

📄 PDF Abstract BibTeX arXiv:2404.06139

Code (1)

nicecv/diffharmony 공식 구현 pytorch

Tasks

Image CompressionImage GenerationImage HarmonizationImage-to-Image TranslationmodelTranslation

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
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 제목 키워드 기반

Unpaired Volumetric Harmonization of Brain MRI with Conditional Latent Diffusion

2024-08-18 · Mengqi Wu, Minhui Yu, Shuaiming Jing, Pew-Thian Yap 외

Multi-site structural MRI is increasingly used in neuroimaging studies to diversify subject cohorts. However, combining MR images acquired from various sites/centers may introduce site-related non-biological variations. …

AnatomyImage Harmonization

HarmoniDiff-RS: Training-Free Diffusion Harmonization for Satellite Image Composition

2026-04-21 · Xiaoqi Zhuang, Jefersson A. Dos Santos, Jungong Han arxiv

Satellite image composition plays a critical role in remote sensing applications such as data augmentation, disaste simulation, and urban planning. We propose HarmoniDiff-RS, a training-free diffusion-based framework for…

Image HarmonizationData Augmentation

DiffusionCT: Latent Diffusion Model for CT Image Standardization

2023-01-20 · Md Selim, Jie Zhang, Michael A. Brooks, Ge Wang 외

Computed tomography (CT) is one of the modalities for effective lung cancer screening, diagnosis, treatment, and prognosis. The features extracted from CT images are now used to quantify spatial and temporal variations i…

Computed Tomography (CT)DecoderImage HarmonizationLung Cancer Diagnosis+2

FreePIH: Training-Free Painterly Image Harmonization with Diffusion Model

2023-11-25 · Ruibin Li, Jingcai Guo, Song Guo, Qihua Zhou 외

This paper provides an efficient training-free painterly image harmonization (PIH) method, dubbed FreePIH, that leverages only a pre-trained diffusion model to achieve state-of-the-art harmonization results. Unlike exist…

DenoisingImage HarmonizationStyle Transfer

Segment Anything Model Meets Image Harmonization

2023-12-20 · Haoxing Chen, Yaohui Li, Zhangxuan Gu, Zhuoer Xu 외

Image harmonization is a crucial technique in image composition that aims to seamlessly match the background by adjusting the foreground of composite images. Current methods adopt either global-level or pixel-level featu…

Image HarmonizationmodelSemantic Segmentation