An open API service indexing awesome lists of open source software.

https://github.com/subeeshvasu/Awesome-ImageHarmonization


https://github.com/subeeshvasu/Awesome-ImageHarmonization

List: Awesome-ImageHarmonization

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        


Image Harmonization


A curated list of resources for Image Harmonization






Suggest new item


Report Bug

## Table of contents

- [Non-DL](#non-dl)
- [DL](#dl)
- [Datasets](#datasets)
- [Other Resources](#other-resources)

## Non-DL
|Year|Pub|Paper|Repo|
|:---:|:---:|:---:|:---:|
|2003|TOG|[Poisson image editing](https://www.cs.jhu.edu/~misha/Fall07/Papers/Perez03.pdf)||
|2004|TOG|[Poisson matting](http://www.cs.jhu.edu/~misha/Fall07/Papers/Sun04.pdf)|[Code](https://github.com/MarcoForte/poisson-matting)|
|2006|TOG|[Dragand-drop pasting](http://jiaya.me/archive/all_project_webpages/ddp/drag-and-drop_pasting.html)||
|2006|TOG|[Color harmonization](https://igl.ethz.ch/projects/color-harmonization/harmonization.pdf)||
|2007|ICCV|[Using Color Compatibility for Assessing Image Realism](https://ieeexplore.ieee.org/document/4409107)|[Code](https://github.com/jflalonde/colorRealism)|
|2007|TOG|[Soft scissors: an interactive tool for realtime high quality matting](http://vis.berkeley.edu/papers/softscissors/softscissors-SIG07.pdf)|[Code](https://github.com/gugugupan/PJ-SoftScissors)|
|2010|TOG|[Multi-scale image harmonization](http://www.kalyans.org/research/2012/Harmonization_SIG10.pdf)||
|2012|TOG|[Understanding and improving the realism of image composites](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.365.5306&rep=rep1&type=pdf)||
|2015|ICCV|[Learning a Discriminative Model for the Perception of Realism in Composite Images](https://www.cv-foundation.org/openaccess/content_iccv_2015/papers/Zhu_Learning_a_Discriminative_ICCV_2015_paper.pdf)|[Code](https://github.com/junyanz/RealismCNN)|

## DL
|Year|Pub|Paper|Repo|
|:---:|:---:|:---:|:---:|
|2015|ICCV|[Learning a Discriminative Model for the Perception of Realism in Composite Images](https://arxiv.org/abs/1510.00477)|[Code](https://github.com/junyanz/RealismCNN)|
|2017|CVPR|[Deep Image Harmonization](https://arxiv.org/pdf/1703.00069.pdf)|[Code](https://github.com/wasidennis/DeepHarmonization)|
|2019|CVPR|[Toward Realistic Image Compositing With Adversarial Learning](http://openaccess.thecvf.com/content_CVPR_2019/papers/Chen_Toward_Realistic_Image_Compositing_With_Adversarial_Learning_CVPR_2019_paper.pdf)||
|2019|ACMMM|[Gp-gan: Towards realistic high-resolution image blending](https://arxiv.org/abs/1703.07195)|[Code](https://github.com/wuhuikai/GP-GAN)|
|2020|WACV|[Deep image blending](https://arxiv.org/abs/1910.11495)|[Code](https://github.com/owenzlz/DeepImageBlending)|
|2020|CVPR|[DoveNet: Deep Image Harmonization via Domain Verification](https://arxiv.org/pdf/1911.13239.pdf)|[Code](https://github.com/bcmi/Image_Harmonization_Datasets/tree/master/DoveNet)|
|2020|TIP|[Improving the Harmony of the Composite Image by Spatial-Separated Attention Module](https://arxiv.org/pdf/1907.06406.pdf)|[Code](https://github.com/vinthony/s2am)|

## Datasets
|Year|Pub|Paper|Repo|
|:---:|:---:|:---:|:---:|
|2020|CVPR|[DoveNet: Deep Image Harmonization via Domain Verification](https://arxiv.org/abs/1911.13239)|[Dataset](https://github.com/bcmi/Image_Harmonization_Datasets)|

## Other Resources

+ [Awesome-Image-Harmonization](https://github.com/bcmi/Awesome-Image-Harmonization)