Apple proposes new benchmark to test vision-language models’ ability to infer visual concepts from image sets
The research introduces Visual Concept Inference from Sets (VICIS), a task designed to evaluate VLMs’ ability to extract and apply shared concepts from example images to new inputs.
1 source · cross-referenced
- Apple’s ML Research team introduces Visual Concept Inference from Sets (VICIS), a new task to evaluate vision-language models’ (VLMs) ability to infer shared visual concepts from small sets of example images.
- The task requires models to generate new images that preserve the context-defined concept while remaining consistent with a query image.
- State-of-the-art VLMs perform poorly on VICIS, often ignoring visual context or producing biased outputs.
- Apple proposes a training framework and architecture to address this gap, demonstrating improved accuracy, diversity, and generalization to unseen concepts and modalities like sketches.
Apple’s Machine Learning Research team has introduced Visual Concept Inference from Sets (VICIS), a new task designed to evaluate vision-language models’ (VLMs) ability to infer shared visual concepts from small sets of example images and apply them to new inputs. The task is framed as follows: given a context set of images sharing a common concept and a query image, the model must generate new images that preserve the context-defined concept while remaining consistent with the query.
The research demonstrates that state-of-the-art VLMs perform poorly on VICIS, often ignoring the visual context or defaulting to biased generations. This limitation underscores a broader challenge in multimodal AI: the ability to reason from purely visual information without relying on textual prompts.
To address this gap, Apple proposes a training framework and architecture that learn to infer visual concepts from image sets and extract concept-specific embeddings from queries. The approach aims to enable models to better capture and apply shared visual concepts, improving the accuracy and diversity of generated outputs.
Experiments conducted on synthetic data and large-scale datasets such as ImageNet and WordNet show that the proposed method generates more accurate and diverse outputs compared to existing approaches. Additionally, the model demonstrates improved generalization to unseen concepts and modalities, including sketches, suggesting broader applicability beyond standard photographic images.
The work is authored by Nick Stracke, Kolja Bauer, Josh Susskind, Miguel Angel Bautista Martin, and Björn Ommer, and is presented as part of Apple’s broader research in computer vision and methods and algorithms. The publication is dated July 2026 and is available on Apple’s Machine Learning Research website.
- Jul 18, 2026 · Apple — Machine Learning Research
Apple proposes unlearning method that cuts computational cost by up to 50% by focusing on low-influence data points
Trust79 - Jul 17, 2026 · arXiv cs.AI
Researchers propose three-level learning architecture for autonomous UAV swarms in search and rescue
Trust76 - Jul 17, 2026 · arXiv cs.AI
HG-RAG framework uses hierarchical graph traversal to improve RAG for structured knowledge
Trust79