paper-with-me

Papers

Multimodal Embeddings from Language Models

2019-09-10 · Shao-Yen Tseng, Panayiotis Georgiou, Shrikanth Narayanan

Word embeddings such as ELMo have recently been shown to model word semantics with greater efficacy through contextualized learning on large-scale language corpora, resulting in significant improvement in state of the art across many natural language tasks. In this work we integrate acoustic information into contextualized lexical embeddings through the addition of multimodal inputs to a pretrained bidirectional language model. The language model is trained on spoken language that includes text and audio modalities. The resulting representations from this model are multimodal and contain paralinguistic information which can modify word meanings and provide affective information. We show that these multimodal embeddings can be used to improve over previous state of the art multimodal models in emotion recognition on the CMU-MOSEI dataset.

📄 PDF Abstract BibTeX arXiv:1909.04302

Code (1)

shaoyent/multimodal-elmo tf

Tasks

Emotion RecognitionLanguage ModelingLanguage ModellingWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
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$…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Debiasing Word Embeddings Improves Multimodal Machine Translation

2019-05-24 · WS 2019 8 · Tosho Hirasawa, Mamoru Komachi

In recent years, pretrained word embeddings have proved useful for multimodal neural machine translation (NMT) models to address the shortage of available datasets. However, the integration of pretrained word embeddings …

Machine TranslationMultimodal Machine TranslationNMTTranslation+1

Towards Understanding the Relation between Gestures and Language

2022-10-01 · COLING 2022 10 · Artem Abzaliev, Andrew Owens, Rada Mihalcea

In this paper, we explore the relation between gestures and language. Using a multimodal dataset, consisting of Ted talks where the language is aligned with the gestures made by the speakers, we adapt a semi-supervised m…

Relation

E5-V: Universal Embeddings with Multimodal Large Language Models

2024-07-17 · Ting Jiang, Minghui Song, Zihan Zhang, Haizhen Huang 외

Multimodal large language models (MLLMs) have shown promising advancements in general visual and language understanding. However, the representation of multimodal information using MLLMs remains largely unexplored. In th…

Multimodal Fact-Checking with Vision Language Models: A Probing Classifier based Solution with Embedding Strategies

2024-12-06 · Recep Firat Cekinel, Pinar Karagoz, Cagri Coltekin

This study evaluates the effectiveness of Vision Language Models (VLMs) in representing and utilizing multimodal content for fact-checking. To be more specific, we investigate whether incorporating multimodal content imp…

Fact CheckingMisinformationVeracity Classification

Multilingual and Multimodal Topic Modelling with Pretrained Embeddings

2022-11-15 · COLING 2022 10 · Elaine Zosa, Lidia Pivovarova

This paper presents M3L-Contrast -- a novel multimodal multilingual (M3L) neural topic model for comparable data that maps texts from multiple languages and images into a shared topic space. Our model is trained jointly …