CVDec 24, 2024

Explanatory Instructions: Towards Unified Vision Tasks Understanding and Zero-shot Generalization

arXiv:2412.18525v36 citationsh-index: 14ICML
Originality Highly original
AI Analysis

This addresses the challenge of enabling computer vision models to generalize to new tasks without retraining, which is incremental as it builds on existing vision-language models but introduces a novel instruction-based approach.

The paper tackles the problem of zero-shot task generalization in computer vision by hypothesizing that discrete task definitions hinder understanding, and introduces Explanatory Instructions to define tasks linguistically, training a model on 12 million triplets that achieves strong zero-shot generalization for unseen tasks.

Computer Vision (CV) has yet to fully achieve the zero-shot task generalization observed in Natural Language Processing (NLP), despite following many of the milestones established in NLP, such as large transformer models, extensive pre-training, and the auto-regression paradigm, among others. In this paper, we explore the idea that CV adopts discrete and terminological task definitions (\eg, ``image segmentation''), which may be a key barrier to zero-shot task generalization. Our hypothesis is that without truly understanding previously-seen tasks--due to these terminological definitions--deep models struggle to generalize to novel tasks. To verify this, we introduce Explanatory Instructions, which provide an intuitive way to define CV task objectives through detailed linguistic transformations from input images to outputs. We create a large-scale dataset comprising 12 million ``image input $\to$ explanatory instruction $\to$ output'' triplets, and train an auto-regressive-based vision-language model (AR-based VLM) that takes both images and explanatory instructions as input. By learning to follow these instructions, the AR-based VLM achieves instruction-level zero-shot capabilities for previously-seen tasks and demonstrates strong zero-shot generalization for unseen CV tasks. Code and dataset will be openly available on our GitHub repository.

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