paper-with-me

홈 › Papers

OmniNet: A unified architecture for multi-modal multi-task learning

2019-07-17 · Subhojeet Pramanik, Priyanka Agrawal, Aman Hussain

Transformer is a popularly used neural network architecture, especially for language understanding. We introduce an extended and unified architecture that can be used for tasks involving a variety of modalities like image, text, videos, etc. We propose a spatio-temporal cache mechanism that enables learning spatial dimension of the input in addition to the hidden states corresponding to the temporal input sequence. The proposed architecture further enables a single model to support tasks with multiple input modalities as well as asynchronous multi-task learning, thus we refer to it as OmniNet. For example, a single instance of OmniNet can concurrently learn to perform the tasks of part-of-speech tagging, image captioning, visual question answering and video activity recognition. We demonstrate that training these four tasks together results in about three times compressed model while retaining the performance in comparison to training them individually. We also show that using this neural network pre-trained on some modalities assists in learning unseen tasks such as video captioning and video question answering. This illustrates the generalization capacity of the self-attention mechanism on the spatio-temporal cache present in OmniNet.

📄 PDF Abstract BibTeX arXiv:1907.07804

Code (2)

subho406/OmniNet 공식 구현 pytorch
voxmenthe/OmniNet_1 pytorch

Tasks

Image CaptioningMulti-Task LearningPart-Of-Speech TaggingQuestion AnsweringVideo CaptioningVideo Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

S-Omninet: Structured Data Enhanced Universal Multimodal Learning Architecture

2023-07-01 · Ye Xue, Diego Klabjan, Jean Utke

Multimodal multitask learning has attracted an increasing interest in recent years. Singlemodal models have been advancing rapidly and have achieved astonishing results on various tasks across multiple domains. Multimoda…

OmniNet: Omnidirectional Representations from Transformers

2021-03-01 · Yi Tay, Mostafa Dehghani, Vamsi Aribandi, Jai Gupta 외

This paper proposes Omnidirectional Representations from Transformers (OmniNet). In OmniNet, instead of maintaining a strictly horizontal receptive field, each token is allowed to attend to all tokens in the entire netwo…

de-enFew-Shot LearningLanguage ModelingLanguage Modelling+2

EMMA: Efficient Multimodal Understanding, Generation, and Editing with a Unified Architecture

2025-12-04 · Xin He, Longhui Wei, Jianbo Ouyang, Minghui Liao 외 arxiv

We propose EMMA, an efficient and unified architecture for multimodal understanding, generation and editing. Specifically, EMMA primarily consists of 1) An efficient autoencoder with a 32x compression ratio, which signif…

Multi-Modal Generative AI: Multi-modal LLM, Diffusion and Beyond

2024-09-23 · Hong Chen, Xin Wang, Yuwei Zhou, Bin Huang 외

Multi-modal generative AI has received increasing attention in both academia and industry. Particularly, two dominant families of techniques are: i) The multi-modal large language model (MLLM) such as GPT-4V, which shows…

Language ModellingLarge Language ModelMixture-of-ExpertsVideo Generation

Uni-MoE: Scaling Unified Multimodal LLMs with Mixture of Experts

2024-05-18 · Yunxin Li, Shenyuan Jiang, Baotian Hu, Longyue Wang 외

Recent advancements in Multimodal Large Language Models (MLLMs) underscore the significance of scalable models and data to boost performance, yet this often incurs substantial computational costs. Although the Mixture of…

Mixture-of-ExpertsVisual Question Answering