arXiv ScienceSearch

arXiv subjects

Zhiqiang Yan

Publications and source records attributed to Zhiqiang Yan.

At least 19 recordsLinked to original sources

Chemical Abundances and Globular Clusters of Milky Way Dwarf Galaxies

We present an overview of our ongoing GASTRONOMI project, which investigates the coevolution of the Milky Way (MW), its satellite dwarf galaxies, and their star clusters through chemo-dynamical analysis. We derive precise chemical abundances for stars in five classical dwarf galaxies, which reveal mass-dependent chemical evolution, particularly in alpha elements, such as [Si/Fe]. A distinct dichotomy in [Al/Fe] is found between metal-rich ([Fe/H]>-1.5) stars formed in-situ in the MW and those originating in dwarf galaxies. Star clusters act as sensitive environmental probes. The presence of multiple populations correlates with galactic evolution, and nitrogen-rich stars in Fornax are likely relics of disrupted globular clusters (GCs). We developed a chemical classification for Galactic GCs, isolating primordial populations by their low [Al/Fe]. This places in-situ and accreted GCs in distinct regions of the [Al/Fe]-[Fe/H] plane, providing a new tool to reconstruct the Galaxy's accretion history.

astro-ph.GA

Individual Star Sampling in Star Formation Simulations: A Semi-Deterministic Model

In modern simulations that include star formation, it is common to use a universal and invariant initial mass function (IMF) to represent star populations or sample individual stars. However, stellar masses are determined by local and environmental processes that operate over a wide dynamical range and remain unresolved in simulations. We introduce a semi-deterministic (SDT) scheme for sampling individual stars from star-forming gas in numerical simulations. We represent unresolved molecular cores and protostellar disks with reservoir particles (RsvPs) and employ an on-the-fly friends-of-friends algorithm to identify star clusters. The instantaneous IMF for newly formed stars is then derived from the current cluster mass. We test the performance of this method in simulations of isolated molecular clouds and a major merger between two dwarf galaxies. Compared to existing IMF sampling methods, our SDT scheme naturally reproduces the observed $m_{\star,\text{max}}$-$M_\text{ecl}$ relation and yields numbers of massive stars consistent with optimal sampling theory. It also exhibits the smallest run-to-run variation among simulations with different random seeds. The regulated star formation results in a small ($\sim0.15$ Myr) but coherent time delay in the emergence of massive stars, reduces the large scatter arising from Poisson noise, and produces initial mass segregation within the clusters. On galactic scales, the SDT method predicts a steeper high-mass IMF slope at low star formation rates (SFRs), with the slope negatively correlated with the SFR. As the specific abundance of massive stars declines, our model naturally explains the systematically low H$\alpha$-based SFRs, where the H$\alpha$ indicator for Milky Way-like galaxies underestimate the intrinsic SFR owing to the reduced population of massive stars.

astro-ph.GA

Limited imprint of high-mass IMF variations on sodium abundances in main-sequence galaxies

Growing evidence suggests that the stellar initial mass function (IMF) varies systematically across galaxies, deviating from the canonical Milky Way form. Such variations would modify the integrated nucleosynthetic yields, and hence the abundance patterns used in stellar population synthesis studies. How these could impact, in particular, the sodium abundance (and sodium-to-oxygen ratios) in star-forming galaxies is not well understood. In this work, we systematically study how high-mass IMF variations affect sodium enrichment using a one-zone galactic chemical evolution model. The model incorporates star formation histories from semi-analytic simulations and is calibrated to match the observed galaxy mass--metallicity relation. We find that varying the IMF high-mass end (and the IMF slope) could only alter the sodium abundance by less than 0.1 dex, across galaxies with stellar masses from $10^9\,\mathrm{M}_\odot$ to $10^{11}\,\mathrm{M}_\odot$. This result is robust under different stellar models and galaxy evolution assumptions, primarily because sodium production is similar to that of oxygen. We conclude that sodium abundance is largely insensitive to changes in the high-mass IMF, unlikely to compromise the use of sodium indices as IMF diagnostics in stellar population studies.

astro-ph.GA

Towards Universal Physical Adversarial Attacks via a Joint Multi-Objective and Multi-Model Optimization Framework

Physical adversarial attacks often overfit single surrogate models and optimization objectives. While ensemble attacks can mitigate this, existing methods struggle with severe gradient conflicts within restricted physical texture spaces, significantly degrading cross-model transferability. To bridge this gap, this paper proposes a Joint Multi-Objective and Multi-Model Optimization Framework (JMOF) that leverages quantitative similarity analysis to select the optimal surrogate model ensemble. Within JMOF, a dual-level mechanism jointly suppresses prediction outputs and flattens intermediate feature distributions, balancing attack efficiency with deep generalization. Additionally, an Orthogonal Gradient Alignment (OGA) strategy resolves cross-model gradient conflicts, transforming mutually repulsive gradients into synergistic optimization directions. Extensive simulated and real-world experiments demonstrate that JMOF outperforms state-of-the-art baselines against diverse black-box detectors. Crucially, JMOF exhibits substantial cross-vision-task generalization, generating attacks capable of simultaneously deceiving object detection and semantic segmentation or monocular depth estimation models. This research advances the generalization limits of physical adversarial attacks, providing a robust framework for evaluating visual AI vulnerabilities in real-world deployments.

cs.CV

DegBins: Degradation-Driven Binning for Depth Super-Resolution

Depth super-resolution (DSR) aims to recover a high-resolution (HR) depth map from its low-resolution (LR) counterpart. With color image guidance, this task is typically formulated as learning the residual between HR and LR in a low-dimensional feature space. However, this additive formulation is insufficient to accurately capture the complex relationship between HR and LR, especially under spatially varying degradations. In this paper, we introduce DegBins, a novel DSR framework that leverages degradation-driven binning to adaptively enhance residual modeling. Specifically, DegBins reformulates the regression-based DSR as a hybrid classification-regression problem, where the residual depth is represented as a linear combination of discrete depth bins weighted by their learned probability distribution, yielding more flexible and expressive representations. Furthermore, DegBins models the degradation relationship between HR and LR in a high-dimensional feature space, enabling adaptive bin range adjustment and probability optimization conditioned on local degradation characteristics. To progressively improve reconstruction quality, DegBins adopts a multi-stage refinement scheme, where each stage performs finer-grained bin partitioning and probability updating based on the former estimation. This coarse-to-fine design facilitates more accurate depth recovery, particularly in regions with severe degradations or complex structural variations. Extensive experiments across five benchmarks demonstrate that DegBins consistently outperforms existing state-of-the-art methods in terms of accuracy, robustness, and generalization.

cs.CV

Height-Guided Projection Reparameterization for Camera-LiDAR Occupancy

3D occupancy prediction aims to infer dense, voxel-wise scene semantics from sensor observations, where the 2D-to-3D view transformation serves as a crucial step in bridging image features and volumetric representations. Most previous methods rely on a fixed projection space, where 3D reference points are uniformly sampled along pillars. However, such sampling struggles to capture the sparsity and height variations of real-world scenes, leading to ambiguous correspondences and unreliable feature aggregation. To address these challenges, we propose HiPR, a camera-LiDAR occupancy framework with Height-Guided Projection Reparameterization. HiPR first encodes LiDAR into a BEV height map to capture the maximum height of the point cloud. HiPR then adjusts the sampling range of each pillar using the height prior, enabling adaptive reparameterization of the projection space. As a result, the projected points are redistributed into geometrically meaningful regions rather than fixed ranges. Meanwhile, we mask out the invalid parts of the height map to avoid misleading the feature aggregation. In addition, to alleviate the training instability caused by noisy LiDAR-derived heights, we introduce a training-time Progressive Height Conditioning strategy, which gradually transitions the conditioning signal from ground-truth heights to LiDAR heights. Extensive experiments demonstrate that HiPR consistently outperforms existing state-of-the-art methods while maintaining real-time inference. The code and pretrained models can be found at https://github.com/yanzq95/HiPR.

cs.CV

Towards Lifelong Aerial Autonomy: Geometric Memory Management for Continual Visual Place Recognition in Dynamic Environments

Robust geo-localization under changing environmental and operational conditions is critical for long-term aerial autonomy. Aerial visual place recognition (VPR) commonly uses pre-acquired remote-sensing imagery of the intended operating area, so the geographic label space can remain fixed while successive airborne missions introduce substantial visual distribution shifts. Continual adaptation to these shifts can cause catastrophic forgetting. We therefore formulate aerial VPR as a mission-based domain-incremental learning (DIL) problem and develop a heterogeneous memory framework. Before sequential adaptation, the satellite reference dataset is used once to train the initial model and construct a static satellite exemplar memory; a bounded replay buffer then retains selected airborne observations across missions. For replay management, we compare loss- and diversity-based selection criteria and introduce DBS-Hybrid, which combines prototype-based diversity trimming with representative-first feature-space coverage. Experiments on 21 visible and infrared UAV missions evaluate generalization to held-out missions, immediate adaptation, and knowledge retention. Under the primary Forward mission order, DBS-Hybrid achieves the highest mean final average accuracy, generalization, and knowledge retention among the evaluated methods, improving over the Random baseline by $5.06$, $5.32$, and $6.33$ percentage points, respectively, and improving backward transfer from -6.41% to 1.07%. Across five additional random mission orders, DBS-Hybrid ranks second in mean final average accuracy, backward transfer, generalization, and knowledge retention. Overall, heterogeneous memory and diversity-aware replay provide an effective basis for continual aerial VPR in mapped operating areas.

cs.RO

The mmax-Mecl relation in the LEGUS clusters

The relation between the maximum stellar mass in a very young cluster (mmax) and the total stellar mass of the cluster (Mecl), known as the mmax-Mecl relation, remains debated in the literature. To test the validity of this relation, we modelled young star clusters with masses between 102.5 and 105.0 M_sun and ages of 1-4 Myr using the galIMF code, in which stellar masses are optimally sampled from a varying initial stellar mass function. We compared the results with literature observations of extragalactic young star clusters. We incorporated stellar evolution via PARSEC and COLIBRI tracks and computed Halpha luminosities using the Pegase code. To account for dynamical ejections, we stochastically removed stars based on their spectral type, following previous N-body simulations. Additional sources of scatter, including uncertainties in age determination and contamination by field stars, were considered. Our results indicate that, under the assumptions explored here, optimal sampling is consistent with the extragalactic star cluster observations considered, whereas purely random sampling produces distributions that are not in agreement. These findings support a highly self-regulated interpretation of cluster formation in which stellar masses align optimally with the initial mass function rather than being drawn independently at random.

astro-ph.GA

CM-Bench: A Comprehensive Cross-Modal Feature Matching Benchmark Bridging Visible and Infrared Images

Infrared-visible (IR-VIS) feature matching plays an essential role in cross-modality visual localization, navigation and perception. Along with the rapid development of deep learning techniques, a number of representative image matching methods have been proposed. However, crossmodal feature matching is still a challenging task due to the significant appearance difference. A significant gap for cross-modal feature matching research lies in the absence of standardized benchmarks and metrics for evaluations. In this paper, we introduce a comprehensive cross-modal feature matching benchmark, CM-Bench, which encompasses 30 feature matching algorithms across diverse cross-modal datasets. Specifically, state-of-the-art traditional and deep learning-based methods are first summarized and categorized into sparse, semidense, and dense methods. These methods are evaluated by different tasks including homography estimation, relative pose estimation, and feature-matching-based geo-localization. In addition, we introduce a classification-network-based adaptive preprocessing front-end that automatically selects suitable enhancement strategies before matching. We also present a novel infrared-satellite cross-modal dataset with manually annotated ground-truth correspondences for practical geo-localization evaluation. The dataset and resource will be available at: https://github.com/SLZ98/CM-Bench.

cs.CV

Variations in the Milky Way's Stellar Mass Function at [Fe/H] < -1

We present the first determination of the Galactic stellar mass function (MF) for low-mass stars (0.2-0.5 M_sun) at metallicities [Fe/H] < -1. A sample of ~53,000 stars was selected as metal-poor on the basis of both their halo-like orbits and their spectroscopic [Fe/H] from Gaia DR3 BP/RP (XP) spectra. These metallicity estimates for low-mass stars were enabled by calibrating Gaia XP spectra with stellar parameters from SDSS-V. For -1.5 < [Fe/H] < -1, we find that the MF below 0.5 M_sun exhibits a "bottom-heavy" power-law slope of alpha ~ -1.6. We tentatively find that at even lower metallicities, the MF becomes very bottom-light, with a near-flat power-law slope of alpha ~ 0 that implies a severe deficit of low-mass stars. This metallicity-dependent variation is insensitive to the adopted stellar evolution model. These results show that the Galactic low-mass MF is not universal, with variations in the metal-poor regime. A further calibration of XP metallicities in the regime of M < 0.5 M_sun and [Fe/H] < -1.5 will be essential to verify these tentative low-metallicity trends.

astro-ph.GA

HR-GO II: chemical abundances of low-$E$ retrograde dynamically-tagged-groups: Revealing Thamnos as a very metal-poor substructure

Milky Way halo substructures identified in dynamical space are known to suffer from contamination from the Milky Way in-situ stars, which makes their accreted origins uncertain. We present detailed chemical abundances of 35 stars belonging to two sets of dynamically tagged groups, Rg8 and Rg9, to investigate their accreted nature. Both groups are composed of stars with low orbital energy and very retrograde orbits. We find that Rg8 and Rg9 are chemically indistinguishable across all elements, from C to Eu, strongly indicating that they belong to the same structure. The iron-abundance distribution of this low-$E$ retrograde group has a prominent peak at [Fe/H] $\approx-2.1$, revealing that its main population is very metal-poor, and a secondary peak at [Fe/H] $\approx-1.5$, very likely due to contamination from Milky Way in-situ stars. These groups also heavily overlap with the Thamnos substructure in dynamical space, and we thus use them to investigate the chemical properties of Thamnos. The dominant, low-metallicity population provides strong evidence for the ex-situ origin of Thamnos, as well as its very metal-poor nature. We do not see any evidence of an $\alpha$ knee in our sample, which is consistent with previous studies. Comparison with the Cetus-Palca stream in the chemical space shows similar abundance distributions, and thus it suggests that the Thamnos progenitor dwarf galaxy had a truncated star formation history due to its early merger with the Milky Way.

astro-ph.GA

Tails of Gravity: Persistence of Star Formation in the CMZ Environment

We characterize star-forming gas in six molecular clouds (Sgr B1-off, Sgr B2, Sgr C, the 20 km s$^{-1}$ and 50 km s$^{-1}$ molecular clouds, and the Brick) in the Galactic central molecular zone (CMZ), and compare their star-forming activities with those in molecular clouds outside the CMZ. Using multi-band continuum observations taken from ${\it Planck}$, ${\it Herschel}$, JCMT/SCUBA-2, and CSO/SHARC2, we derived 8.5" resolution column density maps for the CMZ clouds and evaluated the column density probability distribution functions (N-PDFs). With the archival Atacama Large Millimeter/submillimeter Array (ALMA) 1.3 mm dust continuum data, we further evaluated the mass of the most massive cores ($M_{\rm core}^{\rm ma x}$). We find that the N-PDFs of four of the selected CMZ clouds are well described by a piecewise log-normal + power-law function, while the N-PDFs of the remaining two can be approximated by log-normal functions. In the first four targets, the masses in the power-law component ($M_{\rm gas}^{\rm bound}$), $M_{\rm core}^{\rm max}$, and star formation rate (SFR) are correlated. These correlations are very similar to those derived from low-mass clouds in the Solar neighborhood and massive star-forming regions on the Galactic disk. These findings lead to our key hypotheses: (1) In the extreme environment of the CMZ, the power-law component in the N-PDF also represents self-gravitationally bound gas structures, and (2) evolution and star-forming activities of self-gravitationally bound gas structures may be self-regulated, insensitive to the exterior environment on $\gtrsim$5-10 pc scales.

astro-ph.GA

Multi-Order Matching Network for Alignment-Free Depth Super-Resolution

Recent guided depth super-resolution methods are premised on the assumption of strict spatial alignment between depth and RGB, achieving high-quality depth reconstruction. However, in real-world scenarios, the acquisition of strictly aligned RGB-D is hindered by inherent hardware limitations (e.g., physically separate RGB-D sensors) and unavoidable calibration drift induced by mechanical vibrations or temperature variations. Consequently, existing approaches often suffer inevitable performance degradation when applied to misaligned real-world scenes. In this paper, we propose the Multi-Order Matching Network (MOMNet), a novel alignment-free framework that adaptively retrieves and selects the most relevant information from misaligned RGB. Specifically, our method begins with a multi-order matching mechanism, which jointly performs zero-order, first-order, and second-order matching to comprehensively identify RGB information consistent with depth across multi-order feature spaces. To effectively integrate the retrieved RGB and depth, we further introduce a multi-order aggregation composed of multiple structure detectors. This strategy uses multi-order priors as prompts to facilitate the selective feature transfer from RGB to depth. Extensive experiments demonstrate that MOMNet achieves superior performance and generalization across both unaligned and aligned datasets.

cs.CV

APOGEE chemical abundances of stars in the MW satellites Fornax, Sextans, Draco and Carina

During its evolution, the Milky Way (MW) incorporated numerous dwarf galaxies, particularly low-mass systems. The surviving dwarf galaxies orbiting the MW serve as exceptional laboratories for studying the unique properties of these systems. Their metal-poor environments and shallow gravitational potentials likely drive significant differences in star formation and star cluster properties compared to those in the MW. Using high-quality near-infrared spectra from the APOGEE survey, we determined abundances of Fe, C, N, O, Mg, Al, Si, Ca, Ti, Cr, Mn, Ni, and Ce for 74 stars in four MW satellite dwarf galaxies: Fornax, Sextans, Draco, and Carina. Our analysis reveals that the distribution of $\alpha$ elements (e.g., [Si/Fe]) strongly correlates with galaxy luminosity (and hence mass), underscoring the critical role of galaxy mass in shaping chemical evolution. These dwarf galaxies exhibit [Al/Fe$]\sim -0.5$, which is comparable to those of the metal-poor stars in the MW. Additionally, we identified nitrogen-rich field stars in the Fornax dwarf galaxy, which display distinct metallicities compared to its known globular clusters (GCs). If these stars originated in GCs and subsequently escaped, their presence suggests we are observing relics of destroyed GCs, offering possible evidence of cluster disruption.

astro-ph.GA

Massive Star Formation at Supersolar Metallicities: Constraints on the Initial Mass Function

Metals enhance the cooling efficiency of molecular clouds, promoting fragmentation. Consequently, increasing the metallicity may boost the formation of low-mass stars. Within the integrated galaxy initial mass function (IGIMF) theory, this effect is empirically captured by a linear relation between the slope of the low-mass stellar IMF, $\alpha_1$, and the metal mass fraction, $Z$. This linear $\alpha_1$-$Z$ relation has been calibrated up to $\approx 2 \, Z_{\odot}$, though higher metallicity environments are known to exist. We show that if the linear $\alpha_1$-$Z$ relation extends to higher metallicities ($[Z] \gtrsim 0.5$), massive star formation is suppressed entirely. Alternatively, fragmentation efficiency may saturate beyond some metallicity threshold if gravitational collapse cascades rapidly enough. To model this behavior, we propose a logistic function describing the transition from metallicity-sensitive to metallicity-insensitive fragmentation regimes. We provide a user-friendly public code, pyIGIMF, which enables the instantaneous computation of the IGIMF theory with the logistic $\alpha_1$-$Z$ relation.

astro-ph.GA

Cosmic Threads: Interlinking the Stellar Initial Mass Function from Star-Birth to Galaxies

The stellar initial mass function (sIMF) describes the distribution of stellar masses formed in a single star formation event in a molecular cloud clump. It is fundamental to astrophysics and cosmology, shaping our understanding of unresolved stellar populations, galactic chemical enrichment and habitable zones, and black hole growth. This White Paper reviews studies on the core mass function, stellar multiplicity, and dynamical processes affecting sIMF determinations, as well as the link between star-forming clumps and the galaxy-wide IMF (gIMF). The evidence gleaned from observed systems for the dependency of the sIMF on the metallicity and density of the clump is portrayed. We examine evidence from gravitational lensing, stellar and gas kinematics, and spectral diagnostics to assess environmental dependencies of the gIMF. Theoretical perspectives provide further insights into the sIMF's variability. Beyond summarizing current knowledge, this work aims to establish a shared framework and define strategies for studying a variable IMF in the era of near-infrared integral-field spectroscopy, 30m-class telescopes and major space-based observatories.

astro-ph.GA

SpatioTemporal Difference Network for Video Depth Super-Resolution

Depth super-resolution has achieved impressive performance, and the incorporation of multi-frame information further enhances reconstruction quality. Nevertheless, statistical analyses reveal that video depth super-resolution remains affected by pronounced long-tailed distributions, with the long-tailed effects primarily manifesting in spatial non-smooth regions and temporal variation zones. To address these challenges, we propose a novel SpatioTemporal Difference Network (STDNet) comprising two core branches: a spatial difference branch and a temporal difference branch. In the spatial difference branch, we introduce a spatial difference mechanism to mitigate the long-tailed issues in spatial non-smooth regions. This mechanism dynamically aligns RGB features with learned spatial difference representations, enabling intra-frame RGB-D aggregation for depth calibration. In the temporal difference branch, we further design a temporal difference strategy that preferentially propagates temporal variation information from adjacent RGB and depth frames to the current depth frame, leveraging temporal difference representations to achieve precise motion compensation in temporal long-tailed areas. Extensive experimental results across multiple datasets demonstrate the effectiveness of our STDNet, outperforming existing approaches.

cs.CV

The effect of the environment-dependent stellar initial mass function on the baryonic Tully Fisher relation

We investigate the impact of an environment-dependent galaxy-wide stellar initial mass function (gwIMF) on the baryonic Tully-Fisher relation (BTFR). The integrated galaxy-wide IMF (IGIMF) theory, which incorporates variations in stellar populations due to star formation history (SFH) and metallicity, provides a more accurate framework for understanding systematic deviations in galaxy scaling relations than that given by an invariant gwIMF. By considering how the mass-to-light ratio of the stellar population is influenced by metallicity and SFH, we show that high-mass galaxies have their masses in stars and remnants underestimated under the assumption of a constant mass-to-light ratio. In contrast, low-mass, gas-dominated galaxies are less affected. Our results suggest that the discrepancies between the true and observed BTFR are primarily driven by the evolving nature of the stellar IMF, particularly in galaxies with slowly declining SFHs. The IGIMF theory offers a solution to the observed offsets in the BTFR, especially for high-mass galaxies, where the rotational velocities are higher than predicted by MOND. We conclude that incorporating the IGIMF provides a more accurate description of galaxy dynamics, revealing the importance of stellar population characteristics in refining our understanding of the baryonic mass-velocity relationship. This study underscores the necessity of accounting for the variation of the gwIMF when interpreting the BTFR, particularly in the context of alternative gravitational theories like MOND.

astro-ph.GA