Papers › OpenS2V-Nexus: A Detailed Benchmark and Million-Scale Dataset for Subject-to-Video Generation

OpenS2V-Nexus: A Detailed Benchmark and Million-Scale Dataset for Subject-to-Video Generation

26 May 2025arXiv:2505.20292archive 2025-07-28

Shenghai Yuan, Xianyi He, Yufan Deng, Yang Ye, Jinfa Huang, Bin Lin, Chongyang Ma, Jiebo Luo, Li Yuan

Subject-to-Video (S2V) generation aims to create videos that faithfully incorporate reference content, providing enhanced flexibility in the production of videos. To establish the infrastructure for S2V generation, we propose OpenS2V-Nexus, consisting of (i) OpenS2V-Eval, a fine-grained benchmark, and (ii) OpenS2V-5M, a million-scale dataset. In contrast to existing S2V benchmarks inherited from VBench that focus on global and coarse-grained assessment of generated videos, OpenS2V-Eval focuses on the model's ability to generate subject-consistent videos with natural subject appearance and identity fidelity. For these purposes, OpenS2V-Eval introduces 180 prompts from seven major categories of S2V, which incorporate both real and synthetic test data. Furthermore, to accurately align human preferences with S2V benchmarks, we propose three automatic metrics, NexusScore, NaturalScore and GmeScore, to separately quantify subject consistency, naturalness, and text relevance in generated videos. Building on this, we conduct a comprehensive evaluation of 16 representative S2V models, highlighting their strengths and weaknesses across different content. Moreover, we create the first open-source large-scale S2V generation dataset OpenS2V-5M, which consists of five million high-quality 720P subject-text-video triples. Specifically, we ensure subject-information diversity in our dataset by (1) segmenting subjects and building pairing information via cross-video associations and (2) prompting GPT-Image-1 on raw frames to synthesize multi-view representations. Through OpenS2V-Nexus, we deliver a robust infrastructure to accelerate future S2V generation research.

PaperPDFCodeCode 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="2505.20292")

Code

Syntology Ran 3 of 38 code samples harvested from 2 repositories linked to this paper; 35 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 38 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PKU-YuanGroup/ConsisID officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
PKU-YuanGroup/OpenS2V-Nexus officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

38 samples harvested; 3 ran; 0 honoured the contract we drafted; 35 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 · our draft was wrong
1ran · fixture could not drive it
1ran
35unverified

Licence: 0 of the 38 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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_resize_crop_region_for_grid PKU-YuanGroup/ConsisID/models/pipeline_consisid.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 734fd43f6aaef115 · report
pad_np_bgr_image PKU-YuanGroup/OpenS2V-Nexus/data_process/step1_get_bbox.py official repository ran Apache-2.0 (permissive) · faa0bfdfc22e317b · report
retrieve_timesteps PKU-YuanGroup/ConsisID/models/pipeline_consisid.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 22b1f260da28f6a5 · report
batch_cosine_similarity PKU-YuanGroup/OpenS2V-Nexus/data_process/step1_get_bbox.py official repository unverified Apache-2.0 (permissive) · 83512e65814b2096 · report
call_gpt PKU-YuanGroup/OpenS2V-Nexus/data_process/step4-1_get_tag_api.py official repository unverified Apache-2.0 (permissive) · b9566bb371805bec · report
collate_fn PKU-YuanGroup/OpenS2V-Nexus/data_process/step3-1_get_caption.py official repository unverified Apache-2.0 (permissive) · ea468804bf7f0516 · report
collate_fn PKU-YuanGroup/OpenS2V-Nexus/data_process/step4-1_get_tag_local.py official repository unverified Apache-2.0 (permissive) · 68791d7cdd051179 · report
compute_clip_score PKU-YuanGroup/ConsisID/eval/get_clipscore.py official repository unverified Apache-2.0 (permissive) · a76adcb6d1cb698c · report
compute_iou PKU-YuanGroup/ConsisID/data_preprocess/step3_get_refine_track.py official repository unverified Apache-2.0 (permissive) · 02fb438e848b5140 · report
draw_kps PKU-YuanGroup/ConsisID/models/pipeline_consisid.py official repository unverified Apache-2.0 (permissive) · 82cd6f8d42b34198 · report
draw_kps PKU-YuanGroup/ConsisID/models/dataloader.py official repository unverified Apache-2.0 (permissive) · 3a9e3b5be46cd837 · report
estimate_num_people PKU-YuanGroup/ConsisID/data_preprocess/step3_get_refine_track.py official repository unverified Apache-2.0 (permissive) · 7dba7c420770388f · report
extract_data_from_response PKU-YuanGroup/OpenS2V-Nexus/data_process/step4-1_get_tag_api.py official repository unverified Apache-2.0 (permissive) · 4451a25f7c22f79a · report
extract_frames PKU-YuanGroup/OpenS2V-Nexus/eval/get_naturalscore.py official repository unverified Apache-2.0 (permissive) · 7e425139d10d0ffa · report
extract_start_end_frames PKU-YuanGroup/ConsisID/data_preprocess/step0_split_transition.py official repository unverified Apache-2.0 (permissive) · 105544ba1a7e2e90 · report
extract_useful_frames PKU-YuanGroup/ConsisID/data_preprocess/step2_split_bbox_pose.py official repository unverified Apache-2.0 (permissive) · 0a24c9067eabcc84 · report
extract_useful_frames PKU-YuanGroup/OpenS2V-Nexus/data_process/step2_get_pure_person_clip.py official repository unverified Apache-2.0 (permissive) · 83dec4a87d876ee4 · report
filter_by_confidence PKU-YuanGroup/ConsisID/data_preprocess/step3_get_refine_track.py official repository unverified Apache-2.0 (permissive) · d924f2a63ea92f78 · report
filter_keywords PKU-YuanGroup/OpenS2V-Nexus/data_process/step4-1_get_tag_api.py official repository unverified Apache-2.0 (permissive) · 3aa9a7211091e0a4 · report
generate_image_embeddings PKU-YuanGroup/OpenS2V-Nexus/eval/get_nexusscore.py official repository unverified Apache-2.0 (permissive) · 565fde010ddcbc97 · report
get_clipscore PKU-YuanGroup/ConsisID/eval/get_clipscore.py official repository unverified Apache-2.0 (permissive) · 2d051fb9d3d082bc · report
get_frame_indices_adjusted_for_face PKU-YuanGroup/ConsisID/models/dataloader.py official repository unverified Apache-2.0 (permissive) · 9079583c3a47cfb8 · report
get_valid_segments PKU-YuanGroup/ConsisID/models/dataloader.py official repository unverified Apache-2.0 (permissive) · b28b986e34458c53 · report
image_to_base64 PKU-YuanGroup/OpenS2V-Nexus/eval/get_naturalscore.py official repository unverified Apache-2.0 (permissive) · 0839fae5f1a98534 · report
img2tensor PKU-YuanGroup/ConsisID/models/consisid_utils.py official repository unverified Apache-2.0 (permissive) · 490b7b3290557c78 · report
is_face_large_enough_v2 PKU-YuanGroup/ConsisID/data_preprocess/step2_split_bbox_pose.py official repository unverified Apache-2.0 (permissive) · a3ce59e07cea71df · report
is_valid_frame PKU-YuanGroup/ConsisID/data_preprocess/step2_split_bbox_pose.py official repository unverified Apache-2.0 (permissive) · e242ea5a02b7f13d · report
make_inference PKU-YuanGroup/ConsisID/util/rife_model.py official repository unverified Apache-2.0 (permissive) · 44d67662b32e0a93 · report
mask_to_polygon PKU-YuanGroup/OpenS2V-Nexus/data_process/demo_dataloader.py official repository unverified Apache-2.0 (permissive) · 55841bf2feba5902 · report
pad_image PKU-YuanGroup/ConsisID/util/rife_model.py official repository unverified Apache-2.0 (permissive) · 371391555c7fdb5b · report
polygon_to_mask PKU-YuanGroup/OpenS2V-Nexus/data_process/demo_dataloader.py official repository unverified Apache-2.0 (permissive) · 989db0778a01d381 · report
process_file PKU-YuanGroup/OpenS2V-Nexus/data_process/step3-0_merge_json.py official repository unverified Apache-2.0 (permissive) · 8310d1132ebd9370 · report
process_file PKU-YuanGroup/OpenS2V-Nexus/data_process/step4-0_merge_json.py official repository unverified Apache-2.0 (permissive) · 4a34cdc1b72ef759 · report
resize_long_side PKU-YuanGroup/OpenS2V-Nexus/eval/get_naturalscore.py official repository unverified Apache-2.0 (permissive) · 351a3980dbd21561 · report
resize_numpy_image_long PKU-YuanGroup/ConsisID/models/consisid_utils.py official repository unverified Apache-2.0 (permissive) · 06ccb8f5750bed65 · report
run_aesthetic_laion PKU-YuanGroup/OpenS2V-Nexus/eval/get_aesscore.py official repository unverified Apache-2.0 (permissive) · 4b36c781c4d2014d · report
save_json PKU-YuanGroup/OpenS2V-Nexus/data_process/step1_get_bbox.py official repository unverified Apache-2.0 (permissive) · dd06d65d58671193 · report
to_gray PKU-YuanGroup/ConsisID/models/consisid_utils.py official repository unverified Apache-2.0 (permissive) · b3d03bc9df04cdef · report

Tasks

Human-Domain Subject-to-VideoOpen-Domain Subject-to-VideoSingle-Domain Subject-to-VideoVideo Generation

Datasets

Introduced by this paper, per the archive.

OpenS2V-5MOpenS2V-Eval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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