MetaFusion: Infrared and Visible Image Fusion via Meta-Feature Embedding from Object Detection

Abstract

Fusing infrared and visible images can provide more texture details for subsequent object detection task. Conversely, detection task furnishes object semantic information to improve the infrared and visible image fusion. Thus, a joint fusion and detection learning to use their mutual promotion is attracting more attention. However, the feature gap between these two different-level tasks hinders the progress. Addressing this issue, this paper proposes an infrared and visible image fusion via meta-feature embedding from object detection. The core idea is that meta-feature embedding model is designed to generate object semantic features according to fusion network ability, and thus the semantic features are naturally compatible with fusion features. It is optimized by simulating a meta learning. Moreover, we further implement a mutual promotion learning between fusion and detection tasks to improve their performances. Comprehensive experiments on three public datasets demonstrate the effectiveness of our method. Code and model are available at: https://github.com/wdzhao123/MetaFusion.

Cite

Text

Zhao et al. "MetaFusion: Infrared and Visible Image Fusion via Meta-Feature Embedding from Object Detection." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.01341

Markdown

[Zhao et al. "MetaFusion: Infrared and Visible Image Fusion via Meta-Feature Embedding from Object Detection." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/zhao2023cvpr-metafusion/) doi:10.1109/CVPR52729.2023.01341

BibTeX

@inproceedings{zhao2023cvpr-metafusion,
  title     = {{MetaFusion: Infrared and Visible Image Fusion via Meta-Feature Embedding from Object Detection}},
  author    = {Zhao, Wenda and Xie, Shigeng and Zhao, Fan and He, You and Lu, Huchuan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {13955-13965},
  doi       = {10.1109/CVPR52729.2023.01341},
  url       = {https://mlanthology.org/cvpr/2023/zhao2023cvpr-metafusion/}
}