DCCF: Deep Comprehensible Color Filter Learning Framework for High-Resolution Image Harmonization

Abstract

Image color harmonization algorithm aims to automatically match the color distribution of foreground and background images captured in different conditions. Previous deep learning based models neglect two issues that are critical for practical applications, namely high resolution (HR) image processing and model comprehensibility. In this paper, we propose a novel Deep Comprehensible Color Filter (DCCF) learning framework for high-resolution image harmonization. Specifically, DCCF first downsamples the original input image to its low-resolution (LR) counter-part, then learns four human comprehensible neural filters (i.e. hue, saturation, value and attentive rendering filters) in an end-to-end manner, finally applies these filters to the original input image to get the harmonized result. Benefiting from the comprehensible neural filters, we could provide a simple yet efficient handler for users to cooperate with deep model to get the desired results with very little effort when necessary. Extensive experiments demonstrate the effectiveness of DCCF learning framework and it outperforms state-of-the-art post-processing method on iHarmony4 dataset on images’ full-resolutions by achieving 7.63% and 1.69% relative improvements on MSE and PSNR respectively. Our code is available at https://github.com/rockeyben/DCCF.

Cite

Text

Xue et al. "DCCF: Deep Comprehensible Color Filter Learning Framework for High-Resolution Image Harmonization." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-20071-7_18

Markdown

[Xue et al. "DCCF: Deep Comprehensible Color Filter Learning Framework for High-Resolution Image Harmonization." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/xue2022eccv-dccf/) doi:10.1007/978-3-031-20071-7_18

BibTeX

@inproceedings{xue2022eccv-dccf,
  title     = {{DCCF: Deep Comprehensible Color Filter Learning Framework for High-Resolution Image Harmonization}},
  author    = {Xue, Ben and Ran, Shenghui and Chen, Quan and Jia, Rongfei and Zhao, Binqiang and Tang, Xing},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-20071-7_18},
  url       = {https://mlanthology.org/eccv/2022/xue2022eccv-dccf/}
}