paper-with-me

홈 › Papers

MARMOT: A Deep Learning Framework for Constructing Multimodal Representations for Vision-and-Language Tasks

2021-09-23 · Patrick Y. Wu, Walter R. Mebane Jr

Political activity on social media presents a data-rich window into political behavior, but the vast amount of data means that almost all content analyses of social media require a data labeling step. However, most automated machine classification methods ignore the multimodality of posted content, focusing either on text or images. State-of-the-art vision-and-language models are unusable for most political science research: they require all observations to have both image and text and require computationally expensive pretraining. This paper proposes a novel vision-and-language framework called multimodal representations using modality translation (MARMOT). MARMOT presents two methodological contributions: it can construct representations for observations missing image or text, and it replaces the computationally expensive pretraining with modality translation. MARMOT outperforms an ensemble text-only classifier in 19 of 20 categories in multilabel classifications of tweets reporting election incidents during the 2016 U.S. general election. Moreover, MARMOT shows significant improvements over the results of benchmark multimodal models on the Hateful Memes dataset, improving the best result set by VisualBERT in terms of accuracy from 0.6473 to 0.6760 and area under the receiver operating characteristic curve (AUC) from 0.7141 to 0.7530.

📄 PDF Abstract BibTeX arXiv:2109.11526

Code (1)

patrickywu/marmot 공식 구현 pytorch

Tasks

Translation

Methods 이 논문이 사용한 방법론

VisualBERT VisualBERT aims to reuse self-attention to implicitly align elements of the input text and regions in the input image. Visual embeddings are used to model images where the…

Similar Papers 제목 키워드 기반

MARMOT: Masked Autoencoder for Modeling Transient Imaging

2025-06-10 · Siyuan Shen, Ziheng Wang, Xingyue Peng, Suan Xia 외

Pretrained models have demonstrated impressive success in many modalities such as language and vision. Recent works facilitate the pretraining paradigm in imaging research. Transients are a novel modality, which are capt…

Decoder

MARMOT: A Toolkit for Translation Quality Estimation at the Word Level

2016-05-01 · LREC 2016 5 · Varvara Logacheva, Chris Hokamp, Lucia Specia

We present Marmot{\textasciitilde}― a new toolkit for quality estimation (QE) of machine translation output. Marmot contains utilities targeted at quality estimation at the word and phrase level. However, due to its fl…

Machine TranslationSentenceTranslation

Marmot: Multi-Agent Reasoning for Multi-Object Self-Correcting in Improving Image-Text Alignment

2025-04-10 · Jiayang Sun, Hongbo Wang, Jie Cao, Huaibo Huang 외

While diffusion models excel at generating high-quality images, they often struggle with accurate counting, attributes, and spatial relationships in complex multi-object scenes. One potential approach is to utilize Multi…

AI AgentAttributeImage GenerationLarge Language Model+3

Language-Independent Approach for Morphological Disambiguation

2022-10-01 · COLING 2022 10 · Alymzhan Toleu, Gulmira Tolegen, Rustam Mussabayev

This paper presents a language-independent approach for morphological disambiguation which has been regarded as an extension of POS tagging, jointly predicting complex morphological tags. In the proposed approach, all wo…

Morphological AnalysisMorphological DisambiguationPOSPOS Tagging

OccVLA: Vision-Language-Action Model with Implicit 3D Occupancy Supervision

2025-09-06 · Ruixun Liu, Lingyu Kong, Derun Li, Hang Zhao arxiv

Multimodal large language models (MLLMs) have shown strong vision-language reasoning abilities but still lack robust 3D spatial understanding, which is critical for autonomous driving. This limitation stems from two key …

Multimodal ReasoningTrajectory PlanningAutonomous Driving