bharathrajcl / Multimodal-deep-networks-for-text-and-image-based-document-classification
It is an implementation of research paper with title 'Multimodal deep networks for text and image-based document classification'
☆13Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for Multimodal-deep-networks-for-text-and-image-based-document-classification
- Multimodal classification solution for the SIGIR eCOM using Co-attention and transformer language models☆19Updated 4 years ago
- Baseline model for multimodal classification based on images and text. Text representation obtained from pretrained BERT base model and i…☆38Updated 2 years ago
- This is the code for the Paper "Guilherme L. Toledo, Ricardo M. Marcacini: Transfer Learning with Joint Fine-Tuning for Multimodal Sentim…☆14Updated 2 years ago
- multimodal social media content (text, image) classification☆49Updated 2 years ago
- Multimodal short video classification task, integrating video, image, audio and text modes for short video classification☆18Updated 4 years ago
- Bimodal and Unimodal Sentiment Analysis of Internet Memes (Image+Text)☆15Updated 3 years ago
- ☆57Updated 3 years ago
- ☆11Updated 2 years ago
- This project contains the code of the implementation of the approach proposed in I. Gallo, A. Calefati, S. Nawaz and M.K. Janjua, "Image …☆20Updated 5 years ago
- Supplementary Features of BiLSTM for Enhanced Sequence Labeling☆18Updated 2 months ago
- Multimodal Sentiment Detection Based on Multi-channel Graph Neural Networks☆35Updated 2 years ago
- Multimodal Fusion, Multimodal Sentiment Analysis☆20Updated 4 years ago
- Dataset and codes for our IJCAI 2019 paper "Adapting BERT for Target-Oriented Multimodal Sentiment Classification"☆77Updated 4 years ago
- 多模态虚假新闻检测挑战赛第一名☆13Updated 4 years ago
- Pytorch implementation to paper "DialogueGCN: A Graph Convolutional Neural Network for Emotion Recognition in Conversation".☆48Updated 3 years ago
- 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)☆66Updated last year
- Official code release for CNLE: Co-attention network with label embedding for text classification. Neurocomputing 2022☆21Updated last year
- [ACM MM 2021 Oral] Exploiting BERT For Multimodal Target Sentiment Classification Through Input Space Translation"☆39Updated 3 years ago
- ☆11Updated 2 years ago
- PyTorch implementation of the models described in the IEEE ICASSP 2022 paper "Is cross-attention preferable to self-attention for multi-m…☆54Updated 2 years ago
- ☆16Updated 3 years ago
- ☆111Updated last year
- DeepCU: Integrating Both Common and Unique Latent Information for Multimodal Sentiment Analysis, IJCAI-19☆19Updated 4 years ago
- 基于BERT的文本多标签多分类☆10Updated 2 years ago
- Pytorch Implementation of "Adaptive Co-attention Network for Named Entity Recognition in Tweets" (AAAI 2018)☆57Updated last year
- ☆18Updated 3 years ago
- CNN,RNN ,Activation functions, Graph Convolutional Networks(GCN) for Text Classification☆33Updated 4 years ago
- Deep-HOSeq: Deep Higher-Order Sequence Fusion for Multimodal Sentiment Analysis.☆11Updated 4 years ago
- 多模态数据融合:为了完成多模态数据融合,首先利用VGG16网络和cifar10数据集完成多输入网络的分类,在VGG16的基础之上,将前三层特征提取网络作为不同输入的特征提取网络,在中间层进行特征拼接,后面的卷积层用于提取融合特征,最后加上全连接层。该网络稍作修改就能同时提取…☆79Updated 4 years ago