English

Leveraging Lightweight Entity Extraction for Scalable Event-Based Image Retrieval

Computer Vision and Pattern Recognition 2025-12-25 v1 Artificial Intelligence

Abstract

Retrieving images from natural language descriptions is a core task at the intersection of computer vision and natural language processing, with wide-ranging applications in search engines, media archiving, and digital content management. However, real-world image-text retrieval remains challenging due to vague or context-dependent queries, linguistic variability, and the need for scalable solutions. In this work, we propose a lightweight two-stage retrieval pipeline that leverages event-centric entity extraction to incorporate temporal and contextual signals from real-world captions. The first stage performs efficient candidate filtering using BM25 based on salient entities, while the second stage applies BEiT-3 models to capture deep multimodal semantics and rerank the results. Evaluated on the OpenEvents v1 benchmark, our method achieves a mean average precision of 0.559, substantially outperforming prior baselines. These results highlight the effectiveness of combining event-guided filtering with long-text vision-language modeling for accurate and efficient retrieval in complex, real-world scenarios. Our code is available at https://github.com/PhamPhuHoa-23/Event-Based-Image-Retrieval

Keywords

Cite

@article{arxiv.2512.21221,
  title  = {Leveraging Lightweight Entity Extraction for Scalable Event-Based Image Retrieval},
  author = {Dao Sy Duy Minh and Huynh Trung Kiet and Nguyen Lam Phu Quy and Phu-Hoa Pham and Tran Chi Nguyen},
  journal= {arXiv preprint arXiv:2512.21221},
  year   = {2025}
}

Comments

System description paper for EVENTA Grand Challenge Track 2 at ACM Multimedia 2025 (MM '25). Ranked 4th place. 6 pages, 1 figure, 2 tables

R2 v1 2026-07-01T08:39:59.979Z