English

Grounding Language Models for Visual Entity Recognition

Computer Vision and Pattern Recognition 2024-07-29 v2 Computation and Language

Abstract

We introduce AutoVER, an Autoregressive model for Visual Entity Recognition. Our model extends an autoregressive Multi-modal Large Language Model by employing retrieval augmented constrained generation. It mitigates low performance on out-of-domain entities while excelling in queries that require visually-situated reasoning. Our method learns to distinguish similar entities within a vast label space by contrastively training on hard negative pairs in parallel with a sequence-to-sequence objective without an external retriever. During inference, a list of retrieved candidate answers explicitly guides language generation by removing invalid decoding paths. The proposed method achieves significant improvements across different dataset splits in the recently proposed Oven-Wiki benchmark. Accuracy on the Entity seen split rises from 32.7% to 61.5%. It also demonstrates superior performance on the unseen and query splits by a substantial double-digit margin.

Keywords

Cite

@article{arxiv.2402.18695,
  title  = {Grounding Language Models for Visual Entity Recognition},
  author = {Zilin Xiao and Ming Gong and Paola Cascante-Bonilla and Xingyao Zhang and Jie Wu and Vicente Ordonez},
  journal= {arXiv preprint arXiv:2402.18695},
  year   = {2024}
}

Comments

ECCV 2024

R2 v1 2026-06-28T15:03:50.562Z