paper-with-me

홈 › Papers

Dataset balancing can hurt model performance

2023-06-30 · R. Channing Moore, Daniel P. W. Ellis, Eduardo Fonseca, Shawn Hershey, Aren Jansen, Manoj Plakal

Machine learning from training data with a skewed distribution of examples per class can lead to models that favor performance on common classes at the expense of performance on rare ones. AudioSet has a very wide range of priors over its 527 sound event classes. Classification performance on AudioSet is usually evaluated by a simple average over per-class metrics, meaning that performance on rare classes is equal in importance to the performance on common ones. Several recent papers have used dataset balancing techniques to improve performance on AudioSet. We find, however, that while balancing improves performance on the public AudioSet evaluation data it simultaneously hurts performance on an unpublished evaluation set collected under the same conditions. By varying the degree of balancing, we show that its benefits are fragile and depend on the evaluation set. We also do not find evidence indicating that balancing improves rare class performance relative to common classes. We therefore caution against blind application of balancing, as well as against paying too much attention to small improvements on a public evaluation set.

📄 PDF Abstract BibTeX arXiv:2307.00079

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

CLIP the Bias: How Useful is Balancing Data in Multimodal Learning?

2024-03-07 · Ibrahim Alabdulmohsin, Xiao Wang, Andreas Steiner, Priya Goyal 외

We study the effectiveness of data-balancing for mitigating biases in contrastive language-image pretraining (CLIP), identifying areas of strength and limitation. First, we reaffirm prior conclusions that CLIP models can…

Image to textImage-to-Text RetrievalRetrievalText Retrieval

A Re-Balancing Strategy for Class-Imbalanced Classification Based on Instance Difficulty

2022-01-01 · CVPR 2022 1 · Sihao Yu, Jiafeng Guo, Ruqing Zhang, Yixing Fan 외

Real-world data often exhibits class-imbalanced distributions, where a few classes (a.k.a. majority classes) occupy most instances and lots of classes (a.k.a. minority classes) have few instances. Neural classificati…

imbalanced classification

Mitigating Negative Transfer in Multi-Task Learning with Exponential Moving Average Loss Weighting Strategies

2022-11-22 · Anish Lakkapragada, Essam Sleiman, Saimourya Surabhi, Dennis P. Wall

Multi-Task Learning (MTL) is a growing subject of interest in deep learning, due to its ability to train models more efficiently on multiple tasks compared to using a group of conventional single-task models. However, MT…

Multi-Task Learning

Hybrid Skip: A Biologically Inspired Skip Connection for the UNet Architecture

2022-07-11 · Nikolaos Zioulis, Georgios Albanis, Petros Drakoulis, Federico Alvarez 외

In this work we introduce a biologically inspired long-range skip connection for the UNet architecture that relies on the perceptual illusion of hybrid images, being images that simultaneously encode two images. The fusi…

DecoderDepth Estimation

SFT Doesn't Always Hurt General Capabilities: Revisiting Domain-Specific Fine-Tuning in LLMs

2025-09-25 · Jiacheng Lin, Zhongruo Wang, Kun Qian, Tian Wang 외 arxiv

Supervised Fine-Tuning (SFT) on domain-specific datasets is a common approach to adapt Large Language Models (LLMs) to specialized tasks but is often believed to degrade their general capabilities. In this work, we revis…