paper-with-me

홈 › Papers

Unleashing the Power of Transformer for Graphs

2022-02-18 · Lingbing Guo, Qiang Zhang, Huajun Chen

Despite recent successes in natural language processing and computer vision, Transformer suffers from the scalability problem when dealing with graphs. The computational complexity is unacceptable for large-scale graphs, e.g., knowledge graphs. One solution is to consider only the near neighbors, which, however, will lose the key merit of Transformer to attend to the elements at any distance. In this paper, we propose a new Transformer architecture, named dual-encoding Transformer (DET). DET has a structural encoder to aggregate information from connected neighbors and a semantic encoder to focus on semantically useful distant nodes. In comparison with resorting to multi-hop neighbors, DET seeks the desired distant neighbors via self-supervised training. We further find these two encoders can be incorporated to boost each others' performance. Our experiments demonstrate DET has achieved superior performance compared to the respective state-of-the-art methods in dealing with molecules, networks and knowledge graphs with various sizes.

📄 PDF Abstract BibTeX arXiv:2202.10581

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Unleashing the Infinity Power of Geometry: A Novel Geometry-Aware Transformer (GOAT) for Whole Slide Histopathology Image Analysis

2024-02-08 · Mingxin Liu, Yunzan Liu, Pengbo Xu, Jiquan Ma

The histopathology analysis is of great significance for the diagnosis and prognosis of cancers, however, it has great challenges due to the enormous heterogeneity of gigapixel whole slide images (WSIs) and the intricate…

Prognosiswhole slide images

SD-DiT: Unleashing the Power of Self-supervised Discrimination in Diffusion Transformer

2024-03-25 · CVPR 2024 1 · Rui Zhu, Yingwei Pan, Yehao Li, Ting Yao 외

Diffusion Transformer (DiT) has emerged as the new trend of generative diffusion models on image generation. In view of extremely slow convergence in typical DiT, recent breakthroughs have been driven by mask strategy th…

DecoderImage Generation

Prompt Me Up: Unleashing the Power of Alignments for Multimodal Entity and Relation Extraction

2023-10-25 · Xuming Hu, Junzhe Chen, Aiwei Liu, Shiao Meng 외

How can we better extract entities and relations from text? Using multimodal extraction with images and text obtains more signals for entities and relations, and aligns them through graphs or hierarchical fusion, aiding …

RelationRelation Extraction

Topology-Informed Graph Transformer

2024-02-03 · Yun Young Choi, Sun Woo Park, Minho Lee, Youngho Woo

Transformers have revolutionized performance in Natural Language Processing and Vision, paving the way for their integration with Graph Neural Networks (GNNs). One key challenge in enhancing graph transformers is strengt…

Graph ClassificationGraph RegressionInductive BiasNode Classification

Unleashing the Power of Imbalanced Modality Information for Multi-modal Knowledge Graph Completion

2024-02-22 · Yichi Zhang, Zhuo Chen, Lei Liang, Huajun Chen 외

Multi-modal knowledge graph completion (MMKGC) aims to predict the missing triples in the multi-modal knowledge graphs by incorporating structural, visual, and textual information of entities into the discriminant models…

Knowledge Graph CompletionKnowledge GraphsMulti-modal Knowledge Graph