CVApr 10, 2022

Image Harmonization by Matching Regional References

arXiv:2204.04715v114 citationsh-index: 27
Originality Synthesis-oriented
AI Analysis

This addresses image harmonization for computer vision applications, but it appears incremental as it builds on prior methods by focusing on regional rather than global adjustments.

The paper tackles the problem of visual inconsistency in composite images by proposing a method that matches foreground and background contents regionally and adaptively adjusts appearance, rather than applying global appearance transfer. Experiments show the method's effectiveness, though no concrete numbers are provided.

To achieve visual consistency in composite images, recent image harmonization methods typically summarize the appearance pattern of global background and apply it to the global foreground without location discrepancy. However, for a real image, the appearances (illumination, color temperature, saturation, hue, texture, etc) of different regions can vary significantly. So previous methods, which transfer the appearance globally, are not optimal. Trying to solve this issue, we firstly match the contents between the foreground and background and then adaptively adjust every foreground location according to the appearance of its content-related background regions. Further, we design a residual reconstruction strategy, that uses the predicted residual to adjust the appearance, and the composite foreground to reserve the image details. Extensive experiments demonstrate the effectiveness of our method. The source code will be available publicly.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes