paper-with-me

Papers

Generalization by Recognizing Confusion

2020-06-13 · Daniel Chiu, Franklyn Wang, Scott Duke Kominers

A recently-proposed technique called self-adaptive training augments modern neural networks by allowing them to adjust training labels on the fly, to avoid overfitting to samples that may be mislabeled or otherwise non-representative. By combining the self-adaptive objective with mixup, we further improve the accuracy of self-adaptive models for image recognition; the resulting classifier obtains state-of-the-art accuracies on datasets corrupted with label noise. Robustness to label noise implies a lower generalization gap; thus, our approach also leads to improved generalizability. We find evidence that the Rademacher complexity of these algorithms is low, suggesting a new path towards provable generalization for this type of deep learning model. Last, we highlight a novel connection between difficulties accounting for rare classes and robustness under noise, as rare classes are in a sense indistinguishable from label noise. Our code can be found at https://github.com/Tuxianeer/generalizationconfusion.

📄 PDF Abstract BibTeX arXiv:2006.07737

Code (1)

Tuxianeer/generalizationconfusion 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ConfusionBench: An Expert-Validated Benchmark for Confusion Recognition and Localization in Educational Videos

2026-03-18 · Lu Dong, Xiao Wang, Mark Frank, Srirangaraj Setlur 외 arxiv

Recognizing and localizing student confusion from video is an important yet challenging problem in educational AI. Existing confusion datasets suffer from noisy labels, coarse temporal annotations, and limited expert val…

Facial Expression Recognition using Visual Saliency and Deep Learning

2017-08-26 · Viraj Mavani, Shanmuganathan Raman, Krishna P. Miyapuram

We have developed a convolutional neural network for the purpose of recognizing facial expressions in human beings. We have fine-tuned the existing convolutional neural network model trained on the visual recognition dat…

Deep LearningFacial Expression RecognitionFacial Expression Recognition (FER)Saliency Prediction

PAC-Bayesian Generalization Bound on Confusion Matrix for Multi-Class Classification

2012-02-28 · Emilie Morvant, Sokol Koço, Liva Ralaivola

In this work, we propose a PAC-Bayes bound for the generalization risk of the Gibbs classifier in the multi-class classification framework. The novelty of our work is the critical use of the confusion matrix of a classif…

General ClassificationMulti-class Classification

Discriminative Distillation to Reduce Class Confusion in Continual Learning

2021-08-11 · Changhong Zhong, Zhiying Cui, Ruixuan Wang, Wei-Shi Zheng

Successful continual learning of new knowledge would enable intelligent systems to recognize more and more classes of objects. However, current intelligent systems often fail to correctly recognize previously learned cla…

Continual Learningimage-classificationImage Classification

AFFDEX 2.0: A Real-Time Facial Expression Analysis Toolkit

2022-02-24 · Mina Bishay, Kenneth Preston, Matthew Strafuss, Graham Page 외

In this paper we introduce AFFDEX 2.0 - a toolkit for analyzing facial expressions in the wild, that is, it is intended for users aiming to; a) estimate the 3D head pose, b) detect facial Action Units (AUs), c) recognize…