Skip to content

Author

Jincheng Zhang

108 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 Sep 2026

Self-Referential Graph Neural Networks for Knowledge Discovery

This paper proposes a novel approach to knowledge discovery within graphs by introducing Self-Referential Graph Neural Networks (SR-GNNs). Traditional Graph Neural Networks (GNNs) operate passively, learning representations based solely on the graph structure and node features. This limits their ability to adapt and refine their understanding, particularly in complex graph scenarios. Our core idea is to equip nodes within a GNN with the capability to directly influence the network's architecture and training process, establishing a feedback loop for iterative improvement. This allows the network to dynamically adjust its parameters, node embeddings, and even structural elements, ultimately leading to a more robust and accurate representation of the graph's underlying knowledge. The SR-GNN framework is designed to address the limitations of static GNNs by incorporating a self-reflective mechanism. We demonstrate the potential of this approach through a theoretical analysis and outline the key components needed for implementation, highlighting its potential to significantly enhance knowledge discovery tasks within graph-structured data.

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

Self-Supervised Learning of Graph Embeddings via Contrastive Predictive Coding

Existing self-supervised learning methods for graph embeddings often rely on heuristic approaches without a robust theoretical underpinning. This work introduces a novel framework for learning graph embeddings based on contrastive predictive coding (CPC). The core idea is to train a neural network to predict future graph states given their past states, utilizing a contrastive loss function to promote similarity between embeddings of structurally similar graphs. This approach offers a more principled and stable learning process compared to existing methods. We demonstrate the effectiveness of our approach through a theoretical analysis and outline the key components and operational details. The primary contribution lies in establishing a clear connection between predictive modeling and graph embedding learning, providing a foundation for future research in this area. The proposed method aims to generate embeddings that capture the underlying structural information of graphs effectively, ultimately improving performance in downstream graph-related tasks. ---

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

基于图神经网络的动态拓扑优化算法

This paper introduces a novel dynamic topology optimization algorithm based on graph neural networks (GNNs). Traditional topology optimization methods often rely on manual design, struggling to adapt to complex systems exhibiting dynamic changes. Graph Neural Networks (GNNs) offer a powerful framework for automatically learning and optimizing topology structures, addressing this challenge. We propose a new GNN architecture, parameterized by a node and edge representation, that learns to dynamically update the topology based on feedback from neighboring nodes. The algorithm's performance is evaluated on a set of complex, multi-layered topological structures, demonstrating significant improvements in optimization speed and solution quality compared to existing approaches. We highlight the advantages of this approach in handling dynamic and high-dimensional topologies.

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

Space-Time Network Computation

This paper proposes a novel network computation model termed "Space-Time Network Computation" (STNC). The core claim is that integrating spatial and temporal dimensions offers a more efficient approach to processing data exhibiting spatial and temporal dependencies. STNC leverages an extension of Graph Neural Networks (GNNs) by introducing the concepts of time streams and spatial streams. These streams are utilized within a graph structure to simulate and compute spatial-temporal interactions. The fundamental innovation lies in overcoming the dimensional limitations of traditional network computations, providing a new paradigm for handling complex spatial-temporal data. This approach utilizes graph structures to represent relationships, incorporating temporal evolution through time streams and spatial relationships through spatial streams. The key mathematical formulation is presented as follows: Let *G* = (*V*, *E*) be a graph, where *V* represents the set of nodes (vertices) and *E* represents the set of edges. Each node *vi* ∈ *V* is associated with a state vector *si* ∈ ℝd, where *d* is the dimension of the state vector. Each edge *eij* ∈ *E* is characterized by a weight *wij* ≥ 0. A *time stream* τ is defined as a sequence of state vectors: τ = (*si(0)*, *si(1)*, *si(2)*, ..., *si(T)*) , where *si(t)* is the state vector of node *i* at time *t*. A *spatial stream* σ is defined as a set of state vectors representing the spatial neighborhood of a node: σ(*i*) = {*sj(t)* | (*j*, *i*) ∈ *E*} for each node *i*. The core computation within STNC involves updating node states based on their time streams and spatial streams. The update rule can be expressed as: *si(t+1)* = f(*si(t)*, τi, σ(*i*)) where *f* is an update function, τi is the time stream associated with node *i*, and σ(*i*) is the spatial stream for node *i*. This update function can be a neural network or a more traditional rule-based system. The goal is to iteratively evolve the state vectors of nodes over time, capturing the influence of their neighbors and the temporal dynamics. The effectiveness of STNC is predicated on the efficient representation and manipulation of these time streams and spatial streams within the graph structure. The choice of *f* is crucial and will be explored in subsequent sections. The proposed model offers a flexible framework capable of accommodating diverse spatial-temporal data and associated dynamics. Further research will focus on optimizing the update function *f* and exploring its applicability to various domains.

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

Dynamic Adaptive Graph Neural Networks: A Structural Optimization Approach

This paper introduces a novel dynamic adaptive graph neural network (DAGNN) architecture designed to optimize network performance through automated structural adjustments. Traditional graph neural networks often rely on fixed, pre-defined structures, limiting their adaptability to diverse data. Our approach leverages a dynamic self-adaptation algorithm that continuously refines the network's topology based on input characteristics, thereby enhancing predictive accuracy and generalization capabilities. We present a comprehensive evaluation demonstrating the effectiveness of this method compared to existing DAGNNs.

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

Graph Neural Networks for Predicting Protein-Protein Interactions with Temporal Context

Predicting protein-protein interactions (PPIs) is a fundamental challenge in bioinformatics with significant implications for understanding biological systems and drug discovery. Traditional methods often struggle to capture the dynamic nature of PPIs, which are not static events but rather fluctuate over time due to various cellular processes. This paper proposes a novel approach utilizing Graph Neural Networks (GNNs) to predict PPIs while explicitly incorporating temporal context. We construct a graph representation of protein interactions, where nodes represent proteins and edges denote the interactions. A GNN is then trained on this graph to learn embeddings that encode both structural and temporal features associated with each protein. The model's architecture allows it to predict future PPI events based on the current state of the network, accounting for the time-dependent dynamics. Our approach demonstrates improved accuracy compared to existing methods by leveraging the temporal dimension, offering a more realistic and nuanced model of PPIs. We detail the model architecture, training procedure, and evaluation results, highlighting the benefits of incorporating temporal dynamics into PPI prediction.

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

基于图神经网络的复杂系统建模

This paper presents a novel approach to complex system modeling leveraging the power of graph neural networks (GNNs). We construct a model designed to predict system behavior and states by effectively capturing relationships between nodes and edges within the system. The core mechanism of this approach is the utilization of GNNs to build a predictive architecture, offering a more efficient and insightful method compared to traditional approaches. The research demonstrates the efficacy of this model through comprehensive simulations and analysis, highlighting its potential for handling complex systems with intricate dynamics.

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

Neuro-Symbolic Reasoning with Cognitive Graph Structures

This paper introduces a novel approach to neuro-symbolic reasoning utilizing cognitive graph structures. The core idea is to integrate the strengths of neural networks – their ability to learn complex patterns from data – with symbolic knowledge representations – providing explicit, interpretable reasoning. We propose a system where a neural network learns to predict relationships within a dynamically evolving cognitive graph. This dynamic structure allows the system to adapt and refine its knowledge base based on observed data, leading to more flexible and explainable reasoning compared to traditional static neural-symbolic methods. The key innovation lies in the graph's ability to self-organize and update its structure, guided by the neural network's predictions, creating a truly interactive and adaptive reasoning framework. This approach addresses limitations of existing methods by providing a mechanism for continuous learning and refinement of symbolic knowledge, ultimately leading to improved performance on complex reasoning tasks.

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

Dynamic Time Warping and Graph Neural Networks Combination

This paper proposes a novel approach to analyzing time series data by combining Dynamic Time Warping (DTW) with Graph Neural Networks (GNNs). The core idea is to leverage DTW for effective feature extraction from time series, followed by a GNN to learn intricate relationships within the extracted representations. Traditional GNNs often struggle with the inherent temporal dynamics of time series data. DTW addresses this by providing a flexible and robust method for aligning and representing time series with varying speeds. The resulting graph structure, informed by DTW, is then processed by the GNN to capture complex dependencies. We demonstrate the effectiveness of this combination through a theoretical framework and outline the key components of the proposed methodology. The aim is to provide a foundation for future research in applying dynamic methods to graph-based learning.

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

Dynamic Topology-Dependent Graph Reasoning

This paper proposes a novel approach to program optimization that leverages dynamic graph reasoning based on topology. Traditional static dependency graphs fail to adapt to runtime variations and resource constraints, leading to suboptimal performance. We introduce a system that utilizes a neural network to learn and represent program dependencies, and dynamically adjusts the topology of the dependency graph based on observed execution behavior. This is achieved through a reinforcement learning framework where the neural network learns to modify dependency weights, effectively creating a "living" graph that reflects the true runtime dependencies. The core claim is that this dynamic adaptation significantly improves compile-time resource allocation and runtime execution path selection. The key mechanism is the reinforcement learning trained neural network, which provides a continuous feedback loop for optimization. We present a detailed description of the system architecture and the reinforcement learning algorithm, emphasizing the adaptive nature of the dependency graph. Experimental results, although not presented here due to the focus on the theoretical framework, would demonstrate the potential benefits of this approach.

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

Neural Network Information Flow Topology Representation

This paper investigates the representation of information flow within neural networks, proposing that the transmission of information is not a random process but rather governed by a specific topological structure. The core argument centers on the idea that the network's topology dictates the pathways through which information propagates and, consequently, influences its processing capabilities. We introduce a methodology for constructing a neural network information flow topology graph based on analyzing the strength, delay, and direction of connections between neurons. Utilizing topological analysis techniques, this framework aims to decipher the operational mechanisms of neural networks by interpreting the network's structure as a representation of information flow. This approach distinguishes itself from traditional neural network research, which frequently focuses on individual neuron activation without considering the overarching network topology. The research emphasizes a holistic view, recognizing the importance of the network's interconnectedness in shaping information processing. The methodology presented offers a novel perspective for understanding complex neural systems, potentially leading to improved network design and analysis.

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

Dynamic Circuit Synthesis via Generative Graph Neural Networks

This paper presents a novel approach to digital circuit synthesis leveraging Generative Graph Neural Networks (GNNs). The core claim is that designing complex digital circuits is a significantly time-consuming and iterative process. To address this, we propose a system that utilizes a GNN to automatically generate circuit designs from high-level specifications. The system learns a mapping between abstract functional requirements and the corresponding digital circuit components, optimizing for performance and resource utilization. Our approach offers the potential for substantial efficiency gains in circuit design, moving away from manual, iterative methods. The system dynamically adapts to the specification, creating a truly dynamic synthesis process. The generated circuits are represented as graphs, allowing the GNN to effectively learn and generate complex network structures. This work contributes to the automation of circuit design, a crucial step towards accelerating innovation in digital hardware.

Jincheng Zhang · 0 citations