Papers › UME-R1: Exploring Reasoning-Driven Generative Multimodal Embeddings

UME-R1: Exploring Reasoning-Driven Generative Multimodal Embeddings

1 Nov 2025ICLRarXiv:2511.00405added by Syntology

Zhibin Lan, Liqiang Niu, Fandong Meng, Jie Zhou, Jinsong Su

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The remarkable success of multimodal large language models (MLLMs) has driven advances in multimodal embeddings, yet existing models remain inherently discriminative, limiting their ability to benefit from reasoning-driven generation paradigm. In this work, we pioneer the exploration of generative embeddings, unifying embedding tasks within a generative paradigm. We propose UME-R1, a universal multimodal embedding framework consisting of a two-stage training strategy: a cold-start supervised fine-tuning equips the model with reasoning capabilities and enables it to generate both discriminative and generative embeddings; a subsequent reinforcement learning enhances reasoning and further optimizes generative embedding quality. This pioneering work reveals four key insights: 1) generative embeddings unlock substantial performance gains over conventional discriminative embeddings by leveraging the powerful generative reasoning capabilities of MLLMs; 2) discriminative and generative embeddings are complementary, whose combined oracle performance far exceeding that of either alone; 3) RL can effectively enhance generative embeddings, establishing a scalable optimization paradigm.; 4) repeated sampling at inference boosts downstream task coverage (pass@k), highlighting the inference-time scalability potential of generative embeddings. Evaluated on the MMEB-V2 benchmark across 78 tasks spanning video, image, and visual documents, UME-R1 significantly outperforms conventional discriminative embedding models and offers a foundation for more interpretable, reasoning-driven generative multimodal embeddings. Our code, models, and datasets will be publicly available at https://github.com/XMUDeepLIT/UME-R1.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2511.00405")

Code

Syntology Ran 1 of 15 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

XMUDeepLIT/UME-R1 found in paper text by SyntologyApache-2.0 report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
14unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from XMUDeepLIT/UME-R1. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_image_data_url XMUDeepLIT/UME-R1/src/r1-train/local_scripts/create_vision_cot_data.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 3f31b48fd862935d · report
extract_problem_solution XMUDeepLIT/UME-R1/src/r1-train/local_scripts/prepare_hf_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 41c548a25e90eb39 · report
extract_step XMUDeepLIT/UME-R1/src/eval/VLM2Vec/adhoc/gather_score_byckpt_aws.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 981eb19d513b4f7e · report
get_disc_embedding_idx XMUDeepLIT/UME-R1/src/eval/VLM2Vec/eval_twomode.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 349fd11ea2ede40c · report
get_gen_embedding_idx XMUDeepLIT/UME-R1/src/eval/VLM2Vec/eval_twomode.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f2c74df1482c3bcc · report
gpt4o_query XMUDeepLIT/UME-R1/src/r1-train/local_scripts/create_vision_cot_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 58ab41ce28a94c62 · report
load_frames XMUDeepLIT/UME-R1/src/data-download/llavahound_cp_download.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2bf49beebed5b7dc · report
load_image_from_path XMUDeepLIT/UME-R1/src/r1-train/local_scripts/prepare_hf_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bdcc94560fb87f30 · report
load_vidore_dataset XMUDeepLIT/UME-R1/src/data-download/vidore_download.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4ea7e0c6070c077d · report
load_visrag_dataset XMUDeepLIT/UME-R1/src/data-download/visrag_download.py found in paper text by Syntology unverified Apache-2.0 (permissive) · afc674648320a7d1 · report
normalize_reps XMUDeepLIT/UME-R1/demo/image_disc_embed_demo.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cbeb923f8c89fca4 · report
process_query XMUDeepLIT/UME-R1/src/data-download/visrag_download.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8fd49856d19d27fc · report
process_single_item XMUDeepLIT/UME-R1/src/r1-train/local_scripts/create_vision_cot_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f029d6b5f19d2885 · report
process_video_frames XMUDeepLIT/UME-R1/src/data-download/llavahound_cp_download.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0d43c38f16bd6dd8 · report
sample_frames XMUDeepLIT/UME-R1/src/data-download/llavahound_cp_download.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 726f29532082b33f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2511.00405, was issued in November 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections