Skip to content

shicaiwei123/MMANet-CVPR2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official MMANet in PyTorch

Here is the official PyTorch implementation of MMANet proposed in ''MMANet: Margin-aware Distillation and Modality-aware Regularization for Incomplete Multimodal Learning''.

It's a general framework to address the issue of multimodal learning with incomplete data. Details can be seen in our CVPR 2023 paper.

Basic information of implementation

Main Dependencies

  • Ubuntu20.04
  • CUDA 11.3
  • Pytorch1.12.1
  • Python 3.8
  • requirements
    • pip install -r requirements.txt

Folder introduction

Our paper perform experiments on two classic multimodal tasks, e.g classification and segmentation.

The coressponding codes are deployed in classification and segmentation folders. contains multimodal classification and segmentation tasks.

Performance on multimodal classificaition task

Details can be seen in Classification

Performance on multimodal segmentation task

Details can be seen in Segmentation

About

offical code for MMANet: Margin-aware Distillation and Modality-aware Regularization for Incomplete Multimodal Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published