SearcharxivSearch

arXiv subjects

Xiaotong Feng

Publications and source records attributed to Xiaotong Feng.

13 recordsLinked to original sources

Far-Infrared Star Formation Rates of Quasar Host Galaxies from Multiwavelength Spectral Energy Distribution Decomposition

Reliable star formation rates (SFRs) are essential for studying the connection between black hole growth and quasar host galaxies. We study the far-infrared (FIR) SFRs and the host galaxy properties of 202 SDSS and PG quasars at $0.02<z\lesssim0.8$, spanning $\log({\rm SFR}_{\rm FIR}/M_\odot\,{\rm yr}^{-1})\simeq-0.45$--$2.76$, using multiwavelength spectral energy distribution (SED) decomposition. The photometry covers wavelengths from the optical to the FIR and is supplemented by JCMT/SCUBA-2 observations at 450 and 850 $μ$m. We model the SEDs with CIGALE and AGNfitter and adopt multiple cold dust templates to quantify systematic uncertainties. The median model-dependent scatter among the five FIR SFR estimates is $0.14$ dex, and AGNfitter gives FIR SFRs lower than the mean CIGALE estimate by a median of $0.09$ dex. For the 58 quasars with SCUBA-2 coverage, including SCUBA-2 data changes the adopted FIR SFR by only $\sim$0.01 dex on average but can affect individual sources with limited Herschel coverage or radio-loud emission. Within our FIR-constrained sample, many quasar hosts lie on or above the star-forming main sequence, but the redshift-dependent FIR selection of the SDSS subsample limits conclusions about the full quasar-host population. We find no clear correlation between the main-sequence (MS) offset and the direct Eddington ratio, while the offset is positively related to the infrared-based $L_{\rm tor}/L_{\rm Edd}$ proxy. The minimum radiation field intensity in the dust model, $U_{\rm min}$, increases with bolometric luminosity and dust temperature. WISE W2 (4.6 $μ$m) and W3 (12 $μ$m) combined with Herschel bands can also provide useful empirical indicators of $f_{\rm AGN}$.

astro-ph.GA

Testing [O II] $\lambda3727$ as a Star Formation Rate Tracer in Quasar Host Galaxies

The [O II] $\lambda3727$ emission line is a widely used star formation rate (SFR) tracer. However, its application to type I quasars is not straightforward, because the line can be affected by dust extinction, metallicity and contamination from the AGN narrow-line region (NLR). We test the reliability of [O II] SFRs using a sample of 202 SDSS and PG quasars, by comparing [O II] SFRs and reference far-infrared (FIR) SFRs derived from multiwavelength SED decomposition. We measure [O II], [O III], and narrow Balmer emission lines by spectral fitting. Then, we calculate [O II] SFRs after correcting dust extinction and metallicity. We then compare these SFRs with the FIR SFRs, both with and without subtracting the AGN contribution estimated from [O III]. After this correction, the median offset between [O II] and FIR SFRs is $-0.20\pm0.72$ dex for the full analysis sample and $-0.17\pm0.69$ dex for sources with S/N $>5$ in both [O II] and [O III]. Without subtracting the AGN contribution, the corresponding offsets are $0.00\pm0.69$ and $0.12\pm0.66$ dex. We conclude that [O II] is useful as a statistical SFR tracer for quasar host galaxies, but individual objects still require careful treatment of AGN contamination, extinction, metallicity, aperture effects, and redshift-dependent systematics.

astro-ph.GA

Quasar identifications from the slitless spectra: a test from 3D-HST

Slitless spectroscopy is a traditional method for selecting quasars. In this paper, we develop a procedure for selecting quasars (QSOs) using the 3D-HST G141 slitless spectra. We initially identify over 6,000 sources with emission lines broader than those typically found in emission line galaxies (ELGs) by analyzing the 1D spectra. These ``broad'' emission lines may originate from actual QSO broad lines ($\rm FWHM\geq1200~\rm km/s$) or the convolved narrow lines ($\rm FWHM = 200\sim 300\rm km/s$) in ELGs with effective radii $\geq$0.3" (2.5Kpc at z=1). We then propose a criterion based on the reliability of the QSO component in the forward modeling results. Using the known QSOs, ELGs, and simulation spectra, we find that our criterion successfully selects about 90\% of known QSOs with H$α$ or H$β$ line detection and point-like structures, with an ELG contamination rate of about 5\%. We apply this method to emission line sources without significant contamination and select 19 QSO candidates at redshift $z=0.12-1.56$. 12 of these candidates have Chandra X-ray detections. This sample covers a broader range of the rest-frame UV colors and has redder optical slopes compared to the SDSS QSOs, yet it is more likely to be composed of normal QSOs rather than little red dots. Through spectral analysis, the estimated black hole masses of the sample are $10^{6.9}-10^{8.3} M_{\odot}$. Our new candidates improve the completeness of the QSO sample at $z=0.8-1.6$ in the 3D-HST field. The proposed method will also be helpful for QSO selections via slitless spectroscopy in Euclid and the Chinese Space Station Telescope.

astro-ph.GA

ReasoningV: Efficient Verilog Code Generation with Adaptive Hybrid Reasoning Model

Large Language Models (LLMs) have advanced Verilog code generation significantly, yet face challenges in data quality, reasoning capabilities, and computational efficiency. This paper presents ReasoningV, a novel model employing a hybrid reasoning strategy that integrates trained intrinsic capabilities with dynamic inference adaptation for Verilog code generation. Our framework introduces three complementary innovations: (1) ReasoningV-5K, a high-quality dataset of 5,000 functionally verified instances with reasoning paths created through multi-dimensional filtering of PyraNet samples; (2) a two-stage training approach combining parameter-efficient fine-tuning for foundational knowledge with full-parameter optimization for enhanced reasoning; and (3) an adaptive reasoning mechanism that dynamically adjusts reasoning depth based on problem complexity, reducing token consumption by up to 75\% while preserving performance. Experimental results demonstrate ReasoningV's effectiveness with a pass@1 accuracy of 57.8\% on VerilogEval-human, achieving performance competitive with leading commercial models like Gemini-2.0-flash (59.5\%) and exceeding the previous best open-source model by 10.4 percentage points. ReasoningV offers a more reliable and accessible pathway for advancing AI-driven hardware design automation, with our model, data, and code available at https://github.com/BUAA-CLab/ReasoningV.

cs.AR

Towards Optimal Circuit Generation: Multi-Agent Collaboration Meets Collective Intelligence

Large language models (LLMs) have transformed code generation, yet their application in hardware design produces gate counts 38\%--1075\% higher than human designs. We present CircuitMind, a multi-agent framework that achieves human-competitive efficiency through three key innovations: syntax locking (constraining generation to basic logic gates), retrieval-augmented generation (enabling knowledge-driven design), and dual-reward optimization (balancing correctness with efficiency). To evaluate our approach, we introduce TC-Bench, the first gate-level benchmark harnessing collective intelligence from the TuringComplete ecosystem -- a competitive circuit design platform with hundreds of thousands of players. Experiments show CircuitMind enables 55.6\% of model implementations to match or exceed top-tier human experts in composite efficiency metrics. Most remarkably, our framework elevates the 14B Phi-4 model to outperform both GPT-4o mini and Gemini 2.0 Flash, achieving efficiency comparable to the top 25\% of human experts without requiring specialized training. These innovations establish a new paradigm for hardware optimization where collaborative AI systems leverage collective human expertise to achieve optimal circuit designs. Our model, data, and code are open-source at https://github.com/BUAA-CLab/CircuitMind.

cs.AR

A Pilot Study for the CSST Slitless Spectroscopic Quasar Survey Based on Mock Data

The wide survey of the Chinese Space Station Telescope (CSST) will observe a large field of 17,500 $\text{deg}^2$. The GU, GV, and GI grism observations of CSST will cover a wavelength range from 2550 to 10000Å at a resolution of $R\sim 200$ and a depth of about 22 AB magnitude for the continuum. In this paper, we present a pipeline to identify quasars and measure their physical properties with the CSST mock data. We simulate the raw images and extract the one-dimensional grism spectra for quasars, galaxies, and stars with the r-band magnitudes of $18<\text{m}_{\text{r}}<22$ using the CSST Cycle 6 simulation code. Using a convolution neural network, we separate quasars from stars and galaxies. We measure the redshifts by identifying the strong emission lines of quasars. We also fit the 1D slitless spectra with QSOFITMORE to estimate the black hole masses and Eddington ratios. Our results show that the CSST slitless spectroscopy can effectively separate quasars with redshifts $z=0-5$ from other types of objects with an accuracy of 99\%. Among those successfully classified quasars, 90\% of them could have precise redshift measurements with $σ_{\mathrm{NMAD}}=0.002$. The scatters of black hole masses and Eddington ratios from the spectral fittings are 0.13 and 0.15 dex, respectively. The metallicity diagnosis line ratios have a scatter of 0.1-0.2 dex. Our results show that the CSST slitless spectroscopy survey has the potential to discover about 0.9 million new quasars and provide important contributions to AGN science and cosmology.

astro-ph.GA

Unveiling Luminous Ly$α$ Emitters at $z\approx6$ through JWST/NIRCam Imaging in the COSMOS Field

We study a sample of 14 spectroscopically confirmed Ly$α$ Emitters (LAEs) in the late era of reionization (at redshift $z\approx6$) based on the JWST/NIRCam imaging dataset. These LAEs with high Ly$α$ luminosity of $L$(Ly$α$) $\sim10^{42.4-43.4}$ erg s$^{-1}$ have been covered by the (ongoing) COSMOS-Web survey (Kartaltepe et al. 2021; Casey et al. 2022) over $0.28$ deg$^2$ in four NIRCam bands (F115W, F150W, F277W, and F444W). With JWST imaging, we determine the UV continua with $M_{\rm UV}$ ranging from ${-}20.5$ to ${-}18.5$ mag. The UV slopes have a median value of $β\approx-2.35$, and the steepest slope can reach $β<-3$. Under an excellent spatial resolution of JWST, we identify three out of the sample as potential merging/interacting systems. The 14 LAEs (and their components) are compact in morphology residing substantially below the mass-size relation of high-$z$ galaxies. We further investigate the stellar mass ($M_*$) and star-formation rates (SFRs). Most of the LAEs lie on the SFR-$M_*$ main-sequence relation while two of them featured as "little red dots" likely host active galactic nuclei (AGN), implying a ${\sim}10\%$ AGN fraction. Moreover, we reveal that a new correlation may exist between Ly$α$ equivalent width and the offset between Ly$α$ and UV emission ($Δd_{\rm Lyα}$) with a median $Δd_{\rm Lyα} \sim 1$ kpc. This could be explained by Ly$α$ radiative transfer process in both ISM and CGM. The results usher a new era of detailed analysis on high-$z$ LAEs with the JWST capability.

astro-ph.GA

CatNorth: An Improved Gaia DR3 Quasar Candidate Catalog with Pan-STARRS1 and CatWISE

A complete and pure sample of quasars with accurate redshifts is crucial for quasar studies and cosmology. In this paper, we present CatNorth, an improved Gaia DR3 quasar candidate catalog with more than 1.5 million sources in the 3$π$ sky built with data from Gaia, Pan-STARRS1, and CatWISE2020. The XGBoost algorithm is used to reclassify the original Gaia DR3 quasar candidates as stars, galaxies, and quasars. To construct training/validation datasets for the classification, we carefully built two different master stellar samples in addition to the spectroscopic galaxy and quasar samples. An ensemble classification model is obtained by averaging two XGBoost classifiers trained with different master stellar samples. Using a probability threshold of $p_{\mathrm{QSO\_mean}}>0.95$ in our ensemble classification model and an additional cut on the logarithmic probability density of zero proper motion, we retrieved 1,545,514 reliable quasar candidates from the parent Gaia DR3 quasar candidate catalog. We provide photometric redshifts for all candidates with an ensemble regression model. For a subset of 89,100 candidates, accurate spectroscopic redshifts are estimated with the Convolutional Neural Network from the Gaia BP/RP spectra. The CatNorth catalog has a high purity of ~ 90% while maintaining high completeness, which is an ideal sample to understand the quasar population and its statistical properties. The CatNorth catalog is used as the main source of input catalog for the LAMOST phase III quasar survey, which is expected to build a highly complete sample of bright quasars with $i < 19.5$.

astro-ph.GA

Quantum-Enhanced Forecasting: Leveraging Quantum Gramian Angular Field and CNNs for Stock Return Predictions

We propose a time series forecasting method named Quantum Gramian Angular Field (QGAF). This approach merges the advantages of quantum computing technology with deep learning, aiming to enhance the precision of time series classification and forecasting. We successfully transformed stock return time series data into two-dimensional images suitable for Convolutional Neural Network (CNN) training by designing specific quantum circuits. Distinct from the classical Gramian Angular Field (GAF) approach, QGAF's uniqueness lies in eliminating the need for data normalization and inverse cosine calculations, simplifying the transformation process from time series data to two-dimensional images. To validate the effectiveness of this method, we conducted experiments on datasets from three major stock markets: the China A-share market, the Hong Kong stock market, and the US stock market. Experimental results revealed that compared to the classical GAF method, the QGAF approach significantly improved time series prediction accuracy, reducing prediction errors by an average of 25% for Mean Absolute Error (MAE) and 48% for Mean Squared Error (MSE). This research confirms the potential and promising prospects of integrating quantum computing with deep learning techniques in financial time series forecasting.

cs.LG

Finding Quasars behind the Galactic Plane. II. Spectroscopic Identifications of 204 Quasars at $|b|< 20°$

Quasars behind the Galactic plane (GPQs) are important astrometric references and valuable probes of Galactic gas, yet the search for GPQs is difficult due to severe extinction and source crowding in the Galactic plane. In this paper, we present a sample of 204 spectroscopically confirmed GPQs at |b|<20°, 191 of which are new discoveries. This GPQ sample covers a wide redshift range from 0.069 to 4.487. For the subset of 230 observed GPQ candidates, the lower limit of the purity of quasars is 85.2%, and the lower limit of the fraction of stellar contaminants is 6.1%. Using a multicomponent spectral fitting, we measure the emission line and continuum flux of the GPQs, and estimate their single-epoch virial black hole masses. Due to selection effects raised from Galactic extinction and target magnitude, these GPQs have higher black hole masses and continuum luminosities in comparison to the SDSS DR7 quasar sample. The spectral-fitting results and black hole mass estimates are compiled into a main spectral catalog, and an extended spectral catalog of GPQs. The successful identifications prove the reliability of both our GPQ selection methods and the GPQ candidate catalog, shedding light on the astrometric and astrophysical programs that make use of a large sample of GPQs in the future.

astro-ph.GA

Finding Quasars behind the Galactic Plane. I. Candidate Selections with Transfer Learning

Quasars behind the Galactic plane (GPQs) are important astrometric references and useful probes of Milky Way gas. However, the search for GPQs is difficult due to large extinctions and high source densities in the Galactic plane. Existing selection methods for quasars developed using high Galactic latitude (high-$b$) data cannot be applied to the Galactic plane directly because the photometric data obtained from high-$b$ regions and the Galactic plane follow different probability distributions. To alleviate this dataset shift problem for quasar candidate selection, we adopt a Transfer Learning Framework at both data and algorithm levels. At the data level, to make a training set in which dataset shift is modeled, we synthesize quasars and galaxies behind the Galactic plane based on SDSS sources and Galactic dust map. At the algorithm level, to reduce the effect of class imbalance, we transform the three-class classification problem for stars, galaxies, and quasars to two binary classification tasks. We apply XGBoost algorithm on Pan-STARRS1 (PS1) and AllWISE photometry for classification, and additional cut on Gaia proper motion to remove stellar contaminants. We obtain a reliable GPQ candidate catalog with 160,946 sources located at $|b|\leq 20^{\circ}$ in PS1-AllWISE footprint. Photometric redshifts of GPQ candidates achieved with XGBoost regression algorithm show that our selection method can identify quasars in a wide redshift range ($0<z\lesssim5$). This study extends the systematic searches for quasars to the dense stellar fields and shows the feasibility of using astronomical knowledge to improve data mining under complex conditions in the Big Data era.

astro-ph.GA

The Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) Quasar Survey: the 4th and 5th Data Release

We present the Data Release 4&5 quasar catalog from the quasar survey by Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST), which includes quasars observed between September 2015 and June 2017. There are a total of 19,253 quasars identified by visual inspections of the spectra. Among them, 11,458 are independently discovered by LAMOST, in which 3296 were reported by SDSS DR12 and DR14 quasar catalog after our survey began, while the rest 8162 are new discoveries of LAMOST. We provide the emission line measurements for the Halpha, Hbeta, MgII and/or CIV for 18100 quasars. Since LAMOST does not have absolute flux calibration information, we obtain the monochromatic continuum luminosities by fitting the SDSS photometric data using the quasar spectra, and then estimate the black hole masses. The catalog and spectra for these quasars are available online. This is the third installment in the series of LAMOST quasar survey which has released spectra for totally ~43,000 quasars hitherto. There are 24,772 independently discovered quasars, 17,128 of which are newly discovered. In addition to the great supplement to the new quasar discoveries, LAMOST has also provided a large database (overlapped with SDSS) for investigating the quasar spectral variability and discovering unusual quasars, including changing-look quasars, with ongoing and upcoming large surveys.

astro-ph.GA

Discovery of 21 New Changing-look AGNs in Northern Sky

The rare case of changing-look (CL) AGNs, with the appearance or disappearance of broad Balmer emission lines within a few years, challenges our understanding of the AGN unified model. We present a sample of 21 new CL AGNs at $0.08<z<0.58$, which doubles the number of such objects known to date. These new CL AGNs were discovered by several ways, from (1) repeat spectra in the SDSS, (2) repeat spectra in the Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) and SDSS, and (3) photometric variability and new spectroscopic observations. We use the photometric data from surveys, including the SDSS imaging survey, the Pan-STARRS1, the DESI Legacy imaging survey, the Wide-field Infrared Survey Explorer (WISE), the Catalina Real-time Transient Survey, and the Palomar Transient Factory. The estimated upper limits of transition timescale of the CL AGNs in this sample spans from 0.9 to 13 years in the rest frame. The continuum flux in the optical and mid-infrared becomes brighter when the CL AGNs turn on, or vice versa. Variations of more than 0.2 mag in $W1$ band were detected in 15 CL AGNs during the transition. The optical and mid-infrared variability is not consistent with the scenario of variable obscuration in 10 CL AGNs at more than $3σ$ confidence level. We confirm a bluer-when-brighter trend in the optical. However, the mid-infrared WISE colors $W1-W2$ become redder when the objects become brighter in the $W1$ band, possibly due to a stronger hot dust contribution in the $W2$ band when the AGN activity becomes stronger. The physical mechanism of type transition is important for understanding the evolution of AGNs.

astro-ph.GA