Update dataset card with CalMRL info and task category

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +22 -50
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://arxiv.org/pdf/2507.17343">Principled Multimodal Representation Learning (PMRL)</a></h1>
10
 
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12
- ![License](https://img.shields.io/badge/Accepted-TPAMI'2026-purple)
13
- [![License: MIT](https://img.shields.io/badge/Github-PMRL-black.svg)](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
- ![](img/top.png)
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
- PMRL introduces a principled approach grounded in **theoretical insights**:
30
 
31
- > **Key Insight**: Full alignment corresponds to a rank-1 Gram matrix
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
- 🔄 **Simultaneous Multi-Modal Alignment**
40
- - No predefined anchor modality required
41
- - Unified representation space for all modalities
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
- ## 🏗️ Architecture
62
-
63
- ![](img/framework.png)
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
- **[🔝 Back to Top](#-principled-multimodal-representation-learning-pmrl)**
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
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12
+ [![Github](https://img.shields.io/badge/Github-CalMRL-black.svg)](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>