Home

Awesome

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

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