CVAIJul 15, 2023

SINC: Self-Supervised In-Context Learning for Vision-Language Tasks

arXiv:2307.07742v28 citationsh-index: 54
Originality Incremental advance
AI Analysis

This addresses the computational and reliability issues of existing methods for researchers and practitioners in vision-language AI, though it appears incremental as it builds on prior in-context learning concepts.

The paper tackles the problem of enabling in-context learning in vision-language tasks without relying on large language models, proposing SINC, a self-supervised framework that outperforms gradient-based methods in few-shot settings.

Large Pre-trained Transformers exhibit an intriguing capacity for in-context learning. Without gradient updates, these models can rapidly construct new predictors from demonstrations presented in the inputs. Recent works promote this ability in the vision-language domain by incorporating visual information into large language models that can already make in-context predictions. However, these methods could inherit issues in the language domain, such as template sensitivity and hallucination. Also, the scale of these language models raises a significant demand for computations, making learning and operating these models resource-intensive. To this end, we raise a question: ``How can we enable in-context learning without relying on the intrinsic in-context ability of large language models?". To answer it, we propose a succinct and general framework, Self-supervised IN-Context learning (SINC), that introduces a meta-model to learn on self-supervised prompts consisting of tailored demonstrations. The learned models can be transferred to downstream tasks for making in-context predictions on-the-fly. Extensive experiments show that SINC outperforms gradient-based methods in various vision-language tasks under few-shot settings. Furthermore, the designs of SINC help us investigate the benefits of in-context learning across different tasks, and the analysis further reveals the essential components for the emergence of in-context learning in the vision-language domain.

Foundations

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

Your Notes