Skip to content

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

License

Notifications You must be signed in to change notification settings

shicaiwei123/MMANet-CVPR2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
shicaiwei
May 26, 2024
c330689 · May 26, 2024

History

10 Commits
May 26, 2024
Jan 17, 2024
Mar 13, 2023
Jan 22, 2024
Jan 22, 2024

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