Papers › Less Data, Faster Convergence: Goal-Driven Data Optimization for Multimodal Instruction Tuning

Less Data, Faster Convergence: Goal-Driven Data Optimization for Multimodal Instruction Tuning

12 Mar 2026arXiv:2603.12478added by Syntology

Rujie Wu, Haozhe Zhao, Hai Ci, Yizhou Wang

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

Multimodal instruction tuning is often compute-inefficient because training budgets are spread across large mixed image-video pools whose utility is highly uneven. We present Goal-Driven Data Optimization (GDO), a framework that computes six sample descriptors for each candidate and constructs optimized 1× training subsets for different goals. Under a fixed one-epoch Qwen3-VL-8B-Instruct training and evaluation recipe on 8 H20 GPUs, GDO uses far fewer training samples than the Uni-10x baseline while converging faster and achieving higher accuracy. Relative to the fixed 512k-sample Uni-10x baseline, GDO reaches the Uni-10x reference after 35.4k samples on MVBench, 26.6k on VideoMME, 27.3k on MLVU, and 34.7k on LVBench, while improving Accuracy by +1.38, +1.67, +3.08, and +0.84 percentage points, respectively. The gains are largest on MVBench and MLVU, while LVBench improves more modestly, consistent with its ultra-long-video setting and the mismatch between that benchmark and the short-video/image-dominant training pool. Across MinLoss, Diverse, Temp, and Temp+, stronger temporal emphasis yields steadily better long-video understanding behavior. Overall, GDO provides a goal-driven data optimization framework that enables faster convergence with fewer training samples under a fixed training protocol. Code is available at https://github.com/rujiewu/GDO.

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="2603.12478")

Code

Syntology Ran 17 of 22 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 5 ran · our draft was wrong; 8 ran with no contract checked.

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

rujiewu/GDO found in paper text by Syntology 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

22 samples harvested; 17 ran; 3 honoured the contract we drafted; 5 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.

3ran · honoured contract
1ran · violated contract
5ran · our draft was wrong
8ran
5unverified

Licence: 0 of the 22 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 rujiewu/GDO. “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.

compute_amm_and_diversity rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · eea19ee437148fef · report
is_oom_error rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · violated contract MIT (permissive) · 2cafe521fc07a22c · report
iter_samples rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran MIT (permissive) · 420619a45dd0436c · report
jaccard_similarity rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · cd6a7e9e2afeead9 · report
load_pil_images rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 08ef9725aaf447ef · report
make_texts rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran MIT (permissive) · 3e2ba7ffc4752aa5 · report
normalize_text rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · db008612f143341f · report
parse_message_pairs rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 7b202711adf7f2cd · report
read_frames rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · edaed27bb877f0f0 · report
sample_paths rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · c4fb4107dc8b9208 · report
self_consistency_score rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran MIT (permissive) · e5992b29a0260e38 · report
strip_media_tokens rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 543eb8006243777b · report
temporal_regex_score rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 098895353483bfe1 · report
text_feature rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 87c30108595426b1 · report
tnc_llm rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran MIT (permissive) · 995b24926b03d47f · report
tokenize rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 50bcada7381a2399 · report
vision_feature rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 271487e7d8776727 · report
ModelBundle rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology unverified MIT (permissive) · ba6e95dac46d63b8 · report
build_model rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology unverified MIT (permissive) · 70149d03ea2ec0e9 · report
compute_loss rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology unverified MIT (permissive) · a71fb50b5b3bd84e · report
main rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology unverified MIT (permissive) · 3968b3aa5d9e95e8 · report
parse_args rujiewu/GDO/gdo/extract_six_metrics.py found in paper text by Syntology unverified MIT (permissive) · 85315dad44b0f3f1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.12478, was issued in March 2026, 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