Skip to content

Unofficial implementation of "Infusion-Net: Inter- and Intra-Weighted Cross-Fusion Network for Multispectral Object Detection".

License

Notifications You must be signed in to change notification settings

TheodorEmanuelsson/Infusion-Net_unofficial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infusion-Net Unofficial implementation in PyTorch

Implementation of "Infusion-Net: Inter- and Intra-Weighted Cross-Fusion Network for Multispectral Object Detection" in Special Issue Advances in Pattern Recognition and Image Analysis of Mathematics 2022, 10(21), 3966; https://doi.org/10.3390/math10213966

Abstract

Object recognition is conducted using red, green, and blue (RGB) images in object recognition studies. However, RGB images in low-light environments or environments where other objects occlude the target objects cause poor object recognition performance. In contrast, infrared (IR) images provide acceptable object recognition performance in these environments because they detect IR waves rather than visible illumination. In this paper, we propose an inter- and intra-weighted cross-fusion network (Infusion-Net), which improves object recognition performance by combining the strengths of the RGB-IR image pairs. Infusion-Net connects dual object detection models using a high-frequency (HF) assistant (HFA) to combine the advantages of RGB-IR images. To extract HF components, the HFA transforms input images into a discrete cosine transform domain. The extracted HF components are weighted via pretrained inter- and intra-weights for feature-domain cross-fusion. The inter-weighted fused features are transmitted to each other’s networks to complement the limitations of each modality. The intra-weighted features are also used to enhance any insufficient HF components of the target objects. Thus, the experimental results present the superiority of the proposed network and present improved performance of the multispectral object recognition task.

Keywords: multispectral object detection; inter- and intra-weighted fusion; high-frequency component; discrete cosine transform

Datasets

LLVIP: A Visible-infrared Paired Dataset for Low-light Vision link

FLIR: link

Notes

This is an implementation based on reading the paper. There are no guarantees that the provided code is exactly what the authors used in the paper. For official implementation contact the authors

Contributing

Feel free to contribute by making a pull request. Any contribution or feedback is encouraged.

About

Unofficial implementation of "Infusion-Net: Inter- and Intra-Weighted Cross-Fusion Network for Multispectral Object Detection".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages