paper-with-me

홈 › Papers

MLEM: Generative and Contrastive Learning as Distinct Modalities for Event Sequences

2024-01-29 · Viktor Moskvoretskii, Dmitry Osin, Egor Shvetsov, Igor Udovichenko, Maxim Zhelnin, Andrey Dukhovny, Anna Zhimerikina, Evgeny Burnaev

This study explores the application of self-supervised learning techniques for event sequences. It is a key modality in various applications such as banking, e-commerce, and healthcare. However, there is limited research on self-supervised learning for event sequences, and methods from other domains like images, texts, and speech may not easily transfer. To determine the most suitable approach, we conduct a detailed comparative analysis of previously identified best-performing methods. We find that neither the contrastive nor generative method is superior. Our assessment includes classifying event sequences, predicting the next event, and evaluating embedding quality. These results further highlight the potential benefits of combining both methods. Given the lack of research on hybrid models in this domain, we initially adapt the baseline model from another domain. However, upon observing its underperformance, we develop a novel method called the Multimodal-Learning Event Model (MLEM). MLEM treats contrastive learning and generative modeling as distinct yet complementary modalities, aligning their embeddings. The results of our study demonstrate that combining contrastive and generative approaches into one procedure with MLEM achieves superior performance across multiple metrics.

📄 PDF Abstract BibTeX arXiv:2401.15935

Code (1)

vityavitalich/mlem 공식 구현 pytorch

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Metric-Learning Encoding Models Identify Processing Profiles of Linguistic Features in BERT's Representations

2024-02-18 · Louis Jalouzot, Robin Sobczyk, Bastien Lhopitallier, Jeanne Salle 외

We introduce Metric-Learning Encoding Models (MLEMs) as a new approach to understand how neural systems represent the theoretical features of the objects they process. As a proof-of-concept, we apply MLEMs to neural repr…

Metric Learning

RUMLEM: A Dictionary-Based Lemmatizer for Romansh

2026-04-13 · Dominic P. Fischer, Zachary Hopton, Jannis Vamvas arxiv

Lemmatization -- the task of mapping an inflected word form to its dictionary form -- is a crucial component of many NLP applications. In this paper, we present RUMLEM, a lemmatizer that covers the five main varieties of…

Reinforcement Learning in the Wild with Maximum Likelihood-based Model Transfer

2023-02-18 · Hannes Eriksson, Debabrota Basu, Tommy Tram, Mina Alibeigi 외

In this paper, we study the problem of transferring the available Markov Decision Process (MDP) models to learn and plan efficiently in an unknown but similar MDP. We refer to it as \textit{Model Transfer Reinforcement L…

reinforcement-learningReinforcement Learning (RL)Transfer Reinforcement Learning

Identifiability Results for Multimodal Contrastive Learning

2023-03-16 · Imant Daunhawer, Alice Bizeul, Emanuele Palumbo, Alexander Marx 외

Contrastive learning is a cornerstone underlying recent progress in multi-view and multimodal learning, e.g., in representation learning with image/caption pairs. While its effectiveness is not yet fully understood, a li…

Contrastive LearningRepresentation Learning

Relating by Contrasting: A Data-efficient Framework for Multimodal Generative Models

2020-07-02 · ICLR 2021 1 · Yuge Shi, Brooks Paige, Philip H. S. Torr, N. Siddharth

Multimodal learning for generative models often refers to the learning of abstract concepts from the commonality of information in multiple modalities, such as vision and language. While it has proven effective for learn…