English

ArtVLM: Attribute Recognition Through Vision-Based Prefix Language Modeling

Computer Vision and Pattern Recognition 2024-10-03 v3 Artificial Intelligence

Abstract

Recognizing and disentangling visual attributes from objects is a foundation to many computer vision applications. While large vision language representations like CLIP had largely resolved the task of zero-shot object recognition, zero-shot visual attribute recognition remains a challenge because CLIP's contrastively-learned vision-language representation cannot effectively capture object-attribute dependencies. In this paper, we target this weakness and propose a sentence generation-based retrieval formulation for attribute recognition that is novel in 1) explicitly modeling a to-be-measured and retrieved object-attribute relation as a conditional probability graph, which converts the recognition problem into a dependency-sensitive language-modeling problem, and 2) applying a large pretrained Vision-Language Model (VLM) on this reformulation and naturally distilling its knowledge of image-object-attribute relations to use towards attribute recognition. Specifically, for each attribute to be recognized on an image, we measure the visual-conditioned probability of generating a short sentence encoding the attribute's relation to objects on the image. Unlike contrastive retrieval, which measures likelihood by globally aligning elements of the sentence to the image, generative retrieval is sensitive to the order and dependency of objects and attributes in the sentence. We demonstrate through experiments that generative retrieval consistently outperforms contrastive retrieval on two visual reasoning datasets, Visual Attribute in the Wild (VAW), and our newly-proposed Visual Genome Attribute Ranking (VGARank).

Keywords

Cite

@article{arxiv.2408.04102,
  title  = {ArtVLM: Attribute Recognition Through Vision-Based Prefix Language Modeling},
  author = {William Yicheng Zhu and Keren Ye and Junjie Ke and Jiahui Yu and Leonidas Guibas and Peyman Milanfar and Feng Yang},
  journal= {arXiv preprint arXiv:2408.04102},
  year   = {2024}
}

Comments

Accepted at ECCV 2024. Contact: zhuwilliam[at]google[dot]com. GitHub: https://github.com/google-research/google-research/tree/master/attribute_with_prefixlm

R2 v1 2026-06-28T18:07:06.472Z