paper-with-me

Papers

TransRefer3D: Entity-and-Relation Aware Transformer for Fine-Grained 3D Visual Grounding

2021-08-05 · Dailan He, Yusheng Zhao, Junyu Luo, Tianrui Hui, Shaofei Huang, Aixi Zhang, Si Liu

Recently proposed fine-grained 3D visual grounding is an essential and challenging task, whose goal is to identify the 3D object referred by a natural language sentence from other distractive objects of the same category. Existing works usually adopt dynamic graph networks to indirectly model the intra/inter-modal interactions, making the model difficult to distinguish the referred object from distractors due to the monolithic representations of visual and linguistic contents. In this work, we exploit Transformer for its natural suitability on permutation-invariant 3D point clouds data and propose a TransRefer3D network to extract entity-and-relation aware multimodal context among objects for more discriminative feature learning. Concretely, we devise an Entity-aware Attention (EA) module and a Relation-aware Attention (RA) module to conduct fine-grained cross-modal feature matching. Facilitated by co-attention operation, our EA module matches visual entity features with linguistic entity features while RA module matches pair-wise visual relation features with linguistic relation features, respectively. We further integrate EA and RA modules into an Entity-and-Relation aware Contextual Block (ERCB) and stack several ERCBs to form our TransRefer3D for hierarchical multimodal context modeling. Extensive experiments on both Nr3D and Sr3D datasets demonstrate that our proposed model significantly outperforms existing approaches by up to 10.6% and claims the new state-of-the-art. To the best of our knowledge, this is the first work investigating Transformer architecture for fine-grained 3D visual grounding task.

📄 PDF Abstract BibTeX arXiv:2108.02388

Code (0)

등록된 구현이 없습니다.

Tasks

3D visual groundingRelationSentenceVisual Grounding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Pre-training Transformers for Knowledge Graph Completion

2023-03-28 · Sanxing Chen, Hao Cheng, Xiaodong Liu, Jian Jiao 외

Learning transferable representation of knowledge graphs (KGs) is challenging due to the heterogeneous, multi-relational nature of graph structures. Inspired by Transformer-based pretrained language models' success on le…

Knowledge Graph CompletionKnowledge Graphs

Entity-aware and Motion-aware Transformers for Language-driven Action Localization in Videos

2022-05-12 · Shuo Yang, Xinxiao wu

Language-driven action localization in videos is a challenging task that involves not only visual-linguistic matching but also action boundary prediction. Recent progress has been achieved through aligning language query…

Action LocalizationRepresentation Learning

CRENER: A Character Relation Enhanced Chinese NER Model

2024-12-14 · Yaqiong Qiao, Shixuan Peng

Chinese Named Entity Recognition (NER) is an important task in information extraction, which has a significant impact on downstream applications. Due to the lack of natural separators in Chinese, previous NER methods mos…

Chinese Named Entity Recognitionmodelnamed-entity-recognitionNamed Entity Recognition+3

Dynamic Span Interaction and Graph-Aware Memory for Entity-Level Sentiment Classification

2025-09-15 · Md. Mithun Hossain, Sanjara, Md. Shakil Hossain, Sudipto Chaki arxiv

Entity-level sentiment classification involves identifying the sentiment polarity linked to specific entities within text. This task poses several challenges: effectively modeling the subtle and complex interactions betw…

Coreference ResolutionSentiment Analysis

Entity Alignment with Reliable Path Reasoning and Relation-Aware Heterogeneous Graph Transformer

2022-05-18 · Weishan Cai, Wenjun Ma, Jieyu Zhan, Yuncheng Jiang

Entity Alignment (EA) has attracted widespread attention in both academia and industry, which aims to seek entities with same meanings from different Knowledge Graphs (KGs). There are substantial multi-step relation path…

Entity AlignmentKnowledge GraphsRelation