SearcharxivSearch

arXiv subjects

Lixin Wang

Publications and source records attributed to Lixin Wang.

At least 19 recordsLinked to original sources

QMClaw: A Scalable General-purpose Framework for Quantum Measurement and Control

As quantum computing continues to scale, quantum measurement and control (QMC) are increasingly constrained by calibration workflow complexity and by requirements for low-latency execution, robust exception handling, and traceable workflow governance. Existing frameworks for QMC are specialized and task-specific, while language-model-based agents for QMC suffer from excessive latency and cannot satisfy the strict timing and control-density demands of large-scale quantum systems. Here we propose QMClaw, a general, workflow-oriented framework for QMC built, featuring a local-first, tool-governed, robust architecture. At its core is a RuleEngine-centered control layer that processes structured context, performs rule-based state transitions, and generates execution plans for typical calibration workflows. Language models are used only for natural-language interaction, high-level task understanding, and exception support, keeping the critical fast path efficient. We implement a single qubit tune-up workflow as a demonstration and validation using real quantum device dataset. We also prove that the framework achieves quantitatively acceptable levels in terms of resource cost, LLM calling times and decision latency, enabling its practical deployment in large-scale quantum qubit measurement and control scenarios. This work presents a general workflow-oriented framework for QMC and provides evidence that rule-centered architectures are a promising design choice for scalable quantum-system calibration.

quant-ph

SD-ReID: View-aware Stable Diffusion for Aerial-Ground Person Re-Identification

Aerial-Ground Person Re-IDentification (AG-ReID) aims to retrieve specific persons across cameras with different viewpoints. Previous works focus on designing discriminative models to maintain the identity consistency despite drastic changes in camera viewpoints. The core idea behind these methods is quite natural, but designing a view-robust model is a very challenging task. Moreover, they overlook the contribution of view-specific features in enhancing the model's ability to represent persons. To address these issues, we propose a novel generative framework named SD-ReID for AG-ReID, which leverages generative models to mimic the feature distribution of different views while extracting robust identity representations. More specifically, we first train a ViT-based model to extract person representations along with controllable conditions, including identity and view conditions. We then fine-tune the Stable Diffusion (SD) model to enhance person representations guided by these controllable conditions. Furthermore, we introduce the View-Refined Decoder (VRD) to bridge the gap between instance-level and global-level features. Finally, both person representations and all-view features are employed to retrieve target persons. Extensive experiments on five AG-ReID benchmarks (i.e., CARGO, AG-ReIDv1, AG-ReIDv2, LAGPeR and G2APS-ReID) demonstrate the effectiveness of our proposed method. The source code and pre-trained models are available at https://github.com/924973292/SD-ReID.

cs.CV

Fast CZ Gate via Energy-Level Engineering in Superconducting Qubits with a Tunable Coupler

In superconducting quantum circuits, decoherence errors in qubits constitute a critical factor limiting quantum gate performance. To mitigate decoherence-induced gate infidelity, rapid implementation of quantum gates is essential. Here we propose a scheme for rapid controlled-Z (CZ) gate implementation through energy-level engineering, which leverages Rabi oscillations between the $\left|11\right\rangle$ state and the non-computational state in a tunable-coupler architecture. Numerical simulations achieved a $\mathrm{22~ns}$ nonadiabatic CZ gate with fidelity over $99.99\%$. We further investigated the performance of the CZ gate in the presence of anharmonicity offsets. The results demonstrate that a high-fidelity CZ gate with an error rate below $10^{-4}$ remains achievable even with finite anharmonicity variations. Furthermore, the detrimental impact of spectator qubits in different quantum states on the fidelity of CZ gate is effectively suppressed by incorporating a tunable coupler. This scheme exhibits potential for extending the circuit execution depth constrained by coherence time limitations.

quant-ph

Age of Information-Oriented Probabilistic Link Scheduling for Device-to-Device Networks

This paper focuses on optimizing the long-term average age of information (AoI) in device-to-device (D2D) networks through age-aware link scheduling. The problem is naturally formulated as a Markov decision process (MDP). However, finding the optimal policy for the formulated MDP in its original form is challenging due to the intertwined AoI dynamics of all D2D links. To address this, we propose an age-aware stationary randomized policy that determines the probability of scheduling each link in each time slot based on the AoI of all links and the statistical channel state information among all transceivers. By employing the Lyapunov optimization framework, our policy aims to minimize the Lyapunov drift in every time slot. Nonetheless, this per-slot minimization problem is nonconvex due to cross-link interference in D2D networks, posing significant challenges for real-time decision-making. After analyzing the permutation equivariance property of the optimal solutions to the per-slot problem, we apply a message passing neural network (MPNN), a type of graph neural network that also exhibits permutation equivariance, to optimize the per-slot problem in an unsupervised learning manner. Simulation results demonstrate the superior performance of the proposed age-aware stationary randomized policy over baselines and validate the scalability of our method.

eess.SP

Baseline correction for FAST radio recombination lines: a modified penalized least squares smoothing technique

A pilot project has been proceeded to map 1 deg$^2$ on the Galactic plane for radio recombination lines (RRLs) using the Five hundred meter Aperture Spherical Telescope (FAST). The motivation is to verify the techniques and reliabilities for a large-scale Galactic plane RRL survey with FAST aiming to investigate the ionized environment in the Galaxy. The data shows that the bandpass of the FAST 19 beam L-band is severely affected by radio frequency interferences (RFIs) and standing wave ripples, which can hardly be corrected by traditional low order polynomials. In this paper, we investigate a series of penalized least square (PLS) based baseline correction methods for radio astronomical spectra that usually contain weak signals with high level of noise. Three promising penalized least squares based methods, AsLS, arPLS, and asPLS are evaluated. Adopting their advantages, a modified method named rrlPLS is developed to optimize the baseline fitting to our RRL spectra. To check their effectiveness, the four methods are tested by simulations and further verified using observed data sets. It turns out that the rrlPLS method, with optimized parameter $λ= 2 \times 10^8$ , reveals the most sensitive and reliable emission features in the RRL map. By injecting artificial line profiles into the real data cube, a further evaluation of profile distortion is conducted for rrlPLS. Comparing to simulated signals, the processed lines with low signal-to-noise ratio are less affected, of which the uncertainties are mainly caused by the rms noise. The rrlPLS method will be applied for baseline correction in future data processing pipeline of FAST RRL survey. Configured with proper parameters, the rrlPLS technique verified in this work may also be used for other spectroscopy projects.

astro-ph.GA

Actionable and Interpretable Fault Localization for Recurring Failures in Online Service Systems

Fault localization is challenging in an online service system due to its monitoring data's large volume and variety and complex dependencies across or within its components (e.g., services or databases). Furthermore, engineers require fault localization solutions to be actionable and interpretable, which existing research approaches cannot satisfy. Therefore, the common industry practice is that, for a specific online service system, its experienced engineers focus on localization for recurring failures based on the knowledge accumulated about the system and historical failures. Although the above common practice is actionable and interpretable, it is largely manual, thus slow and sometimes inaccurate. In this paper, we aim to automate this practice through machine learning. That is, we propose an actionable and interpretable fault localization approach, DejaVu, for recurring failures in online service systems. For a specific online service system, DejaVu takes historical failures and dependencies in the system as input and trains a localization model offline; for an incoming failure, the trained model online recommends where the failure occurs (i.e., the faulty components) and which kind of failure occurs (i.e., the indicative group of metrics) (thus actionable), which are further interpreted by both global and local interpretation methods (thus interpretable). Based on the evaluation on 601 failures from three production systems and one open-source benchmark, in less than one second, DejaVu can on average rank the ground truths at 1.66-th to 5.03-th among a long candidate list, outperforming baselines by at least 51.51%.

cs.SE

Optimal Update for Energy Harvesting Sensor with Reliable Backup Energy

In this paper, we consider an information update system where a wireless sensor sends timely updates to the destination over an erasure channel with the supply of harvested energy and reliable backup energy. The metric Age of Information(AoI) is adopted to measure the timeliness of the received updates at the destination. We aim to find the optimal information updating policy that minimizes the time-average weighted sum of the AoI and the reliable backup energy cost by formulating an infinite state Markov decision process(MDP). The optimal information updating policy is proved to have a threshold structure. Based on this special structure, an algorithm for efficiently computing the optimal policy is proposed. Numerical results show that the optimal updating policy proposed outperforms baseline policies.

cs.IT

Optimal Update in Energy Harvesting Aided Terahertz Communications with Random Blocking

In this paper, we consider an information update system where wireless sensor sends timely updates to the destination over a random blocking terahertz channel with the supply of harvested energy and reliable energy backup. The paper aims to find the optimal information updating policy that minimize the time-average weighted sum of the Age of information(AoI) and the reliable energy costs by formulating an infinite state Markov decision process(MDP). With the derivation of the monotonicity of value function on each component, the optimal information updating policy is proved to have a threshold structure. Based on this special structure, an algorithm for efficiently computing the optimal policy is proposed. Numerical results show that the optimal updating policy proposed outperforms baseline policies.

cs.IT

Seismic Inverse Modeling Method based on Generative Adversarial Network

Seismic inverse modeling is a common method in reservoir prediction and it plays a vital role in the exploration and development of oil and gas. Conventional seismic inversion method is difficult to combine with complicated and abstract knowledge on geological mode and its uncertainty is difficult to be assessed. The paper proposes an inversion modeling method based on GAN consistent with geology, well logs, seismic data. GAN is a the most promising generation model algorithm that extracts spatial structure and abstract features of training images. The trained GAN can reproduce the models with specific mode. In our test, 1000 models were generated in 1 second. Based on the trained GAN after assessment, the optimal result of models can be calculated through Bayesian inversion frame. Results show that inversion models conform to observation data and have a low uncertainty under the premise of fast generation. This seismic inverse modeling method increases the efficiency and quality of inversion iteration. It is worthy of studying and applying in fusion of seismic data and geological knowledge.

stat.ML

The clustering of galaxies with pseudo bulge and classical bulge in the local Universe

We investigate the clustering properties and close neighbour counts for galaxies with different types of bulges and stellar masses. We select samples of "classical" and "pseudo" bulges, as well as "bulge-less" disk galaxies, based on the bulge/disk decomposition catalog of SDSS galaxies provided by Simard et al. (2011). For a given galaxy sample we estimate: the projected two-point cross-correlation function with respect to a spectroscopic reference sample, w_p(r_p), and the average background-subtracted neighbour count within a projected separation using a photometric reference sample, N_neighbour(<r_p). We compare the results with the measurements of control samples matched in color, concentration and redshift. We find that, when limited to a certain stellar mass range and matched in color and concentration, all the samples present similar clustering amplitudes and neighbour counts on scales above ~0.1h^{-1}Mpc. This indicates that neither the presence of a central bulge, nor the bulge type is related to intermediate-to-large scale environments. On smaller scales, in contrast, pseudo-bulge and pure-disk galaxies similarly show strong excess in close neighbour count when compared to control galaxies, at all masses probed. For classical bulges, small-scale excess is also observed but only for M_stars < 10^{10} M_sun; at higher masses, their neighbour counts are similar to that of control galaxies at all scales. These results imply strong connections between galactic bulges and galaxy-galaxy interactions in the local Universe, although it is unclear how they are physically linked in the current theory of galaxy formation.

astro-ph.GA

Revisiting the clustering of narrow-line AGN in the local Universe: Joint dependence on stellar mass and color

We investigate the clustering and dark halo properties for the narrow-line active galactic nuclei (AGN) in the SDSS, particularly examining the joint dependence on galaxy mass and color. AGN in galaxies with blue colors or massive red galaxies with M*>~10^{10.5}Msun are found to show almost identical clustering amplitudes at all scales to control galaxies of the same mass, color and structural parameters. This suggests AGN activity in blue galaxies or massive red galaxies is regulated by internal processes, with no correlation with environment. The antibias of AGN at scales between ~100kpc and a few Mpc, as found in Li et al. (2006) for the AGN as a whole, is observed only for the AGN hosted by galaxies with red colors and relatively low masses <10^{10.5}Msun. A simple halo model in which AGN are preferentially found at dark halo centers can reproduce the observational results, but requiring a mass-dependent central fraction which is a factor of ~4 higher than the fraction estimated from the SDSS group catalogue. The same group catalogue reveals that the host groups of AGN in red satellites tend to have lower halo masses than control galaxies, while the host groups of AGN in red centrals tend to form earlier, as indicated by a larger stellar mass gap between the two most massive galaxies in the groups. Our result implies that the mass assembly history of dark halos may play an additional role in the AGN activity in low-mass red galaxies.

astro-ph.GA

The dearth of difference between central and satellite galaxies II. Comparison of observations with L-GALAXIES and EAGLE in star formation quenching

As we demonstrated in Paper I, the quenched fractions of central and satellite galaxies as function of halo mass are extremely similar, as long as one controls for stellar mass. The same holds for the quenched fractions as a function of central velocity dispersion, which is tightly correlated with black hole mass, as long as one controls for both stellar and halo mass. Here we use mock galaxy catalogs constructed from the latest semi-analytic model, L-GALAXIES, and the state-of-the-art hydrodynamical simulation, EAGLE, to investigate whether these models can reproduce the trends seen in the data. We also check how the group finder used to identify centrals and satellites impacts our results. We find that L-GALAXIES fails to reproduce the trends. The predicted quenched fraction of central galaxies increases sharply with halo mass around $10^{12.5}h^{-1}M_{\odot}$ and with black hole mass around $\sim10^{6.5}M_{\odot}$, while the predicted quenched fraction of satellites increases with both halo and black hole masses gradually. In contrast, centrals and satellites in EAGLE follow almost the same trend as seen in the data. We discuss the implications of our results for how feedback processes regulate galaxy quenching.

astro-ph.GA

The Dearth of Difference between Central and Satellite Galaxies I. Perspectives on star formation quenching and AGN activities

We investigate the quenching properties of central and satellite galaxies, utilizing the halo masses and central-satellite identifications from the SDSS galaxy group catalog of Yang et al. We find that the quenched fractions of centrals and satellites of similar stellar masses have similar dependence on host halo mass. The similarity of the two populations is also found in terms of specific star formation rate and 4000 Å break. The quenched fractions of centrals and satellites of similar masses show similar dependencies on bulge-to-total light ratio, central velocity dispersion and halo-centric distance in halos of given halo masses. The prevalence of optical/radio-loud AGNs is found to be similar for centrals and satellites at given stellar masses. All these findings strongly suggest that centrals and satellites of similar masses experience similar quenching processes in their host halos. We discuss implications of our results for the understanding of galaxy quenching.

astro-ph.GA

The Properties of Massive Star-forming galaxies with Outside-in Assembly Mode

Previous findings show that massive ($> 10^{10} M_{sun}$) star-forming (SF) galaxies usually have an inside-out stellar mass assembly mode. In this paper, we have for the first time selected a sample of 77 massive SF galaxies with an outside-in assembly mode (called targeted sample) from the Mapping Nearby Galaxies at the Apache Point Observatory (MaNGA) survey. For comparison, two control samples are constructed from MaNGA sample matched in stellar mass: a sample of 154 normal SF galaxies and a sample of 62 quiescent galaxies. In contrast to normal SF galaxies, the targeted galaxies appear to be more smooth-like and bulge-dominated, and have smaller size, higher concentration, higher star formation rate and higher gas-phase metallicity as a whole. However, they have larger size and lower concentration than quiescent galaxies. Unlike normal SF sample, the targeted sample exhibits a slightly positive gradient of 4000 Å break and a pronounced negative gradient of H$α$ equivalent width. Further more, their median surface mass density profile is between that of normal SF sample and quiescent sample, indicating that the gas accretion of quiescent galaxies is not likely to be the main approach for the outside-in assembly mode. Our results suggest that the targeted galaxies are likely in the transitional phase from normal SF galaxies to quiescent galaxies, with rapid on-going central stellar mass assembly (or bulge growth). We discuss several possible formation mechanisms for the outside-in mass assembly mode.

astro-ph.GA

Clustering properties and halo masses for central galaxies in the local Universe

We investigate the clustering and dark matter halo mass for a sample of $\sim$16,000 central galaxies selected from the SDSS/DR7 group catalog. We select subsamples of central galaxies on three two-dimensional planes, each formed by stellar mass ($M_{\star}$) and one of the other properties including optical color (g-r) , surface stellar mass density ($μ_{\star}$) and central stellar velocity dispersion ($σ_{\star}$). For each subsample we measure both the projected cross-correlation function ($w_{p}(r_{p})$) relative to a reference galaxy sample, and an average mass of the host dark matter halos ($M_{halo}$) . For comparison we have also estimated the $w_{p}(r_{p})$ for the full galaxy population and the subset of satellite galaxies. We find that, for central galaxies, both $w_{p}(r_{p})$ and $M_{halo}$ show strongest dependence on $M_{\star}$, and there is no clear dependence on other properties when stellar mass is fixed. This result provides strong support to the previously-adopted assumption that, for central galaxies, stellar mass is the galaxy property that is best indicative of the host dark halo mass. The full galaxy population and the subset of satellites show similar clustering properties in all cases. However, they are similar to the centrals only at high masses ($M_{\star} \geq 10^{11} M_{\odot}$). At low-mass ($M_{\star} \leq 10^{11} M_{\odot}$), the results are different: the $w_{p}(r_{p})$ increases with both $σ$ and g-r when $M_{\star}$ is fixed, and depends very weakly on $M_{\star}$ when $σ_{\star}$ or g-r is fixed. At fixed $M_{star}$, the $μ_{\star}$ shows weak correlations with clustering amplitude (and halo mass for central galaxies). Our results suggest that it is necessary to consider central and satellite galaxies separately when studying the link between galaxies and dark matter halos. (Abridged)

astro-ph.GA

The environment of barred galaxies revisited

We present a study of the environment of barred galaxies using galaxies drawn from the SDSS. We use several different statistics to quantify the environment: the projected two-point cross-correlation function, the background-subtracted number count of neighbor galaxies, the overdensity of the local environment, the membership of our galaxies to galaxy groups to segregate central and satellite systems, and for central galaxies we estimate the stellar to halo mass ratio (M$_{\mathrm{*}}/$M$_{\mathrm{h}}$) . When we split our sample into early- and late-type galaxies, we see a weak but significant trend for early-type galaxies with a bar to be more strongly clustered on scales from a few 100 kpc to 1 Mpc when compared to unbarred early-type galaxies. This indicates that the presence of a bar in early-type galaxies depends on the location within their host dark matter halos. This is confirmed by the group catalog in the sense that for early-types, the fraction of central galaxies is smaller if they have a bar. For late-type galaxies, we find fewer neighbors within $\sim50$ kpc around the barred galaxies when compared to unbarred galaxies from the control sample, suggesting that tidal forces from close companions suppress the formation/growth of bars. For central late-type galaxies, bars are more common on galaxies with high M$_{\mathrm{*}}/$M$_{\mathrm{h}}$ values, as expected from early theoretical works which showed that systems with massive dark matter halos are more stable against bar instabilities. Finally, we find no obvious correlation between overdensity and the bars in our sample, showing that galactic bars are not obviously linked to the large-scale structure of the universe.

astro-ph.GA

P-MaNGA: Gradients in Recent Star Formation Histories as Diagnostics for Galaxy Growth and Death

We present an analysis of the data produced by the MaNGA prototype run (P-MaNGA), aiming to test how the radial gradients in recent star formation histories, as indicated by the 4000AA-break (D4000), Hdelta absorption (EW(Hd_A)) and Halpha emission (EW(Ha)) indices, can be useful for understanding disk growth and star formation cessation in local galaxies. We classify 12 galaxies observed on two P-MaNGA plates as either centrally quiescent (CQ) or centrally star-forming (CSF), according to whether D4000 measured in the central spaxel of each datacube exceeds 1.6. For each galaxy we generate both 2D maps and radial profiles of D4000, EW(Hd_A) and EW(Ha). We find that CSF galaxies generally show very weak or no radial variation in these diagnostics. In contrast, CQ galaxies present significant radial gradients, in the sense that D4000 decreases, while both EW(Hd_A) and EW(Ha) increase from the galactic center outward. The outer regions of the galaxies show greater scatter on diagrams relating the three parameters than their central parts. In particular, the clear separation between centrally-measured quiescent and star-forming galaxies in these diagnostic planes is largely filled in by the outer parts of galaxies whose global colors place them in the green valley, supporting the idea that the green valley represents a transition between blue-cloud and red-sequence phases, at least in our small sample. These results are consistent with a picture in which the cessation of star formation propagates from the center of a galaxy outwards as it moves to the red sequence.

astro-ph.GA

The environment of barred galaxies in the low-redshift Universe

We present a study of the environment of barred galaxies using a volume-limited sample of over 30,000 galaxies drawn from the Sloan Digital Sky Survey. We use four different statistics to quantify the environment: the projected two-point cross-correlation function, the background-subtracted number count of neighbor galaxies, the overdensity of the local environment, and the membership of our galaxies to galaxy groups to segregate central and satellite systems. For barred galaxies as a whole, we find a very weak difference in all the quantities compared to unbarred galaxies of the control sample. When we split our sample into early- and late-type galaxies, we see a weak but significant trend for early-type galaxies with a bar to be more strongly clustered on scales from a few 100 kpc to 1 Mpc when compared to unbarred early-type galaxies. This indicates that the presence of a bar in early-type galaxies depends on the location within their host dark matter halos. This is confirmed by the group catalog in the sense that for early-types, the fraction of central galaxies is smaller if they have a bar. For late-type galaxies, we find fewer neighbors within $\sim$50 kpc around the barred galaxies when compared to unbarred galaxies form the control sample, suggesting that tidal forces from close companions suppress the formation/growth of bars. Finally, we find no obvious correlation between overdensity and the bars in our sample, showing that galactic bars are not obviously linked to the large-scale structure of the universe.

astro-ph.GA