4.5 Article

Binarized graph neural network

Journal

Publisher

SPRINGER
DOI: 10.1007/s11280-021-00878-3

Keywords

Graph neural network; Binarized neural network; Classification

Funding

  1. National Natural Science Foundation of China [61976198, 62022077]
  2. ARC [FT200100787, FT170100128, DP180103096]
  3. Australian Research Council [FT200100787] Funding Source: Australian Research Council

Ask authors/readers for more resources

By binarizing the network parameters and node embeddings, a novel BGN binary graph neural network approach has been proposed, which significantly improves efficiency and performance compared to existing methods.
Recently, there have been some breakthroughs in graph analysis by applying the graph neural networks (GNNs) following a neighborhood aggregation scheme, which demonstrate outstanding performance in many tasks. However, we observe that the parameters of the network and the embedding of nodes are represented in real-valued matrices in existing GNN-based graph embedding approaches which may limit the efficiency and scalability of these models. It is well-known that binary vector is usually much more space and time efficient than the real-valued vector. This motivates us to develop a binarized graph neural network to learn the binary representations of the nodes with binary network parameters following the GNN-based paradigm. Our proposed method can be seamlessly integrated into the existing GNN-based embedding approaches to binarize the model parameters and learn the compact embedding. Extensive experiments indicate that the proposed binarized graph neural network, namely BGN, is orders of magnitude more efficient in terms of both time and space while matching the state-of-the-art performance.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.5
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

Article Computer Science, Hardware & Architecture

Accelerated butterfly counting with vertex priority on bipartite graphs

Kai Wang, Xuemin Lin, Lu Qin, Wenjie Zhang, Ying Zhang

Summary: This paper investigates the problem of efficiently counting butterflies in bipartite graphs and proposes a vertex-priority-based algorithm BFC-VP along with cache-aware strategies for external and parallel contexts. It also tackles the butterfly counting problem on batch-dynamic graphs with fast vertex-priority-based algorithms and optimizations to reduce computation. Extensive empirical studies show that the proposed techniques outperform baseline solutions on real datasets.

VLDB JOURNAL (2023)

Article Computer Science, Artificial Intelligence

Cohesive Subgraph Discovery Over Uncertain Bipartite Graphs

Kai Wang, Gengda Zhao, Wenjie Zhang, Xuemin Lin, Ying Zhang, Yizhang He, Chunxiao Li

Summary: In this article, we propose the (alpha,beta,eta)-core model for uncertain bipartite graphs and present algorithms and index construction methods. The efficiency and effectiveness of our proposed techniques are validated through extensive experiments.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Allergy

Differential Circular RNA Expression Profiles in Induced Sputum of Patients with Asthma

Changyi Xu, Lijuan Du, Yubiao Guo, Yuxia Liang

Summary: This study aimed to identify differentially expressed circRNAs in induced sputum cells of asthma patients, in order to provide potential biomarkers and insights for asthma research. Through high-throughput sequencing, the differentially expressed circRNAs in asthma patients were screened, and their expression was verified by qRT-PCR. The correlation between circRNA and asthma was analyzed, and a possible ceRNA network was predicted and analyzed.

INTERNATIONAL ARCHIVES OF ALLERGY AND IMMUNOLOGY (2023)

Article Computer Science, Hardware & Architecture

When hierarchy meets 2-hop-labeling: efficient shortest distance and path queries on road networks

Dian Ouyang, Dong Wen, Lu Qin, Lijun Chang, Xuemin Lin, Ying Zhang

Summary: This paper addresses the issue of computing the shortest distance between two vertices in road networks. The authors propose a novel hierarchical 2-hop index (H2H-Index) and a query processing algorithm based on this index to overcome the limitations of existing solutions. Experimental results show that their approach achieves a significant speedup in query processing compared to state-of-the-art methods.

VLDB JOURNAL (2023)

Article Computer Science, Interdisciplinary Applications

Semantic Navigation of PowerPoint-Based Lecture Video for AutoNote Generation

Chengpei Xu, Wenjing Jia, Ruomei Wang, Xiangjian He, Baoquan Zhao, Yuanfang Zhang

Summary: With the lack of elaborating annotations and interesting content in educational videos, this article proposes a slide-based video navigation tool that extracts the hierarchical structure and semantic relationship of visual entities in videos by integrating multichannel information. Through a novel deep learning framework, features of visual entities are extracted from presentation slides, and a clustering approach is used to determine the hierarchical relationships between these entities. By evaluating their semantic relationships, visual entities are associated with their corresponding audio speech text, generating a multilevel table of contents and notes for improved learning navigation.

IEEE TRANSACTIONS ON LEARNING TECHNOLOGIES (2023)

Article Computer Science, Information Systems

An Optimized IoT-Enabled Big Data Analytics Architecture for Edge-Cloud Computing

Muhammad Babar, Mian Ahmad Jan, Xiangjian He, Muhammad Usman Tariq, Spyridon Mastorakis, Ryan Alturki

Summary: With the rise of IoT, the awareness of edge computing is gaining importance. However, edge computing faces challenges in tackling the diverse applications of IoT due to the massive heterogeneous data they produce. To address these challenges, we propose an optimized IoT-enabled big data analytics architecture for edge-cloud computing using machine learning.

IEEE INTERNET OF THINGS JOURNAL (2023)

Article Computer Science, Artificial Intelligence

Balanced Clique Computation in Signed Networks: Concepts and Algorithms

Zi Chen, Long Yuan, Xuemin Lin, Lu Qin, Wenjie Zhang

Summary: The existing clique model is inapplicable for signed networks, so a balanced clique model is proposed. The maximal balanced clique enumeration problem and the maximum balanced clique search problem are studied, and solutions are proposed. Extensive experiments demonstrate the efficiency, effectiveness and scalability of the algorithms.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Biology

Cuproptosis and Immune-Related Gene Signature Predicts Immunotherapy Response and Prognosis in Lung Adenocarcinoma

Zihao Sun, Xiujing Chen, Xiaoning Huang, Yanfen Wu, Lijuan Shao, Suna Zhou, Zhu Zheng, Yiguang Lin, Size Chen

Summary: This study investigated the impact of cuproptosis-associated immune-related genes on lung adenocarcinoma (LUAD). The researchers identified three key genes and established a risk model and nomogram to predict the immunotherapy response and prognosis of LUAD.

LIFE-BASEL (2023)

Article Computer Science, Artificial Intelligence

Efficient Subhypergraph Matching Based on Hyperedge Features

Yuhang Su, Yu Gu, Zhigang Wang, Ying Zhang, Jianbin Qin, Ge Yu

Summary: This paper studies the subhypergraph matching problem and proposes an efficient solution with two novel techniques. The proposed method outperforms existing methods on both real and synthetic data sets.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Computer Science, Artificial Intelligence

Accelerating Graph Similarity Search via Efficient GED Computation

Lijun Chang, Xing Feng, Kai Yao, Lu Qin, Wenjie Zhang

Summary: Computing the graph edit distance (GED) is important in graph similarity search. The existing index structures are ineffective in reducing processing time, so verifying GED directly is still the best option. However, the AStar-LSa algorithm may consume a lot of memory, but we propose a new estimation and efficient algorithms to improve efficiency.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Computer Science, Artificial Intelligence

ScaleG: A Distributed Disk-Based System for Vertex-Centric Graph Processing

Xubo Wang, Dong Wen, Lu Qin, Lijun Chang, Ying Zhang, Wenjie Zhang

Summary: Designing distributed graph systems has attracted a lot of attention due to the expressive graph model and increasing graph volume. This paper introduces ScaleG, a novel disk-based distributed graph system, that provides user-friendly programming interfaces and reduces disk and network communication for high computational efficiency.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

Article Computer Science, Artificial Intelligence

Discovering Significant Communities on Bipartite Graphs: An Index-Based Approach

Kai Wang, Wenjie Zhang, Ying Zhang, Lu Qin, Yuting Zhang

Summary: This paper investigates the significant (alpha,beta)-community search problem on weighted bipartite graphs. The goal is to find the significant (alpha,beta)-community R of a query vertex q that characterizes the engagement level of vertices using (alpha,beta)-core, and maximizes the minimum edge weight (significance) within R. To support fast retrieval, a novel index structure and efficient index maintenance techniques are proposed. Peeling and expansion algorithms are developed to obtain R. Experimental results validate the effectiveness and efficiency of the proposed techniques.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2023)

No Data Available