Inferring Visual Concepts from Example Image Sets with VICIS

Vision-language models (VLMs) can follow complex text instructions but fail to reason from visual context alone, particularly when they must infer a shared concept from a small set of example images and apply it to a new query. The authors introduce Visual Concept Inference from Sets (VICIS) as a benchmark that exposes this blind spot: given a context set and a query image, the model must generate a new image that preserves the context-defined concept while remaining consistent with the query. Current VLMs often ignore the visual context or default to biased generations, scoring poorly on the task.

The paper proposes a dedicated training framework and architecture that learns to infer visual concepts from image sets and extracts concept-specific embeddings from queries. The approach is evaluated on synthetic data and large-scale ImageNet/WordNet data, where it generates more accurate and diverse outputs than baselines. Notably, the model generalizes to unseen concepts and even cross-modal inputs like sketches, suggesting it captures abstract relational structure rather than memorizing surface features.

For builders, the key insight is that current VLMs lack a core visual reasoning skill: concept inference from example sets. The proposed VICIS task and training methodology offer a concrete path to improve this capability. Engineers working on multimodal systems should consider integrating set-based concept learning, as it enables more robust generalization and could reduce reliance on verbose text descriptions for visual tasks.

Show Me Examples: Inferring Visual Concepts from Image Sets

View Original