Skip to content

Author

Jincheng Zhang

153 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

##基于自适应的图神经网络模型

The ability to effectively model complex relationships within data is crucial for many applications in fields ranging from natural language processing to image recognition. Traditional graph neural networks (GNNs) offer a powerful framework for this, but their performance can be significantly impacted by the data's inherent structure and the network's complexity. This paper introduces a novel approach to GNNs – a dynamically adaptive graph neural network – designed to overcome these limitations. The core mechanism of this model lies in a mechanism to dynamically adjust both the weights of edges and nodes, allowing the network to better capture the intricate dependencies within the data. We demonstrate that this adaptive approach results in improved prediction accuracy compared to existing methods, particularly in scenarios with high-dimensional data and complex relationships. The paper concludes with a detailed explanation of the model's architecture, training procedure, and experimental results showcasing its effectiveness.

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

Adaptive Kernel Methods for Non-Euclidean Data

Traditional kernel methods have demonstrated remarkable success in various machine learning tasks, particularly in capturing non-linear relationships within data. However, their applicability is severely limited when dealing with non-Euclidean data, where the notion of distance and similarity becomes ambiguous. This work proposes a novel framework for adaptive kernel methods designed specifically for non-Euclidean data. The core idea revolves around dynamically adjusting the kernel function's shape based on the local characteristics of the data. We introduce a mechanism that learns the kernel's parameters using a recurrent neural network, leveraging the local graph structure to adapt to the data's inherent complexities. This approach avoids the challenges of defining fixed kernel functions for non-Euclidean datasets, offering a more robust and effective solution. We outline the key components of this adaptive kernel method and discuss its potential benefits in scenarios where traditional kernel methods fail.

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

Title: Emergent Topological Order in Graph Neural Networks

Graph neural networks (GNNs) have demonstrated remarkable success in various tasks involving graph data, including social network analysis, drug discovery, and knowledge graph reasoning. However, a fundamental challenge remains: effectively capturing and utilizing the inherent topological order within these graphs. This paper investigates a novel architectural approach that explicitly promotes the emergence of topological order in GNNs, aiming to improve the representation and prediction of complex graph structures. The proposed mechanism, "connectivity deformation," subtly alters the graph structure to create self-organizing patterns, fostering a more robust and adaptable representation. We analyze the impact of this design on various graph datasets, demonstrating significant improvements in representation learning and prediction accuracy compared to existing GNN architectures. The core mechanism provides a pathway for inherent topological ordering, enhancing the model's ability to represent and reason about graph structure effectively. This work offers a promising direction for advancing the state-of-the-art in GNNs by focusing on the intrinsic properties of graph data.

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

Information-Theoretic Limits on Graph Neural Network Compression

Graph Neural Networks (GNNs) have achieved remarkable success in various domains, including node classification, graph classification, and link prediction. However, their large size and high computational cost pose significant challenges for deployment, particularly on resource-constrained devices. Graph Neural Network compression aims to reduce the model size and computational complexity while preserving performance. This work investigates the fundamental limits of GNN compression from an information-theoretic perspective. We analyze the redundancy inherent in GNN parameters and leverage concepts from source coding theory to guide the development of compression techniques. Our analysis reveals that significant compression is possible, but it's inherently limited by the information content captured by the GNN. We propose a framework for quantifying this limit and designing compression strategies that minimize information loss. The primary contribution is a rigorous, information-theoretic foundation for GNN compression, offering insights into the trade-offs between compression ratio and performance degradation. The key metrics used are the source coding efficiency (SE) and the mutual information (MI) between original and compressed representations. We demonstrate through theoretical analysis and a simplified illustrative example that achieving high compression ratios without considering these information-theoretic constraints can lead to substantial performance degradation.

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

Dynamic Graph Representation Learning via Graph Transformers

Graph representation learning has emerged as a powerful technique for analyzing and understanding complex data represented as graphs. Traditional Graph Neural Networks (GNNs) typically learn static representations of nodes, often neglecting the evolving nature of relationships within the graph. This work introduces a novel approach to graph representation learning using Graph Transformers, leveraging the self-attention mechanisms inherent in Transformer architectures. By directly applying self-attention to the graph structure, our method enables dynamic graph representations, where each node's representation is continuously updated based on its evolving interactions with neighboring nodes. This allows the model to capture temporal dependencies and changes in graph structure more effectively than static GNNs. We demonstrate the effectiveness of this approach through a theoretical analysis and outline its potential applications across various domains.

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

Hypergraph Neural Networks with Symbolic Regression

This paper proposes a novel approach to learning complex functions and representations by integrating Hypergraph Neural Networks (HNNs) with Symbolic Regression (SR). The core idea is to leverage the graph representation capabilities of HNNs to extract informative features from hypergraph data, and then utilize a symbolic regression engine to iteratively refine a mathematical expression based on these extracted features. This synergistic combination overcomes limitations of traditional methods by allowing the system to not only learn feature representations but also directly optimize a mathematical function. We detail the architecture, training process, and demonstrate the potential of this approach through a theoretical framework. The system aims to find the optimal mathematical model that best describes the relationships within the hypergraph, offering a powerful tool for data analysis, function approximation, and potentially, scientific discovery. The presented framework significantly advances the intersection of graph neural networks and symbolic reasoning, addressing challenges associated with both methods individually.

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

Dynamic Bayesian Optimization with Reinforcement Learning

Bayesian Optimization (BO) is a powerful technique for optimizing black-box functions, particularly those where gradient information is unavailable. However, its performance can degrade significantly when faced with noisy or non-stationary objective functions. This paper proposes a novel approach, Dynamic Bayesian Optimization with Reinforcement Learning (DBO-RL), to address these limitations. DBO-RL integrates Reinforcement Learning (RL) to enable the BO algorithm to dynamically adapt its exploration strategy. An RL agent is trained to learn an optimal exploration policy, balancing exploration and exploitation based on the observed behavior of the objective function. The core claim of this work is that by dynamically adapting the exploration strategy, DBO-RL achieves superior performance compared to traditional BO methods in scenarios with noisy or non-stationary objectives. The algorithm utilizes a Gaussian Process (GP) surrogate model to represent the objective function and the RL agent learns to select acquisition functions based on the GP predictions and uncertainties. The presented framework offers a robust and adaptive solution for optimization problems where the underlying function's characteristics are uncertain and prone to change.

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

Adaptive Kernel Learning via Meta-Reinforcement for Feature Selection

The selection of an appropriate kernel function remains a significant challenge in kernel methods, frequently relying on manual tuning and heuristic approaches. This research introduces a novel framework employing meta-reinforcement learning to autonomously learn and adapt kernel functions. The system utilizes a reinforcement learning agent that interacts with a diverse library of kernels, receiving rewards based on classification accuracy. Through this interaction, the agent learns a policy for selecting kernels based on the characteristics of the input data, concurrently adjusting kernel parameters using an adaptive kernel learning algorithm. This approach offers a dynamic and automated solution, promising improved performance and reduced reliance on expert knowledge. The core idea is to treat kernel selection as a sequential decision-making problem, where the agent learns to choose the best kernel for a given task over time. The framework's adaptability allows it to generalize across different datasets and tasks, potentially uncovering kernel configurations previously unexplored. This work addresses the limitations of traditional kernel selection methods and presents a promising avenue for enhancing the effectiveness of kernel-based machine learning algorithms.

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

Adaptive Neural Network Architecture

This paper presents a novel self-adaptive neural network architecture leveraging machine learning to dynamically adjust network structure and parameters. Traditional neural network design relies heavily on human expertise, limiting the network's adaptability. This work introduces a framework that utilizes machine learning to automatically optimize the network's architecture and weights, resulting in improved model performance. The core mechanism centers around a reinforcement learning-based approach to iteratively refine the network's structure based on a predefined set of performance metrics. We demonstrate the effectiveness of this approach through extensive experimentation on a variety of benchmark datasets. The paper provides a comprehensive overview of the proposed architecture, detailing its key components and the underlying learning process.

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

Adaptive Network Routing Based on Reinforcement Learning (ANRRL)

This paper presents Adaptive Network Routing Based on Reinforcement Learning (ANRRL), a novel approach to network routing optimization utilizing reinforcement learning (RL). Traditional network routing protocols often rely on static configurations or shortest-path algorithms, which may not adapt effectively to dynamic network conditions, such as fluctuating traffic patterns and link failures. ANRRL addresses this limitation by formulating network routing as a Markov Decision Process (MDP), allowing an RL agent to learn optimal routing policies through trial and error. The agent interacts with a simulated network environment, receiving rewards based on factors like packet delivery success, latency, and bandwidth utilization, and subsequently adjusts its routing decisions. This dynamic adaptation leads to improved network traffic efficiency and resilience. The core of the system lies in the design of a suitable RL algorithm and the effective definition of the state space, action space, and reward function. Experimental results, while not presented here due to the focus on the theoretical framework, demonstrate the potential of ANRRL to outperform conventional routing methods in complex network scenarios. This research contributes to the growing field of intelligent network management and offers a promising solution for optimizing network performance in modern, dynamic environments.

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

Quantum Resource Allocation with Deep Reinforcement Learning

This paper explores the application of Deep Reinforcement Learning (DRL) for optimizing quantum resource allocation in quantum computing. Traditional quantum resource allocation often relies on manual design and expert knowledge, which can be computationally expensive and limit scalability. We propose a novel framework utilizing DRL to automate this process, learning optimal strategies for allocating quantum resources (qubits, gates, and time) to maximize the performance of quantum algorithms. The core of our approach involves constructing a DRL model where the agent learns to make decisions regarding resource allocation based on the current state of the quantum system and the desired algorithm outcome. We define a state space representing the quantum system's configuration, action space encompassing various resource allocation options, and a reward function that reflects the algorithm's success. Through this framework, we aim to significantly enhance the efficiency and performance of quantum computations. This work presents a foundational approach, paving the way for more sophisticated DRL-based quantum resource allocation strategies.

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

基于深度强化学习的硬件资源动态分配

This paper investigates the application of Deep Reinforcement Learning (DRL) for dynamic hardware resource allocation in complex systems. Traditional resource allocation methods often rely on static rules, which struggle to adapt to fluctuating workloads and system states. This research proposes a DRL-based approach where an agent learns an optimal resource allocation policy through interaction with the system environment. The agent utilizes a deep neural network to approximate the Q-function, enabling it to make intelligent decisions regarding resource allocation based on real-time system data. The core claim of this work is to leverage DRL for improved system performance and resource utilization. The key mechanism involves a DRL model learning and adapting a resource allocation strategy. The results demonstrate the potential of DRL to outperform traditional methods in dynamic environments, achieving higher resource utilization and overall system efficiency. The model is trained using a simulated environment and evaluated based on metrics such as throughput, latency, and resource utilization. The experimental setup focuses on a multi-core processor system to illustrate the applicability of the technique. Further research will explore the scalability of this approach and its application to diverse hardware architectures.

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.