paper-with-me

Papers

A Simplifying and Learnable Graph Convolutional Attention Network for Unsupervised Knowledge Graphs Alignment

2024-10-17 · Weishan Cai, Wenjun Ma, Yuncheng Jiang

The success of current Entity Alignment (EA) task depends largely on the supervision information provided by labeled data. Considering the cost of labeled data, most supervised methods are difficult to apply in practical scenarios. Therefore, more and more works based on contrastive learning, active learning or other deep learning techniques have been developed, to solve the performance bottleneck caused by the lack of labeled data. However, the existing unsupervised EA methods still have some limitations, either their modeling complexity is high or they cannot balance the effectiveness and practicality of alignment. To overcome these issues, we propose a Simplifying and Learnable graph convolutional attention network for Unsupervised Knowledge Graphs alignment method (SLU). Specifically, we first introduce LCAT, a new and simple framework as the backbone network to model the graph structure of two KGs. Then we design a reconstruction method of relation structure based on potential matching relations for efficiently filtering invalid neighborhood information of aligned entities, to improve the usability and scalability of SLU. Impressively, a similarity function based on consistency is proposed to better measure the similarity of candidate entity pairs. Finally, we conduct extensive experiments on three datasets of different sizes (15K and 100K) and different types (cross-lingual and monolingual) to verify the superiority of SLU. Experimental results show that SLU significantly improves alignment accuracy, outperforming 25 supervised or unsupervised methods, and improving 6.4% in Hits@1 over the best baseline in the best case.

📄 PDF Abstract BibTeX arXiv:2410.13263

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningContrastive LearningEntity AlignmentKnowledge Graphs

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Attributed Multi-order Graph Convolutional Network for Heterogeneous Graphs

2023-04-13 · Zhaoliang Chen, Zhihao Wu, Luying Zhong, Claudia Plant 외

Heterogeneous graph neural networks aim to discover discriminative node embeddings and relations from multi-relational networks.One challenge of heterogeneous graph learning is the design of learnable meta-paths, which s…

Graph Learning

Learnable Graph Convolutional Network and Feature Fusion for Multi-view Learning

2022-11-16 · Zhaoliang Chen, Lele Fu, Jie Yao, Wenzhong Guo 외

In practical applications, multi-view data depicting objectives from assorted perspectives can facilitate the accuracy increase of learning algorithms. However, given multi-view data, there is limited work for learning d…

MULTI-VIEW LEARNING

SPGen: Stochastic scanpath generation for paintings using unsupervised domain adaptation

2026-02-25 · Mohamed Amine Kerkouri, Marouane Tliba, Aladine Chetouani, Alessandro Bruno arxiv

Understanding human visual attention is key to preserving cultural heritage We introduce SPGen a novel deep learning model to predict scanpaths the sequence of eye movementswhen viewers observe paintings. Our architectur…

Unsupervised Domain Adaptation

Learnable Graph Convolutional Attention Networks

2022-11-21 · Adrián Javaloy, Pablo Sanchez-Martin, Amit Levi, Isabel Valera

Existing Graph Neural Networks (GNNs) compute the message exchange between nodes by either aggregating uniformly (convolving) the features of all the neighboring nodes, or by applying a non-uniform score (attending) to t…

Multi-hop graph transformer network for 3D human pose estimation

2024-05-05 · Zaedul Islam, A. Ben Hamza

Accurate 3D human pose estimation is a challenging task due to occlusion and depth ambiguity. In this paper, we introduce a multi-hop graph transformer network designed for 2D-to-3D human pose estimation in videos by lev…

3D Human Pose EstimationGraph AttentionPose Estimation