arXiv ScienceSearch

arXiv subjects

Changqing Luo

Publications and source records attributed to Changqing Luo.

At least 19 recordsLinked to original sources

PhysWave: Physics-Guided Latent Diffusion Models for Controllable Spatial Audio Generation

Text-to-spatial audio generation, such as text-to-First-Order Ambisonics (FOA), provides a convenient way to create spatial audio for billion-dollar gaming and film industries. However, existing text-to-FOA methods are largely data-driven and may produce audio that violates acoustic relations between source direction and distance. They also separate descriptive and parametric control, forcing users to trade usability for precision. In this paper, we present PhysWave, a physics-guided latent diffusion model for controllable text-to-FOA generation. PhysWave unifies natural-language and trajectory control through a shared waypoint-caption representation, and augments diffusion training with two differentiable acoustic priors: spherical-harmonic direction consistency and inverse-square distance consistency. To support dynamic spatial generation, we further construct a 300K-clip FOA dataset with diverse sound categories and source trajectories. Extensive results show that the proposed priors help PhysWave generate spatially consistent FOA audio while maintaining competitive audio quality. Further analyses show that these physics priors improve spatial consistency during training and can also be used as inference-time guidance for training-free spatial refinement.

cs.SD

A Helium-shell Burning Blue Horizontal Branch Star Produced from Common Envelope Evolution

Observationally, blue horizontal branch (BHB) stars are defined as hot stars occupying a characteristic region between the extreme blue horizontal branch and RR Lyrae variables in the Hertzsprung-Russell diagram. Most of them are interpreted as stripped core-helium-burning stars, but the role of binary interaction in their formation remains unclear. Here, we report the discovery of a metal-rich BHB star in a 0.82628-day binary system (Feige 64) comprising a $0.35\pm0.03\,M_{\odot}$ BHB star and a likely $1.26\pm0.17\,M_{\odot}$ white dwarf (WD). The BHB star has an effective temperature of $15{,}524\pm310$ K and a luminosity of $39.7\pm4.1\,L_{\odot}$. Stellar evolution modelling indicates that it is a helium-shell-burning star produced through the common-envelope channel, retaining a hydrogen-rich envelope that is more massive than previously thought for low-mass stars. This finding provides direct evidence for binary interaction in the formation of BHB stars, offering a fresh perspective on interpreting this emerging population.

astro-ph.SR

Comparative analysis of missing data imputation methods for CSST survey: Impact on photometric redshift estimation performance

Improving the accuracy of photometric redshifts (photo-$z$) is essential for reliable statistical studies of cosmology and galaxy evolution. However, missing photometric bands are a common observational challenge that can significantly degrade photo-$z$ estimation accuracy. In this work, we present a systematic evaluation of data imputation methods aimed at improving photo-$z$ performance. We benchmark a range of representative machine learning (ML) and deep learning (DL) architectures, identifying k-nearest neighbors (KNN) and the attention-based SAITS model as the leading performers. These models are then applied to China Space Station Survey Telescope (CSST) mock data to assess their performance under realistic observational conditions. Our results show that KNN yields the highest accuracy under idealized missing completely at random (MCAR) conditions with complete training sets, whereas robustness tests reveal that SAITS significantly outperforms KNN when training data is incomplete or when applied to realistic mixed-mechanism scenarios. We find that domain consistency between training and testing missingness patterns is a prerequisite for optimal performance, highlighting the risks of domain shift in supervised regression tasks. Furthermore, our analysis demonstrates that while general imputation models are highly effective for MCAR and missing at random (MAR) data, they are detrimental when applied to missing not at random (MNAR) data arising from flux limits, as statistical models fail to capture the physical information inherent in these non-detections. Consequently, we advocate for more sophisticated architectures capable of disentangling stochastic missingness from physical non-detections to address these distinct mechanisms individually.

astro-ph.GA

LiteGuard: Efficient Task-Agnostic Model Fingerprinting with Enhanced Generalization

Task-agnostic model fingerprinting has recently gained increasing attention due to its ability to provide a universal framework applicable across diverse model architectures and tasks. The current state-of-the-art method, MetaV, ensures generalization by jointly training a set of fingerprints and a neural-network-based global verifier using two large and diverse model sets: one composed of pirated models (i.e., the protected model and its variants) and the other comprising independently trained models. However, publicly available models are scarce in many real-world domains, and constructing such model sets requires intensive training and massive computational resources, posing a significant barrier to deployment. Reducing the number of models can alleviate the overhead, but increases the risk of overfitting, a problem further exacerbated by MetaV's entangled design, in which all fingerprints and the global verifier are jointly trained. This overfitting issue compromises the generalization capability for verifying unseen models. In this paper, we propose LiteGuard, an efficient task-agnostic fingerprinting framework that attains enhanced generalization while significantly lowering computational cost. Specifically, LiteGuard introduces two key innovations: (i) a checkpoint-based model set augmentation strategy that enriches model diversity by leveraging intermediate model snapshots captured during training of each pirated and independently trained model, thereby alleviating the need to train a large number of such models, and (ii) a local verifier architecture that pairs each fingerprint with a lightweight local verifier, thereby reducing parameter entanglement and mitigating overfitting. Extensive experiments across five representative tasks show that LiteGuard consistently outperforms MetaV in both generalization performance and computational efficiency.

cs.CR

IrisFP: Adversarial-Example-based Model Fingerprinting with Enhanced Uniqueness and Robustness

We propose IrisFP, a novel adversarial-example-based model fingerprinting framework that enhances both uniqueness and robustness by leveraging multi-boundary characteristics, multi-sample behaviors, and fingerprint discriminative power assessment to generate composite-sample fingerprints. Three key innovations make IrisFP outstanding: 1) It positions fingerprints near the intersection of all decision boundaries - unlike prior methods that target a single boundary - thus increasing the prediction margin without placing fingerprints deep inside target class regions, enhancing both robustness and uniqueness; 2) It constructs composite-sample fingerprints, each comprising multiple samples close to the multi-boundary intersection, to exploit collective behavior patterns and further boost uniqueness; and 3) It assesses the discriminative power of generated fingerprints using statistical separability metrics developed based on two reference model sets, respectively, for pirated and independently-trained models, retains the fingerprints with high discriminative power, and assigns fingerprint-specific thresholds to such retained fingerprints. Extensive experiments show that IrisFP consistently outperforms state-of-the-art methods, achieving reliable ownership verification by enhancing both robustness and uniqueness.

cs.CR

Fingerprinting Deep Neural Networks for Ownership Protection: An Analytical Approach

Adversarial-example-based fingerprinting approaches, which leverage the decision boundary characteristics of deep neural networks (DNNs) to craft fingerprints, have proven effective for model ownership protection. However, a fundamental challenge remains unresolved: how far a fingerprint should be placed from the decision boundary to simultaneously satisfy two essential properties, i.e., robustness and uniqueness, for effective and reliable ownership protection. Despite the importance of the fingerprint-to-boundary distance, existing works lack a theoretical solution and instead rely on empirical heuristics, which may violate either robustness or uniqueness properties. We propose AnaFP, an analytical fingerprinting scheme that constructs fingerprints under theoretical guidance. Specifically, we formulate fingerprint generation as controlling the fingerprint-to-boundary distance through a tunable stretch factor. To ensure both robustness and uniqueness, we mathematically formalize these properties that determine the lower and upper bounds of the stretch factor. These bounds jointly define an admissible interval within which the stretch factor must lie, thereby establishing a theoretical connection between the two constraints and the fingerprint-to-boundary distance. To enable practical fingerprint generation, we approximate the original (infinite) sets of pirated and independently trained models using two finite surrogate model pools and employ a quantile-based relaxation strategy to relax the derived bounds. Due to the circular dependency between the lower bound and the stretch factor, we apply grid search over the admissible interval to determine the most feasible stretch factor. Extensive experimental results show that AnaFP consistently outperforms prior methods, achieving effective ownership verification across diverse model architectures and model modification attacks.

cs.CR

Identification of BHB stars using Synthetic SkyMapper colors from Gaia XP spectra

Blue horizontal-branch (BHB) stars are ideal tracers for mapping the structure of Galactic stellar halo. Traditionally, BHB sample stars are built from large-scale spectroscopic surveys utilizing their spectral features, however, the resulting sample sizes have been quite limited. In this paper, we construct a catalog of BHB stars based on synthetic colors $(u-v)_{0}$ and $(g-i)_{0}$ in SkyMapper photometric systems, which are convolved from Gaia XP spectra. A total of 49,733 BHB stars are selected from nearly the entire sky (excluding regions of low Galactic latitudes $|b| \le 8^{\circ}$ with heavy reddening), with a completeness and purity exceeding 90\%. Using member stars of globular clusters with precise distance determinations, we carefully calibrate the relationship between the $g$-band absolute magnitude and $(g-i)_{0}$, achieving a precision of 0.11\,mag, which corresponds to a 5\% uncertainty in distance. This relation is applied to derive distances for all BHB stars in the constructed sample. Given current capabilities of Gaia XP observations, the constructed BHB sample is primarily located within 20 kpc, enabling detailed mapping of the inner stellar halo. To extend this depth to the outer halo or even the edge of our Galaxy, we explore the potential of the Chinese Space Station Telescope (CSST) and its broad-band photometry for detecting BHB stars. Using mock data from synthetic spectra, we find that it is feasible to distinguish BHB stars from blue stragglers (BS) stars using CSST near-ultraviolet bands ($NUV, u$) photometry. Thanks to the deep limiting magnitude of CSST, its data will provide a groundbreaking perspective on our Galaxy, particularly regarding the outer halo, in an unprecedented volume.

astro-ph.GA

Identification of a dwarf galaxy stream in Gaia, and its possible association with the VPOS structure

Low surface density streams are important tracers to study the formation and evolution of the Milky Way. Using the accurate astrometric measurements from Gaia mission, we discover a low surface density stream in the north hemisphere, with length of $\sim110$ degree and width of $1.23$ kpc. The vertical velocity dispersion perpendicular to the stream is around $22.4$ km s$^{-1}$. The spectral data of member candidate stars from LAMOST and DESI shows a large metallicity range from $-1.8$ to $-0.7$. Based on those properties we claim that the stream is originated from a dwarf galaxy. The median metallicity of $\mathrm{[Fe/H]}=-1.3$ indicates a massive dwarf galaxy origination with stellar mass around $2.0\times10^7M_\odot$, which is comparable with the Fornax dwarf galaxy and smaller than LMC/SMC and Sagittarius. We also find the globular cluster Pyxis is highly associated with the stream in the phase space $E-L_Z$ and metallicity. The massive progenitor also suggests that many dwarf galaxies, including massive ones, have been disrupted during their evolution orbiting the Milky Way and left with very low surface density structures. This is important to understand the {\it missing satellites} problem. The orbit information of the stream shows tight association between its progenitor and the Vast POlar Structure (VPOS), which indicates that the satellites fell into the Milky Way in groups, which brought many globular clusters into the Milky Way.

astro-ph.GA

A born ultramassive white dwarf-hot subdwarf super-Chandrasekhar candidate

Although supernovae is a well-known endpoint of an accreting white dwarf, alternative theoretical possibilities has been discussing broadly, such as the accretion-induced collapse (AIC) event as the endpoint of oxygen-neon (ONe) white dwarfs, either accreting up to or merging to excess the Chandrasekhar limit (the maximum mass of a stable white dwarf). AIC is an important channel to form neutron stars, especially for those unusual systems, which are hardly produced by core-collapse supernovae. However, the observational evidences for this theoretical predicted event and its progenitor are all very limited. In all of the known progenitors, white dwarfs increase in mass by accretion. Here, we report the discovery of an intriguing binary system Lan 11, consisted of a stripped core-helium-burning hot subdwarf and an unseen compact object of 1.08 to 1.35 $M_{\odot}$. Our binary population synthesis calculations, along with the absence of detection from the deep radio observations of the Five-hundred-meter Aperture Spherical Radio Telescope, strongly suggest that the latter is an ONe white dwarf. The total mass of this binary is 1.67 to 1.92 $M_{\odot}$}, significantly excessing the Chandrasekhar limit. The reproduction of its evolutionary history indicates that the unique system has undergone two phases of common envelope ejections, implying a born nature of this massive ONe white dwarf rather than an accretion growth from its companion. These results, together with short orbital period of this binary (3.65 hours), suggest that this system will merge in 500-540 Myr, largely triggering an AIC event, although the possibility of type Ia supernova cannot be fully ruled out. This finding greatly provides valuable constraints on our understanding of stellar endpoints, whatever leading to an AIC or a supernova.

astro-ph.SR

A New Tidal Stream Discovered in Gaia DR3

Thanks to the precise astrometric measurements of proper motions by the Gaia mission, a new tidal stellar stream has been discovered in the northern hemisphere. The distribution of star count shows that the stream is approximately $80$ degrees long and $1.70$ degrees wide. Observations of $21$ member stars, including 14 RR Lyrae stars, indicate that the stream has an eccentric and retrograde orbit with $e=0.58$. The low metallicity, high total energy, and large angular momentum suggest that it is associated with the merging event Sequoia. This discovery suggests the possibility of finding more substructures with high eccentricity orbits, even in the inner halo.

astro-ph.GA

TYC 3340-2437-1: A Quadruple System with A Massive Star

Hierarchical massive quadruple systems are ideal laboratories for examining the theories of star formation, dynamical evolution, and stellar evolution. The successive mergers of hierarchical quadruple systems might explain the mass gap between neutron stars and black holes. Looking for light curves of O-type binaries identified by LAMOST, we find a (2+2) quadruple system: TYC 3340-2437-1, located in the stellar bow-shock nebula (SBN). It has a probability of over 99.99\% being a quadruple system derived from the surface density of the vicinity stars. Its inner orbital periods are 3.390602(89) days and 2.4378(16) days, respectively, and the total mass is about (11.47 + 5.79) + (5.2 + 2.02) = 24.48 $M_{\odot}$. The line-of-sight inclinations of the inner binaries, B$_1$ and B$_2$, are 55.94 and 78.2 degrees, respectively, indicating that they are not co-planar. Based on observations spanning 34 months and the significance of the astrometric excess noise ($D>2$) in Gaia DR3 data, we guess that its outer orbital period might be a few years. If it were true, the quadruple system might form through the disk fragmentation mechanism with outer eccentric greater than zero. This eccentricity could be the cause of both the arc-like feature of the SBN and the noncoplanarity of the inner orbit. The outer orbital period and outer eccentric could be determined with the release of future epoch astrometric data of Gaia.

astro-ph.SR

Evolved Massive Stars at Low-metallicity VII. the Lower Mass Limit of Red Supergiant Population in the Large Magellanic Cloud

The precise definition of the lower mass limit of red supergiant stars (RSGs) is an open question in astrophysics and does not attract too much attention. Here we assemble a spectroscopic evolved cool star sample with 6,602 targets, including RSGs, asymptotic giant branch stars, and red giant branch stars, in the Large Magellanic Cloud based on \textit{Gaia} DR3 and SDSS-IV/APOGEE-2. The reference spectrum of each stellar population is built according to the quantile range of relative intensity ($1\%\sim99\%$). Five different methods, e.g., chi-square ($\chi^2$), cosine similarity (CS), machine learning (ML), equivalent width (EW), and line ratio (LR), are used in order to separate different stellar populations. The ML and $\chi^2$ provide the best and relatively consistent prediction of certain population. The derived lower limit of the RSG population is able to reach to the $\rm K_S$-band tip of red giant branch ($\rm K_S~$$\approx12.0$ mag), indicating a luminosity as low as about $10^{3.5}~L_{\sun}$, which corresponds to a stellar radius only about $100~R_{\sun}$. Given the mass-luminosity relation of $L/L_\sun =f(M/M_\sun)^3$ with $f\approx15.5\pm3$ and taking into account of the mass loss of faint RSGs up to now, the minimal initial mass of the RSG population would be about $6.1\pm0.4~M_\sun$, which is much lower than the traditional threshold of $8~M_\sun$ for the massive stars. This is the first spectroscopic evidence, indicating that the lower mass limit of RSG population is around $6~M_\sun$. However, the destinies of such faint RSGs are still elusive and may have large impact on the stellar evolutionary and supernova models.

astro-ph.SR

Evolved Massive Stars at Low-metallicity V. Mass-Loss Rate of Red Supergiant Stars in the Small Magellanic Cloud

We assemble the most complete and clean red supergiant (RSG) sample (2,121 targets) so far in the Small Magellanic Cloud (SMC) with 53 different bands of data to study the MLR of RSGs. In order to match the observed spectral energy distributions (SEDs), a theoretical grid of 17,820 Oxygen-rich models (``normal'' and ``dusty'' grids are half-and-half) is created by the radiatively-driven wind model of the DUSTY code, covering a wide range of dust parameters. We select the best model for each target by calculating the minimal modified chi-square and visual inspection. The resulting MLRs from DUSTY are converted to real MLRs based on the scaling relation, for which a total MLR of $6.16\times10^{-3}$ $M_\odot$ yr$^{-1}$ is measured (corresponding to a dust-production rate of $\sim6\times10^{-6}$ $M_\odot$ yr$^{-1}$), with a typical MLR of $\sim10^{-6}$ $M_\odot$ yr$^{-1}$ for the general population of the RSGs. The complexity of mass-loss estimation based on the SED is fully discussed for the first time, indicating large uncertainties based on the photometric data (potentially up to one order of magnitude or more). The Hertzsprung-Russell and luminosity versus median absolute deviation diagrams of the sample indicate the positive relation between luminosity and MLR. Meanwhile, the luminosity versus MLR diagrams show a ``knee-like'' shape with enhanced mass-loss occurring above $\log_{10}(L/L_\odot)\approx4.6$, which may be due to the degeneracy of luminosity, pulsation, low surface gravity, convection, and other factors. We derive our MLR relation by using a third-order polynomial to fit the sample and compare our result with previous empirical MLR prescriptions. Given that our MLR prescription is based on a much larger sample than previous determinations, it provides a more accurate relation at the cool and luminous region of the H-R diagram at low-metallicity compared to previous studies.

astro-ph.SR

The Eclipsing Binaries from the LAMOST Medium-resolution Survey.III. A High-precision Empirical Stellar Mass Library

High-precision stellar mass and radius measured directly from binaries can effectively calibrate the stellar models. However, such a database containing full spectral types and large range of metallicity is still not fully established. A continuous effort of data collecting and analysis are requested to complete the database. In this work, we provide a catalog containing 184 binaries with independent atmospheric parameters and accurate masses and radii as the benchmark of stellar mass and radius. The catalog contains 56 new detached binaries from LAMOST Medium-resolution spectroscopic (MRS) survey and 128 detached eclipsing binaries compiled from previous studies. We obtain the orbital solutions of the new detached binaries with uncertainties of masses and radii smaller than 5%. These new samples densify the distribution of metallicity of the high-precision stellar mass library and add 9 hot stars with Teff>8000 K. Comparisons show that these samples well agree with the PARSEC isochrones in Teff-logg-mass-radius-luminosity space. We compare mass and radius estimates from isochrone and SED fitting, respectively, with those from the binary orbital solution. We find that the precision of the stellar-model dependent mass estimates is >10% and the precision of the radius estimates based on atmospheric parameters is >15%. These give a general view of the uncertainty of the usual approaches to estimate stellar mass and radius.

astro-ph.SR

Energy-Efficient Computation Offloading in MobileEdge Computing Systems with Uncertainties

Computation offloading is indispensable for mobile edge computing (MEC). It uses edge resources to enable intensive computations and save energy for resource-constrained devices. Existing works generally impose strong assumptions on radio channels and network queue sizes. However, practical MEC systems are subject to various uncertainties rendering these assumptions impractical. In this paper, we investigate the energy-efficient computation offloading problem by relaxing those common assumptions and considering intrinsic uncertainties in the network. Specifically, we minimize the worst-case expected energy consumption of a local device when executing a time-critical application modeled as a directed acyclic graph. We employ the extreme value theory to bound the occurrence probability of uncertain events. To solve the formulated problem, we develop an $\epsilon$-bounded approximation algorithm based on column generation. The proposed algorithm can efficiently identify a feasible solution that is less than (1+$\epsilon$) of the optimal one. We implement the proposed scheme on an Android smartphone and conduct extensive experiments using a real-world application. Experiment results corroborate that it will lead to lower energy consumption for the client device by considering the intrinsic uncertainties during computation offloading. The proposed computation offloading scheme also significantly outperforms other schemes in terms of energy saving.

cs.DC

OO Dra: an Algol-type binary formed through an extremely helium-poor mass accretion revealed by asteroseismology

Based on the two-minutes TESS data, we analyzed intrinsic oscillations of the primary component and identified seven confident independent $\delta$ Scuti frequencies ($f_1$, $f_2$, $f_3$, $f_4$, $f_7$, $f_{11}$, and $f_{12}$). Both of single-star evolutionary models and mass-accreting models are computed to reproduce the $\delta$ Scuti freqiencies. Fitting results of them match well with each other. The stellar parameters of the primary star yielded by asteroseismology are $M$ = $1.92^{+0.10}_{-0.02}$ $M_{\odot}$, $Z$ = 0.011$^{+0.006}_{-0.001}$, $R$ = $2.068^{+0.050}_{-0.007}$ $R_{\odot}$, $\log g$ = $4.090^{+0.010}_{-0.002}$, $T_{\rm eff}$ = $8346^{+244}_{-320}$ K, $L$ = $18.65^{+3.31}_{-2.82}$ $L_{\odot}$, which match well with the dynamic ones by the binary model. Furthermore, our asteroseismic results show that OO Dra is another Algol system that has just undergone the rapid mass-transfer stage. Fitting results of single-star evlutionary models indicate that the pulsator is helium-poor star with an age of 8.22$^{+0.12}_{-1.33}$ Myr, and the further mass-accreting models show that the primary star looks like an almost unevolved star formed by an extremely helium-poor mass accretion in Case A evolutionary scenario.

astro-ph.SR

KIC 10736223: An Algol-type eclipsing binary just undergone the rapid mass-transfer stage

This paper reports the discovery of an Algol system KIC 10736223 that just past the rapid mass transfer stage. From the light curve and radial-velocity modelling we find KIC 10736223 to be a detached Algol system with the less-massive secondary nearly filling its Roche lobe. Based on the short-cadence Kepler data, we analyzed intrinsic oscillations of the pulsator and identified six secured independent $\delta$ Scuti-type pulsation modes ($f_{1}$, $f_3$, $f_{9}$, $f_{19}$, $f_{42}$, and $f_{48}$). We compute two grids of theoretical models to reproduce the $\delta$ Scuti freqiencies, and find fitting results of mass-accreting models meet well with those of single-star evolutionary models. The fundamental parameters of the primary star yielded with asteroseismology are $M$ = $1.57^{+0.05}_{-0.09}$ $M_{\odot}$, $Z$ = 0.009 $\pm$ 0.001, $R$ = $1.484^{+0.016}_{-0.028}$ $R_{\odot}$, $\log g$ = $4.291^{+0.004}_{-0.009}$, $T_{\rm eff}$ = $7748^{+230}_{-378}$ K, $L$ = $7.136^{+1.014}_{-1.519}$ $L_{\odot}$. The asteroseismic parameters match well with the dynamical parameters derived from the binary model. Moreover, our asteroseismic results show that the pulsator is an almost unevolved star with an age between 9.46-11.65 Myr for single-star evolutionary models and 2.67-3.14 Myr for mass-accreting models. Thereofore, KIC 10736223 may be an Algol system that has just undergone the rapid mass-transfer process.

astro-ph.SR

V1224 Cas - an EL CVn-type Eclipsing Binary Consisting of a Helium White Dwarf Precursor and a Delta Scuti Pulsator

We report the discovery of a new eclipsing EL CVn-type binary, consisting of a $\delta$ Sct-type pulsator and a thermally bloated low-mass pre-He white dwarf (WD). Spectroscopy and time-series $BV$ photometry of V1224 Cas were carried out. The spectroscopy reveals a spectral type of A3 for the star. Light-curve modelling indicate that V1224 Cas is a short-period detached system containing a possible low-mass WD with an effective temperature of about 9516 K. Based on the effective temperature and the surface gravity of the A-type primary star from the spectroscopic results, the absolute parameters of the components were estimated as: $M_{P}$=2.16$\pm$0.22$M_{\sun}$, $R_{P}$=3.54$\pm$0.12$R_{\sun}$, $L_{P}$=55.9$\pm$6.9$L_{\sun}$, $M_{S}$=0.19$\pm$0.02$M_{\sun}$, $R_{S}$=0.97$\pm$0.04$R_{\sun}$, and $L_{S}$=6.9$\pm$0.6$L_{\sun}$. We therefore introduce V1224 Cas as a new EL CVn-type binary candidate. The light curves in both filters all show multi-periodic pulsations, superimposed on binary effects. We performed a preliminary frequency analysis of the light residuals after removing the synthetic eclipsing curve from the original observational data. The results suggest that the rapid light variations among the light curves could be attributed to the $\delta$ Sct-type primary component. We therefore conclude that V1224 Cas is very likely a WD+$\delta$ Sct binary.

astro-ph.SR