paper-with-me

Papers

Advancing Grounded Multimodal Named Entity Recognition via LLM-Based Reformulation and Box-Based Segmentation

2024-06-11 · Jinyuan Li, Ziyan Li, Han Li, Jianfei Yu, Rui Xia, Di Sun, Gang Pan

Grounded Multimodal Named Entity Recognition (GMNER) task aims to identify named entities, entity types and their corresponding visual regions. GMNER task exhibits two challenging attributes: 1) The tenuous correlation between images and text on social media contributes to a notable proportion of named entities being ungroundable. 2) There exists a distinction between coarse-grained noun phrases used in similar tasks (e.g., phrase localization) and fine-grained named entities. In this paper, we propose RiVEG, a unified framework that reformulates GMNER into a joint MNER-VE-VG task by leveraging large language models (LLMs) as connecting bridges. This reformulation brings two benefits: 1) It enables us to optimize the MNER module for optimal MNER performance and eliminates the need to pre-extract region features using object detection methods, thus naturally addressing the two major limitations of existing GMNER methods. 2) The introduction of Entity Expansion Expression module and Visual Entailment (VE) module unifies Visual Grounding (VG) and Entity Grounding (EG). This endows the proposed framework with unlimited data and model scalability. Furthermore, to address the potential ambiguity stemming from the coarse-grained bounding box output in GMNER, we further construct the new Segmented Multimodal Named Entity Recognition (SMNER) task and corresponding Twitter-SMNER dataset aimed at generating fine-grained segmentation masks, and experimentally demonstrate the feasibility and effectiveness of using box prompt-based Segment Anything Model (SAM) to empower any GMNER model with the ability to accomplish the SMNER task. Extensive experiments demonstrate that RiVEG significantly outperforms SoTA methods on four datasets across the MNER, GMNER, and SMNER tasks.

📄 PDF Abstract BibTeX arXiv:2406.07268

Code (2)

JinYuanLi0012/RiVEG 공식 구현 pytorch
jinyuanli0012/pgim pytorch

Tasks

Grounded Multimodal Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognitionobject-detectionObject DetectionSegmentationSegmented Multimodal Named Entity RecognitionVisual EntailmentVisual Grounding

Similar Papers 제목 키워드 기반

LLMs as Bridges: Reformulating Grounded Multimodal Named Entity Recognition

2024-02-15 · Jinyuan Li, Han Li, Di Sun, Jiahao Wang 외

Grounded Multimodal Named Entity Recognition (GMNER) is a nascent multimodal task that aims to identify named entities, entity types and their corresponding visual regions. GMNER task exhibits two challenging properties:…

Grounded Multimodal Named Entity RecognitionMulti-modal Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+6

E2E-GMNER: End-to-End Generative Grounded Multimodal Named Entity Recognition

2026-04-19 · Meng Zhang, Jinzhong Ning, Xiaolong Wu, Hongfei Lin 외 arxiv

Grounded Multimodal Named Entity Recognition (GMNER) aims to jointly identify named entity mentions in text, predict their semantic types, and ground each entity to a corresponding visual region in an associated image. E…

Grounded Multimodal Named Entity RecognitionVisual Grounding

A Proposal-Free Query-Guided Network for Grounded Multimodal Named Entity Recognition

2026-03-18 · Hongbing Li, Jiamin Liu, Shuo Zhang, Bo Xiao arxiv

Grounded Multimodal Named Entity Recognition (GMNER) identifies named entities, including their spans and types, in natural language text and grounds them to the corresponding regions in associated images. Most existing …

Grounded Multimodal Named Entity RecognitionMultimodal Reasoning

Multi-Grained Query-Guided Set Prediction Network for Grounded Multimodal Named Entity Recognition

2024-07-17 · Jielong Tang, zhenxing Wang, Ziyang Gong, Jianxing Yu 외

Grounded Multimodal Named Entity Recognition (GMNER) is an emerging information extraction (IE) task, aiming to simultaneously extract entity spans, types, and corresponding visual regions of entities from given sentence…

Grounded Multimodal Named Entity RecognitionMachine Reading Comprehensionnamed-entity-recognitionNamed Entity Recognition+2

Beyond Unimodal Shortcuts: MLLMs as Cross-Modal Reasoners for Grounded Named Entity Recognition

2026-02-04 · Jinlong Ma, Yu Zhang, Xuefeng Bai, Kehai Chen 외 arxiv

Grounded Multimodal Named Entity Recognition (GMNER) aims to extract text-based entities, assign them semantic categories, and ground them to corresponding visual regions. In this work, we explore the potential of Multim…

Grounded Multimodal Named Entity RecognitionVisual Grounding