CVOct 21, 2022

A Survey of Dataset Refinement for Problems in Computer Vision Datasets

arXiv:2210.11717v217 citationsh-index: 12
Originality Synthesis-oriented
AI Analysis

This is an incremental survey that organizes existing methods for dataset refinement to help researchers in computer vision select appropriate data-centric solutions.

This survey tackles the problem of improving computer vision datasets by addressing issues like class imbalance, noisy labels, and bias through dataset refinement methods, categorizing approaches into data sampling, subset selection, and active learning to guide data-centric research.

Large-scale datasets have played a crucial role in the advancement of computer vision. However, they often suffer from problems such as class imbalance, noisy labels, dataset bias, or high resource costs, which can inhibit model performance and reduce trustworthiness. With the advocacy of data-centric research, various data-centric solutions have been proposed to solve the dataset problems mentioned above. They improve the quality of datasets by re-organizing them, which we call dataset refinement. In this survey, we provide a comprehensive and structured overview of recent advances in dataset refinement for problematic computer vision datasets. Firstly, we summarize and analyze the various problems encountered in large-scale computer vision datasets. Then, we classify the dataset refinement algorithms into three categories based on the refinement process: data sampling, data subset selection, and active learning. In addition, we organize these dataset refinement methods according to the addressed data problems and provide a systematic comparative description. We point out that these three types of dataset refinement have distinct advantages and disadvantages for dataset problems, which informs the choice of the data-centric method appropriate to a particular research objective. Finally, we summarize the current literature and propose potential future research topics.

Code Implementations2 repos
Foundations

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

Your Notes