SearcharxivSearch

arXiv subjects

Zhengyao Huang

Publications and source records attributed to Zhengyao Huang.

3 recordsLinked to original sources

Smirnov Decomposition of a Horizontal Vector Charge in the Heisenberg Group

A divergence-free horizontal vector current in Heisenberg space may be viewed as an element of the dual space of horizontal test vector fields. By applying a horizontal Liouville theorem in this setting, the flow lines of such a vector field generate a family of horizontal curves and an associated measure on this collection. In this paper, we provide a direct proof of the Smirnov decomposition for a Federer-Fleming current within the horizontal distribution.

math.FA

A Sudakov Decomposition in Riemannian Manifolds with Positive Curvature

In this paper, we study Monge's problem on Riemannian manifolds $(M, g)$ with positive sectional curvature. Assuming that the source and target measures are absolutely continuous with respect to the Riemannian volume measure, we generalize a variational method from the Euclidean setting to establish the existence of a transport density and an explicit disintegration of measures along optimal rays. These results extend the approach of Bianchini-Caravenna to the Riemannian context.

math.AP

Improving Monte Carlo Tree Search for Symbolic Regression

Symbolic regression aims to discover concise, interpretable mathematical expressions that satisfy desired objectives, such as fitting data, posing a highly combinatorial optimization problem. While genetic programming has been the dominant approach, recent efforts have explored reinforcement learning methods for improving search efficiency. Monte Carlo Tree Search (MCTS), with its ability to balance exploration and exploitation through guided search, has emerged as a promising technique for symbolic expression discovery. However, its traditional bandit strategies and sequential symbol construction often limit performance. In this work, we propose an improved MCTS framework for symbolic regression that addresses these limitations through two key innovations: (1) an extreme bandit allocation strategy tailored for identifying globally optimal expressions, with finite-time performance guarantees under polynomial reward decay assumptions; and (2) evolution-inspired state-jumping actions such as mutation and crossover, which enable non-local transitions to promising regions of the search space. These state-jumping actions also reshape the reward landscape during the search process, improving both robustness and efficiency. We conduct a thorough numerical study to the impact of these improvements and benchmark our approach against existing symbolic regression methods on a variety of datasets, including both ground-truth and black-box datasets. Our approach achieves competitive performance with state-of-the-art libraries in terms of recovery rate, attains favorable positions on the Pareto frontier of accuracy versus model complexity. Code is available at https://github.com/PKU-CMEGroup/MCTS-4-SR.

cs.LG