paper-with-me

Papers

Do Vision-Language Pretrained Models Learn Composable Primitive Concepts?

2022-03-31 · Tian Yun, Usha Bhalla, Ellie Pavlick, Chen Sun

Vision-language (VL) pretrained models have achieved impressive performance on multimodal reasoning and zero-shot recognition tasks. Many of these VL models are pretrained on unlabeled image and caption pairs from the internet. In this paper, we study whether representations of primitive concepts--such as colors, shapes, or the attributes of object parts--emerge automatically within these pretrained VL models. We propose a two-step framework, Compositional Concept Mapping (CompMap), to investigate this. CompMap first asks a VL model to generate primitive concept activations with text prompts, and then learns to construct a composition model that maps the primitive concept activations (e.g. the likelihood of black tail or red wing) to composite concepts (e.g. a red-winged blackbird). We show that a composition model can be reliably learn from ground truth primitive concepts. We thus hypothesize that if primitive concepts indeed emerge in a VL pretrained model, its primitive concept activations can be used to learn a composition model similar to the one designed by experts. We propose a quantitative metric to measure the degree of similarity, and refer to the metric as the interpretability metric. We also measure the classification accuracy when using the primitive concept activations and the learned composition model to predict the composite concepts, and refer to it as the usefulness metric. Our study reveals that state-of-the-art VL pretrained models learn primitive concepts that are highly useful for fine-grained visual recognition on the CUB dataset, and compositional generalization tasks on the MIT-States dataset. However, we observe that the learned composition models have low interpretability in our qualitative analyses. Our results reveal the limitations of existing VL models, and the necessity of pretraining objectives that encourage the acquisition of primitive concepts.

📄 PDF Abstract BibTeX arXiv:2203.17271

Code (1)

tttyuntian/vlm_primitive_concepts 공식 구현 pytorch

Tasks

Fine-Grained Visual RecognitionMultimodal ReasoningZero-Shot Learning

Similar Papers 제목 키워드 기반

RH20T-P: A Primitive-Level Robotic Dataset Towards Composable Generalization Agents

2024-03-28 · Zeren Chen, Zhelun Shi, Xiaoya Lu, Lehan He 외

Achieving generalizability in solving out-of-distribution tasks is one of the ultimate goals of learning robotic manipulation. Recent progress of Vision-Language Models (VLMs) has shown that VLM-based task planners can a…

Motion Planning

ComposableNav: Instruction-Following Navigation in Dynamic Environments via Composable Diffusion

2025-09-22 · Zichao Hu, Chen Tang, Michael J. Munje, Yifeng Zhu 외 arxiv

This paper considers the problem of enabling robots to navigate dynamic environments while following instructions. The challenge lies in the combinatorial nature of instruction specifications: each instruction can includ…

Reinforcement Learning

MCP: Learning Composable Hierarchical Control with Multiplicative Compositional Policies

2019-05-23 · NeurIPS 2019 12 · Xue Bin Peng, Michael Chang, Grace Zhang, Pieter Abbeel 외

Humans are able to perform a myriad of sophisticated tasks by drawing upon skills acquired through prior experience. For autonomous agents to have this capability, they must be able to extract reusable skills from past e…

continuous-controlContinuous Control

Action with Visual Primitives

2026-05-21 · Weilong Guo, Yuchen Wang, Renping Zhou, Yunfeng Zhang 외 arxiv

Vision-Language-Action (VLA) models have emerged as a promising paradigm for generalist robotic manipulation. A common design in current architectures maps language instructions and visual observations to actions in a si…

Scene Understanding

Envisioning Beyond the Few: Disentangled Semantics and Primitives for Few-Shot Atypical Layout-to-Image Generation

2026-05-29 · Nan Bao, Yifan Zhao, Wenzhuang Wang, Jia Li arxiv

The layout-to-image (L2I) task enables fine-grained control over image generation via object categories and spatial layouts. However, existing L2I methods yield fragmented and distorted generations under few-shot atypica…

Layout-to-Image Generation