paper-with-me

Papers

Coreset Selection for Object Detection

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

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 selection for object detection is more challenging as an image can contain multiple objects. As a result, much research has yet to be done on this topic. Therefore, we introduce a new approach, Coreset Selection for Object Detection (CSOD). CSOD generates imagewise and classwise representative feature vectors for multiple objects of the same class within each image. Subsequently, we adopt submodular optimization for considering both representativeness and diversity and utilize the representative vectors in the submodular optimization process to select a subset. When we evaluated CSOD on the Pascal VOC dataset, CSOD outperformed random selection by +6.4%p in AP$_{50}$ when selecting 200 images.

📄 PDF Abstract BibTeX arXiv:2404.09161

Code (0)

등록된 구현이 없습니다.

Tasks

Diversityimage-classificationImage ClassificationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Data-Efficient Training of CNNs and Transformers with Coresets: A Stability Perspective

2023-03-03 · Animesh Gupta, Irtiza Hasan, Dilip K. Prasad, Deepak K. Gupta

Coreset selection is among the most effective ways to reduce the training time of CNNs, however, only limited is known on how the resultant models will behave under variations of the coreset size, and choice of datasets …

BenchmarkingImage ClassificationOpen-Ended Question Answering

Spectral Greedy Coresets for Graph Neural Networks

2024-05-27 · Mucong Ding, Yinhan He, Jundong Li, Furong Huang

The ubiquity of large-scale graphs in node-classification tasks significantly hinders the real-world applications of Graph Neural Networks (GNNs). Node sampling, graph coarsening, and dataset condensation are effective s…

Dataset CondensationNode Classification

Probabilistic Bilevel Coreset Selection

2023-01-24 · Xiao Zhou, Renjie Pi, Weizhong Zhang, Yong Lin 외

The goal of coreset selection in supervised learning is to produce a weighted subset of data, so that training only on the subset achieves similar performance as training on the entire dataset. Existing methods achieved …

Bilevel OptimizationContinual Learning

Adversarial Coreset Selection for Efficient Robust Training

2022-09-13 · Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie

Neural networks are vulnerable to adversarial attacks: adding well-crafted, imperceptible perturbations to their input can modify their output. Adversarial training is one of the most effective approaches to training rob…

MODE: Multi-Objective Adaptive Coreset Selection

2025-12-24 · Tanmoy Mukherjee, Pierre Marquis, Zied Bouraoui arxiv

We present Mode(Multi-Objective adaptive Data Efficiency), a framework that dynamically combines coreset selection strategies based on their evolving contribution to model performance. Unlike static methods, \mode adapts…

Representation Learning