Feature Extraction
File size: 776 Bytes
219dbde
 
9f7debf
219dbde
9f7debf
 
 
9eac43d
0674057
9ad476f
0674057
9f7debf
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: apache-2.0
pipeline_tag: feature-extraction
---

# SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval

Models of ICML 2026 paper [SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval](https://arxiv.org/abs/2605.15868), including SOLAR-C and SOLAR-B+D (both after stage 2).

To inference, please refer to [our code](https://github.com/codefuse-ai/SOLAR). 

For benchmark, please refer to [sym-MM2MM](https://huggingface.co/datasets/yangwj211/sym-MM2MM).

## Citation

```bibtex
@article{yang2026solar,
  title={SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval},
  author={Yang, Wenjie and Yu, Hang Spruce and Guo, Yuyu and Di, Peng},
  journal={arXiv preprint arXiv:2605.15868},
  year={2026}
}
```