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.
- Ubuntu20.04
- CUDA 11.3
- Pytorch1.12.1
- Python 3.8
- requirements
- pip install -r requirements.txt
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.
Details can be seen in Classification
Details can be seen in Segmentation