cyxanna / CAFE

This is the code for the paper "Cross-modal Ambiguity Learning for Multimodal Fake News Detection" of WWW2022.
66 stars 5 forks source link

questions about CrossModule4Batch() function #6

Open Hyperwjf opened 1 year ago

Hyperwjf commented 1 year ago

Hello! I am confused about how this function implements the cross-model fusion by outer product. It only calculates the similarity matrix, then performs max pooling and projection. Is it consistent with the paper? Looking for your reply.

xiaohaochen0308 commented 1 year ago

I have also noticed this issue. The implementation of cross-model fusion in this function is inconsistent with the description in the paper.