CVAIJan 12, 2023

Toward Building General Foundation Models for Language, Vision, and Vision-Language Understanding Tasks

arXiv:2301.05065v2133 citationsh-index: 25Has Code
AI Analysis

This addresses the challenge of creating a unified model for multiple AI tasks, but it is incremental as it builds on existing foundation model paradigms.

The paper tackles the problem of building a general foundation model that performs best across language, vision, and vision-language understanding tasks, proposing X-FM with new training techniques, and shows it significantly outperforms existing general models and is comparable to specialized ones in experiments.

Foundation models or pre-trained models have substantially improved the performance of various language, vision, and vision-language understanding tasks. However, existing foundation models can only perform the best in one type of tasks, namely language, vision, or vision-language. It is still an open question whether it is possible to construct a foundation model performing the best for all the understanding tasks, which we call a general foundation model. In this paper, we propose a new general foundation model, X-FM (the X-Foundation Model). X-FM has one language encoder, one vision encoder, and one fusion encoder, as well as a new training method. The training method includes two new techniques for learning X-FM from text, image, and image-text pair data. One is to stop gradients from the vision-language training when learning the language encoder. The other is to leverage the vision-language training to guide the learning of the vision encoder. Extensive experiments on benchmark datasets show that X-FM can significantly outperform existing general foundation models and perform better than or comparable to existing foundation models specifically for language, vision, or vision-language understanding. Code and pre-trained models are released at https://github.com/zhangxinsong-nlp/XFM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes