paper-with-me

Papers

Modality-Agnostic Self-Supervised Learning with Meta-Learned Masked Auto-Encoder

2023-10-25 · NeurIPS 2023 11

Despite its practical importance across a wide range of modalities, recent advances in self-supervised learning (SSL) have been primarily focused on a few well-curated domains, e.g., vision and language, often relying on their domain-specific knowledge. For example, Masked Auto-Encoder (MAE) has become one of the popular architectures in these domains, but less has explored its potential in other modalities. In this paper, we develop MAE as a unified, modality-agnostic SSL framework. In turn, we argue meta-learning as a key to interpreting MAE as a modality-agnostic learner, and propose enhancements to MAE from the motivation to jointly improve its SSL across diverse modalities, coined MetaMAE as a result. Our key idea is to view the mask reconstruction of MAE as a meta-learning task: masked tokens are predicted by adapting the Transformer meta-learner through the amortization of unmasked tokens. Based on this novel interpretation, we propose to integrate two advanced meta-learning techniques. First, we adapt the amortized latent of the Transformer encoder using gradient-based meta-learning to enhance the reconstruction. Then, we maximize the alignment between amortized and adapted latents through task contrastive learning which guides the Transformer encoder to better encode the task-specific knowledge. Our experiment demonstrates the superiority of MetaMAE in the modality-agnostic SSL benchmark (called DABS), significantly outperforming prior baselines. Code is available at https://github.com/alinlab/MetaMAE.

📄 PDF Abstract BibTeX arXiv:2310.16318

Code (1)

alinlab/metamae pytorch

Tasks

Contrastive LearningMeta-LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Neural Field Tokenizations with Hierarchy and Spatial Locality Priors

2026-06-06 · Alonso Urbano, David W. Romero, Max Zimmer, Sebastian Pokutta arxiv

Neural fields parameterize data as functions from coordinates to values, providing a unified framework for representation learning across modalities. Existing approaches are dominated by per-sample meta-learning, which s…

Representation Learning

Learning to Adapt Multi-View Stereo by Self-Supervision

2020-09-28 · Arijit Mallick, Jörg Stückler, Hendrik Lensch

3D scene reconstruction from multiple views is an important classical problem in computer vision. Deep learning based approaches have recently demonstrated impressive reconstruction results. When training such models, se…

3D Scene ReconstructionMeta-Learning

Unsupervised Representation Learning to Aid Semi-Supervised Meta Learning

2023-10-19 · Atik Faysal, Mohammad Rostami, Huaxia Wang, Avimanyu Sahoo 외

Few-shot learning or meta-learning leverages the data scarcity problem in machine learning. Traditionally, training data requires a multitude of samples and labeling for supervised learning. To address this issue, we pro…

Few-Shot LearningMeta-LearningRelation NetworkRepresentation Learning+1

Enhancing Modality-Agnostic Representations via Meta-Learning for Brain Tumor Segmentation

2023-02-08 · ICCV 2023 1 · Aishik Konwer, Xiaoling Hu, Joseph Bae, Xuan Xu 외

In medical vision, different imaging modalities provide complementary information. However, in practice, not all modalities may be available during inference or even training. Previous approaches, e.g., knowledge distill…

Brain Tumor SegmentationImage GenerationKnowledge DistillationMeta-Learning+2

PLATINUM: Semi-Supervised Model Agnostic Meta-Learning using Submodular Mutual Information

2022-01-30 · Changbin Li, Suraj Kothawade, Feng Chen, Rishabh Iyer

Few-shot classification (FSC) requires training models using a few (typically one to five) data points per class. Meta learning has proven to be able to learn a parametrized model for FSC by training on various other cla…

Meta-Learning