Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 763 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 763 Bytes

CNN-fusion-networks

The repo consist of code for paper implementations for

  1. Two-Level Attention-based Fusion Learning for RGB-D Face Recognition : https://arxiv.org/abs/2003.00168 published in 25th Internation Conference of Pattern Recogntion 2020

  1. Depth as Attention for Face Representation Learning : https://arxiv.org/abs/2101.00652 published in IEEE Transactions on Information Forensics and Security vol 16, pp. 2461-2476, 2021

The attention_module.py contains different attention module and fusion technique implementation from the above papers written in Keras.