paper-with-me

Papers

Weighted Line Graph Convolutional Networks

2021-01-01 · Hongyang Gao, Shuiwang Ji

Line graphs have shown to be effective in improving feature learning in graph neural networks. Line graphs can encode topology information of their original graphs and provide a complementary representational perspective. In this work, we show that the encoded information in line graphs is biased. To overcome this issue, we propose a weighted line graph that corrects biases in line graphs by assigning normalized weights to edges. Based on our weighted line graphs, we develop a weighted line graph convolution layer that takes advantage of line graph structures for better feature learning. In particular, it performs message passing operations on both the original graph and its corresponding weighted line graph. To address efficiency issues in line graph neural networks, we propose to use an incidence matrix to accurately compute the adjacency matrix of the weighted line graph, leading to dramatic reductions in computational resource usage. Experimental results on both real and simulated datasets demonstrate the effectiveness and efficiency of our proposed methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Complex-Weighted Convolutional Networks: Provable Expressiveness via Complex Diffusion

2025-11-17 · Cristina López Amado, Tassilo Schwarz, Yu Tian, Renaud Lambiotte arxiv

Graph Neural Networks (GNNs) have achieved remarkable success across diverse applications, yet they remain limited by oversmoothing and poor performance on heterophilic graphs. To address these challenges, we introduce a…

SWAG: Item Recommendations using Convolutions on Weighted Graphs

2019-11-22 · Amit Pande, Kai Ni, Venkataramani Kini

Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. In this work, we present a Graph Convolutional Network (GCN) algorithm SWAG…

Recommendation Systems

Multimodal weighted graph representation for information extraction from visually rich documents.

2024-01-05 · Neurocomputing 2024 1 · Hamza Gbada, Karim Kalti, Mohamed Ali Mahjoub

This paper introduces a novel system for information extraction from visually rich documents (VRD) using a weighted graph representation. The proposed method aims to improve the performance of the information extraction …

Document Layout Analysisdocument understandingGraph Neural NetworkInformation Retrieval+2

Multi-hop Convolutions on Weighted Graphs

2019-11-12 · Qikui Zhu, Bo Du, Pingkun Yan

Graph Convolutional Networks (GCNs) have made significant advances in semi-supervised learning, especially for classification tasks. However, existing GCN based methods have two main drawbacks. First, to increase the rec…

Squeeze and Excitation: A Weighted Graph Contrastive Learning for Collaborative Filtering

2025-04-06 · Zheyu Chen, Jinfeng Xu, Yutong Wei, Ziyue Peng

Contrastive Learning (CL) has recently emerged as a powerful technique in recommendation systems, particularly for its capability to harness self-supervised signals from perturbed views to mitigate the persistent challen…

Collaborative FilteringContrastive LearningRecommendation SystemsRepresentation Learning