paper-with-me

홈 › Papers

DISCO: Diversifying Sample Condensation for Efficient Model Evaluation

2025-10-09 · Alexander Rubinstein, Benjamin Raible, Martin Gubri, Seong Joon Oh arxiv

Evaluating modern machine learning models has become prohibitively expensive. Benchmarks such as LMMs-Eval and HELM demand thousands of GPU hours per model. Costly evaluation reduces inclusivity, slows the cycle of innovation, and worsens environmental impact. The typical approach follows two steps. First, select an anchor subset of data. Second, train a mapping from the accuracy on this subset to the final test result. The drawback is that anchor selection depends on clustering, which can be complex and sensitive to design choices. We argue that promoting diversity among samples is not essential; what matters is to select samples that $\textit{maximise diversity in model responses}$. Our method, $\textbf{Diversifying Sample Condensation (DISCO)}$, selects the top-k samples with the greatest model disagreements. This uses greedy, sample-wise statistics rather than global clustering. The approach is conceptually simpler. From a theoretical view, inter-model disagreement provides an information-theoretically optimal rule for such greedy selection. $\textbf{DISCO}$ shows empirical gains over prior methods, achieving state-of-the-art results in performance prediction across MMLU, Hellaswag, Winogrande, and ARC. Code is available here: https://github.com/arubique/disco-public.

📄 PDF Abstract BibTeX arXiv:2510.07959

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Memory Condensation Strategies for Coding Agents in Data-Driven Scientific Discovery

2026-05-13 · Renuka Chintalapati, Sid Raskar, Anurag Acharya, Jared Willard 외 arxiv

Coding agents accumulate extensive context during long-running tasks, yet fixed context windows force practitioners to choose between truncation and task failure. While numerous memory condensation strategies have been p…

A Large-Scale Study on Video Action Dataset Condensation

2024-12-30 · Yang Chen, Sheng Guo, LiMin Wang

Dataset condensation has made significant progress in the image domain. Unlike images, videos possess an additional temporal dimension, which harbors considerable redundant information, making condensation even more cruc…

Action RecognitionDataset CondensationDataset DistillationDiversity

DC-BENCH: Dataset Condensation Benchmark

2022-07-20 · Justin Cui, Ruochen Wang, Si Si, Cho-Jui Hsieh

Dataset Condensation is a newly emerging technique aiming at learning a tiny dataset that captures the rich information encoded in the original dataset. As the size of datasets contemporary machine learning models rely o…

AutoMLData AugmentationData CompressionDataset Condensation+1

Disentangled Condensation for Large-scale Graphs

2024-01-18 · Zhenbang Xiao, Yu Wang, Shunyu Liu, Bingde Hu 외

Graph condensation has emerged as an intriguing technique to save the expensive training costs of Graph Neural Networks (GNNs) by substituting a condensed small graph with the original graph. Despite the promising result…

Graph LearningLink PredictionNode Classification

Dataset Condensation via Generative Model

2023-09-14 · David Junhao Zhang, Heng Wang, Chuhui Xue, Rui Yan 외

Dataset condensation aims to condense a large dataset with a lot of training samples into a small set. Previous methods usually condense the dataset into the pixels format. However, it suffers from slow optimization spee…

Dataset Condensationmodel