Skip to content

Author

Jincheng Zhang

139 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

#graph neural networks Open access Aug 2026

Temporal Graph Embedding with Relational Causality

This paper introduces a novel approach to graph embedding that explicitly incorporates temporal dynamics and relational causality. Existing graph embedding methods often treat graphs as static structures, neglecting the evolving nature of relationships and the underlying causal mechanisms that govern them. We propose a Temporal Graph Embedding (TGE) framework that combines graph structure with temporal sequence data. The core of our method is a modified Graph Neural Network (GNN) augmented with a "causal influence propagation" module. This module learns directional dependencies within the graph based on observed temporal transitions, utilizing Bayesian inference to quantify uncertainty in these causal links. The resulting embeddings capture not only the node connections but also the temporal evolution and causal relationships driving those connections. We demonstrate the effectiveness of the TGE framework through theoretical analysis and a conceptual outline, highlighting its potential for applications requiring a deeper understanding of dynamic graph systems.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

基于图的自然语言语法推断的自适应规则引擎

This paper introduces a novel self-adaptive grammar rule engine based on graph neural networks. The engine leverages a graph representation of the input text to automatically infer grammatical rules and generate more accurate translations. We propose a method that dynamically adjusts the graph structure based on contextual information, enabling the engine to learn and optimize rules for improved translation quality. The core mechanism involves a graph neural network (GNN) that transforms text into a graph representation, allows for reasoning and prediction, and iteratively refines the graph structure to achieve optimal results. The proposed approach offers a significant advancement over existing methods, providing a flexible and adaptable grammar rule system capable of handling complex linguistic structures. We demonstrate the engine's effectiveness through a series of benchmark tests focusing on natural language translation, capturing both syntactic and semantic nuances. The results showcase the engine's ability to produce translations that closely match human-generated outputs while exhibiting improved accuracy and fluency.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Neuromorphic Computing Architectures for Real-Time Graph Processing

This paper investigates the application of neuromorphic computing architectures for real-time graph processing. Traditional graph processing relies on von Neumann architectures, which suffer from inherent bottlenecks due to the separation of processing and memory. We propose a novel approach utilizing spiking neural networks (SNNs) and memristor-based systems to mimic the efficiency and parallelism of biological brains. The core idea is to directly map graph algorithms onto the inherent dynamics of these systems, leading to significant reductions in power consumption and latency. Specifically, we explore architectures designed to efficiently handle graph traversals, shortest path algorithms, and community detection. The implemented models demonstrate a potential for substantial performance gains compared to conventional approaches, particularly for large, dynamic graphs. The architecture presented offers a fundamentally different paradigm for graph processing, moving away from the centralized processing model and embracing a distributed, event-driven system.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Temporal Graph Embedding with Relational Dynamics

Existing graph embedding techniques predominantly focus on static graph structures, neglecting the crucial aspect of temporal dynamics inherent in many real-world networks. This paper introduces a novel approach – Temporal Graph Embedding with Relational Dynamics – that addresses this limitation. Our method leverages a recurrent neural network (RNN) to model the evolution of graph relationships over time. The RNN is trained to predict future graph states based on past states and node attributes, effectively creating a dynamic representation of the graph. The resulting hidden state representation from the RNN is then utilized as the graph embedding. This approach allows for the capture and learning of temporal relational dependencies, providing a richer and more accurate representation of the graph compared to static embedding methods. The core of our method is the integration of dynamic graph modeling with RNNs, explicitly capturing the evolving nature of relationships within the graph. The proposed method demonstrates improved performance in downstream tasks that rely on understanding temporal graph patterns.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

基于自适应的动态图神经网络

This paper introduces a novel dynamic graph neural network (D-GNN) architecture, termed "Adaptive Dynamic Graph Neural Network," designed to optimize the learning process of GNNs through dynamic adjustment of the graph's structure and parameters. Traditional GNN approaches often rely on fixed graph structures, limiting their adaptability to diverse datasets. This work proposes a mechanism that continuously refines the graph structure during training, enabling the network to better capture complex relationships within the data. We demonstrate the effectiveness of our approach through extensive experiments on benchmark datasets, showcasing significant improvements in both accuracy and convergence speed compared to existing GNN methods. The core of our design lies in a novel dynamic adjustment strategy that leverages a reinforcement learning component to guide the graph's evolution. The resulting D-GNN exhibits improved generalization performance and robustness to variations in input data. Finally, we discuss potential future research directions and limitations of this approach.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Hypergraph Neural Networks for Social Network Dynamics

This paper introduces a novel approach to modeling social network dynamics using Hypergraph Neural Networks (HNNs). Traditional Graph Neural Networks (GNNs) struggle to accurately represent and propagate information through networks exhibiting higher-order relationships, a common characteristic of social structures. HNNs overcome this limitation by explicitly constructing hypergraphs, which represent sets of vertices connected by multiple edges. This allows for the direct modeling of complex interactions and dependencies beyond the pairwise connections considered in standard GNNs. We propose a framework for designing and training HNNs specifically tailored for social network analysis, focusing on predicting behavioral patterns and social influence. The core contribution lies in leveraging hypergraph structures to capture and propagate information across multiple connected nodes simultaneously, leading to improved accuracy in modeling dynamic social systems. The proposed method is demonstrated through a theoretical analysis and conceptual framework, highlighting the potential for future research and applications.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Topological Association Mapping of Neuronal Memory

This paper investigates the potential of topological association mapping (TAM) to accurately decode and reconstruct complex neuronal memories. The core claim is that analyzing the dynamic topological association network between neurons provides a more precise method than traditional approaches. We propose a framework utilizing high-resolution neural activity data to construct a dynamic topological network based on metrics such as connection strength and temporal delays. Applying graph theory and topological data analysis techniques, we identify and learn the key topological structures underlying neuronal memory. This approach moves beyond single neuron or connection-based models, offering a novel perspective on memory representation and potentially leading to improved memory decoding and reconstruction strategies. The presented methodology aims to capture the inherent topological organization of neural networks, reflecting how information is encoded and retrieved. The research focuses on understanding how the dynamic relationships between neurons contribute to the formation and maintenance of memories.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Dynamic Graph Embedding with Graph Neural Symbolic Learning

This paper introduces a novel approach to graph embedding that combines the strengths of graph neural networks (GNNs) with symbolic representation learning. The core idea is to develop a system capable of learning both the structural and relational aspects of a graph through a dual mechanism. The system utilizes a GNN to extract low-dimensional embeddings from graph nodes, capturing local graph structures. Simultaneously, a symbolic reasoning engine interprets these embeddings through predefined logical rules, enabling higher-level reasoning and knowledge discovery. We demonstrate that this integrated approach results in graph representations that are not only more expressive but also significantly more interpretable than traditional graph embeddings. This work represents a crucial step towards building truly intelligent graph representations suitable for a wide range of applications, including knowledge graph completion, drug discovery, and social network analysis. The system's dynamic nature allows it to adapt and refine its embeddings and reasoning rules based on observed data, leading to continuous improvement in performance and interpretability.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Adaptive Graph Neural Network based on Geometric Information

This paper introduces an Adaptive Graph Neural Network (AGNN) designed to leverage geometric information for enhanced feature extraction and learning. Traditional graph neural networks (GNNs) often rely solely on data, limiting their ability to exploit the inherent structure of the data. This research proposes a novel AGNN architecture that incorporates geometric information directly into the model, enabling more robust and accurate representations. We demonstrate the benefits of this approach through extensive experimentation on a variety of datasets, highlighting improved performance and increased robustness compared to existing GNN models. The core mechanism centers around explicitly modeling geometric relationships within the graph, allowing the network to more effectively capture the underlying structure and dependencies.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Based on Graph Neural Networks for System Security Analysis

This paper proposes a novel approach to system security analysis leveraging Graph Neural Networks (GNNs). Traditional security assessments often rely on static analysis and may fail to capture the dynamic and interconnected nature of complex systems. We argue that system vulnerabilities can be effectively modeled as graph problems, where nodes represent system components and edges represent their relationships. GNNs are then employed to learn representations of these nodes based on their connections, enabling the prediction of potential security risks. This approach offers improved accuracy compared to conventional methods by incorporating contextual information and learning complex dependencies within the system. The core claim is that system security problems can be modeled as graph problems, utilizing GNNs to analyze system vulnerabilities. The key mechanism involves representing system components and relationships as a graph, and employing GNNs to learn node relationships and predict security risks. This work contributes to a more proactive and comprehensive understanding of system security.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

##基于同理心计算的社会网络建模

This paper proposes a novel framework for modeling social networks based on the principles of empathetic computation. Traditional social network models primarily focus on structural aspects and relationships, often neglecting the crucial role of emotions and behaviors in shaping social interactions. This research introduces an empathetic dimension into the modeling process, leveraging machine learning algorithms to learn and represent emotional relationships and behavioral patterns within networks. The core claim is to build a framework capable of simulating human interactions by incorporating emotional factors, thereby facilitating a deeper understanding of complex phenomena observed in social networks. The methodology involves constructing a network where nodes represent individuals and edges represent connections, but crucially, these edges are augmented with associated emotional states and behavioral probabilities. We utilize machine learning techniques – specifically, recurrent neural networks (RNNs) and graph neural networks (GNNs) – to learn the dynamics of these emotional and behavioral relationships. The resulting model can then be used to simulate network behavior, predict individual actions, and explore emergent social phenomena. This approach offers a significant advancement over existing network models by providing a more nuanced and realistic representation of human social dynamics. The research aims to provide a foundation for understanding and predicting social behavior, with potential applications in areas such as social influence, crisis management, and community resilience.

Jincheng Zhang · 0 citations
#graph neural networks Open access Aug 2026

Multimodal Data Fusion with Graph-to-Graph Models

This paper introduces a novel approach to multimodal data fusion utilizing graph-to-graph models. The core idea is to represent diverse data modalities—including text, images, and audio—as interconnected nodes within a graph structure. This graph facilitates the fusion of information and enables reasoning across modalities. We leverage Graph Neural Networks (GNNs) to learn latent representations from each modality and then map these representations to the graph structure. An Adversarial Training process, utilizing a Generative Adversarial Network (GAN), refines the graph representation, promoting coherence and realism. The proposed method addresses the challenge of integrating heterogeneous data by providing a unified framework for representation learning and inference. The resulting graph facilitates both data fusion and intelligent reasoning, offering a promising direction for applications requiring cross-modal understanding.

Jincheng Zhang · 0 citations