SearcharxivSearch

arXiv subjects

Yihan Guo

Publications and source records attributed to Yihan Guo.

6 recordsLinked to original sources

LLM Sparsity Prior for Robust Feature Selection

Large language models (LLMs) offer a scalable mechanism to elicit domain-informed prior information for high-dimensional variable selection. However, existing methods such as LLM-Lasso are sensitive to weight quality, with performance degrading substantially when LLM-generated weights are inaccurate. To address this challenge, we first introduce a framework for quantifying the quality of LLM-generated weights, enabling rigorous evaluation of LLM-informed methods across varying weight regimes. We then propose the LLM Sparsity Prior (LSP), which integrates LLM-generated weights into the prior inclusion probabilities of Spike-and-Slab and Spike-and-Slab Lasso models via two interpretable hyperparameters governing global sparsity and weight concentration. Hierarchical hyperpriors on these parameters allow the model to dynamically discount uninformative or misleading weights, improving robustness without sacrificing gains when weights are accurate. Finally, we develop principled prompt engineering strategies and validate the method on a private medical dataset studying Acute Kidney Injury. LSP improves prediction accuracy and identifies clinically relevant features missed by the baselines, with robustness to prompt variation and particular effectiveness in low-data regimes.

stat.ML

AURORA: A High Performance Software DAQ Framework for Next-Generation Rare-Event Search Experiments

The upcoming PandaX-xT experiment will deploy over 3,000 readout channels operating at a 500 MSa/s sampling rate, generating a sustained data bandwidth up to 1.6 GB/s. To meet this demanding requirement, we present AURORA, a high-performance, distributed data acquisition (DAQ) framework designed for scalability, low latency, and efficient resource utilization. Built on a modular architecture and leveraging modern I/O and networking technologies, including multi-level buffering, deferred and asynchronous processing, AURORA achieves a projected throughput of over 3 GB/s on the aggregation node in benchmark tests. While developed to support PandaX-xT, the framework is experiment-agnostic and readily adaptable to other large-scale particle and nuclear physics experiments.

physics.ins-det

Eigen, singular, cosine-sine, and Autonne--Takagi vectors distributions of random matrix ensembles

We show that some of the best-known matrix decompositions of some of the best-known random matrix ensembles give us the unique $G$-invariant uniform distributions on some of the best-known manifolds. The eigenvectors distributions of the Gaussian, Laguerre, and Jacobi ensembles are all given by the uniform distribution on the complete flag manifold. The singular vectors distributions of Ginibre ensembles are given by the uniform distribution on a product of the complete flag manifold with a Stiefel manifold. Circular ensembles split into two types: The cosine-sine vectors distributions of circular real, unitary, and quaternionic ensembles are given by the uniform distributions on products of a (partial) flag manifold with copies of the orthogonal, unitary, or compact symplectic groups. The Autonne--Takagi vectors distributions of circular orthogonal, Lagrangian, and symplectic ensembles are given by the uniform distributions on Lagrangian Grassmannians.

math.PR

Graph Wave Networks

Dynamics modeling has been introduced as a novel paradigm in message passing (MP) of graph neural networks (GNNs). Existing methods consider MP between nodes as a heat diffusion process, and leverage heat equation to model the temporal evolution of nodes in the embedding space. However, heat equation can hardly depict the wave nature of graph signals in graph signal processing. Besides, heat equation is essentially a partial differential equation (PDE) involving a first partial derivative of time, whose numerical solution usually has low stability, and leads to inefficient model training. In this paper, we would like to depict more wave details in MP, since graph signals are essentially wave signals that can be seen as a superposition of a series of waves in the form of eigenvector. This motivates us to consider MP as a wave propagation process to capture the temporal evolution of wave signals in the space. Based on wave equation in physics, we innovatively develop a graph wave equation to leverage the wave propagation on graphs. In details, we demonstrate that the graph wave equation can be connected to traditional spectral GNNs, facilitating the design of graph wave networks based on various Laplacians and enhancing the performance of the spectral GNNs. Besides, the graph wave equation is particularly a PDE involving a second partial derivative of time, which has stronger stability on graphs than the heat equation that involves a first partial derivative of time. Additionally, we theoretically prove that the numerical solution derived from the graph wave equation are constantly stable, enabling to significantly enhance model efficiency while ensuring its performance. Extensive experiments show that GWNs achieve SOTA and efficient performance on benchmark datasets, and exhibit outstanding performance in addressing challenging graph problems, such as over-smoothing and heterophily.

cs.LG

Design of High-speed readout electronics for the DarkSHINE electromagnetic calorimeter

The DarkSHINE experiment aims to search for dark photons by measuring the energy loss of the electrons recoiled from fixed-target. Its electromagnetic calorimeter is primarily responsible for accurately reconstructing the energy of the recoil electrons and bremsstrahlung photons. The performance of the electromagnetic calorimeter is crucial, as its energy measurement precision directly determines the sensitivity to the search for dark photons. The DarkSHINE electromagnetic calorimeter uses LYSO crystals to form a fully absorptive electromagnetic calorimeter. It utilizes SiPMs to detect scintillation light in the crystals, and its readout electronics system deduces the deposited energy in the crystals by measuring the number of photoelectric signals generated by the SiPMs. The DarkSHINE electromagnetic calorimeter aims to operate at an event rate of 1-10 MHz, detecting energies ranging from 1 MeV to 1 GeV. To meet the requirements of high energy measurement precision, high event rate, and large dynamic range, we have researched and designed a readout electronics system based on dual-channel high-speed ADCs and a customized DAQ. The front-end amplification part of this system uses low-noise trans-impedance amplifiers to achieve high-precision waveform amplification. It successfully achieves a dynamic range up to a thousandfold through a double-gain readout scheme. The digital part uses 1 GSPS high-speed ADCs to achieve non-dead-time, high-precision waveform digitization. The DAQ part uses JESD204B high-speed serial protocol to read out the signal from ADC, and transmit it to PC software for processing and storage. Test results show a signal-to-noise ratio greater than 66 dBFS and an ENOB greater than 10.6 bits. Energy spectra measurements have been conducted using LYSO crystals and SiPMs, and an energy resolution of 5.96% at the 2.6 MeV gamma peak of Th-232 has been achieved.

physics.ins-det

Homogeneous Feature Transfer and Heterogeneous Location Fine-tuning for Cross-City Property Appraisal Framework

Most existing real estate appraisal methods focus on building accuracy and reliable models from a given dataset but pay little attention to the extensibility of their trained model. As different cities usually contain a different set of location features (district names, apartment names), most existing mass appraisal methods have to train a new model from scratch for different cities or regions. As a result, these approaches require massive data collection for each city and the total training time for a multi-city property appraisal system will be extremely long. Besides, some small cities may not have enough data for training a robust appraisal model. To overcome these limitations, we develop a novel Homogeneous Feature Transfer and Heterogeneous Location Fine-tuning (HFT+HLF) cross-city property appraisal framework. By transferring partial neural network learning from a source city and fine-tuning on the small amount of location information of a target city, our semi-supervised model can achieve similar or even superior performance compared to a fully supervised Artificial neural network (ANN) method.

cs.LG