CVMay 27, 2025

Instance Data Condensation for Image Super-Resolution

arXiv:2505.21099v11 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses data efficiency and privacy issues for researchers and practitioners in image super-resolution, though it is incremental as it applies dataset condensation to a new domain.

The paper tackles the problem of reducing computational and storage costs for image super-resolution training by proposing an Instance Data Condensation framework that condenses the DIV2K dataset to 10% of its size, achieving comparable or better performance with various ISR models.

Deep learning based image Super-Resolution (ISR) relies on large training datasets to optimize model generalization; this requires substantial computational and storage resources during training. While dataset condensation has shown potential in improving data efficiency and privacy for high-level computer vision tasks, it has not yet been fully exploited for ISR. In this paper, we propose a novel Instance Data Condensation (IDC) framework specifically for ISR, which achieves instance-level data condensation through Random Local Fourier Feature Extraction and Multi-level Feature Distribution Matching. This aims to optimize feature distributions at both global and local levels and obtain high-quality synthesized training content with fine detail. This framework has been utilized to condense the most commonly used training dataset for ISR, DIV2K, with a 10% condensation rate. The resulting synthetic dataset offers comparable or (in certain cases) even better performance compared to the original full dataset and excellent training stability when used to train various popular ISR models. To the best of our knowledge, this is the first time that a condensed/synthetic dataset (with a 10% data volume) has demonstrated such performance. The source code and the synthetic dataset have been made available at https://github.com/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes