paper-with-me

홈 › Papers

Provably Learning Diverse Features in Multi-View Data with Midpoint Mixup

2022-10-24 · Muthu Chidambaram, Xiang Wang, Chenwei Wu, Rong Ge

Mixup is a data augmentation technique that relies on training using random convex combinations of data points and their labels. In recent years, Mixup has become a standard primitive used in the training of state-of-the-art image classification models due to its demonstrated benefits over empirical risk minimization with regards to generalization and robustness. In this work, we try to explain some of this success from a feature learning perspective. We focus our attention on classification problems in which each class may have multiple associated features (or views) that can be used to predict the class correctly. Our main theoretical results demonstrate that, for a non-trivial class of data distributions with two features per class, training a 2-layer convolutional network using empirical risk minimization can lead to learning only one feature for almost all classes while training with a specific instantiation of Mixup succeeds in learning both features for every class. We also show empirically that these theoretical insights extend to the practical settings of image benchmarks modified to have multiple features.

📄 PDF Abstract BibTeX arXiv:2210.13512

Code (1)

2014mchidamb/midpoint-mixup-multi-view-icml 공식 구현 pytorch

Tasks

Data Augmentationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

An Algorithm for Multi-Attribute Diverse Matching

2019-09-07 · Saba Ahmadi, Faez Ahmed, John P. Dickerson, Mark Fuge 외

Bipartite b-matching, where agents on one side of a market are matched to one or more agents or items on the other, is a classical model that is used in myriad application areas such as healthcare, advertising, education…

AttributeDiversity

Asymmetric double-winged multi-view clustering network for exploring Diverse and Consistent Information

2023-09-01 · Qun Zheng, Xihong Yang, Siwei Wang, Xinru An 외

In unsupervised scenarios, deep contrastive multi-view clustering (DCMVC) is becoming a hot research spot, which aims to mine the potential relationships between different views. Most existing DCMVC algorithms focus on e…

ClusteringDiversityPseudo Label

Random Fourier Features for Kernel Ridge Regression: Approximation Bounds and Statistical Guarantees

2018-04-26 · ICML 2017 8 · Haim Avron, Michael Kapralov, Cameron Musco, Christopher Musco 외

Random Fourier features is one of the most popular techniques for scaling up kernel methods, such as kernel ridge regression. However, despite impressive empirical results, the statistical properties of random Fourier fe…

regression

The Inadequacy of Shapley Values for Explainability

2023-02-16 · Xuanxiang Huang, Joao Marques-Silva

This paper develops a rigorous argument for why the use of Shapley values in explainable AI (XAI) will necessarily yield provably misleading information about the relative importance of features for predictions. Concrete…

Explainable Artificial Intelligence (XAI)

Provably Neural Active Learning Succeeds via Prioritizing Perplexing Samples

2024-06-06 · Dake Bu, Wei Huang, Taiji Suzuki, Ji Cheng 외

Neural Network-based active learning (NAL) is a cost-effective data selection technique that utilizes neural networks to select and train on a small subset of samples. While existing work successfully develops various ef…

Active LearningDiversity