paper-with-me

홈 › Papers

Boolean Product Graph Neural Networks

2024-09-21 · Ziyan Wang, Bin Liu, Ling Xiang

Graph Neural Networks (GNNs) have recently achieved significant success, with a key operation involving the aggregation of information from neighboring nodes. Substantial researchers have focused on defining neighbors for aggregation, predominantly based on observed adjacency matrices. However, in many scenarios, the explicitly given graphs contain noise, which can be amplified during the messages-passing process. Therefore, many researchers have turned their attention to latent graph inference, specifically learning a parametric graph. To mitigate fluctuations in latent graph structure learning, this paper proposes a novel Boolean product-based graph residual connection in GNNs to link the latent graph and the original graph. It computes the Boolean product between the latent graph and the original graph at each layer to correct the learning process. The Boolean product between two adjacency matrices is equivalent to triangle detection. Accordingly, the proposed Boolean product graph neural networks can be interpreted as discovering triangular cliques from the original and the latent graph. We validate the proposed method in benchmark datasets and demonstrate its ability to enhance the performance and robustness of GNNs.

📄 PDF Abstract BibTeX arXiv:2409.14001

Code (0)

등록된 구현이 없습니다.

Tasks

Graph structure learning

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 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Boolean-aware Boolean Circuit Classification: A Comprehensive Study on Graph Neural Network

2024-11-13 · Liwei Ni, Xinquan Li, Biwei Xie, Huawei Li

Boolean circuit is a computational graph that consists of the dynamic directed graph structure and static functionality. The commonly used logic optimization and Boolean matching-based transformation can change the behav…

ClassificationGraph ClassificationGraph Neural Network

Algorithms for Boolean Matrix Factorization using Integer Programming

2023-05-17 · Christos Kolomvakis, Arnaud Vandaele, Nicolas Gillis

Boolean matrix factorization (BMF) approximates a given binary input matrix as the product of two smaller binary factors. As opposed to binary matrix factorization which uses standard arithmetic, BMF uses the Boolean OR …

The Trustworthy Pal: Controlling the False Discovery Rate in Boolean Matrix Factorization

2019-07-01 · Sibylle Hess, Nico Piatkowski, Katharina Morik

Boolean matrix factorization (BMF) is a popular and powerful technique for inferring knowledge from data. The mining result is the Boolean product of two matrices, approximating the input dataset. The Boolean product is …

Recent Developments in Boolean Matrix Factorization

2020-12-05 · Pauli Miettinen, Stefan Neumann

The goal of Boolean Matrix Factorization (BMF) is to approximate a given binary matrix as the product of two low-rank binary factor matrices, where the product of the factor matrices is computed under the Boolean algebra…

Boolean Matrix Factorization with SAT and MaxSAT

2021-06-18 · Florent Avellaneda, Roger Villemaire

The Boolean matrix factorization problem consists in approximating a matrix by the Boolean product of two smaller Boolean matrices. To obtain optimal solutions when the matrices to be factorized are small, we propose SAT…