English

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

Machine Learning 2020-07-06 v2 Computation and Language Computer Vision and Pattern Recognition Neural and Evolutionary Computing Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1907.07804,
  title  = {OmniNet: A unified architecture for multi-modal multi-task learning},
  author = {Subhojeet Pramanik and Priyanka Agrawal and Aman Hussain},
  journal= {arXiv preprint arXiv:1907.07804},
  year   = {2020}
}

Comments

Source code available at: https://github.com/subho406/OmniNet

R2 v1 2026-06-23T10:23:48.441Z