作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2026, Vol. 52 ›› Issue (7): 345-353. doi: 10.19678/j.issn.1000-3428.0069927

• 多模态与信息融合 • 上一篇    下一篇

基于语义联合的跨模态命名实体识别

杨欣怡, 何小海, 滕奇志, 陈洪刚, 卿粼波, 吴晓红   

  1. 四川大学电子信息学院, 四川 成都 610065
  • 收稿日期:2024-05-28 修回日期:2024-10-15 出版日期:2026-07-15 发布日期:2026-07-04
  • 作者简介:杨欣怡(CCF会员),女,硕士研究生,主研方向为自然语言处理;何小海、滕奇志(通信作者),教授,E-mail:qzteng@scu.edu.cn;陈洪刚,副研究员;卿粼波,教授;吴晓红,副教授。

Cross-Modal Named Entity Recognition Based on Semantic Fusion

YANG Xinyi, HE Xiaohai, TENG Qizhi, CHEN Honggang, QING Linbo, WU Xiaohong   

  1. School of Electronic Infomation, Sichuan University, Chengdu 610065, Sichuan, China
  • Received:2024-05-28 Revised:2024-10-15 Online:2026-07-15 Published:2026-07-04

摘要: 针对传统单模态命名实体识别(NER)方法在处理多模态信息时的局限性,提出一种基于语义联合的跨模态NER方法。不同于传统的预训练语言模型加条件随机场(CRF)的方法,提出方法将图片信息引入NER任务,并结合了图片所表达的语义。首先介绍了NER任务的研究现状;然后详细说明了提出框架的图像文本语义联合模块和双向跨模态匹配模块,其中,图像文本语义联合模块根据文本对应图像所体现的语义生成文字表达,并与原有的文本信息联合形成新的文本序列,双向跨模态匹配模块利用新生成的文本序列与图像进行跨模态匹配,这种联合图像语义和文本后进行跨模态匹配的方法不仅可以提高NER的准确性,还能够丰富命名实体的语义表示;最后在标准数据集(Twitter-2015、Twitter-2017)上进行对比实验和消融实验验证,结果证明了提出方法在NER任务中的有效性和优越性,为多模态数据中的NER任务提供了新的思路和方法。

关键词: 自然语言处理, 命名实体识别, 知识图谱, 多模态, 跨模态注意力机制

Abstract: To overcome the limitations of traditional single-modal Named Entity Recognition (NER) methods in processing multimodal data, this study proposes a novel cross-modal NER method based on semantic fusion. Unlike conventional approaches that use pretrained language models combined with Conditional Random Fields (CRFs), the proposed method introduces image information into the NER task and integrates the semantic content conveyed by images. First, the research status of NER tasks is reviewed, followed by a detailed explanation of the two core modules of the proposed cross-modal NER method: the image—text semantic fusion module and the bidirectional cross-modal matching module. Specifically, the image—text semantic fusion module generates textual representations based on the semantic content reflected in the images corresponding to the text, which are then combined with the original text information to form new text sequences. The bidirectional cross-modal matching module utilizes the newly generated text sequences to perform cross-modal matching with images. This approach of jointly considering image semantics and text before conducting cross-modal matching not only improves the accuracy of NER but also enriches the semantic representations of named entities. Finally, the effectiveness and superiority of the proposed method are demonstrated through comprehensive comparative and ablation experiments on standard benchmarks (Twitter-2015 and Twitter-2017). This study provides new insights and presents an effective methodological advancement for the NER of multimodal data.

Key words: natural language processing, Named Entity Recognition (NER), knowledge graph, multimodal, cross-modal attention mechanism

中图分类号: