paper-with-me

Papers

Charting the Right Manifold: Manifold Mixup for Few-shot Learning

2019-07-28 · Puneet Mangla, Mayank Singh, Abhishek Sinha, Nupur Kumari, Vineeth N. Balasubramanian, Balaji Krishnamurthy

Few-shot learning algorithms aim to learn model parameters capable of adapting to unseen classes with the help of only a few labeled examples. A recent regularization technique - Manifold Mixup focuses on learning a general-purpose representation, robust to small changes in the data distribution. Since the goal of few-shot learning is closely linked to robust representation learning, we study Manifold Mixup in this problem setting. Self-supervised learning is another technique that learns semantically meaningful features, using only the inherent structure of the data. This work investigates the role of learning relevant feature manifold for few-shot tasks using self-supervision and regularization techniques. We observe that regularizing the feature manifold, enriched via self-supervised techniques, with Manifold Mixup significantly improves few-shot learning performance. We show that our proposed method S2M2 beats the current state-of-the-art accuracy on standard few-shot learning datasets like CIFAR-FS, CUB, mini-ImageNet and tiered-ImageNet by 3-8 %. Through extensive experimentation, we show that the features learned using our approach generalize to complex few-shot evaluation tasks, cross-domain scenarios and are robust against slight changes to data distribution.

📄 PDF Abstract BibTeX arXiv:1907.12087

Code (8)

nupurkmr9/S2M2_fewshot 공식 구현 pytorch
DanielShalam/SOT pytorch
ShuoYang-1998/Few_Shot_Distribution_Calibration pytorch
ShuoYang-1998/ICLR2021-Oral_Distribution_Calibration pytorch
allenhaozhu/ease pytorch
breakaway7/p3dc-shot pytorch
danielshalam/bpa pytorch
yhu01/PT-MAP pytorch

Tasks

Few-Shot Image ClassificationFew-Shot LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Manifold Mixup Manifold Mixup is a regularization method that encourages neural networks to predict less confidently on interpolations of hidden representations. It leverages semantic…
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 제목 키워드 기반

Cross-Lingual Disaster-related Multi-label Tweet Classification with Manifold Mixup

2020-07-01 · ACL 2020 6 · Jishnu Ray Chowdhury, Cornelia Caragea, Doina Caragea

Distinguishing informative and actionable messages from a social media platform like Twitter is critical for facilitating disaster management. For this purpose, we compile a multilingual dataset of over 130K samples for …

General ClassificationManagementMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Human Body Shape Estimation Using a Multi-Resolution Manifold Forest

2014-06-01 · CVPR 2014 6 · Frank Perbet, Sam Johnson, Minh-Tri Pham, Bjorn Stenger

This paper proposes a method for estimating the 3D body shape of a person with robustness to clothing. We formulate the problem as optimization over the manifold of valid depth maps of body shapes learned from synthetic …

valid

MixUp as Locally Linear Out-Of-Manifold Regularization

2018-09-07 · Hongyu Guo, Yongyi Mao, Richong Zhang

MixUp is a recently proposed data-augmentation scheme, which linearly interpolates a random pair of training examples and correspondingly the one-hot representations of their labels. Training deep neural networks with su…

Data Augmentation

Augment on Manifold: Mixup Regularization with UMAP

2023-12-20 · Yousef El-Laham, Elizabeth Fons, Dillon Daudert, Svitlana Vyetrenko

Data augmentation techniques play an important role in enhancing the performance of deep learning models. Despite their proven benefits in computer vision tasks, their application in the other domains remains limited. Th…

Data AugmentationDeep LearningDimensionality Reduction

Manifold Mixup improves text recognition with CTC loss

2019-03-11 · Bastien Moysset, Ronaldo Messina

Modern handwritten text recognition techniques employ deep recurrent neural networks. The use of these techniques is especially efficient when a large amount of annotated data is available for parameter estimation. Data …

Data AugmentationGeneral ClassificationHandwritten Text Recognitionparameter estimation