# DecAlign **Repository Path**: Jackdaw7777/DecAlign ## Basic Information - **Project Name**: DecAlign - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-25 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DecAlign: Hierarchical Cross-Modal Alignment for Decoupled Multimodal Representation Learning Authors: [Chengxuan Qian](https://qiancx.com/), [Shuo Xing](https://shuoxing98.github.io/), [Shawn Li](https://lili0415.github.io/), [Yue Zhao](https://viterbi-web.usc.edu/~yzhao010/lab), [Zhengzhong Tu](https://vztu.github.io/) DecAlign is a novel hierarchical cross-modal alignment framework that explicitly disentangles multimodal representations into modality-unique (heterogeneous) and modality-common (homogeneous) components, which not only facilitates fine-grained alignment through prototype-guided optimal transport but also enhances semantic consistency via latent distribution matching. Moreover, DecAlign effectively mitigates distributional discrepancies while preserving modality-specific characteristics, yielding consistent performance improvements across multiple multimodal benchmarks.
EMMA diagram

Figure 1. The Framework of our proposed DecAlign approach.

### Installation Clone this repository: ``` git clone https://github.com/taco-group/DecAlign.git ``` Prepare the Python environment: ``` cd DecAlign conda create --name decalign python=3.9 -y conda activate decalign ``` Install all the required libraries: `pip install -r requirements.txt ` ### Dataset Preparation The preprocess of CMU-MOSI, CMU-MOSEI and CH-SIMS datasets follows [MMSA](https://github.com/thuiar/MMSA), here we provide the processed datasets through these links: CMU-MOSI: [https://drive.google.com/drive/folders/1A6lpSk1ErSXhXHEJcNqFyOomSkP81Xw7?usp=drive_link](https://drive.google.com/drive/folders/1A6lpSk1ErSXhXHEJcNqFyOomSkP81Xw7?usp=drive_link) CMU-MOSEI: [https://drive.google.com/drive/folders/1XZ4z94I-AlXNQfsWmW01_iROtjWmlmdh?usp=drive_link](https://drive.google.com/drive/folders/1XZ4z94I-AlXNQfsWmW01_iROtjWmlmdh?usp=drive_link)