Skip to content

msaadx/Multimodel-Fusion-Strategies-LSTM-BERT-CNN-ResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Multimodel Fusion Strategies: LSTM, BERT, CNN, ResNet

This repository explores multimodal fusion strategies using a combination of LSTM, BERT, CNN, and ResNet models for improved performance in classification tasks.

Fusion Strategies

We implement and compare two types of fusion strategies:

๐Ÿ”น Late Fusion (Decision-Level Fusion)

In this approach, outputs from different models are fused at the decision level (e.g., after classification probabilities are generated).

  1. LSTM + CNN
  2. LSTM + ResNet
  3. BERT + CNN
  4. BERT + ResNet

๐Ÿ”น Early Fusion (Feature-Level Fusion)

Here, features from different models are combined before classification.

  1. LSTM + CNN
  2. LSTM + ResNet
  3. BERT + CNN
  4. BERT + ResNet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published