paper-with-me

홈 › Papers

Minimizing Close-k Aggregate Loss Improves Classification

2018-11-01 · Bryan He, James Zou

In classification, the de facto method for aggregating individual losses is the average loss. When the actual metric of interest is 0-1 loss, it is common to minimize the average surrogate loss for some well-behaved (e.g. convex) surrogate. Recently, several other aggregate losses such as the maximal loss and average top-$k$ loss were proposed as alternative objectives to address shortcomings of the average loss. However, we identify common classification settings, e.g. the data is imbalanced, has too many easy or ambiguous examples, etc., when average, maximal and average top-$k$ all suffer from suboptimal decision boundaries, even on an infinitely large training set. To address this problem, we propose a new classification objective called the close-$k$ aggregate loss, where we adaptively minimize the loss for points close to the decision boundary. We provide theoretical guarantees for the 0-1 accuracy when we optimize close-$k$ aggregate loss. We also conduct systematic experiments across the PMLB and OpenML benchmark datasets. Close-$k$ achieves significant gains in 0-1 test accuracy, improvements of $\geq 2$% and $p<0.05$, in over 25% of the datasets compared to average, maximal and average top-$k$. In contrast, the previous aggregate losses outperformed close-$k$ in less than 2% of the datasets.

📄 PDF Abstract BibTeX arXiv:1811.00521

Code (1)

bryan-he/closek 공식 구현 pytorch

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Learning by Minimizing the Sum of Ranked Range

2020-10-05 · NeurIPS 2020 12 · Shu Hu, Yiming Ying, Xin Wang, Siwei Lyu

In forming learning objectives, one oftentimes needs to aggregate a set of individual values to a single output. Such cases occur in the aggregate loss, which combines individual losses of a learning model over each trai…

Binary ClassificationGeneral ClassificationMulti-class ClassificationMulti-Label Learning

Reweighting Augmented Samples by Minimizing the Maximal Expected Loss

2021-03-16 · ICLR 2021 1 · Mingyang Yi, Lu Hou, Lifeng Shang, Xin Jiang 외

Data augmentation is an effective technique to improve the generalization of deep neural networks. However, previous data augmentation methods usually treat the augmented samples equally without considering their individ…

Data AugmentationImage Augmentationimage-classificationImage Classification+1

Aggregate-and-Adapt Natural Language Prompts for Downstream Generalization of CLIP

2024-10-31 · Chen Huang, Skyler Seto, Samira Abnar, David Grangier 외

Large pretrained vision-language models like CLIP have shown promising generalization capability, but may struggle in specialized domains (e.g., satellite imagery) or fine-grained classification (e.g., car models) where …

Image CaptioningPrompt LearningVisual Question Answering (VQA)

Cross-Domain Lossy Compression via Constrained Minimum Entropy Coupling

2026-05-11 · Nam Nguyen, Hassan Tavakoli, An Vuong, Thinh Nguyen 외 arxiv

This paper studies cross-domain lossy compression through the lens of minimum entropy coupling (MEC) with rate and classification constraints. In this setting, an encoder observes samples from a degraded source domain, w…

Test-Time Defense Against Adversarial Attacks via Stochastic Resonance of Latent Ensembles

2025-10-03 · Dong Lao, Yuxiang Zhang, Haniyeh Ehsani Oskouie, Yangchao Wu 외 arxiv

We propose a test-time defense mechanism against adversarial attacks: imperceptible image perturbations that significantly alter the predictions of a model. Unlike existing methods that rely on feature filtering or smoot…

Image Classification