woosual / multiModalityFusionForClassificationLinks
多模态数据融合:为了完成多模态数据融合,首先利用VGG16网络和cifar10数据集完成多输入网络的分类,在VGG16的基础之上,将前三层特征提取网络作为不同输入的特征提取网络,在中间层进行特征拼接,后面的卷积层用于提取融合特征,最后加上全连接层。该网络稍作修改就能同时提取两张对应的图片作为输入,在特征提取之后进行融合用于分类。
☆92Updated 4 years ago
Alternatives and similar repositories for multiModalityFusionForClassification
Users that are interested in multiModalityFusionForClassification are comparing it to the libraries listed below
Sorting:
- 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)☆77Updated 2 years ago
- 本文采用基于注意力机制的卷积神经神经网络模型来实现对阿尔兹海默症疾病的分类。采用3D卷积对图像进行特征获取,通过在卷积中添加注意力机制,重点关注疾病脑图像中的患病区域,从而提高分类模型的实验精度。☆32Updated 4 years ago
- 阿尔兹海默症的识别--DataFountain☆46Updated 2 years ago
- 采用vit实现图像分类☆25Updated last year
- Implementation of Resnet-50 with and without CBAM in PyTorch v1.8. Implementation tested on Intel Image Classification dataset from https…☆90Updated 3 years ago
- 实验室的一个病虫害检测项目,在SSD基础上进行一系列改进!SSD Improvements!☆31Updated 2 years ago
- 基于Swin-transformer训练图像分类并部署web端☆93Updated 2 years ago
- Multimodal Fusion, Multimodal Sentiment Analysis☆23Updated 4 years ago
- pytorch版—使用resnet50迁移学习实现皮肤病图片的二分类☆126Updated 5 years ago
- HiFuse: Hierarchical Multi-Scale Feature Fusion Network for Medical Image Classification☆235Updated 5 months ago
- This is the code for the Paper "Guilherme L. Toledo, Ricardo M. Marcacini: Transfer Learning with Joint Fine-Tuning for Multimodal Sentim…☆16Updated 2 years ago
- This is a multi-modal fusion method based on VGG16 and FastText for identifying useful information collected from social media platforms.…☆13Updated 3 years ago
- Code for UniS-MMC: Multimodal Classification via Unimodality-supervised Multimodal Contrastive Learning (ACL 2023)☆34Updated last year
- ResNet50 猫狗数据集训练☆30Updated 4 years ago
- Two-stage Temporal Modelling Framework for Video-based Depression Recognition using Graph Representation☆25Updated 5 months ago
- [ICASSP 2025] Official PyTorch code for training and inference pipeline for DepMamba: Progressive Fusion Mamba for Multimodal Depression …☆60Updated 2 months ago
- 这是各个主干网络分类模型的源码,可以用于训练自己的分类模型。☆427Updated 2 years ago
- 深度学习 注意力机制模块 时间 空间注意力通道☆29Updated 2 years ago
- 融合MRI多模态的图像的不同特征进行脑梗死区分割网络(基于Unet网络更改新的网络)☆15Updated 5 years ago
- Attention-Based Acoustic Feature Fusion Network for Depression Detection☆25Updated 10 months ago
- code for paper 'Spatial-Temporal Attention Network for Depression Recognition from Facial Videos'☆28Updated 5 months ago
- 多模态情感分析——基于BERT+ResNet的多种融合方法☆307Updated 2 years ago
- 这是各个主干网络分类模型的源码,可以用于训练自己的分类模型。☆71Updated 2 years ago
- ☆32Updated last year
- ☆34Updated 9 months ago
- 基于PyTorch框架实现的图像分类网络☆82Updated 4 years ago
- ✨基于 3D 卷积神经网络(CNN)的阿尔兹海默智能诊断 Web 应用 Alzheimer's Intelligent Diagnosis Web Application based on 3D Convolutional Neural Network and the AD…☆133Updated 4 months ago
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆231Updated last year
- The official PyTorch implementation of our paper "MCA: Multidimensional collaborative attention in deep convolutional neural networks for…☆62Updated last year
- ccf 阿尔兹海默症的识别 baseline☆23Updated 5 years ago