paper-with-me

Papers

A Coreset Selection Framework with Ensemble Aggregation for Image Classification

2026-07-10 · Pedro Rocha Dantas, Lucas Pascotti Valem arxiv

The rapid growth of image data has produced large-scale datasets, raising concerns about the time and memory costs of model training. Selecting representative training subsets, however, remains challenging: individual sample contributions are unclear, and model behavior varies across datasets and runs. We address these challenges with a framework that combines coreset selection with an ensemble aggregation over multiple runs. For coreset selection, we propose SCOre-Stratified Selection (SCOSS), which partitions the training data into intervals based on a chosen score and samples from each interval. The ensemble combines predictions from multiple runs, each performed on an independently sampled training subset. As baselines, we use moderate and random selection, each in original and class-balanced versions. We assess the framework with Simple Graph Convolution (SGC) and Support Vector Machine (SVM) classifiers under different sampling ratios. Experiments show that SCOSS is competitive with baselines, often the best choice for SGC, and enables favorable trade-offs between accuracy and efficiency. On the fine-grained dataset, SGC with SCOSS outperforms SVMs when using fewer labeled samples. The code and supplementary materials are publicly available at http://scoss.lucasvalem.com.

📄 PDF Abstract BibTeX arXiv:2607.09100

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Challenges of Multi-Modal Coreset Selection for Depth Prediction

2025-02-20 · Viktor Moskvoretskii, Narek Alvandian

Coreset selection methods are effective in accelerating training and reducing memory requirements but remain largely unexplored in applied multimodal settings. We adapt a state-of-the-art (SoTA) coreset selection techniq…

Depth EstimationDepth PredictionDimensionality ReductionPrediction

Coreset Selection for Object Detection

2024-04-14 · Hojun Lee, Suyoung Kim, JunHoo Lee, Jaeyoung Yoo 외

Coreset selection is a method for selecting a small, representative subset of an entire dataset. It has been primarily researched in image classification, assuming there is only one object per image. However, coreset sel…

Diversityimage-classificationImage ClassificationObject+2

DeepCore: A Comprehensive Library for Coreset Selection in Deep Learning

2022-04-18 · Chengcheng Guo, Bo Zhao, Yanbing Bai

Coreset selection, which aims to select a subset of the most informative training samples, is a long-standing learning problem that can benefit many downstream tasks such as data-efficient learning, continual learning, n…

Active LearningContinual LearningDeep LearningNeural Architecture Search

SCOPE: Semantic Coreset with Orthogonal Projection Embeddings for Federated learning

2026-03-13 · Md Anwar Hossen, Nathan R. Tallent, Luanzheng Guo, Ali Jannesary arxiv

Scientific discovery increasingly requires learning on federated datasets, fed by streams from high-resolution instruments, that have extreme class imbalance. Current ML approaches either require impractical data aggrega…

Federated Learning

Few-Medoids: An Embarrassingly Simple Coreset Selection Method for Few-Shot Knowledge Distillation

2026-07-07 · Cemil-Andrei Dilmac, Florinel-Alin Croitoru, Radu Tudor Ionescu arxiv

Coreset selection aims to identify a small and highly representative subset of a massive dataset for efficient model training. The problem remains challenging even in the few-shot knowledge distillation (KD) setup, where…

Knowledge DistillationImage Classification