Datasets:
ArXiv:
License:
Update dataset card with CalMRL info and task category
Browse filesThis PR improves the dataset card by linking it to the paper [Calibrated Multimodal Representation Learning with Missing Modalities](https://huggingface.co/papers/2511.12034) and the [official GitHub repository](https://github.com/Xiaohao-Liu/CalMRL). It also adds the `feature-extraction` task category to improve discoverability.
README.md
CHANGED
|
@@ -1,18 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
-
<h1><a color="red" href="https://
|
| 10 |
|
| 11 |
[](https://opensource.org/licenses/MIT)
|
| 12 |
-
](https://github.com/Xiaohao-Liu/PMRL)
|
| 14 |
-
|
| 15 |
-
*A Novel Framework for Representation Learning Across Multiple Modalities*
|
| 16 |
|
| 17 |
</div>
|
| 18 |
|
|
@@ -20,60 +17,39 @@ license: mit
|
|
| 20 |
|
| 21 |
## ✨ Overview
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
**Principled Multimodal Representation Learning (PMRL)** addresses the fundamental challenges in multimodal representation learning by proposing a novel framework that achieves simultaneous alignment of multiple modalities without anchor dependency.
|
| 26 |
-
|
| 27 |
-
### 💡 Our Solution
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
Our framework optimizes the dominant singular value of the representation matrix to align modalities along a shared leading direction.
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
## 🎯 Key Features
|
| 38 |
|
| 39 |
-
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
|
| 43 |
-
🧮 **Softmax-based Loss Function**
|
| 44 |
-
- Treats singular values as logits
|
| 45 |
-
- Prioritizes the largest singular value for stable optimization
|
| 46 |
-
|
| 47 |
-
🎯 **Instance-wise Contrastive Regularization**
|
| 48 |
-
- Maintains inter-instance separability
|
| 49 |
-
- Prevents representation collapse
|
| 50 |
-
|
| 51 |
-
⚡ **Distributed Training Support**
|
| 52 |
-
- Multi-GPU training capabilities
|
| 53 |
-
- Efficient data parallel processing
|
| 54 |
-
|
| 55 |
-
📊 **Comprehensive Evaluation**
|
| 56 |
-
- Extensive benchmarking across diverse tasks
|
| 57 |
-
- Quantitative and qualitative analysis tools
|
| 58 |
|
| 59 |
---
|
| 60 |
|
| 61 |
-
## 🏗️
|
| 62 |
-
|
| 63 |
-

|
| 64 |
-
|
| 65 |
-
The PMRL framework consists of three main components:
|
| 66 |
-
|
| 67 |
-
1. **🔧 Multi-Modal Encoder**: Processes different input modalities
|
| 68 |
-
2. **🎯 Singular Value Optimization**: Aligns representations via dominant singular value
|
| 69 |
-
3. **🔄 Principled Regularization**: Maintains instance-level discrimination
|
| 70 |
|
|
|
|
| 71 |
|
| 72 |
## Citation
|
| 73 |
|
| 74 |
If you find this work useful, please consider citing:
|
| 75 |
|
| 76 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
@article{liu2026principled,
|
| 78 |
title={Principled multimodal representation learning},
|
| 79 |
author={Liu, Xiaohao and Xia, Xiaobo and Ng, See-Kiong and Chua, Tat-Seng},
|
|
@@ -83,12 +59,8 @@ If you find this work useful, please consider citing:
|
|
| 83 |
}
|
| 84 |
```
|
| 85 |
|
| 86 |
-
|
| 87 |
-
|
| 88 |
<div align="center">
|
| 89 |
|
|
|
|
| 90 |
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
</div>
|
| 94 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- feature-extraction
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
+
<h1><a color="red" href="https://huggingface.co/papers/2511.12034">Calibrated Multimodal Representation Learning with Missing Modalities (CalMRL)</a></h1>
|
| 10 |
|
| 11 |
[](https://opensource.org/licenses/MIT)
|
| 12 |
+
[](https://github.com/Xiaohao-Liu/CalMRL)
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
</div>
|
| 15 |
|
|
|
|
| 17 |
|
| 18 |
## ✨ Overview
|
| 19 |
|
| 20 |
+
This repository contains data and code for **CalMRL**, a framework designed to calibrate incomplete alignments caused by missing modalities in multimodal representation learning.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
Multimodal representation learning harmonizes distinct modalities by aligning them into a unified latent space. CalMRL leverages priors and inherent connections among modalities to model the imputation for missing ones at the representation level, addressing the "anchor shift" problem where observed modalities align with local anchors that deviate from the optimal ones.
|
| 23 |
|
| 24 |
+
For more details, please refer to the paper: [Calibrated Multimodal Representation Learning with Missing Modalities](https://huggingface.co/papers/2511.12034).
|
|
|
|
|
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
## 🎯 Key Features
|
| 29 |
|
| 30 |
+
- **Calibration of Incomplete Alignments**: Models imputation for missing modalities at the representation level.
|
| 31 |
+
- **Anchor Shift Mitigation**: Provides theoretical insights into how missing modalities cause local anchors to deviate from optimal ones.
|
| 32 |
+
- **Bi-step Learning**: Employs a bi-step learning method with a closed-form solution for the posterior distribution of shared latents.
|
| 33 |
+
- **Flexibility**: Offers the ability to absorb data with missing modalities by equipping calibrated alignment with existing advanced methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
+
## 🏗️ Related Work: PMRL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
+
This work builds upon or relates to [Principled Multimodal Representation Learning (PMRL)](https://github.com/Xiaohao-Liu/PMRL). PMRL addresses fundamental challenges in multimodal representation learning by proposing a framework that achieves simultaneous alignment of multiple modalities without anchor dependency.
|
| 40 |
|
| 41 |
## Citation
|
| 42 |
|
| 43 |
If you find this work useful, please consider citing:
|
| 44 |
|
| 45 |
```bibtex
|
| 46 |
+
@article{liu2025calibrated,
|
| 47 |
+
title={Calibrated Multimodal Representation Learning with Missing Modalities},
|
| 48 |
+
author={Liu, Xiaohao and Xia, Xiaobo and Wei, Jiaheng and Yang, Shuo and Su, Xiu and Ng, See-Kiong and Chua, Tat-Seng},
|
| 49 |
+
journal={arXiv preprint arXiv:2511.12034},
|
| 50 |
+
year={2025}
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
@article{liu2026principled,
|
| 54 |
title={Principled multimodal representation learning},
|
| 55 |
author={Liu, Xiaohao and Xia, Xiaobo and Ng, See-Kiong and Chua, Tat-Seng},
|
|
|
|
| 59 |
}
|
| 60 |
```
|
| 61 |
|
|
|
|
|
|
|
| 62 |
<div align="center">
|
| 63 |
|
| 64 |
+
**[🔝 Back to Top](#calibrated-multimodal-representation-learning-with-missing-modalities-calmrl)**
|
| 65 |
|
| 66 |
+
</div>
|
|
|
|
|
|
|
|
|