Seeing and Knowing in the Wild: Open-domain Visual Entity Recognition with Large-scale Knowledge Graphs via Contrastive Learning
Hongkuan Zhou, Lavdim Halilaj, Sebastian Monka, Stefan Schmid, Yuqicheng Zhu, Jingcheng Wu, Nadeem Nazer, Steffen Staab
TL;DR
Open-domain visual entity recognition requires linking images to a vast and evolving set of real-world concepts, including unseen entities. The authors propose KnowCoL, a knowledge-guided contrastive learning framework that jointly embeds images, text, and Wikidata/Wikipedia knowledge into a shared latent space to enable zero-shot recognition and disambiguation. On the OVEN benchmark, KnowCoL variants outperform dual-encoder and generative baselines, with KnowCoL-bigG achieving a high harmonic mean while using far fewer parameters than large generative models. This work highlights the value of integrating structured knowledge with multi-modal priors to scale open-domain recognition and points to future directions in non-Euclidean embedding spaces for hierarchical knowledge modeling.
Abstract
Open-domain visual entity recognition aims to identify and link entities depicted in images to a vast and evolving set of real-world concepts, such as those found in Wikidata. Unlike conventional classification tasks with fixed label sets, it operates under open-set conditions, where most target entities are unseen during training and exhibit long-tail distributions. This makes the task inherently challenging due to limited supervision, high visual ambiguity, and the need for semantic disambiguation. We propose a Knowledge-guided Contrastive Learning (KnowCoL) framework that combines both images and text descriptions into a shared semantic space grounded by structured information from Wikidata. By abstracting visual and textual inputs to a conceptual level, the model leverages entity descriptions, type hierarchies, and relational context to support zero-shot entity recognition. We evaluate our approach on the OVEN benchmark, a large-scale open-domain visual recognition dataset with Wikidata IDs as the label space. Our experiments show that using visual, textual, and structured knowledge greatly improves accuracy, especially for rare and unseen entities. Our smallest model improves the accuracy on unseen entities by 10.5% compared to the state-of-the-art, despite being 35 times smaller.
