Representation Learning

3682 papers with code • 5 benchmarks • 9 datasets

Representation Learning is a process in machine learning where algorithms extract meaningful patterns from raw data to create representations that are easier to understand and process. These representations can be designed for interpretability, reveal hidden features, or be used for transfer learning. They are valuable across many fundamental machine learning tasks like image classification and retrieval.

Deep neural networks can be considered representation learning models that typically encode information which is projected into a different subspace. These representations are then usually passed on to a linear classifier to, for instance, train a classifier.

Representation learning can be divided into:

  • Supervised representation learning: learning representations on task A using annotated data and used to solve task B
  • Unsupervised representation learning: learning representations on a task in an unsupervised way (label-free data). These are then used to address downstream tasks and reducing the need for annotated data when learning news tasks. Powerful models like GPT and BERT leverage unsupervised representation learning to tackle language tasks.

More recently, self-supervised learning (SSL) is one of the main drivers behind unsupervised representation learning in fields like computer vision and NLP.

Here are some additional readings to go deeper on the task:

( Image credit: Visualizing and Understanding Convolutional Networks )

Libraries

Use these libraries to find Representation Learning models and implementations

Advancing Real-time Pandemic Forecasting Using Large Language Models: A COVID-19 Case Study

faceonlive/ai-research 10 Apr 2024

Forecasting the short-term spread of an ongoing disease outbreak is a formidable challenge due to the complexity of contributing factors, some of which can be characterized through interlinked, multi-modality variables such as epidemiological time series data, viral biology, population demographics, and the intersection of public policy and human behavior.

132
10 Apr 2024

VI-OOD: A Unified Representation Learning Framework for Textual Out-of-distribution Detection

faceonlive/ai-research 9 Apr 2024

Out-of-distribution (OOD) detection plays a crucial role in ensuring the safety and reliability of deep neural networks in various applications.

132
09 Apr 2024

ActNetFormer: Transformer-ResNet Hybrid Method for Semi-Supervised Action Recognition in Videos

faceonlive/ai-research 9 Apr 2024

Our framework leverages both labeled and unlabelled data to robustly learn action representations in videos, combining pseudo-labeling with contrastive learning for effective learning from both types of samples.

132
09 Apr 2024

BiSHop: Bi-Directional Cellular Learning for Tabular Data with Generalized Sparse Modern Hopfield Model

magics-lab/bishop 4 Apr 2024

We introduce the \textbf{B}i-Directional \textbf{S}parse \textbf{Hop}field Network (\textbf{BiSHop}), a novel end-to-end framework for deep tabular learning.

1
04 Apr 2024

Masked Completion via Structured Diffusion with White-Box Transformers

ma-lab-berkeley/crate 3 Apr 2024

We do this by exploiting a fundamental connection between diffusion, compression, and (masked) completion, deriving a deep transformer-like masked autoencoder architecture, called CRATE-MAE, in which the role of each layer is mathematically fully interpretable: they transform the data distribution to and from a structured representation.

1,027
03 Apr 2024

IISAN: Efficiently Adapting Multimodal Representation for Sequential Recommendation with Decoupled PEFT

gair-lab/iisan 2 Apr 2024

This is also a notable improvement over the Adapter and LoRA, which require 37-39 GB GPU memory and 350-380 seconds per epoch for training.

10
02 Apr 2024

Universal representations for financial transactional data: embracing local, global, and external contexts

romanenkova95/transactions_gen_models 2 Apr 2024

Effective processing of financial transactions is essential for banking data analysis.

4
02 Apr 2024

ContrastCAD: Contrastive Learning-based Representation Learning for Computer-Aided Design Models

cm8908/contrastcad 2 Apr 2024

However, learning CAD models is still a challenge, because they can be represented as complex shapes with long construction sequences.

3
02 Apr 2024

HypeBoy: Generative Self-Supervised Representation Learning on Hypergraphs

kswoo97/hypeboy 31 Mar 2024

Based on the generative SSL task, we propose a hypergraph SSL method, HypeBoy.

9
31 Mar 2024

Addressing Loss of Plasticity and Catastrophic Forgetting in Continual Learning

mohmdelsayed/upgd 31 Mar 2024

Deep representation learning methods struggle with continual learning, suffering from both catastrophic forgetting of useful units and loss of plasticity, often due to rigid and unuseful units.

3
31 Mar 2024