paper-with-me

홈 › Papers

IIDM: Image-to-Image Diffusion Model for Semantic Image Synthesis

2024-03-20 · Feng Liu, Xiaobin Chang

Semantic image synthesis aims to generate high-quality images given semantic conditions, i.e. segmentation masks and style reference images. Existing methods widely adopt generative adversarial networks (GANs). GANs take all conditional inputs and directly synthesize images in a single forward step. In this paper, semantic image synthesis is treated as an image denoising task and is handled with a novel image-to-image diffusion model (IIDM). Specifically, the style reference is first contaminated with random noise and then progressively denoised by IIDM, guided by segmentation masks. Moreover, three techniques, refinement, color-transfer and model ensembles, are proposed to further boost the generation quality. They are plug-in inference modules and do not require additional training. Extensive experiments show that our IIDM outperforms existing state-of-the-art methods by clear margins. Further analysis is provided via detailed demonstrations. We have implemented IIDM based on the Jittor framework; code is available at https://github.com/ader47/jittor-jieke-semantic_images_synthesis.

📄 PDF Abstract BibTeX arXiv:2403.13378

Code (1)

ader47/jittor-jieke-semantic_images_synthesis 공식 구현

Tasks

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

Improved implicit diffusion model with knowledge distillation to estimate the spatial distribution density of carbon stock in remote sensing imagery

2024-11-27 · Zhenyu Yu

The forest serves as the most significant terrestrial carbon stock mechanism, effectively reducing atmospheric CO$_2$ concentrations and mitigating climate change. Remote sensing provides high data accuracy and enables l…

Knowledge Distillation

Robust Detection of Intensity Variant Clones in Forged and JPEG Compressed Images

2015-07-25 · Minati Mishra, M. C. Adhikary

Digitization of images has made image editing easier. Ease of image editing tempted users and professionals to manipulate digital images leading to digital image forgeries. Today digital image forgery has posed a great t…

A method for estimating forest carbon storage distribution density via artificial intelligence generated content model

2025-02-02 · Zhenyu Yu, Jinnian Wang

Forest is the most significant land-based carbon storage mechanism. The forest carbon sink can effectively decrease the atmospheric CO2 concentration and mitigate climate change. Remote sensing estimation not only ensure…

Knowledge Distillation

IIDM: Inter and Intra-domain Mixing for Semi-supervised Domain Adaptation in Semantic Segmentation

2023-08-30 · WeiFu Fu, Qiang Nie, Jialin Li, Yuhuan Lin 외

Despite recent advances in semantic segmentation, an inevitable challenge is the performance degradation caused by the domain shift in real applications. Current dominant approach to solve this problem is unsupervised do…

Domain AdaptationSemantic SegmentationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

DiffEdit: Diffusion-based semantic image editing with mask guidance

2022-10-20 · Guillaume Couairon, Jakob Verbeek, Holger Schwenk, Matthieu Cord

Image generation has recently seen tremendous advances, with diffusion models allowing to synthesize convincing images for a large variety of text prompts. In this article, we propose DiffEdit, a method to take advantage…

Image Generation