paper-with-me

Papers

AASAE: Augmentation-Augmented Stochastic Autoencoders

2021-07-26 · William Falcon, Ananya Harsh Jha, Teddy Koker, Kyunghyun Cho

Recent methods for self-supervised learning can be grouped into two paradigms: contrastive and non-contrastive approaches. Their success can largely be attributed to data augmentation pipelines which generate multiple views of a single input that preserve the underlying semantics. In this work, we introduce augmentation-augmented stochastic autoencoders (AASAE), yet another alternative to self-supervised learning, based on autoencoding. We derive AASAE starting from the conventional variational autoencoder (VAE), by replacing the KL divergence regularization, which is agnostic to the input domain, with data augmentations that explicitly encourage the internal representations to encode domain-specific invariances and equivariances. We empirically evaluate the proposed AASAE on image classification, similar to how recent contrastive and non-contrastive learning algorithms have been evaluated. Our experiments confirm the effectiveness of data augmentation as a replacement for KL divergence regularization. The AASAE outperforms the VAE by 30% on CIFAR-10, 40% on STL-10 and 45% on Imagenet. On CIFAR-10 and STL-10, the results for AASAE are largely comparable to the state-of-the-art algorithms for self-supervised learning.

📄 PDF Abstract BibTeX arXiv:2107.12329

Code (1)

gridai-labs/aavae 공식 구현 pytorch

Tasks

Contrastive LearningData Augmentationimage-classificationImage ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

AAVAE: Augmentation-Augmented Variational Autoencoders

2021-09-29 · William Alejandro Falcon, Ananya Harsh Jha, Teddy Koker, Kyunghyun Cho

Recent methods for self-supervised learning can be grouped into two paradigms: contrastive and non-contrastive approaches. Their success can largely be attributed to data augmentation pipelines which generate multiple vi…

Contrastive LearningData Augmentationimage-classificationImage Classification+1

Hybrid Deep Convolutional Neural Networks Combined with Autoencoders And Augmented Data To Predict The Look-Up Table 2006

2024-08-26 · Messaoud Djeddou, Aouatef Hellal, Ibrahim A. Hameed, Xingang Zhao 외

This study explores the development of a hybrid deep convolutional neural network (DCNN) model enhanced by autoencoders and data augmentation techniques to predict critical heat flux (CHF) with high accuracy. By augmenti…

Data Augmentation

Data Augmentation by AutoEncoders for Unsupervised Anomaly Detection

2019-12-21 · Kasra Babaei, ZhiYuan Chen, Tomas Maul

This paper proposes an autoencoder (AE) that is used for improving the performance of once-class classifiers for the purpose of detecting anomalies. Traditional one-class classifiers (OCCs) perform poorly under certain c…

Anomaly DetectionData AugmentationUnsupervised Anomaly Detection

Data augmentation as stochastic optimization

2020-09-28 · Boris Hanin, Yi Sun

We present a theoretical framework recasting data augmentation as stochastic optimization for a sequence of time-varying proxy losses. This provides a unified language for understanding techniques commonly thought of as …

Data AugmentationregressionSchedulingStochastic Optimization

How Data Augmentation affects Optimization for Linear Regression

2020-10-21 · NeurIPS 2021 12 · Boris Hanin, Yi Sun

Though data augmentation has rapidly emerged as a key tool for optimization in modern machine learning, a clear picture of how augmentation schedules affect optimization and interact with optimization hyperparameters suc…

Data AugmentationregressionStochastic Optimization