zhigao2017 / FactorizedBilinearCoding

This repository is the implementation of AAAI 2020 paper: "Revisiting Bilinear Pooling: A Coding Perspective".
44 stars 9 forks source link

Question about feature fusion implementation #1

Open JustinYuu opened 4 years ago

JustinYuu commented 4 years ago

Hello! Firstly thank you for your splendid work! I'm really interested in your imporvement about bilinear pooling. In my opinion, bilinear pooling could be seemed as a feature fusion method, but when I read your code I found the class FBC has only one input, thus I want to learn the way to implement your method when trying to fusion features from two different modals.

JustinYuu commented 4 years ago

In my opinion, Linear_data_proj_k and Linear_data_proj2_k could have different inputs from two modalities, I just want to make sure that my thoughts are right:)