Open Access
REVIEW
Unlocking the Power of Graph Neural Networks—A Systematic Literature Review of Application-Oriented GNN Studies
1 Department of Smart City, Chung-Ang University, Seoul, Republic of Korea
2 Department for Innovation, Design and Technology-IDT, Mälardalen University, Eskilstuna, Sweden
3 Department of Game Media, College of Future Industry, Gachon University, Seongnam, Republic of Korea
4 School of Computer Science and Engineering, Chung-Ang University, Seoul, Republic of Korea
* Corresponding Author: Mucheol Kim. Email:
(This article belongs to the Special Issue: Emerging Artificial Intelligence Technologies and Applications-II)
Computer Modeling in Engineering & Sciences 2026, 148(1), 3 https://doi.org/10.32604/cmes.2026.080382
Received 20 March 2026; Accepted 01 June 2026; Issue published 27 July 2026
Abstract
Graph neural networks (GNNs) have demonstrated promising results in enhancing machine learning and artificial intelligence techniques by addressing graph-related problems, including graph categorization, edge prediction, and node prediction. Despite the rapid growth of the field, a structured synthesis of recent application-oriented GNN research is necessary. This systematic literature review analyzes 363 peer-reviewed, application-oriented GNN studies published from 2019 through February 2026 from four scientific repositories. These studies are organized by GNN model variant, (including single and multimodel approaches), and four classification task categories: graph, link, node, and node and edge combined. In addition, the review assesses the use of learning settings, graph types, loss functions, aggregation mechanisms, embedding-representation models, implementation toolkits, datasets, and within-study base-model comparisons. In the reviewed corpus, the graph convolutional network (GCN) is the most common single-model family, which is most often associated with favorable within-study comparisons. In contrast, the model combining GCN with a graph attention network (GAT) is the most frequent multimodel configuration and is most often associated with favorable within-study comparisons. The reviewed corpus yields three broader insights: 1) multimodel architectures have become increasingly prominent after 2023, 2) heterogeneous graphs and a few broad-spectrum backbone families define a wide range of cross-domain applications, and 3) reporting transparency improves unevenly across implementation-oriented studies. This study aims to answer critical research questions regarding the analysis of dataset evolution, feature trends, and learning strategies in GNNs. The findings suggest that future GNN research should report learning settings, implementation toolkits, auxiliary representation models, and layer usage more systematically and evaluate multimodel proposals against strong, clearly identified single-model baselines. These findings provide valuable insight for researchers and practitioners in the field.Keywords
Supplementary Material
Supplementary Material FileGraph theory advances machine learning efficiency by addressing graph generation, link, and node classification [1]. Recent methods have focused on learning graph representations, with graph neural networks (GNNs) emerging as the most advanced method, influencing node classification [2], edge prediction [3], and detecting communities [4]. The GNN significantly contributes to diverse fields and domains, including (e.g., to classify advertiser behavior) [5], finance (e.g., to distinguish phishing and nonphishing nodes) [6], and traffic management (e.g., to predict average outflow trips per station) [7]. The GNN is based on graph convolution or message passing, adapted from convolutional neural networks (CNNs). Each graph node contains a set of attributes known as a feature vector or embedding. The graph convolution estimates the node features in the next layer as a function of the neighboring node features. By stacking GNN layers, a node can incorporate information from nodes further away. For example, after n layers, a node has information about nodes n steps away [8]. GNNs include several implementation components, such as embedding representation, learning method, aggregation, pooling, dropout, loss function, readout, and embedding size. Different GNN variants, including graph convolutional networks (GCNs), graph attention networks (GATs), graph isomorphism networks (GINs), and GraphSAGE, implement these components differently. Therefore, selecting a suitable GNN variant depends on the application domain, dataset properties, graph type, learning strategy, classification task, and implementation constraints [9]. Recent GNN studies have also employed diverse toolkits, datasets, graph types, loss functions, aggregation functions, and layers; however, these elements are often analyzed separately rather than synthesized together in an application-oriented review. This gap motivates the present systematic literature review (SLR).
The GNN has been extensively studied across diverse domains, with multiple survey articles analyzing its architecture, applications, and limitations. However, most surveys have focused on general GNN principles, specific application domains, or theoretical insights, often lacking a comprehensive empirical evaluation across datasets, feature trends, and scalability concerns. In contrast, the current study offers a systematic analysis of GNN advancements from 2019 to 2026, addressing critical gaps identified in prior literature. This work analyzes dataset evolution, feature-engineering trends, implementation-oriented reporting patterns, and benchmarking-related comparison behavior, offering a broader synthesis of recent GNN practices than is available in the existing domain-specific or theory-centric surveys. This review is compared with the most recent high-visibility GNN surveys to clarify overlap and contributions. In this study, “high-visibility” is employed as an operational comparison label rather than as a formal quality ranking. The surveys were selected to provide a recent, representative comparison set across foundational, domain-specific, theoretical, industrial, and dynamic-graph perspectives. In practice, this means prioritizing surveys that are recent, published in widely recognized venues, clearly focused on GNNs or a substantial GNN subarea, and broad enough to serve as meaningful comparisons for this systematic literature review (SLR). The comparison employs a simple operational rubric: “Yes” indicates explicit, substantive treatment with a dedicated discussion or structured synthesis. “Limited” marks an partial, narrow, or nonsystematic treatment, and “No” marks an absence of meaningful discussion on that dimension. These labels are applied for comparative positioning rather than study-quality scores. Table 1 presents the feature-level comparison with recent surveys and positions the present SLR against related high-visibility reviews.
Recent high-visibility surveys have examined GNNs from complementary perspectives, including foundational methods, recommender systems, tabular-data learning, expressive power, industrial applications, and dynamic graph learning [10–15]. However, these reviews typically emphasize a single perspective at a time and do not provide a repository-based systematic synthesis across model variants, task granularity, datasets and their availability, toolkits, learning paradigms, graph types, loss functions, embedding-representation models, aggregation strategies, layer usage, and base-model comparisons. Therefore, Table 1 position the proposed SLR against the most recent high-visibility surveys and reveal that its contribution is not limited to broader variable coverage. Compared with these recent surveys, the value of this SLR lies in the higher-level patterns that emerge from a study-level synthesis of the 363 selected studies. First, the reviewed corpus reveals a structural shift from single-model dominance in the initial years to greater multimodel prominence after 2023. Second, a small set of backbone families, especially GCN and GCN combined with GAT, provides broad cross-domain coverage across graph-, link-, and node-oriented tasks. Third, the task granularity, learning setting, and graph type are not independent design dimensions; they influence which model families are repeatedly selected in practice. Fourth, the review indicates that reproducibility is constrained less by the absence of datasets or loss definitions than by the underreporting of learning settings, implementation toolkits, auxiliary representation models, and layer usage.
Thus, this SLR contributes a broader descriptive map of recent GNN literature and provides design-level insight into how application-oriented GNN research is structured, reported, and validated. The review is intended for applied GNN researchers, engineering practitioners, and early-stage researchers who need to move from general GNN knowledge to application-specific design decisions. For these readers, the review provides evidence on which model families, graph structures, learning settings, auxiliary encoders, losses, aggregation strategies, and reporting practices are commonly used under different task and data conditions. Therefore, the review should be read as a design-oriented synthesis rather than as a universal model ranking. Specifically, the principal contributions of this SLR are as follows:
• This SLR screens a large cross-publisher corpus and synthesizes 363 peer-reviewed, application-oriented GNN studies published between 2019 and February 2026.
• This work jointly analyzes model variants, task granularity, datasets and their availability, toolkits, learning settings, graph types, loss functions, embedding-representation models, aggregation strategies, layer usage, and base-model comparisons in a single review.
• This SLR derives higher-level insights from these dimensions, including the temporal shift toward multimodel designs, the broad cross-domain role of a few backbone families, and the practical coupling between task granularity, graph structure, and model choice.
• This research provides an implementation-oriented synthesis of how GNN studies are reported, validated, and compared in application settings, with attention to reproducibility and baseline design.
• This SLR translates the corpus-level findings into practitioner-oriented guidance for initial model selection, implementation planning, reproducibility-aware reporting, and future application-oriented GNN research.
Accordingly, this systematic literature review (SLR) [16] is conducted to answer the following research questions:
RQ1) How are GNN model variants comprehensively employed to solve graph-related problems, and which tasks have been solved in recent GNN implementations?
RQ2) What datasets, toolkits, and libraries are used to implement GNN-based solutions, and what is the performance of GNN model variants compared to the base GNN model variants? How important is the selection of each GNN model variant in various scenarios?
RQ3) What are the leading graph types and learning strategies in recent GNN-based research contributions?
RQ4) What are the most contributing loss functions in recent GNN solutions and what are the scenarios where a loss function has an impact over other loss functions?
RQ5) Which embedding representation models are used in the most recent GNN-based solutions?
RQ6) What aggregator functions are used in recent GNN solutions, and how do they affect the GNN models?
RQ7) How do the readout, pooling, and dropout layers reduce the problems related to complexity and overfitting and how important is the embedding size?
This article presents an SLR to answer these questions and analyzes 363 studies published between 2019 and 2026. Fig. 1 illustrates the research overview. This study develops a review protocol with inclusion and exclusion criteria for implementing this SLR (Section 2.2). The research targets four credible scientific databases (i.e., Institute of Electrical and Electronics Engineers (IEEE), Association for Computing Machinery (ACM), Elsevier, and Springer) for the search process (Section 2.2.2). Section 2.1 defines the two principal categories of GNN model variants. Section 2.2.3 presents the quality assessment criteria for this SLR. Section 2.2.4 describes the bias control, transparency, and scope limitations. Section 2.2.5 details the elements extracted from the selected studies. Section 3.1 classifies the final set into two categories: single-model (185 studies) and multimodel (178 studies) approaches. Similarly, Section 3.2 identifies four classification task categories: graph (119 studies), link (94 studies), node (79 studies), and node + edge (71 studies).

Figure 1: Research overview: schematic representation of the systematic literature review (SLR) methodology, illustrating the inclusion and exclusion criteria, research categorization, and data extraction process.
Section 3.3 identifies several contributing toolkits in the GNN domain. Likewise, this study analyzes the six categories of learning strategies in the selected studies (Section 3.4). In addition, Section 3.5 discusses six graph types of recent GNNs. Section 3.6 presents an analysis of 14 domains of datasets and their availability. Several loss functions and their importance in different scenarios are analyzed (Section 3.7). Section 3.8 discusses the application of models for embedding representation. Along with nine categories of aggregate methods, this SLR also analyzes seven layer combinations and embedding size importance in Sections 3.9, 3.10, and 3.11, respectively. Finally, this article presents a comparative analysis of model variants with base model variants in Section 4 and answers each research question in Section 5. Finally, Section 6 concludes this SLR and discusses future work. Accordingly, this SLR should be interpreted as a systematic synthesis of peer-reviewed, application-oriented GNN studies retrieved from four major repositories rather than as an exhaustive census of all GNN literature.
The study follows SLR guidelines [16], which require a review protocol. This section has two subsections: the definitions of all primary categories and the design of the review protocol.
This study categorizes the selected papers into two categories to rationalize the data extraction and synthesis processes. The following subsections define these major categories.
Several GNN models implement neural networks in a given graph. For example, Jiang et al. [17] employed a GCN for fraud detection and Nguyen et al. applied GraphSAGE to the pill-prescription matching task [18]. These studies only employ a single model.
Studies can apply multiple models to enhance implementation. For instance, Yin et al. [19] implemented a GAT after the GCN to capture critical nodes by assigning weights. Similarly, another study [6] combined the graph sample and aggregate (GraphSAGE) method with GCN to learn the topological space structure and extract node features. These studies are multimodel approaches.
This article develops the review protocol in accordance with the standard directions [16]. The introduction section presents the research questions and background. Later sections present further information on the process (i.e., inclusion and exclusion criteria, search process, data extraction, and synthesis).
2.2.1 Inclusion and Exclusion Criteria
The most crucial aspects of the SLR are the inclusion and exclusion criteria, which determine whether studies are approved for further investigation. This article develops the following factors for these inclusion and exclusion criteria.
i) Area of Research: The selected research must be in the GNN field. Thus, this work includes only studies that employ GNN model variants to solve real-world problems. In this SLR, research studies that did not apply GNN model variant were rejected. For example, studies were excluded if the authors applied a GNN (e.g., to predict city air quality) [20] without specifying a GNN variant.
ii) Application Research: In this review, an application-oriented study is a primary empirical paper that presents a concrete GNN-based framework, model, or method for a problem setting and validates that proposal through implementation or experimentation. This work includes studies that apply a single or multimodel GNN design to solve tasks (e.g., fraud detection, recommendation, medical prediction, transportation analysis, or related graph-based problems). For example, Jiang et al. [17] proposed a multiple aggregators and feature interactions (MAFI) network for fraud detection using a single-model GCN, which falls within the scope of inclusion. The review applies this label to distinguish solution papers from broader contextual papers. Comparative surveys, method-overview papers, or discussion-oriented studies are valuable to the field, but within this SLR they are outside the application-oriented inclusion scope when they do not present and validate a concrete GNN-based solution. For example, Bessadok et al. [21] presented a comparative discussion of GNN methods for brain-related disease classification. In the present review design, this contribution type is categorized as outside the application-oriented corpus because the scope of inclusion focuses on implemented and validated problem-solving proposals.
iii) Publication Year: This SLR considers papers published between 2019 and February 2026. Recent research has followed the general direction of earlier studies in the field.
iv) Publisher: This SLR explores four renowned scientific repositories to select research papers: IEEE, Springer, Elsevier, and ACM. Several scholarly databases have published such research. However, studies can be added to repositories (e.g., arXiv or Google Scholar), without peer review. Conversely, reliable repositories, such as IEEE, ACM, Elsevier, and Springer, are where research publications are typically added to databases following peer review. Therefore, these four renowned scientific repositories were selected.
v) Proposal Validation: The proposed approach must be properly validated via implementation, such as experimentation. High-quality research depends on the appropriate validation. Thus, a study was selected only if the proposal was adequately validated via a reliable mechanism (e.g., a tool or application development). Studies with sufficient details that violate this criterion exist in this context. For instance, Zhang et al. [22] presented a summary and analysis of relevant research to classify stock market-related problems but did not validate it. This SLR also rejects work by Jia et al. [23] that reviewed GNNs in the context of a construction application but did not perform any implementation task.
This SLR strictly follows the inclusion and exclusion criteria for research studies in selecting papers. If one criterion was not met, the paper was disqualified from the SLR.
Per the inclusion and exclusion guidelines, four databases (i.e., Elsevier, ACM, Springer, and IEEE) were employed in the search process. The search method involves using numerous search terms, including “graph neural networks”. However, such search phrases returned thousands of results, making a thorough analysis impractical. For instance, the IEEE database (https://ieeexplore.ieee.org/) produced 29,895 items for the search term “graph neural network.” Therefore, the search results were optimized to obtain the most relevant information using filters, including the publication-year window relevant to the study period, and the Boolean AND operator, i.e., the logical conjunction operator used to combine search terms. A precision-oriented Boolean search strategy was applied to keep the result set tractable within the selected repositories and study scope. In practice, this means combining core GNN terms with application-oriented terms and applying the year and source filters defined in the review protocol. This design improves precision in a vast and heterogeneous engineering literature, but it may reduce recall for studies using alternative terminology. To reduce the risk of missed studies under this precision-oriented retrieval design, the database search was complemented with backward and forward snowballing, recovering additional relevant papers that may not have been captured by the core Boolean query alone. Accordingly, the findings are interpreted as a retrieved application-oriented corpus rather than an exhaustive census of all GNN publications.
A logic search was constructed for preliminary research using an explanatory analysis: “(graph neural network) AND (GNN) AND (graph neural network based classification) AND (GNN based classification),” resulting in 17,731 records (2732 from IEEE, 5472 from Springer, 3746 from Elsevier, and 5781 from ACM). Table 2 lists the database-specific implementation of the final precision-oriented search strategy, including the platform-specific query syntax, archived search evidence, coverage window, and identified-record counts employed in this SLR. Only English-language documents were considered due to the number of records. After thoroughly examining each search result, studies were selected based on the inclusion and exclusion criteria. The inclusion and exclusion criteria for the publication year and publisher were established during the search procedure. Fig. 2 summarizes the screening framework for the final 2019–2026 corpus. The complete PRISMA 2020 checklist and the PRISMA flow-diagram template are provided in the Supplementary Materials.


Figure 2: PRISMA flow diagram of the study selection process. The diagram summarizes the identification, screening, eligibility assessment, snowballing, and inclusion stages used to select the final 363 application-oriented GNN studies.
The review covers studies published from 2019 through February 2026; however, for brevity, the manuscript refers to the period as 2019–2026. All counts reported for 2026 reflect only the first two months of the year and are partial-year values rather than full-year totals. First, the study titles were assessed to ensure relevance and their fit with the inclusion and exclusion criteria. Hence, 13,405 records were excluded based on the titles and 4326 were retained for later screening. These studies underwent abstract screening, general study assessment, and detailed analyses to ensure that all inclusion and exclusion criteria were satisfied, particularly the area-of-research, application-research, and proposal-validation parameters. This multistage review yielded 350 studies that satisfied the inclusion and exclusion criteria. The final phase applied the snowballing approach to these 350 selected studies. Snowballing helped identify pertinent studies that have been missed during the database search using forward and backward snowballing strategies. Thus, 35 additional studies relevant to the research context were identified. Following a thorough review, 13 additional studies meet the inclusion and exclusion criteria. Finally, 363 papers were selected for further investigation to obtain reliable and useful answers to the study questions in this SLR. Table 3 summarizes yearly distribution of the final selected corpus, which is visualized in Fig. 3.

Figure 3: Yearly distribution of selected studies from 2019 to 2026, with strong post-2023 growth in the field. Values for 2026 reflect only the first two months of the year and are partial-year counts.
To ensure the reliability and relevance of this SLR, the criterion-based quality-assurance rubric presented in Table 4 was applied using the inclusion and exclusion criteria from Section 2.2.1. Studies were retained only when they met the scope-relevant criteria, by containing an identifiable GNN variant or family, an application-oriented contribution, and empirical validation via implementation or experimentation. Missing details on toolkits, learning settings, graph types, embedding-representation models, or layer usage were not treated as exclusion criteria; instead, they were recorded as “not discussed” and later analyzed as reporting gaps. Table 3 summarizes yearly distribution, and Table 5 summarizes the repository distribution across IEEE, ACM, Elsevier, and Springer. Fig. 3 reports the absolute yearly study counts. Additional temporal trend visualizations are discussed in their corresponding result sections. Rather than employing a retrospective scoring instrument, this review treats quality assurance as a criterion-based inclusion process combined with an analysis of the descriptive completeness. This design is appropriate for the implementation-oriented focus of this SLR, in which empirical validation is treated as a critical inclusion criterion and missing methodological details are analyzed separately as reporting limitations.

2.2.4 Bias Control, Transparency, and Scope Limitations
The studies were screened and extracted collaboratively using shared screening sheets and a consensus discussion. Two authors participated in the screening workflow, and records at the title, abstract, and general, and detailed study stages were assessed collaboratively, with borderline cases resolved through consensus discussion. Duplicate handling relied primarily on digital object identifier (DOI) matching and secondarily on title/year matching, with full-text confirmation for ambiguous records. The review followed a predefined protocol developed before final screening. Table 6 defines the exclusion codes in the screening process. To improve screening transparency, each excluded record was assigned a primary exclusion code at the latest stage reached, and the coded screening log is released in the public GitHub repository.

The review targets IEEE, ACM, Elsevier, and Springer because these repositories encompass a large share of peer-reviewed GNN research in artificial intelligence, data mining, systems, and applied machine learning. This choice improves source quality, traceability, and topical relevance, but it also introduces source-selection bias. Studies indexed only in other repositories, broad academic search engines, preprint servers, or specialized venues may not be captured. This design may influence the observed trends by giving stronger visibility to peer-reviewed engineering applications, such as transportation, health care, recommendation, communication networks, and applied prediction, while underrepresenting very recent preprint-only, theoretical, benchmark-driven, or foundation-model-oriented GNN developments. Similarly, because the retrieval strategy was optimized for precision in a very large result set and the inclusion criteria prioritized application-oriented proposal papers, the findings should be interpreted as trends in a structured application-focused corpus rather than as universal properties of all GNN research.
2.2.5 Data Extraction and Synthesis
After applying the criteria to select research papers, the data were extracted and synthesized to determine reasonable answers to the research questions. Table 7 supplies a template for data extraction of relevant items from the selected research for this process. First, the template extracts the primary components from the selected research papers as given in Items 1 to 3 in the table. Afterward, the extracted data were synthesized to obtain crucial information from all research articles to answer the research questions. For example, the studies were categorized to answer RQ1. Likewise, the data were extracted and synthesized to extract all necessary elements (Items 4 to 15) to answer the other research questions. For instance, details on graph types and learning strategies were extracted from each study and categorized into structured classifications (Sections 3.4 and 3.5). This synthesis found that semi-supervised learning is the most common reported training strategy (50 studies), although 198 papers did not discuss the learning setting directly. Similarly, heterogeneous graphs were the most reported graph structure (142 studies), followed by directed (67) and bipartite (42) graphs. This analysis underscores critical changes in GNN training paradigms and structural adaptations in the reviewed corpus.

This stage covers the primary elements of the review protocol. Data extraction produced relevant details from all selected research papers. Section 3 elaborates on these results.
The notation in Table 8 is applied to standardize the technical discussion across the SLR.

2.4 Unified Message-Passing View of GNNs
Before analyzing the empirical distribution of model variants, placing the reviewed GNN architectures under a common computational view is useful. Although the studies employ different designs, most can be interpreted in a message-passing framework (Fig. 4). This unified formulation connects the variant taxonomy in Table 9 to the aggregation trends discussed in Section 3.9. At layer
where

Figure 4: Unified message-passing view of GNNs and dominant variants: a schematic comparison showing the common message-passing pipeline and the main aggregation/update characteristics of GCN, GraphSAGE, GAT, and GIN.
Technical view of dominant GNN variants
The dominant variants reported in Table 9 can be summarized using compact mathematical forms. These definitions are not introduced as a new theory; instead, they serve as a concise technical anchor for interpreting the empirical trends of the reviewed corpus.
For the GCN [376], the layerwise propagation rule is
For GraphSAGE [377], neighborhood information is aggregated and concatenated with the current node representation:
For the GAT [378], an attention coefficient is learned for each neighboring node:
where,
For the GIN [379], expressive power is strengthened using sum-based aggregation followed by multilayer (MLP):
The scalar
These formulations underscore the operational differences between the dominant variants. The GCN relies on normalized neighborhood propagation. The GraphSAGE model emphasizes inductive neighbor aggregation, and GAT assigns learnable importance weights to neighbors. The GIN improves discriminative power using sum aggregation followed by an MLP. These mathematical differences also help explain task preferences in the reviewed corpus. Node-level tasks often emphasize local neighborhood propagation and therefore commonly use GCN, GraphSAGE, or attention-based message passing. Graph-level tasks require graph summarization, which makes pooling and readout important in graph classification studies. Link- and edge-level tasks depend more strongly on relation modeling and are often associated with directed, bipartite, or heterogeneous graph structures. Spatio-temporal tasks extend this setting by combining graph propagation with temporal encoders and regression-oriented objectives. Thus, the formulas provide the technical vocabulary for interpreting why different task families prefer different model, aggregation, readout, and loss-function choices. The multimodel combinations reported in Table 9, such as GCN + GAT and GraphSAGE + GCN, can be interpreted as frameworks that combine two or more of these aggregation-and-update rules sequentially or in parallel.
The results address each research question. Sections 3.1 and 3.2 categorize GNN model variants and classification tasks. Next, Section 3.3 presents the analysis of the toolkits and libraries. Similarly, Sections 3.4 and 3.5 discuss the learning methods and graph types respectively. Sections 3.6 and 3.7 describe the datasets with their domains and loss functions, respectively. Sections 3.8 and 3.9 present the results of the extracted models and aggregated functions. Finally, Sections 3.10 and 3.11 provide the importance of layers and embedding size, respectively. Unless otherwise stated, the counts reported in this section describe prevalence in the selected application-oriented corpus; they do not constitute cross-study performance rankings or evidence of universal superiority.
3.1 GNN Model Variant Categorization
This section defines the two primary categories and several subcategories of GNN model variants to categorize the research studies. The categories are single and multimodel approaches. For the single-model approach, the subcategories are ChebNet, ChebyGIN, GAT, GCN, GraphSAGE, and GIN. In the multimodel approach, the subcategories are GAT with GraphSAGE, the GCN with GAT, GraphSAGE with GCN, and the recurrent neural network (RNN) with GAT.
Table 9 reveals that 185 studies are single-model research and 178 are multimodel research. The count in the subcategory column indicates that most of these studies (e.g., [2,17,26]) implemented the GCN approach, 85 studies belong to this subcategory, followed by GAT method with 41 (e.g., [47,48]) and GraphSAGE with 18 (e.g., [27,33]). The GIN appears in four studies (e.g., [24,154]), whereas ChebNet [31] and ChebyGIN [91] remain rare with one study each. The recent period also introduces 14 single-model studies that fall under the broader other category (e.g., [317,328]) and 21 papers (e.g., [287,343]) that do not discuss the precise variant clearly. In the multimodel category, the dominant combination is the GCN with GAT, which appears in 126 studies (e.g., [30,38]) and exceeds all other hybrid designs. The GraphSAGE with GCN model appears in 15 studies (e.g., [117,138]), the GAT with GraphSAGE in six studies (e.g., [134,205]), and the RNN with GAT in four studies (i.e., [46,139,170,267]). In addition, 27 multimodel papers fall into other category (e.g., [221,246]) because they combine more complex variant sets than those tracked in this SLR.
Beyond raw counts, the extracted corpus shows a structural shift from single-model dominance in the initial years to multimodel dominance after 2023. This shift is best understood as a response to increasing application complexity rather than as a simple replacement for single-model GNNs. Later studies in the corpus more often target problems that are relational and modality-rich, including traffic forecasting, session recommendation, molecular-property prediction, and content-caching prediction, where graph propagation is combined with attention, temporal, or multichannel modules [74,91,105,133,139]. The rise of heterogeneous graphs discussed in Section 3.5 reinforces this interpretation: when the data include multiple node or edge types, coupled temporal signals, or multiple input modalities, authors more commonly adopt hybrid architectures that combine complementary inductive biases rather than rely on a single canonical operator. Fig. 5 indicates a change in design philosophy in the application-oriented corpus from establishing canonical single-backbone baselines to building task-specific multimodel frameworks. This pattern should be interpreted as evidence of problem diversification and architectural specialization, not as a claim that multimodel designs are universally superior to single-model variants.

Figure 5: Temporal evolution of single-model vs. multimodel GNN architectures (2019–2026). Normalized proportions reveal the shift toward multimodel dominance after 2023.
3.2 Classification Type-Based Categorization
Recent research has employed GNN techniques for classification. This article categorizes the studies by classification type. Table 10 summarizes these classification categories for analysis in the GNN domain.
Node classification is a critical task in the reviewed corpus (79 studies). Across the selected applications, node classification is employed to infer node labels from local attributes and neighborhood structure in settings (e.g., user modeling, medical prediction, anomaly detection, and document or interaction graphs). In practice, this category is strongly associated with GCN-family backbones, with attention-based designs becoming more relevant when neighbor importance is uneven. The recurring challenges include label scarcity, class imbalance, and limited availability of privacy-sensitive data.
Graph classification is the largest task category in the reviewed corpus, (119 studies). This classification is regularly applied when the prediction target belongs to the entire graph or subgraph rather than to individual nodes. In the reviewed literature, graph-level tasks often combine expressive propagation with graph summarization, helping explain the prominence of GCN + GAT and GIN-style frameworks. Challenges include overfitting on smaller datasets and limited generalization under class imbalance.
Link classification is addressed in 94 studies and is commonplace in recommendation, fraud detection, biomedical association prediction, and interaction modeling. Because the target is relational rather than entity-specific, these settings typically emphasize directed, bipartite, or heterogeneous graph structure and benefit from architectures that model relation strength. A recurring practical challenge is that link behavior evolves over time, so deployment often requires robust updates and resistance to adversarial or drifting interaction patterns.
3.2.4 Node + Edge Classification
Node + edge classification accounts for 71 studies and is most prominent in multientity applications where node and relation semantics must be jointly inferred. In this SLR, the category is treated as an operational joint-prediction setting rather than as a synonym for all multitask learning. Its continued presence suggests that application-oriented GNN research increasingly treats node and relation prediction as coupled design problems rather than isolated outputs.
This section examines programming language toolkits and their libraries for implementing GNNs. Table 11 summarizes these toolkits with their specific libraries, listing the programming language, library name, reference numbers, and count of studies in each category.
Table 11 reveals that C++ and MATLAB were applied in seven studies (e.g., [135,143]), whereas the Python ecosystem dominates the implementation domain. In Python-based implementations, two studies use Keras [29,193], five use Scikit-learn (e.g., [44,91]), 10 use TensorFlow (e.g., [151,234]), and 97 explicitly report PyTorch Geometric (e.g., [31,33]), confirming its strong dominance in the recent GNN literature. Moreover, 68 studies report implementation details that do not fit these library labels (e.g., [69,70]), and 174 studies did not discuss the implementation stack. The large not-discussed category (e.g., [4,5]) is crucial because it reveals that many papers were application-oriented and experimentally validated, yet provided limited reproducibility details at the toolkit level. In several studies, the authors mentioned Python-based implementation but did not specify the library. Following the same logic throughout this SLR, such cases were placed under other libraries when source-code or framework evidence is available, whereas papers that did not disclose the implementation stack were categorized as not discussed.
This section discusses graph-based learning methods. The GNN applies several learning paradigms in various scenarios. Supervised learning offers the benefit of knowing the exact classes before training, facilitating training toward the perfect decision boundary. Similarly, the unsupervised learning paradigm trains a model without prior label knowledge, facilitating the identification of previously unseen data. The self-supervised learning method is similar to the unsupervised method, however, it can help reduce the time and cost of data labeling. Moreover, the semi-supervised learning method is applied when labeled data are significantly outnumbered by unlabeled data, offering a mechanism to address this imbalance. Furthermore, some studies use hybrid learning settings, most commonly by combining supervised and unsupervised learning within the same pipeline. Regarding the not-discussed category, a few studies have employed the GCNs, which are focused on solving semi-supervised learning problems, without discussing learning settings. Such studies were not placed into the other category to keep the discussion simple. The extracted results reveal the type of model training performed in recent studies (Table 12). Fig. 6 complements Table 12 by normalizing the distribution over the reported subset.

Figure 6: Learning settings for studies that report the paradigm (
The table reveals that 21 studies (e.g., [18,56]) employed self-supervised learning, 50 applied semi-supervised learning (e.g., [6,62]), 37 applied supervised learning (e.g., [69,76]), four employed unsupervised learning (i.e., [29,38,47,49]), 27 combined supervised and unsupervised learning (e.g., [63,90]), and 26 applied supervised contrastive learning (e.g., [87,99]). However, the reported-subset view is more informative than the entire corpus view. Of the 165 studies that reported the learning setting, semi-supervised learning accounted for 30.3%, supervised learning for 22.4%, supervised + unsupervised learning for 16.4%, supervised contrastive learning for 15.8%, self-supervised learning for 12.7%, and unsupervised learning for 2.4%. In contrast, 198 studies did not disclose the learning setting. This omission is not a minor reporting detail: the learning regime determines the label requirements, supervision strength, and baseline difficulty; thus, failing to report it makes it challenging to judge whether gains are due to architectural design or supervision conditions. Fig. 7 suggests that field is diversifying beyond the classic semi-supervised citation-network setting, and that reporting practice has not fully kept pace with diversification.

Figure 7: Evolution of reported learning paradigms across the reviewed corpus (2019–2026) with diversification from semi-supervised baselines and persistent reporting gaps.
The graph type is necessary element in GNN-based implementations. As every edge is connected to two nodes in a graph, a homogeneous graph has one edge and node type, and a heterogeneous graph has multiple nodes or edge types. An undirected graph has edges without directional information compared to a directed graph, which has more information about the relationship between the nodes.
This section identifies the types of graphs and analyzes their use in the selected research studies. Table 13 presents the graph-type involvement by count. The reviewed corpus is dominated by heterogeneous graphs (142 studies (e.g., [17,32,34])), followed by directed graphs (67 (e.g., [168,174])) and bipartite graphs (42 (e.g., [192,198])). Weighted graphs appear in 27 studies (e.g., [301,305]), undirected graphs in 19 (e.g., [110,114]), and homogeneous graphs in only five (e.g., [8,73]). Another 61 studies did not discuss the type of graph (e.g., [18,65]). Overall, heterogeneous and bipartite settings are highly prominent in recent GNN research. The rise of heterogeneous graphs should not be interpreted merely as a preference for a more complex graph format. Rather, this rise signals that recent application-oriented GNN research increasingly models multientity systems in which node and edge types carry different semantics (e.g., fraud networks, bid-keyword matching, credit-risk graphs, and review ecosystems) [5,17,85,98]. In such settings, collapsing the data into a homogeneous graph would remove relation-specific information that often drives prediction quality. The post-2023 increase in heterogeneous graphs marks a substantive shift from single-relation benchmark-style problems toward more realistic relational problem formulations. This result also helps explain the broad cross-domain application of flexible backbone families and hybrid architectures: when the graph is relation-rich, authors more commonly combine neighborhood propagation with attention, multiview processing, or temporal encoding. Fig. 8 reflects a change in the types of problems being modeled, not just a change in notation.

Figure 8: Temporal distribution of graph structure choices (2019–2026), documenting heterogeneous graphs’ emergence as the dominant structure post-2023.
Datasets are necessary for validating implementations. Fig. 9 groups studies into broad domains and shows that user-centric applications (72 studies), generic benchmark-centric studies (66), health care (52), road traffic and transportation (40), and banking & finance (30) are the largest groups in the reviewed corpus. Many papers were benchmark-driven and did not map well to a single real-world application domain. The availability of datasets is also a necessary aspect because future research requires datasets to be accessible for replication and follow-up experiments. Fig. 10 visualizes the dataset availability. In the reviewed corpus, 227 studies (62.5%) relied on public datasets, 120 (33.1%) used private datasets, 15 studies (4.1%) combine public and private data sources, and one study did not discuss dataset availability. The released review materials described in the Data Availability Statement provide further details on each dataset domain, availability label, and supporting source links. This section describes the dataset domains and their availability. This SLR also compares the GNN model categories with the dataset domains. Fig. 11 visualizes this comparison as a heatmap, illustrating that the GCN and especially the GCN + GAT dominate the domain coverage of the reviewed corpus, whereas GraphSAGE, GIN, and the more specialized categories appear in narrower application areas.

Figure 9: Domain-level study categorization from 2019 to 2026. The distribution shows strong representation in user-centric applications, generic benchmark settings, health care, transportation, and finance.

Figure 10: Dataset availability across 363 selected studies. Public: standard open datasets or released corpora; private: internal or proprietary datasets not publicly released. A smaller subset of studies combines public and private data sources, whereas one study did not report dataset availability.

Figure 11: Heatmap-based analytical comparison of GNN model categories across dataset domains in the 2019–2026 corpus.
A loss function is significant in neural networks because it calculates the training loss between the actual and predicted output. Table 14 compares the loss functions employed in the reviewed studies: thus, the dominant mathematical forms are useful. In Eqs. (6)–(12), C denotes the number of classes,
For binary prediction, binary cross-entropy is
Focal loss [380], which is commonly employed for class-imbalanced settings, is
For regression-style settings, mean squared error (MSE) and mean absolute error (MAE) are defined as follows:
The Huber loss [381], which is less sensitive to outliers than the pure squared loss, is
In recommendation and ranking scenarios, BPR [382] is commonly written as follows:
where item
These objectives correspond to different task settings in the reviewed literature. Cross-entropy and negative log-likelihood style objectives are most suitable for single-label node, edge, or graph classification, where each sample is assigned to one target class. Binary cross-entropy is more suitable when the prediction is formulated as a binary relation decision or when multiple labels may co-exist. Focal loss is useful when the class distribution is imbalanced, such as in fraud, disease, anomaly, or rare-event detection. Regression losses, including MSE, MAE, and Huber loss, are more suitable for continuous-value prediction and forecasting, particularly in traffic, energy, climate, and other spatio-temporal settings. Ranking losses, such as BPR, are more closely connected with recommendation and implicit-feedback graphs, where the objective is to rank likely interactions rather than classify a single label. In this SLR, paper-specific objectives are grouped under the Custom label because they do not share one canonical formulation across studies.
The extracted corpus shows that loss-function selection is strongly connected to the prediction target, graph structure, and dataset characteristics. Cross-entropy is the most common loss function because many reviewed studies formulate node, graph, or edge prediction as a classification problem. Binary cross-entropy appears when the task is framed as a binary decision, especially in relation prediction or multi-label settings. Focal loss is used when the dataset contains strong class imbalance, because it reduces the influence of easy examples and emphasizes harder minority-class cases [8,85]. Regression losses, including MSE, MAE, and Huber loss, are common in forecasting and continuous-value prediction, where the output is a traffic value, risk score, load value, molecular property, or other numerical target. The MSE and MAE behave differently in regression settings, and their suitability depends on the error distribution and the desired sensitivity to larger deviations. Huber loss provides an intermediate option because it is less sensitive to outliers than pure squared error [105]. Similarly, BPR and other ranking-oriented objectives are relevant when the GNN is used on recommendation or implicit-feedback graphs, where the goal is to score observed interactions above unobserved ones. Several loss functions were identified from the selected studies. Binary cross-entropy is employed in 22 studies, cross-entropy in 118, focal loss in 12, Huber loss in ten, MSE in 59, squared loss in two, and MAE in 21. In some studies, the authors discussed the factor of the loss function but did not provide the loss-function name or introduced a paper-specific objective; therefore, these functions are labeled as custom. The category “Other” is used for loss functions that appear in only one study, and the released review materials provide the paper-specific names grouped under this category. Finally, 29 studies did not discuss the loss function and were labeled as not discussed. This pattern indicates that loss functions should be interpreted as task- and data-conditioned design choices rather than as independent model preferences.
Table 14 shows that the dominant loss family is linked to how the graph problem is formulated. Classification-oriented graph, node, and edge tasks mostly rely on cross-entropy variants. Binary relation tasks and multi-label settings often use binary cross-entropy. Imbalanced datasets motivate focal or weighted objectives, whereas continuous forecasting and prediction tasks favor MSE, MAE, or Huber loss. Recommendation and implicit-feedback graphs are more naturally aligned with ranking-style objectives. Therefore, the loss-function distribution reflects the mixture of classification, regression, ranking, and imbalance-aware tasks in the reviewed corpus rather than a single universal preference.
3.8 Embedding Representation Models
The models in Table 15 are not GNN variants; instead, they are auxiliary representation models used before or alongside graph learning to encode text, sequences, signals, or multimodal inputs. Therefore, this table is separate from Table 9, which classifies the GNN variants for message passing on graphs. Fig. 12 visualizes the reported auxiliary encoder families in the reviewed corpus and contrasts between recurrent, textual, visual, and underreported configurations.

Figure 12: Auxiliary representation models in the reviewed corpus (reported studies only). Long short-term memory (LSTM) is the most frequently reported auxiliary encoder, followed by bidirectional encoder representations from transformers (BERT), Node2vec, and residual network (ResNet), while 176 studies do not discuss any auxiliary encoder.
This section discusses models employed for embedding representation. In some cases, before learning embedding in the GNN, a representation of that embedding is generated by applying models. Table 15 summarizes these auxiliary encoders. The frequencies in Table 15 should be interpreted as signals of input-modality prevalence in the corpus, not as rankings of model superiority. Long short-term memory (LSTM) is the most often observed auxiliary representation model (125 studies), but this primarily reflects the strong presence of sequential and spatio-temporal application settings in the reviewed literature, including traffic-flow prediction, pandemic forecasting, bus travel-time estimation and load monitoring [31,59,68,78]. In those settings, graph structure alone is insufficient because the task couples relational dependencies with temporal dynamics. Accordingly, the role of LSTM is to encode temporal order before or alongside graph propagation rather than to demonstrate that LSTM is better than transformer-based encoders. Bidirectional encoder representations from transformers (BERT) appears primarily in text + graph pipelines (22 studies), where the main challenge is contextual language encoding before graph reasoning, such as extreme multilabel text classification, aspect-based sentiment analysis, controversy detection, and event detection on social media [51,52,60–62]. The ResNet model plays a similar role in image + graph settings (11 studies), where CNN-derived visual features are passed to a graph model for person re-identification, histopathological image analysis, image-text retrieval, and medical imaging tasks [2,50,65,84]. The Node2vec and Word2vec methods are also best interpreted as modality-specific preprocessing choices rather than competitors to the core GNN variant. Viewed in this way, Table 15 is best interpreted as a map of domain and modality bias in recent GNN applications, where sequential/spatio-temporal tasks favor LSTM-style encoders, text-rich tasks favor BERT-style encoders, and image-rich tasks favor CNN encoders such as ResNet. The continued prevalence of LSTM despite the increase of transformer-based models may reflects the practical character of the corpus. Many studies targeted moderate-length domain sequences, smaller labeled datasets, and deployment-oriented forecasting pipelines where lightweight recurrent encoders are easy to integrate and computationally economical. Therefore, the high frequency of LSTM indicates the prevalence of temporal and sequential application settings in the reviewed corpus, not superiority over BERT, transformer-based models, or CNN-based encoders. The 176 “not discussed” cases reveal that auxiliary encoding choices are often left implicit, making fair comparison across multimodal GNN framework challenging.
The GNN constructs new feature vectors for nodes by aggregating those of neighboring nodes using aggregator functions. Table 16 summarizes how neighboring information is aggregated in the reviewed GNN studies. The most common aggregation forms are written as follows. Mean aggregation is defined as follows:
Sum aggregation is calculated as follows:
Max aggregation is computed as follows:
where the maximum is taken elementwise across neighbor representations. Attention-based aggregation is defined as follows:
These operators differ in the type of neighborhood information they preserve. Mean aggregation supports stable smoothing, and sum aggregation preserves the multiset magnitude, max aggregation emphasizes the most salient features, and attention-based aggregation assigns adaptive importance to different neighbors. These formulations reveal that Table 16 should be interpreted at two complementary levels. At the coarse level, many primary studies describe neighborhood update as message passing without specifying an exact operator that can be coded more finely. Therefore, these studies were retained under the umbrella category “message passing-based aggregation.” At the finer level, the named operator families present a more detailed design picture, where attention-based aggregation appears in 77 studies, mean aggregation in 44, max-pooling aggregation in 18, and sum aggregation in nine. Global max-pooling and mean max-pooling are comparatively selective choices, with four and two studies, respectively, and five studies fall into other aggregation category. Accordingly, message passing is the dominant architectural principle in the corpus, whereas the operator-specific categories reveal that attention and mean-based aggregation are the most common reported choices.
The pooling, readout, and dropout layers positively affect the GNN solution. The pooling layer reduces the graph size, lowering the computational complexity of the network. The readout layer influences the graph nodes to flatten features [38]. Similarly, the readout layer aggregates graph representations to classify the graph [76]. In the reviewed corpus, “dropout” is treated as a broad regularization label rather than a single mechanism. Some studies applied feature dropout, which randomly masks elements of node or hidden-feature vectors, whereas others use structure-aware variants such as edge dropout, which remove edges during training to regularize message passing. Because many primary studies reported dropout without specifying the subtype, Table 17 records its presence at the architectural level rather than presenting a finer subtype coding, which the source papers do not consistently support.
Table 17 summarizes the application of the pooling, readout, and dropout layers. The checkmark (✓) indicates the presence of a layer, whereas the cross (✗) indicates its absence. In the reviewed corpus, 13 studies discussed all three layers jointly (e.g., [231,252,273]), 64 discussed only dropout, 59 only pooling, 50 pooling with dropout, 13 pooling with readout, and nine only discussed readout. However, the largest group comprises 155 studies that did not discuss any of these layers (e.g., [301,303,305]).
In GNNs, an embedding represents nodes, edges, or entire graphs in a lower-dimensional space, preserving structural and feature information. These embeddings facilitate downstream tasks, such as classification and link prediction, by capturing the relational dependencies in graph data. The size of these embeddings is a critical hyperparameter, affecting the expressiveness and generalizability of the model.
Several studies (e.g., [25,26,28]) analyzed the effect of the embedding size on model performance. Some studies reported performance gains with larger embeddings due to their ability to capture richer representations (e.g., [44,65,87]), whereas others observed diminishing returns or overfitting problems when embedding size increased beyond a certain threshold (e.g., [58,68]). The choice of embedding size depends on dataset complexity and the task, requiring careful tuning to balance model capacity and generalization. Increasing the embedding size introduces more parameters, which can enhance model expressiveness but cause overfitting if not controlled. Some works (e.g., [25,29]) emphasized that excessive embedding dimensions can lead the model to memorize training data rather than generalize to unseen samples. However, certain studies (e.g., [44,98]) employed larger embeddings to enhance representation power, particularly in datasets with highly diverse node features. Overfitting in such cases does not necessarily complicate training but affects generalization, leading to robust performance on the training set while degrading validation and testing accuracy. This finding aligns with the bias-variance trade-off, where larger embedding sizes increase model variance, which can be beneficial in certain cases but detrimental when uncontrolled.
To mitigate overfitting while retaining expressive embeddings, several techniques have been proposed. Regularization strategies such as dropout (e.g., [6,28,81]), early stopping (e.g., [37,54]), and weight decay (e.g., [26,29]) help prevent excessive memorization. Some approaches ([5,93]) dynamically adjust embedding sizes based on the validation performance, ensuring optimal capacity without unnecessary complexity. These techniques demonstrate that, although larger embeddings can be advantageous, they require appropriate countermeasures to maintain generalization. Many studies (e.g., [25,29]) optimized the embedding size to maximize model performance on a given dataset but did not explore the influence of bias in feature representation. In certain applications like health care, over-reliance on embeddings trained on a specific demographic dataset can introduce bias, reducing model fairness and applicability to diverse populations. Addressing such bias using fair embedding learning techniques requires further research [93].
Reporting Completeness and Reproducibility Gaps
An explanatory findings of this SLR is the uneven reporting hierarchy across implementation elements. Fig. 13 summarizes this reporting asymmetry across the extracted implementation dimensions. Dataset availability is disclosed in 362 of 363 studies, and loss functions are named in 334 studies. In contrast, learning settings are omitted in 198 studies (54.5%), implementation toolkits in 174 (47.9%), auxiliary representation models in 176 (48.5%), and pooling/readout/dropout use in 155 (42.7%). This pattern implies that many application-oriented papers treat the data source and headline optimization objective as necessary publication details while leaving the supervision regime, software stack, preprocessing encoders, and regularization layers implicit. However, from a reproducibility perspective, these omitted details are not peripheral. The learning setting determines label availability and the difficulty of comparison. The toolkit affects sampling, batching, and operator availability. Auxiliary encoders influence the input representation, and layer choices (e.g., pooling or dropout) alter model capacity and generalization behavior. Therefore, poor reporting creates three practical problems. First, poor reporting obscures whether reported gains come from architectural novelty or from the surrounding training pipeline. Second, it weakens fair baseline comparison across studies. Third, poor reporting raises the cost of replication for practitioners who require implementable systems rather than high-level conceptual summaries. Therefore, the corpus indicates an agenda for improvement in future application-oriented GNN work. At minimum, studies should report the learning regime, graph construction assumptions, toolkit/framework version, auxiliary representation model, and regularization/readout choices along with the dataset and loss function. The slight post-2023 improvement in completeness is encouraging, but the evidence in this SLR implies that reporting discipline has not yet kept pace with increasing architectural complexity.

Figure 13: Reporting completeness across extracted implementation dimensions (
4 Study-Level Comparisons: Proposed GNN Variants vs. Reported Base Model Performance
This section summarizes the reported within-study comparisons between proposed GNN variants and the baselines evaluated in the same papers. The purpose of this synthesis to identify how often model families are associated with favorable comparisons in the selected application-oriented corpus rather than to estimate pooled cross-domain effectiveness.
Table 18 presents the proposed model families (left) and base models (top). A cell indicates that at least one reviewed study reports a favorable comparison for the proposed model against that baseline in its own experimental setting. Because the underlying studies differ in datasets, metrics, tasks, and protocols, these counts reflect the frequency of reported favorable comparisons rather than direct evidence of superiority. Five base models (GAT, GCN, GraphSAGE, GIN, and RNN) were identified in several studies for comparison with the proposed models. A few studies compared their proposed models against a single base model, whereas others compared the proposed model against multiple models. This comparison is applied to summarize the reported favorable within-study outcomes rather than to rank models globally. For instance, one study [91] reports a favorable comparison for ChebyGIN against GCN in its own experimental setting. Likewise, some reviewed papers reported favorable within-study comparisons for GAT against GCN (e.g., [83,92]) or RNN (e.g., [74]). Because datasets, metrics, tasks, and evaluation protocols differ across studies, these observations should be interpreted as study-level comparison behavior in the corpus rather than, evidence that one model family outperforms another.
The extracted data reveal a task-dependent preference for specific model families. The GCN is common in node-centric problems, whereas the GCN + GAT appears more frequently in graph- and link-level settings. The GraphSAGE variant is more concentrated in node-oriented applications. This pattern implies that model selection is a matter of overall popularity and task granularity. In this selected corpus, the GCN is the single-model family most often associated with favorable within-study comparisons, whereas the GCN + GAT is the multimodel configuration most often associated with favorable within-study comparisons. Many cells contain “no comparison”, indicating that the literature is heterogeneous and that these findings should be interpreted as patterns in the reviewed corpus rather than as cross-domain superiority. The following subsections summarize commonly reported reasons particular model families are favored in the reviewed studies, rather than establishing performance rankings.
The GCN performs well for irregular topologies, randomly distributed nodes, and varying numbers of edges [76]. Similarly, the GCN is an excellent option for graph-structured data with few labels [25]. Moreover, GCN is a successful variant of the GNN under a semi-supervised learning strategy [6]. The GCN has emerged as a foundational model in GNN research due to its efficient message-passing mechanism, which aggregates node features from neighbors. Studies such as [44] and [45] demonstrate that GCNs perform exceptionally well in semi-supervised learning tasks, making them ideal for applications including academic citation networks and biomedical research. However, the GCN is limited by its inability to capture long-range dependencies, because its recursive neighborhood aggregation can lead to the over-smoothing problem [66], where node representations become indistinguishable. This limitation substantially affects performance in heterogeneous graphs (e.g., social networks), where nodes require distant contextual information [47].
The GAT model employs an attention mechanism to achieve more effective neighbor aggregation than the GCN. No prior knowledge of complex matrix operations or graph topologies is necessary for the GAT. During the convolutional process, the GAT model overlays the nearby nodes with self-attention layers to assign them different priorities [101]. The GAT model improves on the GCN by introducing attention mechanisms, allowing nodes to assign varying importance weights to neighbors. This mechanism has improved performance in dynamic and heterogeneous graphs, making the GAT model suitable for social media analysis [52]. However, the GAT model is computationally more expensive than the GCN due to its multihead attention mechanism, which increases training time and memory usage. Studies indicate that the GAT method struggles in large-scale datasets, such as traffic prediction [91], due to its high complexity and slower inference speed.
4.3 GraphSAGE over Other Variants
The GraphSAGE model handles various graph sizes, and topology is the primary factor in its selection. Rather than generating embedding vectors unique to each node, GraphSAGE learns to aggregate feature information from a node neighborhood. This approach enables a more efficient, scalable production of embeddings. One crucial component of the GraphSAGE method is its inductiveness, indicating that the algorithm classifies new nodes with high accuracy. This finding is beneficial when unknown or new nodes must be categorized according to their relationships. Because this model can create embeddings for unseen nodes using the learned aggregation functions, GraphSAGE is a valuable generalization tool [90].
The GIN is a specialized GNN designed to enhance its representational capabilities. This improvement allows the GIN to better distinguish between topological structures. Thus, this method can learn from diverse graph data. The neighborhood aggregation technique, an iterative process for updating node embeddings by aggregating information from neighbors, is applied in the same way as in general GNNs [91]. The message propagation function becomes more dependable with the GIN [89].
4.5 GCN + GAT over Other Variants
The GCN is a semi-supervised classification framework that is useful when few node labels are available. Updating each node feature vector with neighboring nodes can improve node representations in the GCN. In the traditional, each neighboring node is assigned an identical weight. However, some nodes have greater significance than others in real-world scenarios. Thus, the GCN with GAT incorporates an attention mechanism that assigns each connection a weight based on the significance of the neighbor to remedy this problem. The attention mechanism of each node in the GAT allows it to modify its attention weights dynamically for neighboring nodes, capturing more accurate node interactions [101].
5 Answers to Research Questions
RQ1) How are GNN model variants comprehensively employed to solve graph-related problems, and which tasks have been solved in recent GNN implementations?
This article defines two categories of GNN model variants. Table 9 indicates that the final corpus contains 185 single-model studies and 178 multimodel studies, indicating that hybrid architectures are almost as common as single-variant designs. Four classification task categories were identified (i.e., graph, link, node and node + edge). Table 10 reveals that graph classification (119 studies) has become the largest category, followed by link classification (94), node classification (79), and node + edge classification (71). Beyond raw frequencies, the reviewed corpus presents a shift from single-model dominance in the initial years to multimodel dominance after 2023, with the GCN remaining the most common single-model backbone and the GCN + GAT the most frequent hybrid configuration.
RQ2) What datasets, toolkits, and libraries are used to implement GNN-based solutions, and what is the performance of GNN model variants compared to the base GNN model variants? How important is the selection of each GNN model variant in various scenarios?
The investigation of toolkits and libraries in the selected studies demonstrates that the Python ecosystem dominates implementation practices and that PyTorch Geometric is the most frequently reported framework with 97 studies. Fig. 9 groups the papers into broad application-domain categories and reveals a sizable benchmark-centric subset that does not map well to a single real-world domain. Fig. 10 illustrates dataset availability, with public datasets remaining the majority (62.5%), followed by private (33.1%) and mixed public/private settings (4.1%). Fig. 11 compares of the GNN model categories across these domains, and Section 4 details the model comparison findings. The extracted studies reveal that public datasets and benchmark-centric evaluation dominate implementation practice, but toolkit reporting is uneven, limiting the reproducibility of otherwise well-validated GNN applications.
RQ3) What are the leading graph types and learning strategies in recent GNN-based research contributions?
Several learning settings were extracted from the selected studies (Table 12). Among the studies that reported the learning setting, semi-supervised learning is the leading category with 50 studies, followed by supervised learning (37), supervised + unsupervised hybrids (27), and supervised contrastive learning (26). Table 13 presents the leading graph types from the selected research studies, indicating that heterogeneous graphs dominate the reported settings with 142 studies. The temporal analysis also indicates that recent GNN studies have diversified beyond the classic semi-supervised setting and have increasingly adopted self-supervised, supervised-contrastive, and hybrid learning paradigms alongside a strong rise in the use of heterogeneous graph usage.
RQ4) What are the most contributing loss functions in recent GNN solutions, and what are the scenarios where various loss functions affect other loss functions?
The loss function minimizes training loss. Table 14 summarizes the loss functions contributing to the recent GNN solutions. Cross entropy is the dominant loss function with 118 studies, followed by MSE with 59 and binary cross entropy with 22 studies. Section 3.7 discusses the importance of each loss function and the ideal scenarios for its use. Cross-entropy is the default objective in the corpus, but the reviewed studies also reveal increasing use of focal, ranking, and regression-style losses when imbalance, recommendation, or forecasting tasks alter the optimization requirements.
RQ5) Which embedding representation models are used in the most recent GNN-based solutions?
The GNN-based solutions rely on auxiliary representation models because they offer the necessary inputs for graph learning. Table 15 indicates that LSTM is often reported auxiliary representation model (125 studies), followed by BERT (22) and Node2vec (13). Notably, these frequencies reflect the input modalities most common in the reviewed corpus rather than model superiority. The LSTM network is prevalent in sequential and spatio-temporal settings, whereas BERT is used in text and graph pipelines, and ResNet is applied in image and graph pipelines. Section 3.8 interprets these models by application role rather than by pooled frequency alone. Auxiliary representation models are critical in practice, but the large not-discussed category suggests that embedding preparation is underreported relative to its role in GNN frameworks.
RQ6) What aggregator functions are used in recent GNN solutions, and how do they affect GNN models?
Aggregator functions are crucial elements of GNN-based solutions for aggregating neighborhood information. Table 16 demonstrates that message-passing-based aggregation is the dominant strategy with 202 studies, followed by attention-based aggregation (77 studies) and mean aggregation (44 studies). Section 3.9 details the other aggregation functions and their occurrence in the studies.
RQ7) How do the readout, pooling, and dropout layers reduce the problems related to complexity and overfitting, and how important is the embedding size?
Section 3.10 presents the involvement and purpose of the readout, pooling, and dropout layers. These layers emphasize the importance of graph resizing, feature flattening, and preventing overfitting. Table 17 reveals that 155 studies did not discuss these layers, whereas 13 discussed all three together. Section 3.11 details how the embedding size can affect model performance. Pooling, readout, dropout, and embedding-size choices were employed selectively rather than uniformly, and their frequent underreporting implies that architectural regularization is a reproducibility bottleneck in current GNN research.
Practitioner-Oriented Starting Guide
To complement the answer to RQ2, Table 19 translates the corpus-level findings into an initial design guide for application-oriented GNN use. The table is intended as a heuristic starting point rather than a universal ranking, and it maps common task settings, graph structures, data characteristics, and deployment conditions to reasonable first-choice model families and auxiliary modules that are repeatedly observed in the reviewed literature. In addition, Fig. 14 is intended as a practitioner-oriented starting heuristic derived from recurring corpus-level patterns rather than a ranking of GNN models.


Figure 14: Practitioner-oriented GNN selection based on the reviewed corpus. The map positions common application settings by problem/data-setting complexity and prediction scope, and labels reasonable starting model families that were repeatedly observed in the literature.
Although this SLR closely adheres to the established review methodology and follows all standards, some limitations remain, as detailed below.
• This work carefully examines the search results using relevant search phrases. However, some search phrases generate thousands of results, making a comprehensive search impractical. Furthermore, many research papers were excluded based on their titles, which may not accurately reflect the content. Therefore, no claims are made regarding the exhaustiveness of the research in this paper.
• This SLR employs four well-known scientific databases, IEEE, ACM, Elsevier, and Springer, which contain numerous conference and journal publications. However, other databases, indexing services, and preprint servers also contain relevant GNN research. Therefore, recent relevant studies indexed outside these repositories may have been overlooked. This limitation may influence the observed corpus trends in several ways. First, peer-reviewed engineering and computer-science applications may be more visible than very recent preprint-only methodological developments. Second, application domains commonly published in these repositories, such as transportation, health care, recommendation, communication networks, and applied prediction, may be represented more strongly than theoretical or foundation-model-oriented work. Third, excluding preprints may underrepresent highly influential emerging methods because GNN research evolves rapidly. The present review retains this peer-reviewed, application-oriented corpus to ensure that the extracted findings are anchored in studies that have undergone formal editorial screening and empirical validation.
• This SLR emphasizes application-oriented studies that propose and empirically validate GNN-based frameworks, models, or methods. Therefore, pure benchmarking papers, comparison-only studies, theoretical analyses, replication studies, and negative-result papers are underrepresented. This design strengthens the implementation-oriented focus of the review but may bias conclusions regarding loss functions, graph types, aggregation mechanisms, and reported performance patterns toward proposal-driven studies.
• This article considers research studies published only in English. However, research written in languages other than English, such as German and Spanish, may also be relevant.
Even with these limitations, this research concludes that 1) few relevant studies are available in languages other than English. In addition, 2) the four most reliable databases were employed, which often publish high-caliber research subjected to peer review. Thus, even if a few relevant studies are missing from other databases, the review is valuable as a systematic synthesis of a large, peer-reviewed, application-oriented GNN corpus. The results should be interpreted within that scope rather than as exhaustive claims concerning all GNN literature.
5.2 Emerging Trends and Unresolved Challenges
The central insight from this SLR is that design choices in recent application-oriented GNN research are increasingly task- and data-dependent, shaped by task type, graph semantics, input modality, and reporting practice. High-frequency categories should not be interpreted as universally superior choices. Instead, they reveal where the reviewed literature is concentrated. For example, the high frequency of LSTM-based auxiliary encoders reflects the strong presence of sequential and spatio-temporal applications, whereas the growth of heterogeneous graphs reflects the need to model multi-entity systems with relation-specific semantics. Similarly, the post-2023 rise of multimodel designs indicates that many applications now require combinations of relational, temporal, textual, or visual inductive biases. These patterns suggest that future GNN research should move from model-centric comparison toward controlled, task-conditioned pipeline evaluation. The corpus-level patterns in Sections 3.1–3.11 further suggest that unresolved challenges are driven less by a shortage of new architectures than by the interaction of richer problem settings with uneven reporting. The post-2023 rise of multimodel designs and the increase in heterogeneous graphs indicate that application-oriented GNN research has increasingly targeted problems that are relational, temporal, and multimodal [5,17,74,91,105,133]. This pattern explains why pretraining, dynamic GNNs, explainability, and graph unlearning are becoming more salient. These responses are due to increasing graph complexity, higher deployment stakes, and more expensive retraining pipelines rather than isolated research fashions. The high underreporting rates for learning settings, toolkits, auxiliary encoders, and layer usage reveal that methodological complexity is increasing faster than reporting transparency. Progress depends on both algorithmic advances and stronger implementation-reporting discipline. Additionally, explainability and interpretability of GNNs are critical concerns, particularly in health care and financial applications (e.g., [44,81]). Although attention mechanisms (e.g., GAT) improve transparency, further research on model interpretability is necessary to enhance trust and regulatory compliance in high stakes domains [58]. Similarly, graph unlearning has emerged as a critical challenge, aiming to remove specific nodes, edges, or subgraphs from trained GNNs while preserving model integrity. Recent graph unlearning methods have sought to reduce retraining costs under privacy and data-governance constraints, yet message-passing dependencies leave scalable provable unlearning an open research problem.
5.3 Deployment Challenges and Practical Implications
Despite the promising advancements in GNN research, real-world deployment is challenging. In fraud detection, GNN-based link classification models outperform traditional heuristics but are vulnerable to adversarial attacks, where fraudsters manipulate transaction structures to evade detection. Similarly, in health care, while GNN-based disease classification has achieved high accuracy, privacy regulations and limited labeled medical datasets hinder real-world adoption. Another critical issue is scalability. Although most studies evaluate GNN models on benchmark datasets (e.g., Cora, CiteSeer, and PubMed), applying these models to large-scale industrial graphs results in high memory and computational overhead. Additionally, real-time GNN inference for applications (e.g., autonomous driving and smart traffic management) is an open challenge due to latency constraints and processing efficiency.
To overcome these challenges, future research should focus on the following:
• Optimizing GNN Scalability and Efficiency: Current GNN architectures often struggle with scalability on large-scale datasets. Future research should focus on sparse computation and graph-pruning techniques to reduce memory and computational overhead while maintaining performance. Efficient training paradigms (e.g., minibatch sampling and layerwise propagation) could improve scalability, enabling GNNs to process graphs with millions of nodes and edges without significant performance degradation.
• Developing Privacy-Preserving GNN Models: Many GNN applications, particularly in health care and finance, involve sensitive data. Traditional centralized training poses data privacy risks, limiting large-scale adoption. Future research should explore federated learning frameworks and differential privacy techniques to ensure secure training without exposing raw data [112]. Privacy-preserving GNNs could enable deployment in domains where compliance with data protection regulations is required.
• Improving Real-Time GNN Inference: The computational complexity of GNNs makes real-time processing a significant challenge, especially for applications (e.g., autonomous driving and traffic management). Future research should focus on lightweight GNN architectures and hardware acceleration techniques [79] (e.g., customized GPU/TPU optimizations and quantized neural networks). These advancements could enable GNNs to be deployed in real-time decision-making systems without sacrificing accuracy.
5.4 Future Research Directions and Call-to-Action
Although GNNs have demonstrated significant advancements, several areas are underexplored, offering opportunities for future research. The following research directions are identified:
• Exploration of Self-Supervised and Hybrid GNNs: Among the reported paradigms, semi-supervised learning is the leading category, whereas self-supervised, supervised-contrastive, and hybrid learning configurations have become increasingly common. Future work should explore how these paradigms can improve GNN performance under limited-label settings and across heterogeneous graph structures.
• GNNs for Dynamic and Streaming Graphs: Real-world graphs evolve over time, yet most GNN models assume static structures. Future work should investigate continual learning approaches to handle dynamic graphs efficiently.
• GNN Explainability and Fairness: The black box nature of GNNs limits adoption in high-risk applications. Future studies should explore explainability techniques that enhance model transparency and fairness-aware GNN training to mitigate bias in datasets.
• Controlled Ablation Studies for Multimodel Architectures: Because multimodel designs have become more common after 2023, future studies should isolate the contribution of each additional component (e.g., attention block, temporal encoder and auxiliary modality encoder) against strong single-model baselines instead of reporting only the final hybrid result.
• Relation-Aware Benchmarking for Heterogeneous Graphs: Heterogeneous graphs are the most common reported structure in the corpus; thus, future benchmarks should assess when relation-specific modeling materially improves the results compared with homogeneous simplifications and when the additional complexity is not justified.
• Minimum Reporting Standards for Reproducible GNN Frameworks: The corpus reveals that learning settings, toolkits, auxiliary representation models, and layer choices have been underreported much more often than datasets or loss functions. Future application-oriented GNN papers should include a compact implementation checklist covering graph construction, supervision regime, toolkit/framework version, auxiliary encoders, regularization layers, dataset availability, and baseline configuration.
• Deployment-Aware Evaluation: Especially in applications in finance, health care, security, and traffic, future studies should complement accuracy metrics with robustness, latency, data-governance, and update-cost analyses, because these constraints repeatedly emerge in the reviewed application-oriented literature.
Researchers should pursue these directions to enhance the scalability, interpretability, and real-world applicability of GNNs, ensuring their success in industrial and scientific domains.
This article presents an SLR of 363 peer-reviewed, application-oriented GNN studies published between 2019 and February 2026. The review shows that recent GNN research is moving from isolated backbone selection toward task-specific pipeline design. The strongest corpus-level pattern is not that one model family is universally superior, but that model variant, graph structure, auxiliary encoder, aggregation strategy, layer usage, and loss-function choice are shaped by the application setting. Multimodel architectures and heterogeneous graphs have become increasingly visible because many engineering problems involve multiple entity types, relation semantics, temporal signals, or multimodal inputs. The review also highlights a persistent reproducibility challenge. While datasets and loss functions are usually reported, learning settings, toolkits, auxiliary encoders, and layer-level details are frequently omitted. These omissions make it harder to reproduce results, compare baselines fairly, and transfer GNN designs across domains. Therefore, future application-oriented GNN studies should report implementation details more systematically and compare multimodel proposals against strong, clearly identified single-model baselines. These conclusions should be interpreted within the scope of a peer-reviewed, application-oriented corpus retrieved from four principal repositories rather than as an exhaustive census of all GNN literature. Moreover, because many primary studies omit learning settings, toolkits, auxiliary representation models, and layer usage, some implementation-oriented trends are more reliable as reporting patterns than as complete field-level estimates. This research can be expanded in several ways. For example, one strategy is to analyze datasets thoroughly using the model variants covered in this SLR. Another critical approach is to create a thorough implementation system by comparing the base and proposed model variants with loss functions. The goal is to implement the GNN model variant and other GNN features precisely to determine the optimal solution for problems. Additionally, graph unlearning presents a critical future direction, particularly for improving privacy preservation and compliance with related regulations. Given the challenges posed by message-passing dependencies, future work should explore efficient and scalable unlearning strategies to mitigate the need for full model retraining while ensuring minimal influence on model performance. These are the solutions planned for development in upcoming work.
Acknowledgement: The authors gratefully acknowledge the technical and financial support provided by Chung-Ang University, Seoul, Republic of Korea, the National Research Foundation of Korea (NRF), and the Institute of Information & Communications Technology Planning & Evaluation (IITP).
Funding Statement: This work was supported by the Institute for Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korean government (MSIT) (RS-2025-02305436, Development of Digital Innovative Element Technologies for Rapid Prediction of Potential Complex Disasters and Continuous Disaster Prevention), by the MSIT (Ministry of Science and ICT), Republic of Korea, under the Convergence Security Core Talent Training Business Support Program (IITP-2026-RS-2023-00266605) supervised by the IITP (Institute for Information & Communications Technology Planning & Evaluation). This research was also supported by Chung-Ang University Young Scientist Scholarship (CAYSS) in 2023.
Author Contributions: Conceptualization: Imran Ahsan and Muhammad Waseem Anwar. methodology: Imran Ahsan, Muhammad Waseem Anwar and Mucheol Kim. data curation: Imran Ahsan. formal analysis: Imran Ahsan and Muhammad Waseem Anwar. writing—original draft preparation: Imran Ahsan. writing—review and editing: Muhammad Waseem Anwar, JungYoon Kim and Mucheol Kim. Supervision: Mucheol Kim. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The final protocol, database-specific search strings, archived search evidence, screening materials, exclusion-code definitions, extracted dataset, data dictionary, and figure/table source data are available in the public GitHub repository at https://github.com/ImranAhsan23/GNN-SLR.
Ethics Approval: This study is an SLR based on published sources and does not involve human participants, animals, or confidential personal data requiring ethics approval.
Conflicts of Interest: The authors declare no conflicts of interest.
Supplementary Materials: The supplementary material is available online at https://www.techscience.com/doi/10.32604/cmes.2026.080382/s1.
References
1. Ba CT, Galdeman A, Dileo M, Zignani M, Gaito S. User migration prediction in blockchain socioeconomic networks using graph neural networks. In: Proceedings of the 2023 ACM Conference on Information Technology for Social Good. New York, NY, USA: ACM; 2023. p. 333–41. [Google Scholar]
2. Li Y, Yao H, Duan L, Yao H, Xu C. Adaptive feature fusion via graph neural network for person re-identification. In: Proceedings of the 27th ACM International Conference on Multimedia. New York, NY, USA: ACM; 2019. p. 2115–23. [Google Scholar]
3. Sun H, Lin L, Chen R. Social recommendation based on graph neural networks. In: 2020 IEEE International Conference on Parallel & Distributed Processing with Applications, Big Data & Cloud Computing, Sustainable Computing & Communications, Social Computing & Networking (ISPA/BDCloud/SocialCom/SustainCom). Piscataway, NJ, USA: IEEE; 2020. p. 489–96. [Google Scholar]
4. Dong G, Cai L, Datta D, Kumar S, Barnes LE, Boukhechba M. Influenza-like symptom recognition using mobile sensing and graph neural networks. In: Proceedings of the Conference on Health, Inference, and Learning. New York, NY, USA: ACM; 2021. p. 291–300. [Google Scholar]
5. Liu Z, Ma B, Liu Q, Xu J, Zheng B. Heterogeneous graph neural networks for large-scale bid keyword matching. In: Proceedings of the 30th ACM International Conference on Information & Knowledge Management. New York, NY, USA: ACM; 2021. p. 3976–85. [Google Scholar]
6. Duan X, Yan B, Dong A, Zhang L, Yu J. Phishing frauds detection based on graph neural network on ethereum. In: International Conference on Wireless Algorithms, Systems, and Applications. Cham, Switzerland: Springer; 2022. p. 351–63. [Google Scholar]
7. Liang Y, Ding F, Huang G, Zhao Z. Deep trip generation with graph neural networks for bike sharing system expansion. Transp Res C Emerg Technol. 2023;154(1):104241. doi:10.1016/j.trc.2023.104241. [Google Scholar] [CrossRef]
8. Alon Y, David C. Using graph neural networks for program termination. In: Proceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering. New York, NY, USA: ACM; 2022. p. 910–21. [Google Scholar]
9. Tong G, Shen J. Financial transaction fraud detector based on imbalance learning and graph neural network. Appl Soft Comput. 2023;149(19):110984. doi:10.1016/j.asoc.2023.110984. [Google Scholar] [CrossRef]
10. Corso G, Stark H, Jegelka S, Jaakkola T, Barzilay R. Graph neural networks. Nature Reviews Methods Primers. 2024;4(1):18. [Google Scholar]
11. Sharma K, Lee YC, Nambi S, Salian A, Shah S, Kim S, et al. A survey of graph neural networks for social recommender systems. ACM Comput Surv. 2024;56(10):1–34. doi:10.1145/3661821. [Google Scholar] [CrossRef]
12. Li CT, Tsai YC, Chen CY, Liao JC. Graph neural networks for tabular data learning: a survey with taxonomy and directions. ACM Comput Surv. 2025;58(1):1–51. [Google Scholar]
13. Zhang B, Fan C, Liu S, Huang K, Zhao X, Huang J, et al. The expressive power of graph neural networks: a survey. IEEE Trans Knowl Data Eng. 2025;37(3):1455–74. doi:10.1109/tkde.2024.3523700. [Google Scholar] [CrossRef]
14. Lu H, Wang L, Ma X, Cheng J, Zhou M. A survey of graph neural networks and their industrial applications. Neurocomputing. 2025;614(1):128761. doi:10.1016/j.neucom.2024.128761. [Google Scholar] [CrossRef]
15. Feng Z, Wang R, Wang T, Song M, Wu S, He S. A comprehensive survey of dynamic graph neural networks: models, frameworks, benchmarks, experiments and challenges. IEEE Trans Knowl Data Eng. 2026;38(1):26–46. [Google Scholar]
16. Kitchenham B. Procedures for performing systematic reviews [Technical Report]. Keele, UK: Keele University. 2004. No. TR/SE-0401. [Google Scholar]
17. Jiang N, Duan F, Chen H, Huang W, Liu X. MAFI: GNN-based multiple aggregators and feature interactions network for fraud detection over heterogeneous graph. IEEE Trans Big Data. 2021;8(4):905–19. doi:10.1109/tbdata.2021.3132672. [Google Scholar] [CrossRef]
18. Nguyen TT, Nguyen HD, Nguyen TH, Pham HH, Ide I, Nguyen PL. A novel approach for pill-prescription matching with GNN assistance and contrastive learning. In: Pacific Rim International Conference on Artificial Intelligence. Cham, Switzerland: Springer; 2022. p. 261–74. [Google Scholar]
19. Yin D, Jiang R, Deng J, Li Y, Xie Y, Wang Z, et al. MTMGNN: multi-time multi-graph neural network for metro passenger flow prediction. GeoInformatica. 2023;27(1):77–105. [Google Scholar]
20. Chen L, Xu J, Wu B, Huang J. Group-aware graph neural network for nationwide city air quality forecasting. ACM Trans Knowl Discov Data. 2023;18(3):1–20. doi:10.1145/3631713. [Google Scholar] [CrossRef]
21. Bessadok A, Mahjoub MA, Rekik I. Graph neural networks in network neuroscience. IEEE Trans Pattern Anal Mach Intell. 2022;45(5):5833–48. doi:10.1109/tpami.2022.3209686. [Google Scholar] [PubMed] [CrossRef]
22. Zhang W, Chen Z, Miao J, Liu X. Research on graph neural network in stock market. Procedia Comput Sci. 2022;214(7):786–92. doi:10.1016/j.procs.2022.11.242. [Google Scholar] [CrossRef]
23. Jia Y, Wang J, Shou W, Hosseini MR, Bai Y. Graph neural networks for construction applications. Autom Constr. 2023;154(7553):104984. doi:10.1016/j.autcon.2023.104984. [Google Scholar] [CrossRef]
24. Li X, Dvornek NC, Zhou Y, Zhuang J, Ventola P, Duncan JS. Graph neural network for interpreting task-fMRI biomarkers. In: Medical Image Computing and Computer Assisted Intervention—MICCAI 2019: 22nd International Conference. Cham, Switzerland: Springer; 2019. p. 485–93. [Google Scholar]
25. Zhu YN, Luo X, Li YF, Bu B, Zhou K, Zhang W, et al. Heterogeneous mini-graph neural network and its application to fraud invitation detection. In: 2020 IEEE International Conference on Data Mining (ICDM). Piscataway, NJ, USA: IEEE; 2020. p. 891–9. [Google Scholar]
26. Dou Y, Liu Z, Sun L, Deng Y, Peng H, Yu PS. Enhancing graph neural network-based fraud detectors against camouflaged fraudsters. In: Proceedings of the 29th ACM International Conference on Information & Knowledge Management. New York, NY, USA: ACM; 2020. p. 315–24. [Google Scholar]
27. Ustun E, Deng C, Pal D, Li Z, Zhang Z. Accurate operation delay prediction for FPGA HLS using graph neural networks. In: Proceedings of the 39th International Conference on Computer-Aided Design. New York, NY, USA: ACM; 2020. p. 1–9. [Google Scholar]
28. Li H, Wei H, Wang Y, Song Y, Qu H. Peer-inspired student performance prediction in interactive online question pools with graph neural network. In: Proceedings of the 29th ACM International Conference on Information & Knowledge Management. New York, NY, USA: ACM; 2020. p. 2589–96. [Google Scholar]
29. Liu Q, Xie R, Chen L, Liu S, Tu K, Cui P, et al. Graph neural network for tag ranking in tag-enhanced video recommendation. In: Proceedings of the 29th ACM International Conference on Information & Knowledge Management. New York, NY, USA: ACM; 2020. p. 2613–20. [Google Scholar]
30. Kwak H, Lee M, Yoon S, Chang J, Park S, Jung K. Drug-disease graph: predicting adverse drug reaction signals via graph neural network with clinical data. In: Advances in Knowledge Discovery and Data Mining: 24th Pacific-Asia Conference, PAKDD 2020. Cham, Switzerland: Springer; 2020. p. 633–44. [Google Scholar]
31. Yan B, Wang G, Yu J, Jin X, Zhang H. Spatial-temporal Chebyshev graph neural network for traffic flow prediction in IoT-based ITS. IEEE Int Things J. 2021;9(12):9266–79. doi:10.1109/jiot.2021.3105446. [Google Scholar] [CrossRef]
32. Jiang Z, Liang J, Ma N. An graph neural network and feature interaction based fraud detection. In: 2021 17th International Conference on Computational Intelligence and Security (CIS). Piscataway, NJ, USA: IEEE; 2021. p. 464–8. [Google Scholar]
33. Demir A, Koike-Akino T, Wang Y, Haruna M, Erdogmus D. EEG-GNN: graph neural networks for classification of electroencephalogram (EEG) signals. In: 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC). Piscataway, NJ, USA: IEEE; 2021. p. 1061–7. [Google Scholar]
34. Li Y, Ji Y, Li S, He S, Cao Y, Liu Y, et al. Relevance-aware anomalous users detection in social network via graph neural network. In: 2021 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2021. p. 1–8. [Google Scholar]
35. Bo H, McConville R, Hong J, Liu W. Social influence prediction with train and test time augmentation for graph neural networks. In: 2021 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2021. p. 1–8. [Google Scholar]
36. Sun Q, Zhang Z, Sang S, Dong F. Time and position aware graph neural networks for session-based recommendation. In: 2021 7th International Conference on Computer and Communications (ICCC). Piscataway, NJ, USA: IEEE; 2021. p. 1289–93. [Google Scholar]
37. Jin G, Yan H, Li F, Huang J, Li Y. Spatio-temporal dual graph neural networks for travel time estimation. ACM Tran Spat Algorithms Syst. 2024;10(3):23. doi:10.1145/3627819. [Google Scholar] [CrossRef]
38. Cheng X, Wang H, Hua J, Xu G, Sui Y. DeepWukong: statically detecting software vulnerabilities using deep graph neural network. ACM Trans Softw Eng Methodol. 2021;30(3):1–33. [Google Scholar]
39. Nguyen T, Nguyen GT, Nguyen T, Le DH. Graph convolutional networks for drug response prediction. IEEE/ACM Trans Comput Biol Bioinform. 2021;19(1):146–54. doi:10.1109/tcbb.2021.3060430. [Google Scholar] [PubMed] [CrossRef]
40. Zhang J, Kuo AT, Zhao J, Wen Q, Winstanley E, Zhang C, et al. RxNet: Rx-refill graph neural network for overprescribing detection. In: Proceedings of the 30th ACM International Conference on Information & Knowledge Management. New York, NY, USA: ACM; 2021. p. 2537–46. [Google Scholar]
41. Li Y, Shou J, Treleaven P, Wang J. Graph neural network for merger and acquisition prediction. In: Proceedings of the Second ACM International Conference on AI in Finance. New York, NY, USA: ACM; 2021. p. 1–8. [Google Scholar]
42. Zhu J, Cui Y, Liu Y, Sun H, Li X, Pelger M, et al. TextGNN: improving text encoder via graph neural network in sponsored search. In: Proceedings of the Web Conference 2021. New York, NY, USA: ACM; 2021. p. 2848–57. [Google Scholar]
43. Gu P, Xu X, Luo Y, Wang P, Lu J. BCN-GCN: a novel brain connectivity network classification method via graph convolution neural network for Alzheimer’s disease. In: Neural Information Processing: 28th International Conference, ICONIP 2021. Berlin/Heidelberg, Germany: Springer-Verlag; 2021. p .657–68. [Google Scholar]
44. Lu H, Uddin S. A weighted patient network-based framework for predicting chronic diseases using graph neural networks. Sci Rep. 2021;11(1):22607. doi:10.1038/s41598-021-01964-2. [Google Scholar] [PubMed] [CrossRef]
45. Rath B, Morales X, Srivastava J. SCARLET: explainable attention based graph neural network for fake news spreader prediction. In: Pacific-Asia Conference on Knowledge Discovery and Data Mining. Cham, Switzerland: Springer; 2021. p. 714–27. [Google Scholar]
46. Liu Y, Zeng K, Wang H, Song X, Zhou B. Content matters: a GNN-based model combined with text semantics for social network cascade prediction. In: Pacific-Asia Conference on Knowledge Discovery and Data Mining. Cham, Switzerland: Springer; 2021. p. 728–40. [Google Scholar]
47. Huang C, Lin H, Xiao Y. AGRP: a fused aspect-graph neural network for rating prediction. In: Neural Information Processing: 28th International Conference, ICONIP 2021. 2021 Dec 8-12; Sanur, Bali. Cham, Switzerland: Springer; 2021. p. 597–608. [Google Scholar]
48. Rao Y, Mi X, Duan C, Ren X, Cheng J, Chen Y, et al. Know-GNN: an explainable knowledge-guided graph neural network for fraud detection. In: International Conference on Neural Information Processing. Cham, Switzerland: Springer; 2021. p. 159–67. [Google Scholar]
49. Wei R, Cai L, Zhao L, Yu A, Meng D. DeepHunter: a graph neural network based approach for robust cyber threat hunting. In: Security and Privacy in Communication Networks: 17th EAI International Conference, SecureComm 2021. Cham, Switzerland: Springer; 2021. p. 3–24. [Google Scholar]
50. Gao Z, Lu Z, Wang J, Ying S, Shi J. A convolutional neural network and graph convolutional network based framework for classification of breast histopathological images. IEEE J Biomed Health Inform. 2022;26(7):3163–73. doi:10.1109/jbhi.2022.3153671. [Google Scholar] [PubMed] [CrossRef]
51. Zong D, Sun S. BGNN-XML: bilateral graph neural networks for extreme multi-label text classification. IEEE Trans Knowl Data Eng. 2023;35(7):6698–709. doi:10.1109/tkde.2022.3193657. [Google Scholar] [CrossRef]
52. Li P, Chang W, Zhou S, Xiao Y, Wei C, Zhao R. A conflict opinion recognition method based on graph neural network in aspect-based sentiment analysis. In: 2022 5th International Conference on Data Science and Information Technology (DSIT). Piscataway, NJ, USA: IEEE; 2022. p. 1–6. [Google Scholar]
53. Wu B, Xu Q, Yao Z. A deep temporal graph convolutional neural network for network traffic forecasting. In: 2022 2nd International Conference on Frontiers of Electronics, Information and Computation Technologies (ICFEICT). Piscataway, NJ, USA: IEEE; 2022. p. 381–6. [Google Scholar]
54. Alhosseini SA, Meinel C. Predicting user engagements using graph neural networks on online social networks. In: 2022 IEEE 24th International Conference on High Performance Computing & Communications; 8th International Conference on Data Science & Systems; 20th International Conference on Smart City; 8th International Conference on Dependability in Sensor, Cloud & Big Data Systems & Application (HPCC/DSS/SmartCity/DependSys). Piscataway, NJ, USA: IEEE; 2022. p. 2293–7. [Google Scholar]
55. Hou H, Ning N, Shi H, Zhou Y. Spatial-temporal multiscale fusion graph neural network for traffic flow prediction. In: 2022 IEEE 7th International Conference on Intelligent Transportation Engineering (ICITE). Piscataway, NJ, USA: IEEE; 2022. p. 272–7. [Google Scholar]
56. Zhang Y, Zhang Y, Wu Y, Li C. TPE-NIDS: uses graph neural networks to detect malicious traffic. In: 2022 4th International Conference on Frontiers Technology of Information and Computer (ICFTIC). Piscataway, NJ, USA: IEEE; 2022. p. 949–58. [Google Scholar]
57. Tan Y, Wang J. Word order is considerable: contextual position-aware graph neural network for text classification. In: 2022 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2022. p. 1–8. [Google Scholar]
58. Yang L, Liu Z, Wang Y, Wang C, Fan Z, Yu PS. Large-scale personalized video game recommendation via social-aware contextualized graph neural network. In: Proceedings of the ACM Web Conference 2022. New York, NY, USA: ACM; 2022. p. 3376–86. [Google Scholar]
59. Ma Y, Gerard P, Tian Y, Guo Z, Chawla NV. Hierarchical spatio-temporal graph neural networks for pandemic forecasting. In: Proceedings of the 31st ACM International Conference on Information & Knowledge Management. New York, NY, USA: ACM; 2022. p. 1481–90. [Google Scholar]
60. Benslimane S, Azé J, Bringay S, Servajean M, Mollevi C. A text and GNN based controversy detection method on social media. World Wide Web. 2023;26(2):799–825. doi:10.1007/s11280-022-01116-0. [Google Scholar] [CrossRef]
61. Benslimane S, Azé J, Bringay S, Servajean M, Mollevi C. Controversy detection: a text and graph neural network based approach. In: Web Information Systems Engineering—WISE 2021: 22nd International Conference on Web Information Systems Engineering. Cham, Switzerland: Springer; 2021. p. 339–54. [Google Scholar]
62. Gao W, Fang Y, Li L, Tao X. Event detection in social media via graph neural network. In: Web Information Systems Engineering—WISE 2021: 22nd International Conference on Web Information Systems Engineering. Cham, Switzerland: Springer; 2021. p. 370–84. [Google Scholar]
63. Qi X, Pu J, Zhao S, Wu R, Tao J. A GNN-enhanced game bot detection model for MMORPGs. In: Pacific-Asia Conference on Knowledge Discovery and Data Mining. Cham, Switzerland: Springer; 2022. p. 316–27. [Google Scholar]
64. Xu C, Huang H, Ying X, Gao J, Li Z, Zhang P, et al. HGNN: hierarchical graph neural network for predicting the classification of price-limit-hitting stocks. Inf Sci. 2022;607:783–98. [Google Scholar]
65. Hu Y, Zhang H, Jiang H, Bi Y, Yin B. CGNN: caption-assisted graph neural network for image-text retrieval. Pattern Recognit Lett. 2022;161:137–42. [Google Scholar]
66. Zhai P, Yang Y, Zhang C. Causality-based CTR prediction using graph neural networks. Inf Process Manag. 2023;60(1):103137. doi:10.1016/j.ipm.2022.103137. [Google Scholar] [CrossRef]
67. Ji L, Tu R, Lin K, Wang L, Duan N. Multimodal graph neural network for video procedural captioning. Neurocomputing. 2022;488(8):88–96. doi:10.1016/j.neucom.2022.02.062. [Google Scholar] [CrossRef]
68. Ma J, Chan J, Rajasegarar S, Leckie C. Multi-attention graph neural networks for city-wide bus travel time estimation using limited data. Expert Syst Appl. 2022;202(3):117057. doi:10.1016/j.eswa.2022.117057. [Google Scholar] [CrossRef]
69. Jiang M, Li Z, Fu P, Cai W, Cui M, Xiong G, et al. Accurate mobile-app fingerprinting using flow-level relationship with graph neural networks. Comput Netw. 2022;217(1):109309. doi:10.1016/j.comnet.2022.109309. [Google Scholar] [CrossRef]
70. Sáenz FT, Arcas-Tunez F, Muñoz A. Nation-wide touristic flow prediction with graph neural networks and heterogeneous open data. Inf Fusion. 2023;91(5):582–97. doi:10.1016/j.inffus.2022.11.005. [Google Scholar] [CrossRef]
71. Duong LT, Chu CQ, Nguyen PT, Nguyen ST, Tran BQ. Edge detection and graph neural networks to classify mammograms: a case study with a dataset from Vietnamese patients. Appl Soft Comput. 2023;134:109974. [Google Scholar]
72. Mao X, Liu M, Wang Y. Using GNN to detect financial fraud based on the related party transactions network. Procedia Comput Sci. 2022;214(2):351–8. doi:10.1016/j.procs.2022.11.185. [Google Scholar] [CrossRef]
73. Kanakaris N, Karacapilidis N. Predicting prices of Airbnb listings via graph neural networks and document embeddings: the case of the island of Santorini. Procedia Comput Sci. 2023;219:705–12. doi:10.1016/j.procs.2023.01.342. [Google Scholar] [CrossRef]
74. Zhu J, Li R, Ding G, Wang C, Wu J, Zhao Z, et al. AoI-based temporal attention graph neural network for popularity prediction and content caching. IEEE Trans Cogn Commun Netw. 2022;9(2):345–58. doi:10.1109/tccn.2022.3227920. [Google Scholar] [CrossRef]
75. Xu Y, Zhang Y. Enhancement economic system based-graph neural network in stock classification. IEEE Access. 2023;11(4):17956–67. doi:10.1109/access.2023.3246525. [Google Scholar] [CrossRef]
76. Alkuhlani A, Gad W, Roushdy M, Salem ABM. GNNGLY: graph neural networks for glycan classification. IEEE Access. 2023;11:51838–47. [Google Scholar]
77. Jin Y, Zhang Y, Zhang Y. Neighbor library-aware graph neural network for third party library recommendation. Tsinghua Sci Technol. 2023;28(4):769–85. doi:10.26599/tst.2022.9010042. [Google Scholar] [CrossRef]
78. Jiao X, Chen G, Liu J. A non-intrusive load monitoring model based on graph neural networks. In: 2023 IEEE 2nd International Conference on Electrical Engineering, Big Data and Algorithms (EEBDA). Piscataway, NJ, USA: IEEE; 2023. p. 245–50. [Google Scholar]
79. Liu Y, Liu J, Wang C, Yang Q. Comprehensive 5G core network slice state prediction based on graph neural networks. In: ICC 2023—IEEE International Conference on Communications. Piscataway, NJ, USA: IEEE; 2023. p. 6615–20. [Google Scholar]
80. Sun Y, Zhou X, Yang Z, Wang W, Shi Q. Flight trajectory prediction method based on attentional graph convolutional network. In: 2023 3rd International Symposium on Computer Technology and Information Science (ISCTIS). Piscataway, NJ, USA: IEEE; 2023. p. 127–32. [Google Scholar]
81. Hosseini D, Jin R. Graph neural network based approach for rumor detection on social networks. In: 2023 International Conference on Smart Applications, Communications and Networking (SmartNets). Piscataway, NJ, USA: IEEE; 2023. p. 1–6. [Google Scholar]
82. Zhang L, Shi H, Zhang K, Sun H, Zhang W. GraphMal: a network malicious traffic identification method based on graph neural network. In: 2023 International Conference on Networking and Network Applications (NaNA). Piscataway, NJ, USA: IEEE; 2023. p. 262–7. [Google Scholar]
83. Wang Z, Li Y, Xu Y. Osteoporosis risk prediction method based on relational network and GNN. In: 2023 IEEE 6th Information Technology, Networking, Electronic and Automation Control Conference (ITNEC). Vol. 6, Piscataway, NJ, USA: IEEE; 2023. p. 1242–7. [Google Scholar]
84. Ding R, Rodriguez E, Da Silva ACAL, Hsu W. Using graph neural networks to capture tumor spatial relationships for lung adenocarcinoma recurrence prediction. In: 2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI). Piscataway, NJ, USA: IEEE; 2023. p. 1–5. [Google Scholar]
85. Tang H, Wang C, Zheng J, Jiang C. Enabling graph neural networks for semi-supervised risk prediction in online credit loan services. ACM Trans Intell Syst Technol. 2024;15(1):1–24. doi:10.1145/3623401. [Google Scholar] [CrossRef]
86. Arazzi M, Cotogni M, Nocera A, Virgili L. Predicting tweet engagement with graph neural networks. In: Proceedings of the 2023 ACM International Conference on Multimedia Retrieval. New York, NY, USA: ACM; 2023. p. 172–80. [Google Scholar]
87. Xv G, Lin C, Guan W, Gou J, Li X, Deng H, et al. E-commerce search via content collaborative graph neural network. In: Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2023. p. 2885–97. [Google Scholar]
88. Wang D, Zhang Z, Zhao Y, Huang K, Kang Y, Zhou J. Financial default prediction via motif-preserving graph neural network with curriculum learning. In: Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2023. p. 2233–42. [Google Scholar]
89. Lo WW, Kulatilleke GK, Sarhan M, Layeghy S, Portmann M. Inspection-L: self-supervised GNN node embeddings for money laundering detection in bitcoin. Appl Intell. 2023;53(16):19406–17. doi:10.1007/s10489-023-04504-9. [Google Scholar] [CrossRef]
90. Deepa R, Sree Sharmila T, Niruban R. Dynamic graph neural network-based computational paradigm for video summarization. Multimed Tools Appl. 2024;83:51227–50. doi:10.2139/ssrn.4423347. [Google Scholar] [CrossRef]
91. Tran T, He D, Kim J, Hickman M. MSGNN: a multi-structured graph neural network model for real-time incident prediction in large traffic networks. Transp Res C Emerg Technol. 2023;156:104354. [Google Scholar]
92. Feng J, Liang Y, Yu T. MM-GANN-DDI: multimodal graph-agnostic neural networks for predicting drug-drug interaction events. Comput Biol Med. 2023;166:107492. [Google Scholar] [PubMed]
93. Liu J, Chen Y, Huang X, Li J, Min G. GNN-based long and short term preference modeling for next-location prediction. Inf Sci. 2023;629(C):1–14. doi:10.1016/j.ins.2023.01.131. [Google Scholar] [CrossRef]
94. Ma M, Xie P, Teng F, Wang B, Ji S, Zhang J, et al. HiSTGNN: hierarchical spatio-temporal graph neural network for weather forecasting. Inf Sci. 2023;648:119580. [Google Scholar]
95. Gong J, Zhao Y, Zhao J, Zhang J, Ma G, Zheng S, et al. Personalized recommendation via inductive spatiotemporal graph neural network. Pattern Recognit. 2024;145(4):109884. doi:10.1016/j.patcog.2023.109884. [Google Scholar] [CrossRef]
96. Lai X, Qiu T, Shui H, Ding D, Ni J. Predicting future production system bottlenecks with a graph neural network approach. J Manuf Sys. 2023;67(2018):201–12. doi:10.1016/j.jmsy.2023.01.010. [Google Scholar] [CrossRef]
97. Wei C, Pi D, Ping M, Zhang H. Short-term load forecasting using spatial-temporal embedding graph neural network. Elect Power Syst Res. 2023;225(1):109873. doi:10.1016/j.epsr.2023.109873. [Google Scholar] [CrossRef]
98. Zhao J, Shao M, Tang H, Liu J, Du L, Wang H. RHGNN: fake reviewer detection based on reinforced heterogeneous graph neural networks. Knowl Based Syst. 2023;280:111029. [Google Scholar]
99. Lan G, Hu M, Li Y, Zhang Y. Contrastive knowledge integrated graph neural networks for Chinese medical text classification. Eng Appl Artif Intell. 2023;122(10):106057. doi:10.1016/j.engappai.2023.106057. [Google Scholar] [CrossRef]
100. Hu G, Xiao X, Shen M, Zhang B, Yan X, Liu Y. TCGNN: packet-grained network traffic classification via graph neural networks. Eng Appl Artif Intell. 2023;123:106531. [Google Scholar]
101. Wang H, Yang W, Li J, Ou J, Song Y, Chen Y. An improved heterogeneous graph convolutional network for job recommendation. Eng Appl Artif Intell. 2023;126(6):107147. doi:10.1016/j.engappai.2023.107147. [Google Scholar] [CrossRef]
102. Khalid F, Javed A, Qurat-ul ain, Ilyas H, Irtaza A. DFGNN: an interpretable and generalized graph neural network for deepfakes detection. Expert Syst Appl. 2023;222:119843. [Google Scholar]
103. Chen S, Wulamu A, Zou Q, Zheng H, Wen L, Guo X, et al. MD-GNN: a mechanism-data-driven graph neural network for molecular properties prediction and new material discovery. J Mol Graph Model. 2023;123:108506. [Google Scholar] [PubMed]
104. Hendria WF, Velda V, Putra BHH, Adzaka F, Jeong C. Action knowledge for video captioning with graph neural networks. J King Saud Univ—Comput Inf Sci. 2023;35(4):50–62. doi:10.1016/j.jksuci.2023.03.006. [Google Scholar] [CrossRef]
105. Chen J, Zheng L, Hu Y, Wang W, Zhang H, Hu X. Traffic flow matrix-based graph neural network with attention mechanism for traffic flow prediction. Inf Fusion. 2024;104(6):102146. doi:10.1016/j.inffus.2023.102146. [Google Scholar] [CrossRef]
106. Chen K, Cheng LC, Ye MY, Wang JH. A graph neural network approach to detect original review spammers of astroturfing campaigns. Electron Commer Res Appl. 2023;62(4):101326. doi:10.1016/j.elerap.2023.101326. [Google Scholar] [CrossRef]
107. Gao Z, Li Z, Xu L, Yu J. Dynamic adaptive spatio-temporal graph neural network for multi-node offshore wind speed forecasting. Appl Soft Comput. 2023;141(4):110294. doi:10.1016/j.asoc.2023.110294. [Google Scholar] [CrossRef]
108. Zhao R, Shao Z, Zhang W, Zhang J, Wu C. A multi-channel multi-tower GNN model for job transfer prediction based on academic social network. Appl Soft Comput. 2023;142(7420):110300. doi:10.1016/j.asoc.2023.110300. [Google Scholar] [CrossRef]
109. Yin G, Chang Y, Zhao Y, Liu C, Yin M, Fu Y, et al. Automatic recognition of schizophrenia from brain-network features using graph convolutional neural network. Asian J Psychiatr. 2023;87(1):103687. doi:10.1016/j.ajp.2023.103687. [Google Scholar] [PubMed] [CrossRef]
110. Park H, Suh H, Kim J, Choo S. Floor plan recommendation system using graph neural network with spatial relationship dataset. J Build Eng. 2023;71(3):106378. doi:10.1016/j.jobe.2023.106378. [Google Scholar] [CrossRef]
111. Beinert D, Holzhüter C, Thomas JM, Vogt S. Power flow forecasts at transmission grid nodes using graph neural networks. Energy and AI. 2023;14(1):100262. doi:10.1016/j.egyai.2023.100262. [Google Scholar] [CrossRef]
112. Kose OD, Shen Y. FairGAT: fairness-aware graph attention networks. ACM Trans Knowl Discov Data. 2024;18(7):164. [Google Scholar]
113. Jiawei E, Zhang Y, Yang S, Wang H, Xia X, Xu X. GraphSAGE++: weighted multi-scale GNN for graph representation learning. Neural Processing Letters. 2024;56(1):1–25. doi:10.1007/s11063-024-11496-1. [Google Scholar] [CrossRef]
114. Yang R, Fu Y, Zhang Q, Zhang L. GCNGAT: drug-disease association prediction based on graph convolution neural network and graph attention network. Artif Intell Med. 2024;150:102805. [Google Scholar] [PubMed]
115. Xu X, Yang C, Wu W. Representation learning and graph convolutional networks for short-term vehicle trajectory prediction. Phys A Stat Mech Appl. 2024;637(5):129560. doi:10.1016/j.physa.2024.129560. [Google Scholar] [CrossRef]
116. Zhao G, Shamsi K. Adversarial circuit rewriting against graph neural network-based operator detection. ACM Trans Des Autom Electron Syst. 2024;30(1):14. doi:10.1145/3703911. [Google Scholar] [CrossRef]
117. Luo T, Liu Y, Pan SJ. Collaborative sequential recommendations via multi-view GNN-transformers. ACM Trans Inf Syst. 2024;42(6):141. doi:10.1145/3649436. [Google Scholar] [CrossRef]
118. Feng J, Liu H, Zhou J, Zhou Y. A spatial-temporal aggregated graph neural network for docked bike-sharing demand forecasting. ACM Trans Knowl Discov Data. 2024;18(9):232. doi:10.1145/3690388. [Google Scholar] [CrossRef]
119. Yao KL, Li WJ. Asymmetric learning for graph neural network based link prediction. ACM Trans Knowl Discov Data. 2024;18(5):106. doi:10.1145/3640347. [Google Scholar] [CrossRef]
120. Hong X, Hu J, Xu T, Ren X, Wu F, Ma X. MagNet: multilevel dynamic wavelet graph neural network for multivariate time series classification. ACM Trans Knowl Discov Data. 2024;19(1):1–22. doi:10.1145/3703915. [Google Scholar] [CrossRef]
121. Zhang L, Liu Y, Zeng Z, Cao Y, Wu X, Xu Y. Package arrival time prediction via knowledge distillation graph neural network. ACM Trans Knowl Discov Data. 2024;18(5):1–19. doi:10.1145/3643033. [Google Scholar] [CrossRef]
122. Sun J, Mei S, Yuan K, Jiang Y, Cao J. Prerequisite-enhanced category-aware graph neural networks for course recommendation. ACM Trans Knowl Discov Data. 2024;18(5):1–21. doi:10.1145/3643644. [Google Scholar] [CrossRef]
123. Hu W, Fang H. Towards differential privacy in sequential recommendation: a noisy graph neural network approach. ACM Trans Knowl Discov Data. 2024;18(125):21. [Google Scholar]
124. Zhou B, Zhou H, Wang W, Chen L, Ma J, Zheng Z. HDM-GNN: a heterogeneous dynamic multi-view graph neural network for crime prediction. ACM Trans Sen Netw. 2024;18(34):33. [Google Scholar]
125. Zhang G, Li D, Gu H, Lu T, Gu N. Heterogeneous graph neural network with personalized and adaptive diversity for news recommendation. ACM Trans Web. 2024;18(3):1–33. doi:10.1145/3649886. [Google Scholar] [CrossRef]
126. Yang J, Li Y, Wang G, Chen Z, Wu D. An end-to-end knowledge graph fused graph neural network for accurate protein-protein interactions prediction. IEEE/ACM Trans Comput Biol Bioinform. 2024;21(6):2518–30. doi:10.1109/tcbb.2024.3486216. [Google Scholar] [PubMed] [CrossRef]
127. Ma K, Li J, Zhao M, Zamit I, Lin B, Guo F, et al. PPRTGI: a personalized pagerank graph neural network for TF-target gene interaction detection. IEEE/ACM Trans Comput Biol Bioinform. 2024;21:480–91. [Google Scholar] [PubMed]
128. Cen K, Xing Z, Wang X, Wang Y, Li J. circ2DGNN: circRNA-disease association prediction via transformer-based graph neural network. IEEE/ACM Trans Comput Biol Bioinform. 2024;21(6):2556–67. doi:10.1109/tcbb.2024.3488281. [Google Scholar] [PubMed] [CrossRef]
129. Zhu J, Zhou Y, Ioannidis VN, Qian S, Ai W, Song X. Pitfalls in link prediction with graph neural networks: understanding the impact of target-link inclusion & better practices. In: Proceedings of the 17th ACM International Conference on Web Search and Data Mining. New York, NY, USA: ACM; 2024. p. 994-1002. [Google Scholar]
130. Sun Z, Toor S. GNN-IDS: graph neural network based intrusion detection system. In: Proceedings of the 19th International Conference on Availability, Reliability and Security. New York, NY, USA: ACM; 2024. p. 1-12. [Google Scholar]
131. Cai K, Wang Y, Yang Y, Qian S. AAGNN: adaptive airport graph neural network for flight sequence prediction. Expert Syst Appl. 2024;256:125013. doi:10.1016/j.eswa.2024.125013. [Google Scholar] [CrossRef]
132. Kim S, Khan I, Kwon YW. Realtime disaster detection through GNN models using disaster knowledge graphs. In: Proceedings of the 2023 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining. New York, NY, USA: ACM; 2024. p. 221-8. [Google Scholar]
133. Wen Z, Zhou H, Shi X, Peng J, Wang L. LSTM-GNN: a multi-channel model for molecular properties prediction. In: Proceedings of the 2024 16th International Conference on Bioinformatics and Biomedical Technology. New York, NY, USA: ACM; 2024. p. 108-14. [Google Scholar]
134. Guo Q, Li J. A novel adaptive model based on graph neural network for cross-domain APT detection in industrial systems. In: Proceedings of the 2024 16th International Conference on Computer Modeling and Simulation. New York, NY, USA: ACM; 2024. p. 48-54. [Google Scholar]
135. Ren J, Zhang J, Li J, Yang S. Slice-level vulnerability detection model based on graph neural network. In: Proceedings of the 2024 3rd International Conference on Cryptography, Network Security and Communication Technology. New York, NY, USA: ACM; 2024. p. 52-7. [Google Scholar]
136. Shao Z, Yu Y. Code vulnerability detection method based on taint analysis and graph neural network. In: Proceedings of the 2024 4th International Conference on Internet of Things and Machine Learning. New York, NY, USA: ACM; 2024. p. 85-90. [Google Scholar]
137. Liang Q, Yin X, Xia C, Chen Y. Research on traffic flow prediction based on adaptive spatio-temporal perceptual graph neural network for traffic prediction. In: Proceedings of the 2024 4th International Conference on Artificial Intelligence, Big Data and Algorithms. New York, NY, USA: ACM; 2024. [Google Scholar]
138. Hou X. GraphnsSNPs: accurate prediction of disease-associated nsSNPs by utilizing graph neural network. In: Proceedings of the 2024 4th International Conference on Bioinformatics and Intelligent Computing. New York, NY, USA: ACM; 2024. [Google Scholar]
139. Ozbay B, Tugay R, Oguducu SG. A GNN model with adaptive weights for session-based recommendation systems. In: Proceedings of the 2024 9th International Conference on Machine Learning Technologies. New York, NY, USA: ACM; 2024. [Google Scholar]
140. Jeng TH, Chen CC, Tsai YL, Chen YM. Comparison of interaction profiling bipartite graph mining and graph neural network for malware-control domain detection. In: Proceedings of the 2024 International Conference on Information Technology, Data Science, and Optimization. New York, NY, USA: ACM; 2024. [Google Scholar]
141. Ashok A, Hitesh O, Naidu GP, Abhinav B, Krishna CPV, Nair M. An integrated study on convolutional neural networks and graph neural networks for brain tumor classification from MRI images. In: Proceedings of the 2024 Sixteenth International Conference on Contemporary Computing. New York, NY, USA: ACM; 2024. [Google Scholar]
142. Acharya J, Ginde G. Graph neural network vs. large language model: a comparative analysis for bug report priority and severity prediction. In: Proceedings of the 20th International Conference on Predictive Models and Data Analytics in Software Engineering. New York, NY, USA: Association for Computing Machinery; 2024. [Google Scholar]
143. Hu G, Tang J, Yu C, Zhang W, Zhang H. DeepIC3: guiding IC3 algorithms by graph neural network clause prediction. In: Proceedings of the 29th Asia and South Pacific Design Automation Conference. Piscataway, NJ, USA: IEEE; 2024. [Google Scholar]
144. Wu Z, Zhou J, Zhang J, Liu L, Huang C. A deep prediction framework for multi-source information via heterogeneous GNN. In: Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2024. [Google Scholar]
145. Liang F, Zhao H, Quan Y, Fang W, Shi C. Customizing graph neural network for CAD assembly recommendation. In: Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2024. [Google Scholar]
146. Zhang J, Wei L, Xu Z, Yao Q. Heuristic learning with graph neural networks: a unified framework for link prediction. In: Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2024. [Google Scholar]
147. Luo Y, Gao M, Yu Z, Ge H, Gao X, Cai T. Integrating system state into spatio temporal graph neural network for microservice workload prediction. In: Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2024. [Google Scholar]
148. Lin F, Zhao Z, Zhu X, Zhang D, Shen S, Li X. When box meets graph neural network in tag-aware recommendation. In: Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM; 2024. [Google Scholar]
149. Roh D, Han D, Kim D, Han K, Yi MY. SIG-Net: GNN based dropout prediction in MOOCs using student interaction graph. In: Proceedings of the 39th ACM/SIGAPP Symposium on Applied Computing. New York, NY, USA: ACM; 2024. [Google Scholar]
150. Liang C, Wei Q, Jiang Z, Wang Y, Du J. A source code vulnerability detection method based on adaptive graph neural networks. In: Proceedings of the 39th IEEE/ACM International Conference on Automated Software Engineering Workshops. New York, NY, USA: Association for Computing Machinery; 2024. [Google Scholar]
151. Liu Y, Xia L, Huang C. SelfGNN: Self-supervised graph neural networks for sequential recommendation. In: Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval. New York, NY, USA: ACM; 2024. [Google Scholar]
152. Zhao T, Zhang X, Wang S. Disambiguated node classification with graph neural networks. In: Proceedings of the ACM Web Conference 2024. New York, NY, USA: ACM; 2024. [Google Scholar]
153. Ding H, Chen L, Li S, Bai Y, Zhou P, Qu Z. Divide, conquer, and coalesce: meta parallel graph neural network for IoT intrusion detection at scale. In: Proceedings of the ACM Web Conference 2024. New York, NY, USA: ACM; 2024. [Google Scholar]
154. Yan B, Cao Y, Wang H, Yang W, Du J, Shi C. Federated heterogeneous graph neural network for privacy-preserving recommendation. In: Proceedings of the ACM Web Conference 2024. New York, NY, USA: ACM; 2024. [Google Scholar]
155. Cao S, Sun X, Wu X, Lo D, Bo L, Li B. COCA: improving and explaining graph neural network-based vulnerability detection systems. In: Proceedings of the IEEE/ACM 46th International Conference on Software Engineering. New York, NY, USA: Association for Computing Machinery; 2024. [Google Scholar]
156. Sun W, Xu J, Zhang W, Li X, Zeng Y, Zhang P. Funnel graph neural networks with multi-granularity cascaded fusing for protein-protein interaction prediction. Expert Syst Appl. 2024;257(4):125030. doi:10.1016/j.eswa.2024.125030. [Google Scholar] [CrossRef]
157. Zhao L, Liu Y. Design and implementation of collaborative filtering recommendation algorithm based on graph neural network. In: 2024 13th International Conference of Information and Communication Technology (ICTech). Piscataway, NJ, USA: IEEE; 2024. [Google Scholar]
158. Devesh Kumar VV, Sreesankar S, Dinesan K, Nair PB, Deepthi L. Analyzing GNN models for community detection using graph embeddings: a comparative study. In: 2024 15th International Conference on Computing Communication and Networking Technologies (ICCCNT). Piscataway, NJ, USA: IEEE; 2024. p. 1–8. [Google Scholar]
159. Li J, Pu X, Xia P. STGNNM: spatial-temporal graph neural network with mamba for cellular traffic prediction. In: 2024 16th International Conference on Wireless Communications and Signal Processing (WCSP). Piscataway, NJ, USA: IEEE; 2024. p. 1187-92. [Google Scholar]
160. Hao L, Abdipoor S, Qing L, Baoshan D, Litao X. Hybrid graph neural networks with LSTM attention mechanism for recommendation systems in MOOCs. In: 2024 20th IEEE International Colloquium on Signal Processing & Its Applications (CSPA). Piscataway, NJ, USA: IEEE; 2024. p. 63-8. [Google Scholar]
161. Mast W, Normal S, Chen Y, List H, Zang W. SIHG-NC: a semantic interaction-based heterogeneous graph neural network for node classification. In: 2024 3rd International Conference on Artificial Intelligence, Internet of Things and Cloud Computing Technology (AIoTC). Piscataway, NJ, USA: IEEE; 2024. p. 120-3. [Google Scholar]
162. Rangisetti LS, Shaik F, Bhagavatula A, Kommareddy LS. Heart disease detection using graph neural networks (GNNs). In: 2024 5th International Conference on Electronics and Sustainable Communication Systems (ICESC). Piscataway, NJ, USA: IEEE; 2024. p. 1436–41. [Google Scholar]
163. Wu H. Research on online product recommendation algorithm based on graph neural network. In: 2024 5th International Seminar on Artificial Intelligence, Networking and Information Technology (AINIT). Piscataway, NJ, USA: IEEE; 2024. [Google Scholar]
164. Lin C, Zha Z. Los angeles metropolitan traffic forecasting using graph neural network. In: 2024 6th International Conference on Machine Learning, Big Data and Business Intelligence (MLBDBI). Piscataway, NJ, USA: IEEE; 2024. p. 139–42. [Google Scholar]
165. Boudaa B, Makboul ISA, Gafour MA, Ait Arab SM. Enhancing session-based recommendation with lossless gated graph neural networks. In: 2024 6th International Conference on Pattern Analysis and Intelligent Systems (PAIS). Piscataway, NJ, USA: IEEE; 2024. p. 1–7. [Google Scholar]
166. Razzazi H, Nait-Abdesselam F, Nouiri M. Utilizing graph neural networks to detect abnormal driving patterns in vehicular networks. In: 2024 IEEE 10th International Conference on Collaboration and Internet Computing (CIC). Piscataway, NJ, USA: IEEE; 2024. p. 100-6. [Google Scholar]
167. Minatel D, Valejo ADB. Semi-supervised coarsening of bipartite graphs for text classification via graph neural network. In: 2024 IEEE 11th International Conference on Data Science and Advanced Analytics (DSAA). Piscataway, NJ, USA: IEEE; 2024. p. 1-10. [Google Scholar]
168. Yi J, Deng Y. Research on online shopping mall product classification recommendation based on graph neural network. In: 2024 IEEE 3rd International Conference on Electrical Engineering, Big Data and Algorithms (EEBDA). Piscataway, NJ, USA: IEEE; 2024. p. 297-301. [Google Scholar]
169. Huang Z, Li K, Wang S, Jia Z, Zhu W, Mehrotra S. SES: bridging the gap between explainability and prediction of graph neural networks. In: 2024 IEEE 40th International Conference on Data Engineering (ICDE). Piscataway, NJ, USA: IEEE; 2024. p. 2945–58. [Google Scholar]
170. Lia J, Qianb C. Research on classification of graph neural networks in heterogeneous information network. In: 2024 IEEE 4th International Conference on Electronic Technology, Communication and Information (ICETCI). Piscataway, NJ, USA: IEEE; 2024. [Google Scholar]
171. Guo Y. Research on recommendation algorithm based on heterogeneous graph neural network. In: 2024 IEEE 4th International Conference on Electronic Technology, Communication and Information (ICETCI). Piscataway, NJ, USA: IEEE; 2024. [Google Scholar]
172. Wang Z, Jiang T. Heterogeneous graph neural network for metapath aggregation optimization for paper recommendation. In: 2024 IEEE 4th International Conference on Software Engineering and Artificial Intelligence (SEAI). Piscataway, NJ, USA: IEEE; 2024. p. 365-70. [Google Scholar]
173. Liu J, Liu Y. Research on recommendation algorithm of graph neural network based on multi-mode fusion. In: 2024 IEEE 7th International Conference on Automation, Electronics and Electrical Engineering (AUTEEE). Piscataway, NJ, USA: IEEE; 2024. p. 221-5. [Google Scholar]
174. Abbas MM, Ranjan A, Mukhopadhyay S, Hou A. GNN-ARG: a graph neural network-based framework for predicting antibiotic resistance genes. In: 2024 IEEE International Conference on Big Data (BigData). Piscataway, NJ, USA: IEEE; 2024. p. 4283–91. [Google Scholar]
175. Shi C, Geng H, Jiang W, Li J, Wu C, Liu S. A collaborative heterogeneous graph neural network for personalized news recommendation. In: 2024 IEEE International Conference on Systems, Man, and Cybernetics (SMC). Piscataway, NJ, USA: IEEE; 2024. p. 1793-800. [Google Scholar]
176. Kumar S, Gupta CN. Multi-volumetric feature-based brain age prediction using sMRI and graph neural networks. In: 2024 IEEE International Conference on Systems, Man, and Cybernetics (SMC). Piscataway, NJ, USA: IEEE; 2024. p. 3300-4. [Google Scholar]
177. Yao XW, Li WC, Li XY, Zhang XL, Yao ZH, Li Q. SMGNN: semantic multi-connected graph neural network for traffic flow prediction. In: 2024 IEEE International Conference on Systems, Man, and Cybernetics (SMC). Piscataway, NJ, USA: IEEE; 2024. [Google Scholar]
178. Wang S, Liu S, Fan X, Wang H, Zhou Y, Gao H, et al. VG-Net: sensor time series anomaly detection with joint variational autoencoder and graph neural network. In: 2024 IEEE Smart World Congress (SWC). Piscataway, NJ, USA: IEEE; 2024. p. 456-63. [Google Scholar]
179. Su X, Li M, Li Q, Chen C, Guo S, Wang X. Energy consumption prediction for manufacturing in industrial IoT based on heterogeneous GNN. In: 2024 IEEE/CIC International Conference on Communications in China (ICCC). Piscataway, NJ, USA: IEEE; 2024. p. 627-32. [Google Scholar]
180. Kothari B, Dehradun U, Nautiyal EJ, Kaur G, Oli S, Goyal S, et al. Prevention of data privacy and recommendations using federated graph neural network. In: 2024 International Conference on Advances in Computing, Communication and Materials (ICACCM). Piscataway, NJ, USA: IEEE; 2024. p. 1–5. [Google Scholar]
181. Maa C, Wangb Y, He B. Hierarchical social recommendation based on federated graph neural network. In: 2024 International Conference on Artificial Intelligence and Digital Libraries (AIDL). Piscataway, NJ, USA: IEEE; 2024. p. 79-84. [Google Scholar]
182. Siddiqua A, Kumar SA, Hussein RR, Pushpalakshmi G, Kanth TVR. Self-organized graph neural network with adaptive boosting support vector regression prediction model for smart traffic management system. In: 2024 International Conference on Integrated Intelligence and Communication Systems (ICIICS). Piscataway, NJ, USA: IEEE; 2024. p. 1–5. [Google Scholar]
183. Du K, Mao R, Xing F, Cambria E. A dynamic dual-graph neural network for stock price movement prediction. In: 2024 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2024. p. 1-8. [Google Scholar]
184. Chen C, Li W, Meng X, Yang L, Zheng W. A network latency prediction method based on sequence decomposition and GNN. In: 2024 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2024. p. 1-7. [Google Scholar]
185. Tao B, Chen H, Pan H, Wang Y, Chen Z. Collaborative graph neural networks with contrastive learning for sequential recommendation. In: 2024 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2024. p. 1 -8. [Google Scholar]
186. Hamidi C, Gaou M, Tribak H, Gaou S. Recommender systems with graph neural networks: a comparative study. In: 2024 Mediterranean Smart Cities Conference (MSCC). Piscataway, NJ, USA: IEEE; 2024. p. 1-6. [Google Scholar]
187. Deng Z, Yu H. Noise-resistant graph neural network for node classification. In: ICASSP 2024–2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Piscataway, NJ, USA: IEEE; 2024. p. 7560-4. [Google Scholar]
188. Chandraumakantham O, Srinivasan S, Pathak V. Detecting side effects of adverse drug reactions through drug-drug interactions using graph neural networks and self-supervised learning. IEEE Access. 2024;12:93823–40. doi:10.1109/access.2024.3407877. [Google Scholar] [CrossRef]
189. Tian B, Liu N, Fang J. SR-DSGA: session recommendation for dual sequence based on graph neural network and multi-attention. IEEE Access. 2024;12:109380–7. [Google Scholar]
190. Ou M, Xu S, Luo B, Zhou H, Zhang M, Xu P, et al. 3-D ocean temperature prediction via graph neural network with optimized attention mechanisms. IEEE Geosci Remote Sens Lett. 2024;21:1–5. doi:10.1109/lgrs.2024.3398709. [Google Scholar] [CrossRef]
191. Li L, Zhou X, Hu G, Li S, Jia D. A recurrent spatio-temporal graph neural network based on latent time graph for multi-channel time series forecasting. IEEE Signal Process Lett. 2024;31:2875–9. doi:10.1109/lsp.2024.3479917. [Google Scholar] [CrossRef]
192. Park J, Ahn H, Kim D, Park E. GNN-IR: examining graph neural networks for influencer recommendations in social media marketing. J Retailing Consum Serv. 2024;78:103705. [Google Scholar]
193. Murshed RU, Noshin K, Zakaria MA, Uddin MF, Amin AFMS, Ali ME. Real-time seismic intensity prediction using self-supervised contrastive GNN for earthquake early warning. IEEE Trans Geosci Remote Sens. 2024;62:1–19. doi:10.1109/tgrs.2024.3373643. [Google Scholar] [CrossRef]
194. Zheng B, Ming L, Zeng K, Zhou M, Zhang X, Ye T, et al. Adversarial graph neural network for multivariate time series anomaly detection. IEEE Trans Knowl Data Eng. 2024;36(12):7612–26. doi:10.1109/tkde.2024.3419891. [Google Scholar] [CrossRef]
195. Zhang Z, Tian W, Lu C, Liao Z, Yuan Z. Graph neural network-based surrogate modelling for real-time hydraulic prediction of urban drainage networks. Water Res. 2024;263(1):122142. doi:10.1016/j.watres.2024.122142. [Google Scholar] [PubMed] [CrossRef]
196. Zhou X, Wu J, Liang W, Wang KIK, Yan Z, Yang LT, et al. Reconstructed graph neural network with knowledge distillation for lightweight anomaly detection. IEEE Trans Neural Netw Learn Syst. 2024;35(9):11817–28. doi:10.1109/tnnls.2024.3389714. [Google Scholar] [PubMed] [CrossRef]
197. Pasquadibisceglie V, Scaringi R, Appice A, Castellano G, Malerba D. PROPHET: explainable predictive process monitoring with heterogeneous graph neural networks. IEEE Trans Serv Comput. 2024;17:4111–24. [Google Scholar]
198. Zhang Z, Zhang Y, Dong M, Ota K, Zhang Y, Ren Y. Collaborative tag-aware graph neural network for long-tail service recommendation. IEEE Trans Serv Comput. 2024;17(5):2124–38. doi:10.1109/tsc.2024.3349853. [Google Scholar] [CrossRef]
199. Nan F, Li Z, Yu J, Shi S, Wu X, Xu L. Prediction of three-dimensional ocean temperature in the South China Sea based on time series gridded data and a dynamic spatiotemporal graph neural network. Acta Oceanol Sin. 2024;43(7):26–39. doi:10.1007/s13131-023-2252-0. [Google Scholar] [CrossRef]
200. Liao H, Wu M, Yuan L, Hu Y, Gong H. PM2.5 prediction based on dynamic spatiotemporal graph neural network. Appl Intell. 2024;54(22):11933–48. doi:10.1007/s10489-024-05801-7. [Google Scholar] [CrossRef]
201. Gao T, Ji Y, Liu C, Li Y. Molecular descriptor-enhanced graph neural network for energetic molecular property prediction. Sci China Mater. 2024;67(4):1243–52. doi:10.1007/s40843-023-2848-8. [Google Scholar] [CrossRef]
202. Zhang A, Li B, Wang K, Yang Y, Zhang X, Lei M. HMCL: high-order graph neural networks with multi-view contrastive learning for recommendation. Procedia Comput Sci. 2024;242:1147–54. [Google Scholar]
203. Liu Y, Wang X, Meng T, Ai W, Li K. LG-GNN: local and global information-aware graph neural network for default detection. Comput Oper Res. 2024;169:106738. [Google Scholar]
204. Can B. Semantically-informed graph neural networks for irony detection in Turkish. ACM Trans Asian Low-Resour Lang Inf Process. 2025. [Google Scholar]
205. Xing Y, Hu H, Li W, Cai S, Xiong X. Concurrent prediction of timing and wire length using a multi-task graph neural network. ACM Trans Des Autom Electron Syst. 2025;30(4):1–20. doi:10.1145/3747181. [Google Scholar] [CrossRef]
206. Lin YL, Chen YC, Lee MC. Graph neural network-based glitch rate prediction at the signoff stage. ACM Trans Des Autom Electron Syst. 2025;31(4):1–18. doi:10.1145/3760779. [Google Scholar] [CrossRef]
207. Yu S, Li Y, Wang S, Tang T, Zhang Q, Zhou J. CaGE: a causality-inspired graph neural network explainer for recommender systems. ACM Trans Inf Syst. 2025;43(6):149. [Google Scholar]
208. Zhai P, Yang Y, Zhang C. Periodic graph neural networks for click-through rate prediction in online advertising. ACM Trans Inf Syst. 2025;44(1):1–37. doi:10.1145/3769103. [Google Scholar] [CrossRef]
209. Do PMT, Lu J, Zhang Q, Zhang G. A federated graph neural network with differential privacy for cross-domain recommender systems. ACM Trans Intell Syst Technol. 2025;16(4):1–25. doi:10.1145/3742791. [Google Scholar] [CrossRef]
210. Chen Z, Huang J, Silvestri F, Zhang Y, Ahn H, Tolomei G. Joint factual and counterfactual explanations for top-k GNN-based recommendations. ACM Trans Recomm Syst. 2025;4(2):1–26. doi:10.1145/3731683. [Google Scholar] [CrossRef]
211. Liu Z, Wang C, Zheng S, Wu C, Zheng K, Song Y. Pone-GNN: integrating positive and negative feedback in graph neural networks for recommender systems. ACM Trans Recomm Syst. 2025;3(2):25. [Google Scholar]
212. Guo Y, Broucke SV. HeteroRoadNet: a heterogenous road-based graph neural network approach for property price prediction. ACM Trans Spatial Algorithms Syst. 2026;12(3):13. [Google Scholar]
213. Amirizaniani M, Sarkar S, Shah C. Towards more personalized recommendations by modeling users? Temporal behaviors with task-based graph neural network (TGNN). ACM Trans Web. 2025;19(3):1–19. doi:10.1145/3736159. [Google Scholar] [CrossRef]
214. Al Musawi AF, Rana P, Raha S, Braunstein J, Sleeman IVWC, Kapoor R, et al. ICU-length of stay prediction on electronic health records using graph neural networks and homogeneous similarity graphs. In: Proceedings of the 16th ACM International Conference on Bioinformatics, Computational Biology, and Health Informatics. New York, NY, USA: Association for Computing Machinery; 2025. p. 1–6. [Google Scholar]
215. Khodabandeh G, Ezaz A, Babaei M, Ezzati-Jivan N. Utilizing graph neural networks for effective link prediction in microservice architectures. In: Proceedings of the 16th ACM/SPEC International Conference on Performance Engineering. New York, NY, USA: Association for Computing Machinery; 2025. p. 19-30. [Google Scholar]
216. Mimi MS, Islam MM, Tusti AG, Somvanshi S, Das S, Ye X. ST-GraphNet: a spatio-temporal graph neural network for understanding and predicting automated vehicle crash severity. In: Proceedings of the 1st ACM SIGSPATIAL International Workshop on Spatial Intelligence for Smart and Connected Communities. New York, NY, USA: ACM; 2025. [Google Scholar]
217. Xu J, Lin J. GDet: leveraging graph neural networks for intelligent detection of trade-based market manipulation. In: Proceedings of the 2024 4th International Conference on Big Data, Artificial Intelligence and Risk Management. New York, NY, USA: ACM; 2025. [Google Scholar]
218. Shen Y. Quantum heterogeneous graph neural network for molecular property prediction. In: Proceedings of the 2024 4th International Conference on Big Data, Artificial Intelligence and Risk Management. New York, NY, USA: ACM; 2025. [Google Scholar]
219. Fei H, Tan D, Li W, Huang X. PLS-GNN: 3D water surface object detection based on point cloud and image fusion. In: Proceedings of the 2024 6th International Conference on Video, Signal and Image Processing. New York, NY, USA: ACM; 2025. [Google Scholar]
220. Zhao T. Global crude oil trade flow prediction based on graph neural networks. In: Proceedings of the 2025 2nd International Conference on Big Data and Digital Management. New York, NY, USA: ACM; 2025. [Google Scholar]
221. Wang X, Zheng Y, Zhu H. Credit card transaction trend forecasting based on graph neural network. In: Proceedings of the 2025 2nd International Conference on Digital Economy, Blockchain and Artificial Intelligence. New York, NY, USA: ACM; 2025. [Google Scholar]
222. Liu S. MGF-GNN: a multi-granularity graph fusion-based graph neural network method for network intrusion detection. In: Proceedings of the 2025 2nd International Conference on Generative Artificial Intelligence and Information Security. New York, NY, USA: ACM; 2025. [Google Scholar]
223. Xie X, Lin H. Traffic flow prediction method based on graph neural network. In: Proceedings of the 2025 5th International Conference on Applied Mathematics, Modelling and Intelligent Computing. New York, NY, USA: ACM; 2025. [Google Scholar]
224. Sun Y, Liu Q, Su H. Dynamic financial distress prediction: a multimodal graph neural network approach. In: Proceedings of the 2025 8th International Conference on Computer Information Science and Artificial Intelligence. New York, NY, USA: Association for Computing Machinery; 2025. p. 253–60. [Google Scholar]
225. Dai Y, Feng H, Gao Y. Analysis of anonymous user interaction relationships and prediction of advertising feedback based on graph neural network. In: Proceedings of the 2025 International Conference on Generative Artificial Intelligence for Business. New York, NY, USA: ACM; 2025. [Google Scholar]
226. Wang Y. RAGNet: transformer-GNN–enhanced cox-logistic hybrid model for rheumatoid arthritis risk prediction. In: Proceedings of the 2025 International Conference on Health Informatization and Data Analytics. New York, NY, USA: ACM; 2025. [Google Scholar]
227. Chen Y, Xu H. Traffic flow prediction using spatio-temporal graph neural networks based on hybrid adaptive feature enhancement. In: Proceedings of the 2025 International Conference on Machine Learning and Neural Networks. New York, NY, USA: ACM; 2025. [Google Scholar]
228. Fan CH, Zhou H, Sun Y, Roldan GP, Kokshagina O, Santolini M. KEGNN: knowledge-enhanced graph neural networks for user engagement prediction. In: Proceedings of the 2025 International Conference on Multimedia Retrieval. New York, NY, USA: ACM; 2025. [Google Scholar]
229. Zhao Y, Peng Y, Li D, Yang Y, Zhou C, Dong J. Research on personalized financial product recommendation by integrating large language models and graph neural networks. In: Proceedings of the 2025 International Conference on Software Engineering and Computer Applications. New York, NY, USA: Association for Computing Machinery; 2025. [Google Scholar]
230. Xie S, Cao X, Zhou Y. FreqPosDyG: frequency-enhanced position-aware dynamic graph neural network for link prediction. In: Proceedings of the 2025 International Symposium on Artificial Intelligence and Computational Social Sciences. New York, NY, USA: ACM; 2025. [Google Scholar]
231. Liu F, Guo G, Ye Y, Wang Z, Fu W, Sheng W. GraphCAD: leveraging graph neural networks for accuracy prediction handling crosstalk-affected delays. In: Proceedings of the 2025 International Symposium on Physical Design. New York, NY, USA: ACM; 2025. [Google Scholar]
232. Xu W, Jiang M, Long S, Lin Y, Ma K, Xu Z. Graph neural network and temporal sequence integration for AI-powered financial compliance detection. In: Proceedings of the 2nd International Conference on Intelligent Computing and Data Analysis. New York, NY, USA: Association for Computing Machinery; 2025. p. 465–72. [Google Scholar]
233. Wu Y, Xiang C. Multimodal financial anomaly detection in enterprises using VAE-transformer–GNN hybrid ensemble models. In: Proceedings of the 2nd International Symposium on Integrated Circuit Design and Integrated Systems. New York, NY, USA: ACM; 2025. [Google Scholar]
234. Liu K, Yang S, Xia J. Research and practice of advertisement recommendation algorithm based on graph neural network. In: Proceedings of the 2nd International Symposium on Integrated Circuit Design and Integrated Systems. New York, NY, USA: ACM; 2025. [Google Scholar]
235. Yoon J, Lee J, Kim D, Hur J, Kang S. ParaFormer: a hybrid graph neural network and transformer approach for pre-routing parasitic RC prediction. In: Proceedings of the 30th Asia and South Pacific Design Automation Conference. New York, NY, USA: ACM; 2025. [Google Scholar]
236. Yang C, Yang C, Shi C. FLAG: fraud detection with LLM-enhanced graph neural network. In: Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2. New York, NY, USA: ACM; 2025. [Google Scholar]
237. Li Y, Wang D, Sun Z, Zhang H, Guo H. LightKG: efficient knowledge-aware recommendations with simplified GNN architecture. In: Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2. New York, NY, USA: ACM; 2025. [Google Scholar]
238. Wo Z, Shao M, Zhang S, Wang R. Local homophily-aware graph neural network with adaptive polynomial filters for scalable graph anomaly detection. In: Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2. New York, NY, USA: ACM; 2025. [Google Scholar]
239. Zhao Y, Lin H, Wen S, Shen J, Hua B. SMA-GNN: a symbol-aware graph neural network for signed link prediction in recommender systems. In: Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2. New York, NY, USA: ACM; 2025. [Google Scholar]
240. Zhang Q, Paul D, Miller M, Morales A, Gao S. Scalable inter-county food flow prediction using graph neural networks. In: Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems. New York, NY, USA: ACM; 2025. [Google Scholar]
241. Yu D, Zhuang D, Jiang L, Xu R, Ye X, Bu Y. UQGNN: uncertainty quantification of graph neural networks for multivariate spatiotemporal prediction. In: Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems. New York, NY, USA: ACM; 2025. [Google Scholar]
242. Huang F, Xia Y, Wang Z, Yang L, Zhang W. Geometric heterogeneous graph neural network for protein-ligand binding affinity prediction. In: Proceedings of the 34th ACM International Conference on Information and Knowledge Management. New York, NY, USA: ACM; 2025. [Google Scholar]
243. Sohrabizadeh A, Lin WH, Tan DB, Cain M, Wang ST, Lukin MD. GNN-based performance prediction of quantum optimization of maximum independent Set. In: Proceedings of the 43rd IEEE/ACM International Conference on Computer-Aided Design. New York, NY, USA: ACM; 2025. [Google Scholar]
244. Lopes PP, Gramaglia G, Bacciu D, Marques-Neto HT. Towards forecasting bus arrival thorough a model based on GNN+LSTM using GTFS and real-time data. In: Proceedings of the 4th International Conference on AI-ML Systems. New York, NY, USA: ACM; 2025. [Google Scholar]
245. Liu X. A Multimodal signal fusion and heterogeneous graph neural network-based algorithm for sleep stage classification. In: Proceedings of the 4th International Conference on Biomedical and Intelligent Systems. New York, NY, USA: ACM; 2025. [Google Scholar]
246. Verlaan S, Hulpus I. LAS-GNN: a graph neural network for temporal money laundering motif detection. In: Proceedings of the 6th ACM International Conference on AI in Finance. New York, NY, USA: ACM; 2025. [Google Scholar]
247. Jeong J, Yoon JW. GNN-based detection of malicious transactions in ethereum networks: leveraging tornado cash transaction patterns. In: Proceedings of the 7th ACM International Symposium on Blockchain and Secure Critical Infrastructure. New York, NY, USA: ACM; 2025. [Google Scholar]
248. Ghosh M, Sil P, Dutta A. Imperfect detection in heterogeneous complex ecological network: a GNN-based approach. In: Proceedings of the 8th International Conference on Data Science and Management of Data (12th ACM IKDD CODS and 30th COMAD). New York, NY, USA: ACM; 2025. [Google Scholar]
249. Wang Z, Zhang H, Li H. GNN-transformer: an anomaly detection method for escalator sensor time-series data in metro station. In: Proceedings of the 9th International Conference on Computer Science and Application Engineering; Association for Computing Machinery, New York, NY, USA, 2025. p. 1–8. [Google Scholar]
250. Huang Z, Zhou W, Li Y, Wu X, Xu C, Fang J. SEHG: bridging interpretability and prediction in self-explainable heterogeneous graph neural networks. In: Proceedings of the ACM on Web Conference 2025. New York, NY, USA: ACM; 2025. [Google Scholar]
251. Dong X, Zhang X, Sun Y, Chen L, Yuan M, Wang S. SmoothGNN: smoothing-aware GNN for unsupervised node anomaly detection. In: Proceedings of the ACM on Web Conference 2025. New York, NY, USA: ACM; 2025. [Google Scholar]
252. Xu H, Gao C, Li X, Wang Z. D2: customizing two-stage graph neural networks for early rumor detection through cascade diffusion prediction. In: Proceedings of the Eighteenth ACM International Conference on Web Search and Data Mining. New York, NY, USA: ACM; 2025. [Google Scholar]
253. Chen G, Xia L, Huang C. LightGNN: simple graph neural network for recommendation. In: Proceedings of the Eighteenth ACM International Conference on Web Search and Data Mining. New York, NY, USA: ACM; 2025. [Google Scholar]
254. Anggraini L, Senoo EEK, Soares IR, Shwe T, Aritsugi M. Edge-driven water quality monitoring and prediction: a spatio-temporal GNN-based IoT approach for environmental sensing. In: Proceedings of the IEEE/ACM 12th International Conference on Big Data Computing, Applications and Technologies. New York, NY, USA: ACM; 2025. [Google Scholar]
255. Wang Z, Yin Z, Zhang Y, Yang L, Zhang T, Pissinou N, et al. FG-SMOTE: towards fair node classification with graph neural network. ACM SIGKDD Explor Newsl. 2025;26(2):99–108. [Google Scholar]
256. Ayaz TB. Demographic-aware product recommendation through heterogeneous graph neural networks. In: 2025 10th International Conference on Computer Science and Engineering (UBMK). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
257. Thomas M, Jan Z, Daniel P, Stephan H. Investigating transfer learning for link prediction in graph neural networks. In: 2025 10th International Conference on Machine Learning Technologies (ICMLT). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
258. Fang S, Wu J, Zeng Y, Chen H, Bi Y, Liu J. Temporal decay graph neural networks for dynamic link prediction. In: 2025 11th International Conference on Big Data and Information Analytics (BigDIA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
259. Hosseinzadeh A, Vaziri R. A hybrid group recommender system using fuzzy clustering and GNN-based collaborative filtering. In: 2025 11th International Conference on Web Research (ICWR). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
260. Mir AA, Zuhairi MF, Musa S, Namoun A. DynKDD: dynamic graph-based network intrusion detection using graph neural networks. In: 2025 19th International Conference on Ubiquitous Information Management and Communication (IMCOM). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
261. Yin W, Wang Y, Zhang J, Shi Y, Ren R, Jian S, et al. Enhancing graph neural networks for graph classification via structure-guided adaptor. In: 2025 28th International Conference on Computer Supported Cooperative Work in Design (CSCWD). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
262. Wang S, Hu J, Chen Y, Zeng P, Xu H, Hu Z. DNGNN: efficient deep noisy graph neural network for spatio-temporal series forecasting. In: 2025 2nd International Conference on Algorithms, Software Engineering and Network Security (ASENS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
263. Manjunath S, Sivasubramanian R, Rajalakshmi CN, Kumar S, Mohan Naik R. Attention-based spatio-temporal graph neural network for multi-pollutant urban air quality prediction. In: 2025 3rd International Conference on Data Science and Network Security (ICDSNS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
264. Patidar S, Tlajiya F, Paliwal M, Patil A. DepressionGraph: a two-channel graph neural network for the diagnosis of major depressive disorders using rs-fMRI. In: 2025 3rd International Conference on Data Science and Network Security (ICDSNS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
265. Bo L, Zheng L, Wei K, Li X. Network traffic prediction based on graph neural network and anomaly detection. In: 2025 3rd International Conference on Intelligent Communication and Networking (ICN). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
266. Sivadharshani R, Prasina A, Pandi S, Al-Safarini MY, Balaj B, Dinesh M. GNNFusion: a hybrid graph neural network framework for binding affinity prediction with explainable AI. In: 2025 3rd International Conference on Intelligent Cyber Physical Systems and Internet of Things (ICoICI). Piscataway, NJ, USA: IEEE; 2025. p. 1824–9. [Google Scholar]
267. Gopinath V, Sangeetha M. Spatial-temporal digital twin for crop disease prediction: a hybrid ConvLSTM-Graph neural network approach. In: 2025 3rd International Conference on Intelligent Cyber Physical Systems and Internet of Things (ICoICI). Piscataway, NJ, USA: IEEE; 2025. p. 570–5. [Google Scholar]
268. Gemilang RA, Wibowo AT. Combining graph neural network with attention mechanism in sequence-based music recommendation system. In: 2025 3rd International Conference on Software Engineering and Information Technology (ICoSEIT). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
269. Raj JRF, Sciences T, Darney PE, Kumar PM, Rajkumar GV, Krishnan RS, et al. Customer-oriented car recommendation using graph neural networks and multi-dimensional feature embedding. In: 2025 4th International Conference on Applied Artificial Intelligence and Computing (ICAAIC). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
270. Piao Y, Zhang Z, Kong Z. Code vulnerability detection method based on pretrained language model and gating graph neural network. In: 2025 4th International Conference on Cloud Computing, Big Data Application and Software Engineering (CBASE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
271. Zhu X, Wei J, Yao L. Efficient attention-based personalized news recommendation via dynamic graph neural networks integrated with mixture-of-expert. In: 2025 4th International Conference on Cloud Computing, Big Data Application and Software Engineering (CBASE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
272. Zou X. Multi-source data fusion and intelligent flood risk prediction for urban drainage networks based on graph neural networks. In: 2025 4th International Conference on Cloud Computing, Big Data Application and Software Engineering (CBASE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
273. Zhu C, Zhou C. VR E-commerce user behavior prediction based on graph neural networks. In: 2025 4th International Conference on Image Processing, Computer Vision and Machine Learning (ICICML). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
274. Wang N, Wei Y, Zhang Y, Zheng H, Dai Z, Huang X, et al. Ha-GNN: an attention-based heterogeneous adaptive aggregation fraud detection algorithm. In: 2025 5th International Conference on Advanced Algorithms and Neural Networks (AANN). Piscataway, NJ, USA: IEEE; 2025. p. 418–21. [Google Scholar]
275. Li X, Wang X, York N, Lin Y. Graph neural network enhanced sequential recommendation method for cross-platform ad campaigns. In: 2025 5th International Conference on Artificial Intelligence, Big Data and Algorithms (CAIBDA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
276. Xue Z, Zi Y, Qi N, Gong M, Zou Y. Multi-level service performance forecasting via spatiotemporal graph neural networks. In: 2025 5th International Conference on Intelligent Communications and Computing (ICICC). Piscataway, NJ, USA: IEEE; 2025. p. 202–6. [Google Scholar]
277. Jia W. Session-aware hybrid graph neural network for precise recommendation of TikTok videos. In: 2025 5th International Conference on Mobile Networks and Wireless Communications (ICMNWC). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
278. Sri JV, Chamundeswari G. A.E DeepPanNet—a multi-layered graph neural networks (ML-GNN) for tumor detection and classification. In: 2025 5th International Conference on Soft Computing for Security Applications (ICSCSA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
279. Wang W, Zhu Y, Zhang Z, Zhou S, Gao Y, Yu Y. Fault diagnosis method for wireless access points in substations based on graph neural network. In: 2025 6th Information Communication Technologies Conference (ICTC). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
280. Chong Q, Wang Y, Liu D. DGCL-GNN: dual-branch graph recommendation model with dynamic gating and contrastive decoupling. In: 2025 6th International Conference on Artificial Intelligence and Computer Engineering (ICAICE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
281. Zhao L, Zhang B, Li X, Zhang J, Ma S, Feng C. Dynamic spatio-temporal graph neural network-based wet purification key parameters real-time visualization prediction model. In: 2025 6th International Conference on Computer Engineering and Application (ICCEA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
282. Sun Y. Research on consumer behavior pattern mining and personalized recommendation algorithm based on graph neural network. In: 2025 6th International Conference on Computer Vision and Data Mining (ICCVDM). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
283. Ruan L. Knowledge graph reasoning and GNN for green antitrust legal provision association analysis and application prediction. In: 2025 6th International Conference on Information Science and Education (ICISE-IE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
284. Bharathi PS, University S, Nadu T, Raj MM. Graph neural networks for intrusion detection in next-generation 6G networks: a cybersecurity perspective. In: 2025 6th International Conference on Intelligent Communication Technologies and Virtual Mobile Networks (ICICV). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
285. Wang J, Hao G, Zhang X. Graph neural network collaborative filtering recommendation with integrated attention mechanism and contrastive learning. In: 2025 7th International Conference on Data-driven Optimization of Complex Systems (DOCS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
286. Avula BR, Jahnavi J, Tejaswi J, Asif K, Vishal J. Graph neural network-enhanced traffic flow prediction using dynamic road network graphs. In: 2025 7th International Conference on Innovative Data Communication Technologies and Application (ICIDCA). Piscataway, NJ, USA: IEEE; 2025. p. 476–81. [Google Scholar]
287. Li Y, He X. Recommendation method for knowledge graph via time-aware user preference and graph neural network. In: 2025 7th International Conference on Internet of Things, Automation and Artificial Intelligence (IoTAAI). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
288. Li P, Du Z. Commerce social network data analysis and product recommendation optimization using graph neural networks. In: 2025 8th International Conference on Computer Information Science and Application Technology (CISAT). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
289. Lahari R, Harshitha P, Peddireddy SR, Muchikel N. A graph neural network-based framework for enhanced anomaly detection network traffic. In: 2025 9th International Conference on Computational System and Information Technology for Sustainable Solutions (CSITSS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
290. Roy T, Shetty P, Seal S. A hybrid approach to predict ratings for book recommendation system using GNN. In: 2025 9th International Conference on Computational System and Information Technology for Sustainable Solutions (CSITSS). Piscataway, NJ, USA: IEEE; 2025. p. 1–6. [Google Scholar]
291. Yin X, Wei Z, Wang T, Zhang R, Song L. Satellite service prediction via spatial-temporal GNN integrated with orbital context. In: 2025 IEEE 102nd Vehicular Technology Conference (VTC2025-Fall). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
292. He Z. Enterprise bankruptcy prediction algorithm based on graph neural network. In: 2025 IEEE 3rd International Conference on Sensors, Electronics and Computer Engineering (ICSECE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
293. Ampratwum I, Nayak A. Graph neural network-based internet traffic prediction in 6G networks with genetic algorithm hyperparameter optimization. In: 2025 IEEE 49th Annual Computers, Software, and Applications Conference (COMPSAC). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
294. Sahoo GS, Manikandan S, Dev A, Nagarajan G, Khatri P, Vasantha Kumari N. A centrality-based GNN framework for enhanced node classification in complex networks. In: 2025 IEEE 5th International Conference on ICT in Business Industry & Government (ICTBIG). Piscataway, NJ, USA: IEEE; 2025. p. 1–6. [Google Scholar]
295. Li Y, Li X, Li X, Chen K, Yao J. A GNN-based enhanced learning framework for node classification in radar fault knowledge graphs. In: 2025 IEEE 6th International Seminar on Artificial Intelligence, Networking and Information Technology (AINIT). 2025. [Google Scholar]
296. Zhang L. Research on recommendation system algorithm based on graph neural network. In: 2025 IEEE 7th International Conference on Civil Aviation Safety and Information Technology (ICCASIT). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
297. Huang C. Research on mesh node classification algorithm based on improved heterogeneous graph neural network. In: 2025 IEEE 7th International Conference on Power, Intelligent Computing and Systems (ICPICS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
298. Chianumba EC, Liu H, Varde AS, Zhuang Y. Advancing drug-drug interaction prediction using multi-modal feature integration with graph neural networks. In: 2025 IEEE International Conference on Bioinformatics and Biomedicine (BIBM). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
299. Matsuoka R, Inoshita K, Zhou X, Zheng Z, Kawai A, Yada K. GNN-enhanced multimodal fusion with contrastive learning for smart health oriented high performance recommendation system. In: 2025 IEEE International Conference on High Performance Computing and Communications (HPCC). Piscataway, NJ, USA: IEEE; 2025. p. 864–71. [Google Scholar]
300. Menezes RS, Filho RH. Semantic and structural drift in financial knowledge graphs: a robustness analysis of GNN-based fraud detectors. In: 2025 IEEE International Conference on Knowledge Graph (ICKG). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
301. Chen W, Jiang Z, Cai Y, Lin H, Zhang C, Deng X, et al. Research on short-term charging volume prediction of charging stations based on dynamically adaptive GNN feature-enhanced XGBoost. In: 2025 IEEE International Symposium on Product Compliance Engineering-Asia (ISPCE-ASIA). Piscataway, NJ, USA: IEEE; 2025. p. 1–6. [Google Scholar]
302. Xu Y, Zhao Y, Mao X, Feng Y, Hu Y. A malicious code detection method based on GNN model improved by KANs. In: 2025 International Conference on Advanced Computing and Intelligent Robotics Applications (ACIRA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
303. Li AS, Zhou AA, Zhang AD, Wu AT. High-precision prediction of power grid load factor based on a physics enhanced graph neural network. In: 2025 International Conference on Advanced Computing and Intelligent Robotics Applications (ACIRA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
304. Huang X, Guo C, Wang Q, Guo AC. ST-GAT: a spatio-temporal graph neural network approach for traffic flow prediction. In: 2025 International Conference on Advanced Computing and Intelligent Robotics Applications (ACIRA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
305. Lu T, Shi G, Ding J. LCA-STGNet: a multimodal dynamic adjacency spatiotemporal graph neural network for traffic prediction. In: 2025 International Conference on Artificial Intelligence and Digital Ethics (ICAIDE). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
306. Nayak D, Singh S, Sharma N, Palani K. Spatiotemporal graph neural network for predictive maintenance in wind energy systems using multi-task learning. In: 2025 International Conference on Computing and Communications (COMPUTINGCON). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
307. Verma P, Anil A, Ilakkyaa VS. Recommendation system for books using graph neural networks. In: 2025 International Conference on Data Science, Agents & Artificial Intelligence (ICDSAAI). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
308. Sree BB, Nandini JN, Kiran P, Vidyapeetham AV. AI-driven early dementia prediction: a graph neural network approach for intelligent healthcare. In: 2025 International Conference on Emerging Techniques in Computational Intelligence (ICETCI). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
309. Xiao Y, Hong Z, Liu D, Cui L. Physics guided dynamic weighting graph neural network for remaining useful life prediction of rolling bearings. In: 2025 International Conference on Equipment Intelligent Operation and Maintenance (ICEIOM). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
310. Soumury JB, Nugroho ARA, Wijaya RE, Prabowo AS. Personalized food recommender using graph neural networks: a comparative study of R-GCN and HAN model. In: 2025 International Conference on Informatics, Multimedia, Cyber and Information System (ICIMCIS). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
311. Belaroui K, Morocco M, Ayad H. Towards natural representation of user preferences: a graph neural network approach to recommender systems. In: 2025 International Conference on Intelligent Systems: Theories and Applications (SITA). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
312. Zhang M, Yang Z. Adaptive hierarchical graph neural network for non-overlapping cross-domain recommendation. In: 2025 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
313. Li M, Tian J, Zhang Q, Li H, Li Y, Li X. BDARec: balancing diversity and accuracy of recommendation model with graph neural networks. In: 2025 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2025. p. 1–8. [Google Scholar]
314. Zhang S, Zhou X, Sun X, Li H. Violating content detection based on knowledge graph and heterogeneous graph neural network. In: 2025 International Joint Conference on Neural Networks (IJCNN). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
315. Kose U, Surucu EB, Tukel GO, Karatas ME, Uysal I. Graph neural networks-based digital twin modeling of WBC and ANC dynamics for personalized time-series prediction. In: 2025 Medical Technologies Congress (TIPTEKNO). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
316. Kapoor A, Kumar D. Federated learning framework for adaptive spatio-temporal graph neural networks in weather forecasting. In: 2025 National Conference on Communications (NCC). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
317. Bharathi PS, Raj MM, Sciences T, University S, Nadu T. Quantum-resilient GNN and CLD-Net framework for intrusion detection in 6G networks: comparative analysis with CNN, RNN, and hybrid deep learning models. In: 2025 Tenth International Conference on Science Technology Engineering and Mathematics (ICONSTEM). Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
318. Agmy RG, Soliman THA, Agmy AG, Yassa HA, Abdelreheim MH. Integrating environmental toxins into biomedical knowledge graphs for disease prediction using graph neural networks. In: 2025 Twelfth International Conference on Intelligent Computing and Information Systems (ICICIS). Piscataway, NJ, USA: IEEE; 2025. p. 575–82. [Google Scholar]
319. Zhang R, Dai X, Wang H. CPP-GNN: a temporal hypergraph neural network for carbon price prediction in electricity market. In: IECON 2025—51st Annual Conference of the IEEE Industrial Electronics Society. Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
320. Zhang R, Dai X, Wang H. TGN-RiBC: a betweenness-aware temporal graph neural network for power grid risk prediction under dynamic unit commitment. In: IECON 2025–51st Annual Conference of the IEEE Industrial Electronics Society. Piscataway, NJ, USA: IEEE; 2025. [Google Scholar]
321. Xia Z, Zheng Z, Wei F, Liu Y, Yu L. A spatio-temporal tensor graph neural network-based method for node-link prediction in port networks. IEEE Access. 2025;13(10):61675–84. doi:10.1109/access.2025.3555264. [Google Scholar] [CrossRef]
322. Lawal C, Olaniyan OM, Okokpujie K, Adetiba E, Adebisi B, Dare OE. FedHiGraphSAGE: a hierarchical graph neural network model for multi-level anomaly detection in federated cloud environments. IEEE Access. 2025;13:183985–4010. [Google Scholar]
323. Shao Z, Wang X, Ji E, Chen S, Wang J. GNN-EADD: graph neural network-based E-commerce anomaly detection via dual-stage learning. IEEE Access. 2025;13:8963–76. doi:10.1109/access.2025.3526239. [Google Scholar] [CrossRef]
324. Xue Z, Liu Z, Xue Z, SongT. Spatial-spectral contrastive graph neural network for few-shot hyperspectral image classification. IEEE Access. 2025;13(7553):88278–90. doi:10.1109/access.2025.3569874. [Google Scholar] [CrossRef]
325. Luo T, Lin T, Yang C, Fan L, Wang W. A drug-drug interaction prediction method based on atomic 3D position encoding and elastic message passing graph neural network. IEEE J Biomed Health Inform. 2025;29(9):6915–28. doi:10.1109/jbhi.2025.3561009. [Google Scholar] [PubMed] [CrossRef]
326. Wang Z, Zheng Y, Liang S, Zhang H, Yang W. Graph neural network with directional information and global perception fusion for UAV fault diagnosis. IEEE Sens J. 2025;25(14):27056–64. doi:10.1109/jsen.2025.3574418. [Google Scholar] [CrossRef]
327. Huang K, Jia G, Jiao Z, Wang Q, Huang F, Cai Y. Remaining useful life prediction through adaptive spatiotemporal graph neural network based on relationship mining for complex aviation equipment. IEEE Sens J. 2025;25(21):40775–92. doi:10.1109/jsen.2025.3605144. [Google Scholar] [CrossRef]
328. Zang D, Cui Z, Wang Z, Lei J, Ding Y, Wei C, et al. Geometric algebra multi-order graph neural network for traffic prediction. IEEE Trans Big Data. 2025;11(3):1206–20. doi:10.1109/tbdata.2024.3442533. [Google Scholar] [CrossRef]
329. Liang Y, Zhang Y, Yan H, Guo X, Huang Y. CSCL-GNN: cross-view semantic contrastive learning and graph neural networks for event recommendation in event-based social networks. IEEE Trans Consum Electron. 2025;71:9569–82. [Google Scholar]
330. Yu H, Liu J. CausalSeqGNN: a Fama-French inspired fuzzy cognitive map combined with graph neural network for stock prediction. IEEE Trans Fuzzy Syst. 2025;33:4418–30. [Google Scholar]
331. Lee H, Jiang M, Yang J, Yang Z, Zhao Q. Decoding gestures in electromyography: spatiotemporal graph neural networks for generalizable and interpretable classification. IEEE Trans Neural Syst Rehabil Eng. 2025;33:404–19. [Google Scholar]
332. Wang L, Yuan G, Li C, Zhao Y, Duan H, Zeng Q. HRMG-EA: heterogeneous graph neural network recommendation with multi-level guidance based on enhanced-attributes. Appl Intell. 2025;55:554. [Google Scholar]
333. Zhang Q, Sun Z, Zhong Z, Yang H, Wei Y, Xu J. SaeGraphDTI: drug-target interaction prediction based on sequence attribute extraction and graph neural network. BMC Bioinform. 2025;26(1):177. doi:10.1186/s12859-025-06195-0. [Google Scholar] [PubMed] [CrossRef]
334. Ren L, Huang J, Jia HT, Sun SB, Wang KS, Wu YL. Improved hypernymy detection algorithm based on heterogeneous graph neural network. Int J Comput Intell Syst. 2025;18(1):112. doi:10.1007/s44196-025-00828-1. [Google Scholar] [CrossRef]
335. Vicent JF, Curado M, Semper M. Spatio-temporal graph neural network for inter-city air quality forecasting. Int J Environ Sci Technol. 2025;23(1):1. doi:10.1007/s13762-025-06850-2. [Google Scholar] [CrossRef]
336. Mwendwa G, Nagpal A, Garg S, Chouhan L, Mandela N. Graph neural networks for temporal terrorist network analysis and multi-relational threat prediction. Int J Inf Technol. 2025;10(2):cnac008. doi:10.1007/s41870-025-02914-1. [Google Scholar] [CrossRef]
337. Chotaliya M, Agrawal SS. Toxigraphnet: a graph neural network framework for precise toxicity prediction of drug molecules. J Comput Aided Mol Des. 2025;39(2):4. doi:10.1007/s10822-025-00683-4. [Google Scholar] [PubMed] [CrossRef]
338. Tomei K, Hagiwara M. Combined GNN specialized in inductive prediction and PLM for natural language inductive reasoning. J Intell Inform Sys. 2025;63(6):2177–201. doi:10.1007/s10844-025-00979-9. [Google Scholar] [CrossRef]
339. Xie X, Wu J, Xiang M, Tang J, Sheng Y. DHGNN: a dynamic heterogeneous graph neural network for interpretable inventor collaboration prediction. J King Saud Univ Comput Inf Sci. 2025;37(8):245. [Google Scholar]
340. Mohan HG, Kumar J. BotMHG: a hybrid deep learning-based graphical approach to detect botnets using graph neural networks and graph attention networks on topological and temporal features. Neural Comput Appl. 2025;37(23):19303–37. doi:10.1007/s00521-025-11402-3. [Google Scholar] [CrossRef]
341. Sadeghi Bajestani G, Makhloughi F, Basham A, Evazi E, Razm Pour M, Alizadehsani R, et al. Attention-based graph neural network framework for non-invasive CAP score prediction in fatty liver disease via body modeling. Phys Eng Sci Med. 2025;49(1):183–99. doi:10.1007/s13246-025-01659-2. [Google Scholar] [PubMed] [CrossRef]
342. Cai W, Li M, Shi X, Fan Y, Jin QZH. RE-SEGNN: recurrent semantic evidence-aware graph neural network for temporal knowledge graph forecasting. Sci China Inf Sci. 2025;68(2):6669. doi:10.1007/s11432-023-4073-y. [Google Scholar] [CrossRef]
343. He X, Ni Q, Chen C, Li H, Ni L, Zhou J, et al. Heterogeneous graph neural network-based prediction of immune-related adverse events. Sci Rep. 2025;16(1):171. doi:10.1038/s41598-025-30266-0. [Google Scholar] [PubMed] [CrossRef]
344. Chen H, Huang J, Lu Y, Huang J. Multi-scale spatio-temporal graph neural network for urban traffic flow prediction. Sci Rep. 2025;15(1):26732. doi:10.1038/s41598-025-11072-0. [Google Scholar] [PubMed] [CrossRef]
345. Fahad NM, Rahman MA, Jakarea M, Jonkman M, Azam S. A dual-stage framework for cardiovascular abnormalities diagnosis from ECG signals using CA-GNN and semi-supervised autoencoders. Signal Image Video P. 2025;19(18):105550. doi:10.1007/s11760-025-05042-2. [Google Scholar] [CrossRef]
346. Li M, Liu M, Liu D. Dynamic graph neural network-based vehicle trajectory prediction method. J Supercomput. 2025;81(14):1296. [Google Scholar]
347. Xiong X, Zhai J, Chen J. 3C-GNN: three-channel contrastive graph neural network for semi-supervised node classification. Expert Syst Appl. 2025;280:127576. [Google Scholar]
348. Wen Y, Li Y, Zou Y, Shu K, Chen H, Zhao Z, et al. Community-influencing path explanation for link prediction in heterogeneous graph neural network. Neural Netw. 2025;190(2):107645. doi:10.1016/j.neunet.2025.107645. [Google Scholar] [PubMed] [CrossRef]
349. Fan G, Sabri AQM, Rahman SSA, Pan L. DynaKey-GNN: an efficient dynamic key-node multi-graph neural network for spatio-temporal traffic flow forecasting. Eng Appl Artif Intell. 2025;159(1):111757. doi:10.1016/j.engappai.2025.111757. [Google Scholar] [CrossRef]
350. Sejan MAS, Rahman MH, Aziz MA, Tabassum R, Hameed I, Nasser N, et al. Graph neural network enhanced internet of things node classification with different node connections. J Netw Comput Appl. 2025;244(5439):104363. doi:10.1016/j.jnca.2025.104363. [Google Scholar] [CrossRef]
351. Zhou X, Shi P. Graph neural network with generative adversarial training for node classification on class imbalanced data. Eng Appl Artif Intell. 2025;161(1):112264. doi:10.1016/j.engappai.2025.112264. [Google Scholar] [CrossRef]
352. Liu T, Meidani H. Graph neural networks for travel distance estimation and route recommendation under probabilistic hazards. Int J Transp Sci Technol. 2025;21(30):372–383. doi:10.1016/j.ijtst.2025.02.006. [Google Scholar] [CrossRef]
353. Hakkal S, Lahcen AA. Leveraging graph neural network for learner performance prediction. Expert Syst Appl. 2025;293(9):128724. doi:10.1016/j.eswa.2025.128724. [Google Scholar] [CrossRef]
354. Achary NS, Patra BK, Bakshi S. Long-tail item recommendations exploiting graph neural network in collaborating filtering framework. Neurocomputing. 2025;651(3):130948. doi:10.1016/j.neucom.2025.130948. [Google Scholar] [CrossRef]
355. Lu J, Li D, Cai W, Zheng J, Xiao G. SAC-GNN: multi-layer dual graph neural network for service recommendation. Expert Syst Appl. 2025;293:128608. [Google Scholar]
356. Baghbani A, Rahmani S, Bouguila N, Patterson Z. TMS-GNN: traffic-aware multistep graph neural network for bus passenger flow prediction. Transp Res Part C. 2025;174:105107. [Google Scholar]
357. Liu PC, Li CT. Self-supervised bipartite graph neural networks with missing value imputation for small tabular data predictions. ACM Trans Intell Syst Technol. 2026;17(2):1–31. doi:10.1145/3786593. [Google Scholar] [CrossRef]
358. Wu C, Chen L, Wang K, Han W, Chai H. SandWatch: towards detecting sandwich attacks in ethereum using a dual-task graph neural network. ACM Trans Web. 2026;27:11. doi:10.1145/3787205. [Google Scholar] [CrossRef]
359. Li S, Zhang H, Zhang H, Ding K. Research on enterprise risk prediction using graph neural networks fused with knowledge graph. In: Proceedings of the 2025 2nd International Conference on Digital Economy and Computer Science. New York, NY, USA: ACM; 2026. [Google Scholar]
360. Zhang S, Liu S, Zhang K, Yang L, Ma C, Huang H. Federated learning with graph neural networks for gout prediction and diagnosis. In: Proceedings of the 4th International Conference on Artificial Intelligence and Intelligent Information Processing. New York, NY, USA: ACM; 2026. [Google Scholar]
361. Pan X, Shimomura Y, Tao S, Kawai M, Takahashi K, Takizawa H. CityScaleCast: spatiotemporal GNN for city-scale weather prediction with GraphCast-guided parallel modeling and multi-step forecasting in Sendai. In: Proceedings of the Supercomputing Asia and International Conference on High Performance Computing in Asia Pacific Region Workshops. New York, NY, USA: ACM; 2026. [Google Scholar]
362. Zheng H, Lin Y, He Q, Zou Y, Wang H. Blockchain payment fraud detection with a hybrid CNN-GNN-LSTM model. In: 2026 6th International Conference on Consumer Electronics and Computer Engineering (ICCECE). Piscataway, NJ, USA: IEEE; 2026. p. 340–4. [Google Scholar]
363. Afrin F, Moghim N, Bouk SH, Roy S, Shetty SS. Multi-scale graph neural network for low-SNR wireless signal classification. In: 2026 IEEE 23rd Consumer Communications & Networking Conference (CCNC). Piscataway, NJ, USA: IEEE; 2026. [Google Scholar]
364. Sugata M, Masuda N, Yairi IE. EEG-based four level fear classification using graph neural network and LSTM fusion model: comparing raw and DE features with k-fold and leave-one-subject-out. IEEE Access. 2026;14(1):20826–38. doi:10.1109/access.2026.3660974. [Google Scholar] [CrossRef]
365. Park EY, Lee HW, Kim J. Hybrid GNN-based link prediction model for identifying drug-related organized crime groups on twitter. IEEE Access. 2026;14(2):15044–63. doi:10.1109/access.2026.3657961. [Google Scholar] [CrossRef]
366. Wang Y, Zhang H, Li N. Relational perception and semantic perception-based heterogeneous graph neural network for product recommendation. IEEE Access. 2026;14(5):27072–82. doi:10.1109/access.2025.3648703. [Google Scholar] [CrossRef]
367. Ma X, Hu J, Liang S, Wu Y. Federated learning and resource-aware graph neural network for intrusion detection in 6G-IoT driven healthcare system. IEEE Internet Things J. 2026;13(5):7749–61. doi:10.1109/jiot.2025.3564722. [Google Scholar] [CrossRef]
368. Yang W, Shang W, Liu Z. Spatio-temporal propagation-aware graph neural network for traffic flow prediction. IEEE Internet Things J. 2026;13(5):9575–89. doi:10.1109/jiot.2025.3645316. [Google Scholar] [CrossRef]
369. Chen J, Jia C, Xie W, Zhu D, Shao X, Wang Z. MHTraj: a multi-domain hybrid graph neural network with causal-spatial modeling for multi-agent trajectory prediction. IEEE Trans Netw Sci Eng. 2026; 13:1789–99. [Google Scholar]
370. Gou J, Cheng Y, Ma B, Du L, Luo X, Yi Z. Multi-scale collaborative distillation graph neural networks for session-based recommendation. IEEE Trans Serv Comput. 2026;19(1):504–17. doi:10.1109/tsc.2025.3637009. [Google Scholar] [CrossRef]
371. Hussain A, Hussain T. Fleet-level network lifetime prediction for electric vehicle batteries: physics-guided spatio-temporal graph neural networks with interaction effects. Discov Electron. 2026;3(1):2. doi:10.1007/s44291-025-00152-0. [Google Scholar] [CrossRef]
372. Li D, Chen Z, Huang G, Xu J, Zhang Y. A variable-resolution unstructured spatio-temporal graph neural network: an application to very short-range weather forecasting in Guangdong. China Geosci Lett. 2026;13(1):11. doi:10.1186/s40562-026-00460-7. [Google Scholar] [CrossRef]
373. Lu H, Tian Y, Weng P, Qiao Y. A channel water temperature prediction method based on transfer learning and spatial-temporal graph neural networks. Sci Rep. 2026;16(1):30. doi:10.1038/s41598-026-35408-6. [Google Scholar] [PubMed] [CrossRef]
374. Su X, Lou P, Zha Z. Physics-guided GNN-transformer model for multi-scale fatigue life prediction of concrete track slabs in high-speed railways. Sci Rep. 2026;16(1):376. doi:10.1038/s41598-026-37173-y. [Google Scholar] [PubMed] [CrossRef]
375. Hou W, Lv S, Li Y, Wang C. FEM-PINN: integrating finite element method and physics-informed neural network for performance prediction of engineering structures via graph neural network. Struct Multidiscip Optim. 2026;69(3):72. doi:10.1007/s00158-026-04257-2. [Google Scholar] [CrossRef]
376. Kipf TN, Welling M. Semi-supervised classification with graph convolutional networks. arXiv:1609.02907. 2017. [Google Scholar]
377. Hamilton WL, Ying R, Leskovec J. Inductive representation learning on large graphs. In: NIPS’17: Proceedings of the 31st International Conference on Neural Information Processing Systems. Red Hook, NY, USA: Curran Associates Inc.; 2017. p. 1025–35. [Google Scholar]
378. Veličković P, Cucurull G, Casanova A, Romero A, Liò P, Bengio Y. Graph attention networks. arXiv:1710.10903. 2018. [Google Scholar]
379. Xu K, Hu W, Leskovec J, Jegelka S. How powerful are graph neural networks? arXiv:1810.00826. 2019. [Google Scholar]
380. Lin TY, Goyal P, Girshick R, He K, Dollár P. Focal loss for dense object detection. In: Proceedings of the IEEE International Conference on Computer Vision. Piscataway, NJ, USA: IEEE; 2017. p. 2980–8. [Google Scholar]
381. Huber PJ. Robust estimation of a location parameter. Ann Math Stat. 1964;35(1):73–101. doi:10.1214/aoms/1177703732. [Google Scholar] [CrossRef]
382. Rendle S, Freudenthaler C, Gantner Z, Schmidt-Thieme L. BPR: bayesian personalized ranking from implicit feedback. In: UAI ’09: Proceedings of the Twenty-Fifth Conference on Uncertainty in Artificial Intelligence. Arlington, VA, USA: AUAI Press; 2009. p. 452–61. [Google Scholar]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF












Downloads
Citation Tools