Who Looks like Me: Semantic Routed Image Harmonization

Abstract

In recent years, deep learning-based Salient Object Detection (SOD) methods have made tremendous progress; however, their performance in complex scenarios has reached a bottleneck. In this paper, we propose a novel Progressive Difference Fusion Network (PDFNet) based on fine-grained feature fusion. First, to address the scale variability of salient objects, we introduce a Self-Guided Module (SGM) with dynamic receptive fields. Second, to tackle the shape variability of salient objects, we design a Feature Aggregation Module (FAM) incorporating cross convolutions and a feedback loop. Finally, to alleviate the issue of confusion between global and detail information during multi-scale feature fusion in existing models, we develop a Progressive Difference Fusion Unit (PDFU) to project multi-scale features into fine-grained nodes and enhance them through node interaction based on difference features. Additionally, we propose a Conditional Random Field Based on Patch (CRFbp), which focuses on handling discrete points, further improving the model’s performance. Extensive experiments demonstrate that our method achieves state-of-the-art (SOTA) performance on five benchmark datasets. Code is available at: https://github.com/pdfnet2025/PDFNet.git.

Cite

Text

Sun et al. "Who Looks like Me: Semantic Routed Image Harmonization." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/145

Markdown

[Sun et al. "Who Looks like Me: Semantic Routed Image Harmonization." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/sun2024ijcai-looks/) doi:10.24963/ijcai.2024/145

BibTeX

@inproceedings{sun2024ijcai-looks,
  title     = {{Who Looks like Me: Semantic Routed Image Harmonization}},
  author    = {Sun, Jinsheng and Yao, Chao and Wang, Xiaokun and Guo, Yu and Zhang, Yalan and Ban, Xiaojuan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {1308-1316},
  doi       = {10.24963/ijcai.2024/145},
  url       = {https://mlanthology.org/ijcai/2024/sun2024ijcai-looks/}
}