Cross-Dataset Benchmark

Recent momentum

-33%

8 papers in the last 28 days · 0.1% of indexed attention

Twelve weeks of publication activity for this topic as it is defined today.

Weekly history

Recent digests

What was published in this topic, kept on the site without email delivery.

Period ending 2026-09-21

5 new papers

A weekly snapshot of new work published in Cross-Dataset Benchmark.

Period ending 2026-09-14

2 new papers

A weekly snapshot of new work published in Cross-Dataset Benchmark.

Period ending 2026-09-07

1 new paper

A weekly snapshot of new work published in Cross-Dataset Benchmark.

62 papers

Latest in Cross-Dataset Benchmark

Apr 17, 2026cs.CV

Towards Realistic Open-Vocabulary Remote Sensing Segmentation: Benchmark and Baseline

Open-vocabulary remote sensing image segmentation (OVRSIS) remains underexplored due to fragmented datasets, limited training diversity, and the lack of evaluation benchmarks that reflect realistic geospatial application demands. Our previous \textit{OVRSISBenchV1} established an initial cross-dataset evaluation protocol, but its limited scope is insufficient for assessing realistic open-world generalization. To address this issue, we propose \textit{OVRSISBenchV2}, a large-scale and application-oriented benchmark for OVRSIS. We first construct \textbf{OVRSIS95K}, a balanced dataset of about 95K image--mask pairs covering 35 common semantic categories across diverse remote sensing scenes. Built upon OVRSIS95K and 10 downstream datasets, OVRSISBenchV2 contains 170K images and 128 categories, substantially expanding scene diversity, semantic coverage, and evaluation difficulty. Beyond standard open-vocabulary segmentation, it further includes downstream protocols for building extraction, road extraction, and flood detection, thereby better reflecting realistic geospatial application demands and complex deployment scenarios. We also propose \textbf{Pi-Seg}, a baseline for OVRSIS. Pi-Seg improves transferability through a \textbf{positive-incentive noise} mechanism, where learnable and semantically guided perturbations broaden the visual-text feature space during training. Extensive experiments on OVRSISBenchV1, OVRSISBenchV2, and downstream tasks show that Pi-Seg delivers strong and consistent results, particularly on the more challenging OVRSISBenchV2 benchmark. Our results highlight both the importance of realistic benchmark design and the effectiveness of perturbation-based transfer for OVRSIS. The code and datasets are available at \href{https://github.com/LiBingyu01/Pi-Seg}{LiBingyu01/Pi-Seg}.
Bingyu Li, Tao Huo, Haocheng Dong +4
Sep 12, 2025cs.LG

A Discrepancy-Based Perspective on Dataset Condensation

Given a dataset of finitely many elements T={xi}i=1N\mathcal{T} = \{\mathbf{x}_i\}_{i = 1}^N, the goal of dataset condensation (DC) is to construct a synthetic dataset S={x~j}j=1M\mathcal{S} = \{\tilde{\mathbf{x}}_j\}_{j = 1}^M which is significantly smaller (M≪NM \ll N) such that a model trained from scratch on S\mathcal{S} achieves comparable or even superior generalization performance to a model trained on T\mathcal{T}. Recent advances in DC reveal a close connection to the problem of approximating the data distribution represented by T\mathcal{T} with a reduced set of points. In this work, we present a unified framework that encompasses existing DC methods and extend the task-specific notion of DC to a more general and formal definition using notions of discrepancy, which quantify the distance between probability distribution in different regimes. Our framework broadens the objective of DC beyond generalization, accommodating additional objectives such as robustness, privacy, and other desirable properties.
Tong Chen, Raghavendra Selvan