SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2406.10581 · 2024

CrossFuse: A Novel Cross Attention Mechanism based Infrared and Visible Image Fusion Approach

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
hli1221/crossfuse canonical 4 of 4
FunctionStatusWhere it lives
feature_loss Ran hli1221/crossfuse/network/loss.py
pointer only (licence: NONE) · get_code("849efbd3c9fe8c54")
gram_matrix Ran hli1221/crossfuse/network/loss.py
pointer only (licence: NONE) · get_code("987d5f08d6f53a2e")
nucnorm_loss Ran hli1221/crossfuse/network/loss.py
pointer only (licence: NONE) · get_code("2ab45fe6ff909dd2")
remove_mean Ran hli1221/crossfuse/network/net_conv_trans.py
pointer only (licence: NONE) · get_code("8a9611e04d25c156")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Multimodal visual information fusion aims to integrate the multi-sensor data into a single image which contains more complementary information and less redundant features. However the complementary information is hard to extract, especially for infrared and visible images which contain big similarity gap between these two modalities. The common cross attention modules only consider the correlation, on the contrary, image fusion tasks need focus on complementarity (uncorrelation). Hence, in this paper, a novel cross attention mechanism (CAM) is proposed to enhance the complementary information. Furthermore, a two-stage training strategy based fusion scheme is presented to generate the fused images. For the first stage, two auto-encoder networks with same architecture are trained for each modality. Then, with the fixed encoders, the CAM and a decoder are trained in the second stage. With the trained CAM, features extracted from two modalities are integrated into one fused feature in which the complementary information is enhanced and the redundant features are reduced. Finally, the fused image can be generated by the trained decoder. The experimental results illustrate that our proposed fusion method obtains the SOTA fusion performance compared with the existing fusion networks. The codes are available at https://github.com/hli1221/CrossFuse

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2406.10581")
get_code_for_paper("2406.10581")
have("2406.10581")

Connect an agent — have() is free.