Papers › Low-Rank Similarity Mining for Multimodal Dataset Distillation

Low-Rank Similarity Mining for Multimodal Dataset Distillation

6 Jun 2024arXiv:2406.03793archive 2025-07-28

Yue Xu, Zhilin Lin, Yusong Qiu, Cewu Lu, Yong-Lu Li

Though dataset distillation has witnessed rapid development in recent years, the distillation of multimodal data, e.g., image-text pairs, poses unique and under-explored challenges. Unlike unimodal data, image-text contrastive learning (ITC) data lack inherent categorization and should instead place greater emphasis on modality correspondence. In this work, we propose Low-Rank Similarity Mining (LoRS) for multimodal dataset distillation, that concurrently distills a ground truth similarity matrix with image-text pairs, and leverages low-rank factorization for efficiency and scalability. The proposed approach brings significant improvement to the existing algorithms, marking a significant contribution to the field of visual-language dataset distillation. We advocate adopting LoRS as a foundational synthetic data setup for image-text dataset distillation. Our code is available at https://github.com/silicx/LoRS_Distill.

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

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · fixture could not drive it; 10 ran with no contract checked.

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

silicx/lors_distill officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause 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

16 samples harvested; 12 ran; 0 honoured the contract we drafted; 4 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 · violated contract
1ran · fixture could not drive it
10ran
4unverified

Licence: 0 of the 16 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 silicx/lors_distill. “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.

LowRankSimilarityGenerator silicx/lors_distill/src/similarity_mining.py official repository ran BSD-3-Clause (permissive) · 68db47247c28a3d3 · report
VGG11 silicx/LoRS_Distill/src/networks.py official repository ran BSD-3-Clause (permissive) · 190dfb67aacf4767 · report
VGG11BN silicx/LoRS_Distill/src/networks.py official repository ran BSD-3-Clause (permissive) · 6fa9b9b022f6dbfa · report
VGG13 silicx/LoRS_Distill/src/networks.py official repository ran BSD-3-Clause (permissive) · 3da7c8c828c4f0af · report
epoch silicx/LoRS_Distill/src/epoch.py official repository ran BSD-3-Clause (permissive) · 7d65df8b482e868e · report
formatting_result_all silicx/LoRS_Distill/evaluate_only.py official repository ran BSD-3-Clause (permissive) · 7b3e6879e6bda6f8 · report
formatting_result_content silicx/LoRS_Distill/evaluate_only.py official repository ran BSD-3-Clause (permissive) · 01b160948b4eabee · report
formatting_result_content_clean silicx/LoRS_Distill/evaluate_only.py official repository ran BSD-3-Clause (permissive) · e74d3f1a61087ec9 · report
itm_eval silicx/LoRS_Distill/src/epoch.py official repository ran · fixture could not drive it BSD-3-Clause (permissive) · c7f85279d772ea19 · report
make_timestamp silicx/LoRS_Distill/distill_tesla_lors.py official repository ran fingerprinted BSD-3-Clause (permissive) · 1b3fdd7b1b5bf6c0 · report
nearest_neighbor silicx/LoRS_Distill/src/vl_distill_utils.py official repository ran · violated contract fingerprinted BSD-3-Clause (permissive) · c84ddf44fce519da · report
shuffle_files silicx/LoRS_Distill/src/vl_distill_utils.py official repository ran BSD-3-Clause (permissive) · bf0e428bf2a3f2f0 · report
BaseSimilarityGenerator silicx/lors_distill/src/similarity_mining.py official repository unverified BSD-3-Clause (permissive) · 9e70711e612fe6a7 · report
build_model silicx/LoRS_Distill/src/model.py official repository unverified BSD-3-Clause (permissive) · 1808da638d8ebc0f · report
epoch_test silicx/LoRS_Distill/src/epoch.py official repository unverified BSD-3-Clause (permissive) · daec924451bcf2dc · report
get_dataset silicx/LoRS_Distill/src/utils.py official repository unverified BSD-3-Clause (permissive) · 2a69179a8e3a05a4 · report

Tasks

Contrastive LearningDataset Distillation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Contrastive Learning

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