|
Algorithm 1 Multi-modal Disinformation Detection |
-
1:
Input: Raw text data T, Image data I
-
2:
Output: Comprehensive representation
-
3:
Textual Feature Extraction:
-
4:
Tokenize text:
-
5:
Normalize words:
-
6:
Replace emojis:
-
7:
Shorten sentences:
-
8:
-
9:
Combine embeddings:
-
10:
Visual Feature Extraction:
-
11:
Pre-trained ResNet V2 model:
-
12:
-
13:
Process visual representation:
-
14:
Attention Mechanism:
-
15:
-
16:
Fully connected layers with normalization:
-
17:
Final Processing:
-
18:
Compress and combine features:
-
19:
Fully connected layer with 32 neural units:
|