SearcharxivSearch

arXiv subjects

Xianli Zhang

Publications and source records attributed to Xianli Zhang.

9 recordsLinked to original sources

Beyond the Stability-Exploration Dilemma: Environmental Regularization for LLM Policy Optimization

Policy optimization (PO) for Large Language Models faces a stability--exploration trade-off, currently mediated by an action-side Policy-KL regularizer. This puts practitioners in a double bind: keeping Policy-KL constrains response behavior and consumes the action-side exploration budget, while dropping it leaves the optimization without an explicit drift control. We argue for an alternative that breaks the dilemma by moving regularization to the input side. As training progresses, the distribution over training queries induced by the current policy drifts unchecked from its pre-RL reference distribution. Concretely, Environment-Regularized Policy Optimization (ERPO) introduces a Query-KL (QKL) term that bounds this query distribution shift, together with a dataset-static reference-derived per-query weight that biases each per-query update toward queries typical under the reference. The QKL gradient flows strictly through the query likelihood; the response score function used by policy-gradient estimators does not appear in the QKL term, so QKL exerts no direct gradient pressure on the response distribution---exploration is preserved. ERPO plugs into GRPO/PPO/REINFORCE-style pipelines without additional forward passes. On six mathematical reasoning benchmarks, ERPO replaces the standard Policy-KL regularizer while achieving effective control over query distribution drift, delivering stronger accuracy and substantially more stable behavior under high-temperature decoding and long-horizon training. Our source code are available at https://github.com/AlibabaResearch/ERPO

cs.CL

Neural Airport Ground Handling

Airport ground handling (AGH) offers necessary operations to flights during their turnarounds and is of great importance to the efficiency of airport management and the economics of aviation. Such a problem involves the interplay among the operations that leads to NP-hard problems with complex constraints. Hence, existing methods for AGH are usually designed with massive domain knowledge but still fail to yield high-quality solutions efficiently. In this paper, we aim to enhance the solution quality and computation efficiency for solving AGH. Particularly, we first model AGH as a multiple-fleet vehicle routing problem (VRP) with miscellaneous constraints including precedence, time windows, and capacity. Then we propose a construction framework that decomposes AGH into sub-problems (i.e., VRPs) in fleets and present a neural method to construct the routing solutions to these sub-problems. In specific, we resort to deep learning and parameterize the construction heuristic policy with an attention-based neural network trained with reinforcement learning, which is shared across all sub-problems. Extensive experiments demonstrate that our method significantly outperforms classic meta-heuristics, construction heuristics and the specialized methods for AGH. Besides, we empirically verify that our neural method generalizes well to instances with large numbers of flights or varying parameters, and can be readily adapted to solve real-time AGH with stochastic flight arrivals. Our code is publicly available at: https://github.com/RoyalSkye/AGH.

cs.AI

The structure of amorphous two-dimensional materials: Elemental monolayer amorphous carbon versus binary monolayer amorphous boron nitride

The structure of amorphous materials has been debated since the 1930's as a binary question: amorphous materials are either Zachariasen continuous random networks (Z-CRNs) or Z-CRNs containing crystallites. It was recently demonstrated, however, that amorphous diamond can be synthesized in either form. Here we address the question of the structure of single-atom-thick amorphous monolayers. We reanalyze the results of prior simulations for amorphous graphene and report kinetic Monte Carlo simulations based on alternative algorithms. We find that crystallite-containing Z-CRN is the favored structure of elemental amorphous graphene, as recently fabricated, whereas the most likely structure of binary monolayer amorphous BN is altogether different than either of the two long-debated options: it is a compositionally disordered "pseudo-CRN" comprising a mix of B-N and noncanonical B-B and N-N bonds and containing "pseudocrystallites", namely honeycomb regions made of noncanonical hexagons. Implications for other non-elemental 2D and bulk amorphous materials are discussed.

cond-mat.mtrl-sci

RECIST-Net: Lesion detection via grouping keypoints on RECIST-based annotation

Universal lesion detection in computed tomography (CT) images is an important yet challenging task due to the large variations in lesion type, size, shape, and appearance. Considering that data in clinical routine (such as the DeepLesion dataset) are usually annotated with a long and a short diameter according to the standard of Response Evaluation Criteria in Solid Tumors (RECIST) diameters, we propose RECIST-Net, a new approach to lesion detection in which the four extreme points and center point of the RECIST diameters are detected. By detecting a lesion as keypoints, we provide a more conceptually straightforward formulation for detection, and overcome several drawbacks (e.g., requiring extensive effort in designing data-appropriate anchors and losing shape information) of existing bounding-box-based methods while exploring a single-task, one-stage approach compared to other RECIST-based approaches. Experiments show that RECIST-Net achieves a sensitivity of 92.49% at four false positives per image, outperforming other recent methods including those using multi-task learning.

cs.CV

Instance-based Vision Transformer for Subtyping of Papillary Renal Cell Carcinoma in Histopathological Image

Histological subtype of papillary (p) renal cell carcinoma (RCC), type 1 vs. type 2, is an essential prognostic factor. The two subtypes of pRCC have a similar pattern, i.e., the papillary architecture, yet some subtle differences, including cellular and cell-layer level patterns. However, the cellular and cell-layer level patterns almost cannot be captured by existing CNN-based models in large-size histopathological images, which brings obstacles to directly applying these models to such a fine-grained classification task. This paper proposes a novel instance-based Vision Transformer (i-ViT) to learn robust representations of histopathological images for the pRCC subtyping task by extracting finer features from instance patches (by cropping around segmented nuclei and assigning predicted grades). The proposed i-ViT takes top-K instances as input and aggregates them for capturing both the cellular and cell-layer level patterns by a position-embedding layer, a grade-embedding layer, and a multi-head multi-layer self-attention module. To evaluate the performance of the proposed framework, experienced pathologists are invited to selected 1162 regions of interest from 171 whole slide images of type 1 and type 2 pRCC. Experimental results show that the proposed method achieves better performance than existing CNN-based models with a significant margin.

cs.CV

Nuclei Grading of Clear Cell Renal Cell Carcinoma in Histopathological Image by Composite High-Resolution Network

The grade of clear cell renal cell carcinoma (ccRCC) is a critical prognostic factor, making ccRCC nuclei grading a crucial task in RCC pathology analysis. Computer-aided nuclei grading aims to improve pathologists' work efficiency while reducing their misdiagnosis rate by automatically identifying the grades of tumor nuclei within histopathological images. Such a task requires precisely segment and accurately classify the nuclei. However, most of the existing nuclei segmentation and classification methods can not handle the inter-class similarity property of nuclei grading, thus can not be directly applied to the ccRCC grading task. In this paper, we propose a Composite High-Resolution Network for ccRCC nuclei grading. Specifically, we propose a segmentation network called W-Net that can separate the clustered nuclei. Then, we recast the fine-grained classification of nuclei to two cross-category classification tasks, based on two high-resolution feature extractors (HRFEs) which are proposed for learning these two tasks. The two HRFEs share the same backbone encoder with W-Net by a composite connection so that meaningful features for the segmentation task can be inherited for the classification task. Last, a head-fusion block is applied to generate the predicted label of each nucleus. Furthermore, we introduce a dataset for ccRCC nuclei grading, containing 1000 image patches with 70945 annotated nuclei. We demonstrate that our proposed method achieves state-of-the-art performance compared to existing methods on this large ccRCC grading dataset.

eess.IV

Localized spin-orbit polaron in magnetic Weyl semimetal Co$_3$Sn$_2$S$_2$

The kagome lattice Co$_3$Sn$_2$S$_2$ exhibits the quintessential topological phenomena of a magnetic Weyl semimetal such as the chiral anomaly and Fermi-arc surface states. Probing its magnetic properties is crucial for understanding this correlated topological state. Here, using spin-polarized scanning tunneling microscopy/spectroscopy (STM/S), we report the discovery of localized spin-orbit polarons (SOPs) with three-fold rotation symmetry nucleated around single-S vacancies in Co$_3$Sn$_2$S$_2$. The SOPs carry a spin-polarized magnetic moment and a large orbital magnetization of a topological origin associated with the Berry phase and the persistent circulating current. Appreciable magneto-elastic coupling of the SOP is detected by atomic force microscope and STM. Our findings suggest that the SOPs can enhance magnetism and stability of the magnetic Weyl nodes for more robust time-reversal-symmetry-breaking topological phenomena. Controlled engineering of the SOPs may pave the way toward practical applications in functional quantum devices.

cond-mat.mtrl-sci

Coherent addressing of individual neutral atoms in a 3D optical lattice

We demonstrate arbitrary coherent addressing of individual neutral atoms in a $5\times 5\times 5$ array formed by an optical lattice. Addressing is accomplished using rapidly reconfigurable crossed laser beams to selectively ac Stark shift target atoms, so that only target atoms are resonant with state-changing microwaves. The effect of these targeted single qubit gates on the quantum information stored in non-targeted atoms is smaller than $3\times 10^{-3}$ in state fidelity. This is an important step along the path of converting the scalability promise of neutral atoms into reality.

quant-ph

Atomic Fock State Preparation Using Rydberg Blockade

We use coherent excitation of 3-16 atom ensembles to demonstrate collective Rabi flopping mediated by Rydberg blockade. Using calibrated atom number measurements, we quantitatively confirm the expected $\sqrt{N}$ Rabi frequency enhancement to within 4%. The resulting atom number distributions are consistent with essentially perfect blockade. We then use collective Rabi $π$ pulses to produce ${\cal N}=1,2$ atom number Fock states with fidelities of 62% and 48% respectively. The ${\cal N}=2$ Fock state shows the collective Rabi frequency enhancement without corruption from atom number fluctuations.

quant-ph