Skip to content

Author

Jincheng Zhang

127 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 Neural Networks for Predictive System Dynamics

This paper investigates the application of Temporal Graph Neural Networks (T-GNNs) for predicting the dynamics of complex systems. Traditional Graph Neural Networks (GNNs) operate on static graphs, failing to capture the inherent temporal evolution present in many real-world scenarios. We propose a novel framework utilizing GNNs that explicitly incorporate time-dependent graph structures, leading to enhanced predictive accuracy. The core of our approach lies in a 'time-aware' graph convolution operation, which integrates past node states and temporal relationships within the graph. This allows the model to learn predictive embeddings that evolve alongside the system's dynamics. Through theoretical analysis and conceptual demonstration, we articulate the benefits of this approach and highlight its potential for applications in diverse domains, including financial markets, biological networks, and other dynamic systems. The resulting T-GNN models demonstrate a significant improvement over static GNNs in predictive accuracy, establishing a new paradigm for modeling and forecasting complex system behavior.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Explainable AI for Reinforcement Learning via Causal Reasoning

Reinforcement learning (RL) has achieved remarkable success in various domains, but its "black box" nature poses a significant challenge for real-world deployment. Understanding the rationale behind an RL agent's decisions is crucial for trust, debugging, and improving performance. This paper proposes a novel approach to explainable AI (XAI) within reinforcement learning by leveraging causal reasoning. We model the environment and the agent's policy using a causal Bayesian network. By performing inference through this network, we trace the causal chain of events leading to a specific action, providing a transparent explanation. This method moves beyond simply observing the agent's behavior to understanding the underlying reasons for its choices. The core of our approach lies in identifying and representing the causal relationships within the RL system, enabling us to dissect the decision-making process and ultimately build more robust and reliable RL agents. The proposed framework offers a significant step toward interpretable RL and addresses a critical limitation of current techniques. ---

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Adaptive Neuron Topology Optimization

This paper introduces a novel approach to neural network design termed Adaptive Neuron Topology Optimization. The core concept revolves around dynamically adjusting the connectivity topology of a neural network based on real-time monitoring of neuron activity. Traditional neural network topology is static, often hindering optimal performance. This work proposes a system leveraging reinforcement learning to optimize the network's topology. Specifically, a reinforcement learning algorithm is employed to modify both connection weights and the connections themselves between neurons, creating a self-adapting topology. The system aims to improve learning efficiency and generalization capabilities by allowing the network to evolve its structure based on the data it is processing. The key innovation lies in the dynamic, data-driven adaptation of the network topology, moving away from pre-defined static architectures. The system's effectiveness is demonstrated through a theoretical framework outlining the core mechanisms and potential benefits.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Adaptive Neuron Topology Optimization

This paper introduces a novel approach to neural network design termed Adaptive Neuron Topology Optimization. The core concept revolves around dynamically adjusting the connectivity topology of a neural network based on real-time monitoring of neuron activity. Traditional neural network topology is static, often hindering optimal performance. This work proposes a system leveraging reinforcement learning to optimize the network's topology. Specifically, a reinforcement learning algorithm is employed to modify both connection weights and the connections themselves between neurons, creating a self-adapting topology. The system aims to improve learning efficiency and generalization capabilities by allowing the network to evolve its structure based on the data it is processing. The key innovation lies in the dynamic, data-driven adaptation of the network topology, moving away from pre-defined static architectures. The system's effectiveness is demonstrated through a theoretical framework outlining the core mechanisms and potential benefits.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Based on Multi-Agent Reinforcement Learning for System Optimization (MARSL)

This paper proposes a novel approach to system optimization leveraging Multi-Agent Reinforcement Learning (MARL). The core concept is to decompose complex systems into multiple intelligent agents, each responsible for controlling a specific subsystem. These agents then collaboratively learn optimal control strategies through a MARL framework. Traditional system optimization methods often rely heavily on expert knowledge and manual tuning, which can be time-consuming and limited in scope. MARSL offers a dynamic and adaptive solution, allowing systems to learn and optimize themselves based on real-time feedback and interactions. This approach is particularly well-suited for systems with high dimensionality, non-linear dynamics, and complex interactions between components. The paper outlines the theoretical foundations of MARSL, details the implementation considerations, and presents a conceptual framework for its application. We aim to demonstrate that MARL can significantly enhance the optimization capabilities of complex systems compared to conventional methods.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Neuromorphic Computing with Spike-Timing Dependent Plasticity (STDP) for Reinforcement Learning

This paper explores the application of neuromorphic computing principles, specifically utilizing Spike-Timing Dependent Plasticity (STDP), for enhancing reinforcement learning (RL) performance. Traditional deep learning approaches often struggle with sparse reward environments, requiring extensive training and substantial computational resources. We propose a novel framework where a reinforcement learning agent is implemented on a neuromorphic platform, leveraging STDP to dynamically adjust synaptic weights based on the precise timing of pre- and post-synaptic spikes. This approach allows the network to learn directly from the temporal structure of the environment, potentially leading to more efficient learning and improved performance in scenarios with limited or delayed rewards. The core claim is that this combination offers a significant advantage over conventional deep learning architectures, particularly in the context of sparse reward reinforcement learning. We detail the theoretical underpinnings of STDP and its relevance to RL, and outline a conceptual architecture for such a system. Future research directions are also discussed, focusing on the practical implementation and scaling of this approach.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Title: Self-Organizing Constraint Networks for Dynamic Data Structures

This paper introduces a novel approach to data structure design leveraging Self-Organizing Constraint Networks (SOCN). SOCN networks dynamically reorganize themselves based on observed data patterns, offering a highly adaptable solution for a wide range of applications. We propose a reinforcement learning framework to train an agent that learns to restructure the constraint network, resulting in a system capable of automatically optimizing data structure performance. The core mechanism focuses on learning the optimal rearrangement of constraint nodes and edges to maximize efficiency and resilience. The system's adaptability stems from its continuous learning process, making it a significant advancement over static constraint network approaches. This work presents a comprehensive investigation of the system's behavior, demonstrating its effectiveness through simulations and a preliminary experimental evaluation.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Adaptive Quantum State Measurement and Information Extraction

This paper investigates the development of an adaptive quantum state measurement protocol designed to enhance information extraction efficiency from quantum states while mitigating the detrimental effects of decoherence. The core idea revolves around employing a reinforcement learning algorithm to dynamically adjust the measurement basis, based on the observed quantum state characteristics and feedback signals generated during the measurement process. Real-time adjustments to measurement device parameters via quantum control techniques further optimize the measurement outcome. The proposed method addresses the limitations of traditional fixed-basis measurements, which are highly susceptible to decoherence. Through adaptive basis selection, this approach aims to maximize information extraction and minimize interference with the quantum state. The theoretical framework and underlying principles are presented, outlining the key components and their interrelationship. The potential impact of this technique on quantum information processing is discussed.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Dynamic Symbolic Regression with Evolutionary Reinforcement Learning

This paper presents a novel approach to symbolic regression, termed Dynamic Symbolic Regression with Evolutionary Reinforcement Learning (DSR-ERL). The core idea is to leverage reinforcement learning (RL) to dynamically control an evolutionary algorithm, specifically optimizing the mutation and crossover operators within the symbolic regression process. Traditional symbolic regression methods often suffer from issues like premature convergence and inefficient exploration of the expression space. Our system addresses these challenges by allowing an RL agent to learn a policy that adapts the evolutionary strategy based on the quality of the generated symbolic expressions. The agent observes the fitness (evaluation) of the expression and adjusts the evolutionary operators to favor solutions with higher fitness. We demonstrate the effectiveness of DSR-ERL through a theoretical analysis and a conceptual framework, outlining the key components and their interactions. The system offers the potential to discover more accurate and efficient mathematical models from data, particularly in complex domains. The key innovation lies in the adaptive control provided by the RL agent, leading to a dynamic and potentially superior symbolic regression process. We provide a detailed description of the system's architecture, including the RL agent, the evolutionary algorithm, and the interface between them. Furthermore, we discuss the challenges and future directions of this research.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Hierarchical Reinforcement Learning with Intrinsic Motivation and Meta-Learning

This paper proposes a novel hierarchical reinforcement learning (HRL) framework that leverages intrinsic motivation, meta-learning, and a hierarchical architecture to address the limitations of traditional HRL methods concerning exploration and generalization. The core idea is to integrate these three components to create a more adaptive and efficient learning system. At each level of the hierarchy, intrinsic motivation, specifically novelty seeking, encourages exploration. Simultaneously, meta-learning dynamically adjusts the learning rate and policy updates, enabling rapid adaptation to diverse tasks. We demonstrate the effectiveness of this approach through a theoretical analysis and a conceptual framework, outlining the key components and their interactions. The resulting system offers improved learning speed and robustness compared to standard HRL techniques, particularly when facing complex and varied environments. This work lays the groundwork for future research in developing truly adaptable and intelligent hierarchical agents.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Adaptive Graph Theory Algorithm

This paper introduces a novel self-adaptive graph theory algorithm designed to optimize the performance of machine learning algorithms through dynamic graph structure adjustment. Traditional graph theory algorithms often operate on static graphs, failing to adequately leverage the inherent variability in data and task characteristics. This algorithm employs a feedback loop that continuously analyzes and modifies the graph's structure and node connections based on observed data, resulting in enhanced machine learning capabilities. The core mechanism revolves around a reinforcement learning-inspired approach, iteratively refining the network topology to minimize loss functions and maximize model performance. The paper details the algorithm's design, implementation, and preliminary results demonstrating its effectiveness in a specific machine learning benchmark.

Jincheng Zhang · 0 citations
#reinforcement learning Open access Aug 2026

Dynamic Neuro-Morphic Network Architecture Adaptation

This paper presents a novel approach to designing neuro-morphic networks capable of adapting to dynamic and complex input data. The core idea revolves around mimicking the inherent plasticity and evolving connectivity observed in biological neural networks. We introduce a reinforcement learning-based algorithm that continuously monitors input data statistics and network performance, dynamically adjusting the synaptic strengths and connection weights between neurons to optimize response speed and accuracy. The system leverages biologically-inspired neuron models, such as pulse and dynamic membrane models, to simulate neuronal behavior accurately. Unlike conventional neuro-morphic networks which often rely on fixed hardware architectures, our approach focuses on software-based adaptation, offering a more flexible and efficient solution. The key innovation lies in the integration of reinforcement learning and bio-inspired models, creating a network that learns and adapts in real-time. This adaptive architecture demonstrates potential for applications in sensor data processing, robotics, and pattern recognition where input data characteristics change over time. The overall framework addresses the limitations of static neuro-morphic designs by providing a dynamic and intelligent network capable of handling unpredictable environments.

Jincheng Zhang · 0 citations