Sort:
Open Access Issue
GraphCon: A Parallel Graph Construction from Relational Data
Big Data Mining and Analytics 2026, 9(2): 448-464
Published: 09 February 2026
Abstract PDF (1.3 MB) Collect
Downloads:77

Converting relational data into a property graph is advantageous for relational data analysis using graph algorithms. However, existing methods for constructing property graphs from relational data often require complex join operations when predefined entities and relationships are given. Additionally, constructing graphs from large-scale relational data is time-consuming due to the need to aggregate instances from multiple tables. To address this issue, this paper proposes a schema-based graph construction method called GraphCon. GraphCon employs a schema-based mapping mechanism to achieve equivalent mapping between the graph schema and the relational schema. Additionally, we optimize a complex join strategy, InstanceJoin, in the graph construction process. To improve efficiency in handling large-scale data, we introduce a parallel algorithm that includes a data partition strategy based on the graph schema and a load-balancing strategy to enhance scalability. Experiments using the TPC-H benchmark and real-life datasets validate the efficiency and scalability of our proposed methods.

Open Access Issue
Attention-Based Anomaly Detection in Dynamic Network
Big Data Mining and Analytics 2026, 9(1): 70-86
Published: 10 December 2025
Abstract PDF (2.2 MB) Collect
Downloads:98

Detecting anomalies in dynamic networks is essential for a range of real-world applications, such as social networks and cybersecurity. However, it encounters substantial challenges due to the diverse and ever-evolving nature of these anomalies. We present Attention-based Anomaly Detection In Dynamic Network (AADDN), an innovative end-to-end anomaly detection framework that utilizes attention mechanisms to capture the complex interactions between node attributes (individual characteristics) and structural features (collective patterns) across various time stamps. Unlike traditional methods that depend on heuristic rules with limited scope, AADDN employs a dual autoencoder architecture to learn comprehensive representations in the latent space, allowing the model to more effectively identify both individual and collective anomalies. By emphasizing the integrated learning of temporal, structural, and attribute information, our approach surpasses existing methods, showcasing superior anomaly detection capabilities in dynamic network environments.

Open Access Issue
Anomaly Detection Using Graph Anomaly Rules
Big Data Mining and Analytics 2025, 8(5): 1075-1091
Published: 14 July 2025
Abstract PDF (1.8 MB) Collect
Downloads:205

Anomaly detection in attribute networks is utilized to discover patterns of individuals or groups that deviate from the majority, and is widely used in areas such as e-commerce and social media. We define a new graph rule system for the detection of anomalies in graphs, referred to as Anomaly Graph Rules (AGRs). Using the mechanism of rule inference, AGRs describe anomaly nodes and structures in the form of graph patterns, and express the logic of anomaly generation through different types of literals. In addition to enhancing the ability of the rules to capture information about complete graph features, the literals support the embedding of machine learning models. Moreover, we propose a rule-matching algorithm that applies AGRs to the entire graph for anomaly detection. This algorithm innovatively incorporates conditional determination into pattern matching, employing conditional verification to aid the pruning operation of pattern matching and thus improving efficiency. In contrast to most previous studies, both anomalous nodes and anomalous structures can be detected simultaneously, and the results can be logically interpreted. We demonstrate the accuracy and efficiency of the algorithm using both real and synthetic datasets.

Open Access Issue
A Reinforcement Learning Approach for Graph Rule Learning
Big Data Mining and Analytics 2025, 8(1): 31-44
Published: 19 December 2024
Abstract PDF (1.6 MB) Collect
Downloads:249

We study the problem of learning rules for graphs. Traditional methods often suffer from large search spaces due to the enumeration of all candidate rules. Although some recent neural logic methods are more efficient in learning rules, they are generally restricted to learning chain-like rules with limited expressiveness. Taking the advantage of Reinforcement Learning (RL) in reducing search space, we implement a policy network based RL method for learning graph rules, denoted as GraphRulRL. In our research, we convert graph rules into sequences of edges, transforming the task of graph rule learning into a process of sequentially adding edges that can be solved by RL. Specifically, GraphRulRL follows a two-stage framework. In the first stage, we train a policy network for graph rule learning, which evaluates graph rules using support with anti-monotonicity as rewards during training. In the second stage, we integrate the well-trained policy network with beam search for iterative searching to generate graph rules. Experimental results prove the effectiveness of the proposed method.

Total 4