Researcher profile

Jianguo Li

Jianguo Li contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
6works
0followers
7topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

6 published item(s)

preprint2026arXiv

Chiral three-nucleon forces for the new local position-space two-nucleon potential in $\textit{ab initio}$ many-body calculations

Three-nucleon force (3NF) plays an important role in understanding the structure of finite nuclei and the saturation properties of infinite nuclear matter. The chiral 3NF derived from the chiral effective field theory has been successful in $\textit{ab initio}$ studies of atomic nuclei. However, challenges remain, such as parameterizing low-energy constants and applying regulators. Most of established chiral nuclear forces have a nonlocal form in the momentum space. In this work, we construct local and hybrid local-nonlocal chiral 3NFs for the newly established Idaho local position-space two-nucleon potential, and calculate binding energies and radii of nuclei up to $^{132}$Sn. The two low-energy constants of 3NF are constrained by the ground-state energies of $^3$H and $^{16}$O, as suggested in a recent work. The chiral Hamiltonian obtained with the local-nonlocal regulator can simultaneously reproduce the experimental ground-state energies and charge radii of nuclei over a large range from $^4$He to $^{132}$Sn.

preprint2022arXiv

A Meta Reinforcement Learning Approach for Predictive Autoscaling in the Cloud

Predictive autoscaling (autoscaling with workload forecasting) is an important mechanism that supports autonomous adjustment of computing resources in accordance with fluctuating workload demands in the Cloud. In recent works, Reinforcement Learning (RL) has been introduced as a promising approach to learn the resource management policies to guide the scaling actions under the dynamic and uncertain cloud environment. However, RL methods face the following challenges in steering predictive autoscaling, such as lack of accuracy in decision-making, inefficient sampling and significant variability in workload patterns that may cause policies to fail at test time. To this end, we propose an end-to-end predictive meta model-based RL algorithm, aiming to optimally allocate resource to maintain a stable CPU utilization level, which incorporates a specially-designed deep periodic workload prediction model as the input and embeds the Neural Process to guide the learning of the optimal scaling actions over numerous application services in the Cloud. Our algorithm not only ensures the predictability and accuracy of the scaling strategy, but also enables the scaling decisions to adapt to the changing workloads with high sample efficiency. Our method has achieved significant performance improvement compared to the existing algorithms and has been deployed online at Alipay, supporting the autoscaling of applications for the world-leading payment platform.

preprint2022arXiv

Heterogeneous Ultra-Dense Networks with Traffic Hotspots: A Unified Handover Analysis

With the ever-growing communication demands and the unceasing miniaturization of mobile devices, the Internet of Things is expanding the amount of mobile terminals to an enormous level. To deal with such numbers of communication data, plenty of base stations (BSs) need to be deployed. However, denser deployments of heterogeneous networks (HetNets) lead to more frequent handovers, which could increase network burden and degrade the users experience, especially in traffic hotspot areas. In this paper, we develop a unified framework to investigate the handover performance of wireless networks with traffic hotspots. Using the stochastic geometry, we derive the theoretical expressions of average distances and handover metrics in HetNets, where the correlations between users and BSs in hotspots are captured. Specifically, the distributions of macro cells are modeled as independent Poisson point processes (PPPs), and the two tiers of small cells outside and inside the hotspots are modeled as PPP and Poisson cluster process (PCP) separately. A modified random waypoint (MRWP) model is also proposed to eliminate the density wave phenomenon in traditional models and to increase the accuracy of handover decision. By combining the PCP and MRWP model, the distributions of distances from a typical terminal to the BSs in different tiers are derived. Afterwards, we derive the expressions of average distances from a typical terminal to different BSs, and reveal that the handover rate, handover failure rate, and ping-pong rate are deduced as the functions of BS density, scattering variance of clustered small cell, user velocity, and threshold of triggered time. Simulation results verify the accuracy of the proposed analytical model and closed-form theoretical expressions.

preprint2022arXiv

Microstructure evolution under the space-time variational solidification conditions in a melt pool: A multi-scale simulation study

The properties of welded components are dominated by the microstructure evolution in the pool, where the solidification conditions are space-time variational. To represent the variational solidification conditions in the pool, the multi-scale simulation is carried out in this paper, combining the microscopic Phase-Field (PF) equations with the macroscopic thermal processes. Firstly, two different models, the GR model and TF model, are employed to simulate the single crystal solidification at a local region of the pool. Results suggest the TF model is more suitable to reflect the variational conditions than the GR model. Secondly, the single-crystal solidification and poly-crystal solidification at the whole region of the pool are performed through the TF model. The results demonstrate the space-time variabilities of the solidification conditions across the melt pool. Meanwhile, the variational conditions affect the microstructure evolution significantly, including the onset of initial instability at the epitaxial growth stage and the directional evolutions of the converging grain boundaries (GBs) and diverging GBs at the competitive growth stage. Moreover, the formation of axial grain structures is observed, which can be regarded as the competition between the grains along the axial direction and radial direction. This study indicates the necessity of considering the variational conditions in a pool. Meanwhile, the PF model can simulate microstructure evolution under the variational conditions accurately, which has a great potential for investigating solidification dynamics in the melt pool.

preprint2022arXiv

Nuclear Spectroscopy with Heavy Ion Nucleon Knockout and (p,2p) Reactions

Knockout reactions with heavy ion targets in inverse kinematics, as well as "quasi-free" (p,2p) and (p,pn) reactions are useful tools for nuclear spectroscopy. We report calculations on \textit{ab-initio} many-body wavefunctions based on the no-core shell model to study the nucleon removal reactions in light nuclei, including beryllium, carbon, and oxygen isotopic chains, and explore the importance of using an \textit{ab-initio} method. Our study helps clarifying how the extraction of spectroscopic factors from the experiments depend on the details of the many-body wavefunctions being probed. We show that recent advances with the ab-initio method can provide more insights on the spectroscopy information extracted from experiments.

preprint2020arXiv

Few Sample Knowledge Distillation for Efficient Network Compression

Deep neural network compression techniques such as pruning and weight tensor decomposition usually require fine-tuning to recover the prediction accuracy when the compression ratio is high. However, conventional fine-tuning suffers from the requirement of a large training set and the time-consuming training procedure. This paper proposes a novel solution for knowledge distillation from label-free few samples to realize both data efficiency and training/processing efficiency. We treat the original network as "teacher-net" and the compressed network as "student-net". A 1x1 convolution layer is added at the end of each layer block of the student-net, and we fit the block-level outputs of the student-net to the teacher-net by estimating the parameters of the added layers. We prove that the added layer can be merged without adding extra parameters and computation cost during inference. Experiments on multiple datasets and network architectures verify the method's effectiveness on student-nets obtained by various network pruning and weight decomposition methods. Our method can recover student-net's accuracy to the same level as conventional fine-tuning methods in minutes while using only 1% label-free data of the full training data.