CVFeb 7, 2024

Data-efficient Large Vision Models through Sequential Autoregression

arXiv:2402.04841v115 citationsh-index: 32Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses the issue of sustainability and accessibility in generalist vision models for the AI research community, though it appears incremental in improving efficiency.

The paper tackles the problem of training large vision models that rely on massive datasets and parameters by developing an efficient autoregression-based vision model that reduces both parameter footprint and training data requirements, achieving proficiency in a spectrum of visual tasks.

Training general-purpose vision models on purely sequential visual data, eschewing linguistic inputs, has heralded a new frontier in visual understanding. These models are intended to not only comprehend but also seamlessly transit to out-of-domain tasks. However, current endeavors are hamstrung by an over-reliance on colossal models, exemplified by models with upwards of 3B parameters, and the necessity for an extensive corpus of visual data, often comprising a staggering 400B tokens. In this paper, we delve into the development of an efficient, autoregression-based vision model, innovatively architected to operate on a limited dataset. We meticulously demonstrate how this model achieves proficiency in a spectrum of visual tasks spanning both high-level and low-level semantic understanding during the testing phase. Our empirical evaluations underscore the model's agility in adapting to various tasks, heralding a significant reduction in the parameter footprint, and a marked decrease in training data requirements, thereby paving the way for more sustainable and accessible advancements in the field of generalist vision models. The code is available at https://github.com/ggjy/DeLVM.

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