paper-with-me

홈 › Papers

DRIN: Dynamic Relation Interactive Network for Multimodal Entity Linking

2023-10-09 · Shangyu Xing, Fei Zhao, Zhen Wu, Chunhui Li, Jianbing Zhang, Xinyu Dai

Multimodal Entity Linking (MEL) is a task that aims to link ambiguous mentions within multimodal contexts to referential entities in a multimodal knowledge base. Recent methods for MEL adopt a common framework: they first interact and fuse the text and image to obtain representations of the mention and entity respectively, and then compute the similarity between them to predict the correct entity. However, these methods still suffer from two limitations: first, as they fuse the features of text and image before matching, they cannot fully exploit the fine-grained alignment relations between the mention and entity. Second, their alignment is static, leading to low performance when dealing with complex and diverse data. To address these issues, we propose a novel framework called Dynamic Relation Interactive Network (DRIN) for MEL tasks. DRIN explicitly models four different types of alignment between a mention and entity and builds a dynamic Graph Convolutional Network (GCN) to dynamically select the corresponding alignment relations for different input samples. Experiments on two datasets show that DRIN outperforms state-of-the-art methods by a large margin, demonstrating the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2310.05589

Code (1)

starreeze/drin 공식 구현 pytorch

Tasks

Entity LinkingRelation

Similar Papers 제목 키워드 기반

Annotations for Exploring Food Tweets From Multiple Aspects

2024-12-09 · Matīss Rikters, Edison Marrese-Taylor, Rinalds Vīksna

This research builds upon the Latvian Twitter Eater Corpus (LTEC), which is focused on the narrow domain of tweets related to food, drinks, eating and drinking. LTEC has been collected for more than 12 years and reaching…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionRelation Classification+1

CEIDM: A Controlled Entity and Interaction Diffusion Model for Enhanced Text-to-Image Generation

2025-08-25 · Mingyue Yang, Dianxi Shi, Jialu Zhou, Xinyu Wei 외 arxiv

In Text-to-Image (T2I) generation, the complexity of entities and their intricate interactions pose a significant challenge for T2I method based on diffusion model: how to effectively control entity and their interaction…

Text-to-Image Generation

Relationship-Aware Safety Unlearning for Multimodal LLMs

2026-03-15 · Vishnu Narayanan Anilkumar, Abhijith Sreesylesh Babu, Trieu Hai Vo, Mohankrishna Kolla 외 arxiv

Generative multimodal models can exhibit safety failures that are inherently relational: two benign concepts can become unsafe when linked by a specific action or relation (e.g., child-drinking-wine). Existing unlearning…

Multimodal Relational Triple Extraction with Query-based Entity Object Transformer

2024-08-16 · Lei Hei, Ning An, Tingjing Liao, Qi Ma 외

Multimodal Relation Extraction is crucial for constructing flexible and realistic knowledge graphs. Recent studies focus on extracting the relation type with entity pairs present in different modalities, such as one enti…

Knowledge GraphsObjectobject-detectionObject Detection+3

Interactive Spatiotemporal Token Attention Network for Skeleton-based General Interactive Action Recognition

2023-07-14 · Yuhang Wen, Zixuan Tang, Yunsheng Pang, Beichen Ding 외

Recognizing interactive action plays an important role in human-robot interaction and collaboration. Previous methods use late fusion and co-attention mechanism to capture interactive relations, which have limited learni…

3D Action RecognitionAction RecognitionHuman Interaction RecognitionSkeleton Based Action Recognition