paper-with-me

홈 › Papers

Deep Image Blending

2019-10-25 · Lingzhi Zhang, Tarmily Wen, Jianbo Shi

Image composition is an important operation to create visual content. Among image composition tasks, image blending aims to seamlessly blend an object from a source image onto a target image with lightly mask adjustment. A popular approach is Poisson image blending, which enforces the gradient domain smoothness in the composite image. However, this approach only considers the boundary pixels of target image, and thus can not adapt to texture of target image. In addition, the colors of the target image often seep through the original source object too much causing a significant loss of content of the source object. We propose a Poisson blending loss that achieves the same purpose of Poisson image blending. In addition, we jointly optimize the proposed Poisson blending loss as well as the style and content loss computed from a deep network, and reconstruct the blending region by iteratively updating the pixels using the L-BFGS solver. In the blending image, we not only smooth out gradient domain of the blending boundary but also add consistent texture into the blending region. User studies show that our method outperforms strong baselines as well as state-of-the-art approaches when placing objects onto both paintings and real-world images.

📄 PDF Abstract BibTeX arXiv:1910.11495

Code (2)

owenzlz/DeepImageBlending 공식 구현 pytorch
owenzlz/Deep_Image_Blending 공식 구현 pytorch

Tasks

Object

Similar Papers 제목 키워드 기반

Image Blending Algorithm with Automatic Mask Generation

2023-06-08 · Haochen Xue, Mingyu Jin, Chong Zhang, Yuxuan Huang 외

In recent years, image blending has gained popularity for its ability to create visually stunning content. However, the current image blending algorithms mainly have the following problems: manually creating image blendi…

object-detectionObject DetectionSSIM

Learning to Blend Photos

2018-09-01 · ECCV 2018 9 · Wei-Chih Hung, Jianming Zhang, Xiaohui Shen, Zhe Lin 외

Photo blending is a common technique to create aesthetically pleasing artworks by combining multiple photos. However, the process of photo blending is usually time-consuming, and care must be taken in the process of blen…

A Comparative Study of Algorithms for Realtime Panoramic Video Blending

2016-06-01 · Zhe Zhu, Jiaming Lu, Minxuan Wang, Song-Hai Zhang 외

Unlike image blending algorithms, video blending algorithms have been little studied. In this paper, we investigate 6 popular blending algorithms---feather blending, multi-band blending, modified Poisson blending, mean v…

CPUGPU

Bridging the Visual Gap: Wide-Range Image Blending

2021-03-28 · CVPR 2021 1 · Chia-Ni Lu, Ya-Chu Chang, Wei-Chen Chiu

In this paper we propose a new problem scenario in image processing, wide-range image blending, which aims to smoothly merge two different input photos into a panorama by generating novel image content for the intermedia…

Image InpaintingImage Outpainting

3D-aware Blending with Generative NeRFs

2023-02-13 · ICCV 2023 1 · Hyunsu Kim, Gayoung Lee, Yunjey Choi, Jin-Hwa Kim 외

Image blending aims to combine multiple images seamlessly. It remains challenging for existing 2D-based methods, especially when input images are misaligned due to differences in 3D camera poses and object shapes. To tac…

NeRF