Skip to content

Author

Jincheng Zhang

159 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.

#reinforcement learning Open access Sep 2026

基于量子自组织网络的强化学习

This paper explores the application of quantum self-organized networks (QSON) reinforcement learning, leveraging quantum entanglement and coherence to enhance learning strategies and improve the performance of reinforcement learning agents. Traditional reinforcement learning relies on classical computers, while this research introduces a novel approach utilizing the unique properties of QSON. We propose a framework that integrates quantum entanglement and self-consistency to optimize learning, thereby achieving superior results compared to existing methods. The core mechanism involves carefully structuring the neural network architecture and training process to exploit these quantum properties. This work presents a significant advancement in reinforcement learning, demonstrating the potential for quantum-enhanced learning through the application of QSON principles.

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

Adaptive Precision Quantization for Deep Learning

This paper proposes a novel approach to deep learning model compression called Adaptive Precision Quantization (APQ). The core idea is to dynamically adjust the quantization precision of individual layers or parameters during training, guided by a reinforcement learning agent. Unlike traditional fixed-point quantization methods which rely on pre-defined bit-widths, APQ learns an optimal quantization strategy based on real-time feedback from the loss landscape. This allows the model to maintain near-optimal accuracy while significantly reducing computational cost and memory footprint. The system utilizes a reinforcement learning agent to monitor the loss landscape and dynamically adjust the quantization precision. The experimental results demonstrate that APQ achieves superior compression ratios and inference speeds compared to static quantization techniques, showcasing its potential for deploying deep learning models on resource-constrained devices.

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

Adaptive Quantum Error Correction via Learning

Quantum error correction (QEC) is a crucial step towards fault-tolerant quantum computation. However, traditional QEC schemes often rely on fixed, pre-determined parameters, which may not be optimal for all quantum computations. This paper proposes a novel approach to QEC that leverages adaptive learning algorithms to dynamically adjust the error correction strategy. We construct a model based on self-organizing maps (SOMs) to analyze quantum error patterns and use reinforcement learning to optimize the control parameters of the QEC code. The core claim is that by dynamically adjusting the error correction scheme, we can significantly improve the resilience of quantum computations to noise. The model incorporates key elements like qubit state estimation, error syndrome extraction, and optimized decoding strategies. The theoretical framework demonstrates the potential for enhanced performance, and we outline a pathway for future experimental validation. The effectiveness of the adaptive approach is showcased through simulations, highlighting its ability to outperform traditional static QEC codes in scenarios with evolving noise characteristics. Ultimately, this work presents a shift towards more intelligent and robust QEC solutions for the future of quantum computing.

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

Computational Graph Optimization with Reinforcement Learning for Resource Allocation

This paper presents a novel approach to computational graph optimization utilizing reinforcement learning (RL). Traditional static optimization methods often fail to adequately address the dynamic and evolving resource constraints encountered in modern computing environments. We propose a system where a reinforcement learning agent learns to dynamically optimize the execution order and resource allocation of a computational graph. The agent is trained to maximize performance while respecting hardware limitations and data dependencies. This adaptive optimization strategy offers a more robust and efficient solution compared to conventional static techniques. The core of the approach lies in formulating the graph optimization problem as a Markov Decision Process (MDP) and employing an RL algorithm to learn an optimal policy. We detail the key components of the system, including the state representation, action space, reward function, and the RL algorithm used for training. The potential for this methodology to improve the performance of computationally intensive applications is demonstrated through theoretical analysis and conceptual design.

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

Dynamic Topology-Dependent Graph Optimization Engine (DTROE)

The increasing complexity of software systems poses significant challenges in managing dependencies. Traditional dependency analysis tools struggle to adapt to the dynamic changes in topology, hindering compile-time optimization and runtime performance. This paper introduces the Dynamic Topology-Dependent Graph Optimization Engine (DTROE), a novel approach leveraging machine learning and reinforcement learning to address these issues. DTROE constructs a dynamic dependency graph, incorporating machine learning to predict dependency changes. Reinforcement learning algorithms enable DTROE to adjust the graph in real-time based on runtime data, automatically generating optimization instructions such as code reordering, memory allocation adjustments, and thread scheduling strategies. The core innovation lies in the dynamic, data-driven approach to dependency analysis and optimization, contrasting with the static nature of existing tools. This research demonstrates the potential for significantly improved software performance through intelligent dependency management. ---

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

Adaptive Chaos Algorithm Reinforcement Learning Integration

This paper presents an innovative reinforcement learning algorithm designed to enhance the performance of chaotic systems through the integration of adaptive chaos algorithms. The core of this approach lies in employing reinforcement learning to train an adaptive chaos algorithm that dynamically adjusts its parameters to optimize the system's behavior. We demonstrate the effectiveness of this method by providing a case study illustrating its ability to improve system stability and resilience in a complex, nonlinear system. The algorithm's self-tuning nature offers a significant advancement over traditional methods, addressing a critical challenge in chaotic system control. The study highlights the potential of this integrated approach to unlock new capabilities within chaotic dynamics.

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

Dynamic Adaptive Optimizer and Reinforcement Learning Integration

This paper presents a novel dynamic adaptive optimization framework combining reinforcement learning with a dynamically adjusting optimization strategy. The core focus is on optimizing complex, non-structured problems, leveraging reinforcement learning to learn an optimized objective function and dynamically adjust the optimization strategy itself. The system addresses challenges in traditional optimization methods by incorporating adaptive learning and robust strategy adaptation. We introduce a methodology that dynamically adjusts the learning rate and exploration/exploitation balance based on the problem's characteristics, offering a promising approach for handling intricate optimization tasks. The results demonstrate significant improvements in optimization speed and effectiveness compared to conventional methods, showcasing the potential of this integrated approach.

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

Title: Universal Constraint Induction (UCI) for Dynamical Systems

Universal Constraint Induction (UCI) presents a novel framework for automatically generating and verifying constraints for complex dynamical systems, facilitating the creation of entirely new and unpredictable system behavior. This work introduces a constraint-discovery algorithm leveraging Generative Adversarial Networks (GANs) and reinforcement learning to identify novel constraint combinations that elicit emergent dynamics. The core mechanism focuses on generating constraints that are not directly derived from known solutions, allowing for the exploration of uncharted territory within the system. We demonstrate the effectiveness of this approach through simulations of a simplified, yet representative, dynamical system exhibiting complex oscillations and bifurcations. The resulting constraints are remarkably diverse, exhibiting behaviors not readily achievable through traditional constraint solving techniques.

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

Dynamic Programming with State Abstraction for Reinforcement Learning

Reinforcement learning (RL) relies heavily on dynamic programming (DP) to find optimal policies. However, the curse of dimensionality significantly limits its applicability in environments with large or continuous state spaces. Traditional DP methods become computationally intractable, often requiring exponential time and memory with respect to the number of states. This paper proposes a novel approach that combines dynamic programming with state abstraction. The core idea is to allow the algorithm to automatically learn to group similar states together, effectively reducing the size of the state space without compromising the accuracy of the DP solution. The algorithm iteratively identifies states based on their similarity, creating abstract states, and then applies DP on these smaller state sets. We demonstrate that this approach offers a significant improvement in computational efficiency and scalability compared to standard DP, particularly in environments where state space exploration is a major bottleneck. The key elements of this method include a similarity metric for state comparison, a clustering algorithm to group similar states, and an efficient DP solver applied to the abstracted state sets. The theoretical framework presented here provides a foundation for designing more scalable and robust RL algorithms.

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

Dynamic Graph Partitioning for Distributed Deep Learning

Distributed deep learning has emerged as a crucial paradigm for training increasingly complex models, often necessitating the partitioning of computational graphs across multiple devices. However, traditional graph partitioning techniques rely on static heuristics, failing to adapt to the dynamic and evolving workload demands inherent in distributed training. This paper introduces a novel approach utilizing reinforcement learning (RL) to dynamically partition the graph, addressing this limitation. The proposed system employs an RL agent that observes the current state of the training process – including communication costs and computational load – and dynamically adjusts the graph partitioning scheme. This adaptive partitioning optimizes for efficiency, leading to improved training performance and reduced communication overhead. The core of the method lies in the agent's ability to learn optimal partitioning strategies through trial and error, creating a system that responds effectively to fluctuations in the training workload. The system is evaluated conceptually, outlining key components and expected benefits. Further research and experimentation are planned to fully validate these concepts.

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

Title: Universal Constraint Induction (UCI) for Dynamical Systems

Universal Constraint Induction (UCI) presents a novel framework for automatically generating and verifying constraints for complex dynamical systems, facilitating the creation of entirely new and unpredictable system behavior. This work introduces a constraint-discovery algorithm leveraging Generative Adversarial Networks (GANs) and reinforcement learning to identify novel constraint combinations that elicit emergent dynamics. The core mechanism focuses on generating constraints that are not directly derived from known solutions, allowing for the exploration of uncharted territory within the system. We demonstrate the effectiveness of this approach through simulations of a simplified, yet representative, dynamical system exhibiting complex oscillations and bifurcations. The resulting constraints are remarkably diverse, exhibiting behaviors not readily achievable through traditional constraint solving techniques.

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

Dynamic Programming with State Abstraction for Reinforcement Learning

Reinforcement learning (RL) relies heavily on dynamic programming (DP) to find optimal policies. However, the curse of dimensionality significantly limits its applicability in environments with large or continuous state spaces. Traditional DP methods become computationally intractable, often requiring exponential time and memory with respect to the number of states. This paper proposes a novel approach that combines dynamic programming with state abstraction. The core idea is to allow the algorithm to automatically learn to group similar states together, effectively reducing the size of the state space without compromising the accuracy of the DP solution. The algorithm iteratively identifies states based on their similarity, creating abstract states, and then applies DP on these smaller state sets. We demonstrate that this approach offers a significant improvement in computational efficiency and scalability compared to standard DP, particularly in environments where state space exploration is a major bottleneck. The key elements of this method include a similarity metric for state comparison, a clustering algorithm to group similar states, and an efficient DP solver applied to the abstracted state sets. The theoretical framework presented here provides a foundation for designing more scalable and robust RL algorithms.

Jincheng Zhang · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.