SearcharxivSearch

arXiv subjects

Yuhao Shi

Publications and source records attributed to Yuhao Shi.

4 recordsLinked to original sources

Physics-Informed Generative Solver: Bridging Data-Driven Priors and Conservation Laws for Stable Spatiotemporal Field Reconstruction

Reconstructing continuous physical fields from sparse measurements is a central inverse problem, but data-driven generative models can produce states that violate governing dynamics. We introduce a physics-informed generative solver that separates stable prior learning from inference-time enforcement of conservation laws. Martingale-Regularized Score Matching regularizes score pretraining with a Score Fokker-Planck constraint, yielding a dynamically stable prior. Physics-Informed Implicit Score Sampling then guides denoising trajectories by gradients of physical residuals, projecting samples toward admissible manifolds without retraining. In acoustics, the method co-generates pressure and particle velocity from sparse sensors, enabling dense virtual arrays that suppress spatial aliasing. The same framework generalizes to real-world ERA5 meteorological fields under extreme sparsity. Together, this work establishes a rigorous and generalizable paradigm for solving high-dimensional inverse problems, bridging the gap between generative artificial intelligence and first-principles science.

cs.LG

Intervalley Band Crossing and Transition of Fractional Chern Insulators in Floquet Twisted Bilayer MoTe$_2$

We study the twisted MoTe$_2$ homobilayer coupled to periodic driving of a circularly polarized light (CPL). Using Floquet theory in the high-frequency limit, we start from the Dirac model including both the valence and conduction bands of monolayer MoTe$_2$ to derive an effective time-independent Floquet Hamiltonian. The photon processes coupling the valence and conduction bands are captured in this Floquet analysis, and the resulting Floquet Hamiltonian contains explicit time-reversal symmetry breaking terms that are absent if conduction bands are integrated out from the beginning of the derivation. Based on the Floquet Hamiltonian, we find the increase of CPL driving intensity can cause the crossing of Floquet bands and redistribution of holes between the two valleys. When interactions are included, a transition between Floquet Laughlin-type FCIs with different behaviors of valley polarization is identified at total hole filling $5/3$.

cond-mat.str-el

Characterization of fractional Chern insulator quasiparticles in twisted homobilayer MoTe$_2$

We provide a detailed study of Abelian quasiparticles of valley polarized fractional Chern insulators (FCIs) residing in the top valence band of twisted bilayer MoTe$_2$ (tMoTe$_2$) at hole filling $\nu_h=2/3$. We construct a tight-binding model of delocalized quasiparticles to capture the energy dispersion of a single quasiparticle. We then localize quasiparticles by short-range delta impurity potentials. Unlike the fractional quantum Hall (FQH) counterpart in the lowest Landau level (LLL), the density profile around the localized FCI quasiparticle in tMoTe$_2$ depends on the location of the impurity potential and loses the continuous rotation invariance. The FCI quasiparticle localized at moir\'e lattice center closely follows the anyon Wannier state of the tight-binding model of the mobile quasiparticle. Despite of the difference in density profiles, we find that the excess charge around the impurity potential for the $\nu_h=2/3$ FCIs in tMoTe$_2$ is still similar to that of the $\nu=2/3$ FQH state in the LLL if an effective magnetic length on the moir\'e lattice is chosen as the length unit, which allows a rough estimation of the spatial extent of the FCI quasiparticle. Far away from the impurity potential, this excess charge has the tendency to reach $e/3$, as expected for the Laughlin quasiparticle. The braiding phase of two FCI quasiparticles in tMoTe$_2$ also agrees with the theoretical prediction of fractional statistics. We characterize the interaction between two FCI quasiparticles and find a crossover from repulsive to attractive interaction as gate-to-sample distances decreases. Based on the nearly ideal quantum geometry of the top valence band of tMoTe$_2$, we propose a trial wave function for localized FCI quasiparticles, which reproduces the key feature of the density profile around a quasiparticle.

cond-mat.str-el

Graph Neural Network based Agent in Google Research Football

Deep neural networks (DNN) can approximate value functions or policies for reinforcement learning, which makes the reinforcement learning algorithms more powerful. However, some DNNs, such as convolutional neural networks (CNN), cannot extract enough information or take too long to obtain enough features from the inputs under specific circumstances of reinforcement learning. For example, the input data of Google Research Football, a reinforcement learning environment which trains agents to play football, is the small map of players' locations. The information is contained not only in the coordinates of players, but also in the relationships between different players. CNNs can neither extract enough information nor take too long to train. To address this issue, this paper proposes a deep q-learning network (DQN) with a graph neural network (GNN) as its model. The GNN transforms the input data into a graph which better represents the football players' locations so that it extracts more information of the interactions between different players. With two GNNs to approximate its local and target value functions, this DQN allows players to learn from their experience by using value functions to see the prospective value of each intended action. The proposed model demonstrated the power of GNN in the football game by outperforming other DRL models with significantly fewer steps.

cs.LG