SearcharxivSearch

arXiv subjects

Xianghe Ma

Publications and source records attributed to Xianghe Ma.

8 recordsLinked to original sources

Identifiability of $g$ mode Resonances in Eccentric Binary Neutron Stars with Multidetector Observations

$g$ mode resonances in eccentric binary neutron star systems are potential probes of internal stratification, superfluidity, composition gradients, and the equation of state. Although such weak dynamical tidal signatures are unlikely to be resolved with current detector sensitivities, third generation observations may make them accessible, in which case identifying the weak resonant phase shift would provide information beyond the bulk adiabatic tidal deformability. We build a four class dataset in an eccentric harmonic framework, containing point particle, adiabatic tide, resonant $g$ mode, and pure noise samples, and use Einstein Telescope (ET) and Cosmic Explorer (CE) detector data to test whether this weak resonant phase signature can be identified from noisy time domain strain. The ET, CE, and ET+CE deep learning models reach accuracies of $0.655$, $0.815$, and $0.897$, respectively. On the same simulated samples, the matched filtering method reaches lower accuracies of $0.514$, $0.677$, and $0.689$. This result arises from the fact that the resonant correction manifests as a weak phase morphology difference superimposed on the adiabatic tidal background, whereas matched filtering is sensitive only to the overall similarity. Hence, in the presence of weak phase differences, the neural classifier employed in deep learning is better able to learn these local phase and morphology features from the complete time domain strain segment. The results indicate that joint third generation observations improve the identifiability of weak internal mode phase information.

astro-ph.HE

Detection of Multiband Lensed Gravitational Waves from Dark Matter Halos with Deep Learning

Lensed gravitational waves acquire amplitude and phase modulations when propagating through the gravitational potential of dark matter halos, producing interference structures in the observed waveform. However, these features are often difficult to identify in detector noise. In this work, we develop a deep learning framework for the automatic classification of lensed gravitational wave signals under multiband observations. We simulate binary neutron star signals observed by the space based detector DECIGO and the ground based Einstein Telescope, and construct five classes of data including pure noise, unlensed signals, and three lensed cases generated by the SIS, CIS, and NFW dark matter halo models. By comparing single detector and joint detector configurations, we evaluate the classification performance under different observational settings. The results show that multiband observations significantly improve the identification of lensed signals and reduce confusion among different lens models. This approach provides an efficient method for automated recognition of lensed gravitational waves in future multiband gravitational wave observations.

astro-ph.IM

Conditional Autoencoder for Generating Binary Neutron Star Waveforms with Tidal and Precession Effects

Gravitational waves from binary neutron star mergers provide critical insights into dense matter physics and strong-field gravity, yet accurate waveform modeling remains computationally intensive. We present a deep generative model for gravitational waveforms from binary neutron star mergers that captures the late inspiral, merger, and ringdown phases while incorporating spin precession and tidal effects. Using a conditional autoencoder architecture, the model efficiently produces high-fidelity waveforms across a broad parameter space, including component masses (m1, m2), spin components (S1x, S1y, S1z, S2x, S2y, S2z), and tidal deformabilities (Lambda1, Lambda2). Trained on 1*10^6 waveforms generated by the IMRPhenomXP_NRTidalv2 model, our network achieves a mean mismatch of 2.13*10^-3. The generation time for a single waveform is 0.12 s, compared to 0.66 s for IMRPhenomXP_NRTidalv2, representing a speedup of about fivefold. When generating 1000 waveforms, the model completes the task in 0.75 s, roughly ten times faster than the baseline. This significant acceleration facilitates rapid parameter estimation and real-time gravitational-wave searches. With improved precision and efficiency, the model can support low-latency detection and broader applications in multi-messenger astrophysics.

astro-ph.GA

Effect of kick velocity on gravitational wave detection of binary black holes with space- and ground-based detectors

During the coalescence of binary black holes (BBHs), asymmetric gravitational wave (GW) emission imparts a kick velocity to the remnant black hole, affecting observed waveforms and parameter estimation. In this study, we investigate the impact of this effect on GW observations using space- and ground-based detectors. By applying Lorentz transformations, we analyze waveform modifications due to kick velocities. For space-based detectors, nearly 50% of detected signals require corrections, while for ground-based detectors, this fraction is below one-third. For Q3d population model, space-based detectors could observe kick effects in over 60% of massive BBH mergers, while in pop3 model, this fraction could drop to 3$\sim$4%. Third-generation ground-based detectors may detect kick effects in up to 16% of stellar-mass BBH mergers. Our findings highlight the importance of incorporating kick velocity effects into waveform modeling, enhancing GW signal interpretation and our understanding of BBH dynamics and astrophysical implications.

gr-qc

Identification of Stochastic Gravitational Wave Backgrounds from Cosmic String Using Machine Learning

Cosmic strings play a crucial role in enhancing our understanding of the fundamental structure and evolution of the universe, unifying our knowledge of cosmology, and potentially unveiling new physical laws and phenomena. The advent and operation of space-based detectors provide an important opportunity for detecting stochastic gravitational wave backgrounds (SGWB) generated by cosmic strings. However, the intricate nature of SGWB poses a formidable challenge in distinguishing its signal from the complex noise by some traditional methods. Therefore, we attempt to identify SGWB based on machine learning. Our findings show that the joint detection of LISA and Taiji significantly outperforms individual detectors, and even in the presence of numerous low signal-to-noise ratio(SNR) signals, the identification accuracy remains exceptionally high with 95%. Although our discussion is based solely on simulated data, the relevant methods can provide data-driven analytical capabilities for future observations of SGWB.

gr-qc

Presence or Absence: Are Unknown Word Usages in Dictionaries?

There has been a surge of interest in computational modeling of semantic change. The foci of previous works are on detecting and interpreting word senses gained over time; however, it remains unclear whether the gained senses are covered by dictionaries. In this work, we aim to fill this research gap by comparing detected word senses with dictionary sense inventories in order to bridge between the communities of lexical semantic change detection and lexicography. We evaluate our system in the AXOLOTL-24 shared task for Finnish, Russian and German languages \cite{fedorova-etal-2024-axolotl}. Our system is fully unsupervised. It leverages a graph-based clustering approach to predict mappings between unknown word usages and dictionary entries for Subtask 1, and generates dictionary-like definitions for those novel word usages through the state-of-the-art Large Language Models such as GPT-4 and LLaMA-3 for Subtask 2. In Subtask 1, our system outperforms the baseline system by a large margin, and it offers interpretability for the mapping results by distinguishing between matched and unmatched (novel) word usages through our graph-based clustering approach. Our system ranks first in Finnish and German, and ranks second in Russian on the Subtask 2 test-phase leaderboard. These results show the potential of our system in managing dictionary entries, particularly for updating dictionaries to include novel sense entries. Our code and data are made publicly available\footnote{\url{https://github.com/xiaohemaikoo/axolotl24-ABDN-NLP}}.

cs.CL

Graph-based Clustering for Detecting Semantic Change Across Time and Languages

Despite the predominance of contextualized embeddings in NLP, approaches to detect semantic change relying on these embeddings and clustering methods underperform simpler counterparts based on static word embeddings. This stems from the poor quality of the clustering methods to produce sense clusters -- which struggle to capture word senses, especially those with low frequency. This issue hinders the next step in examining how changes in word senses in one language influence another. To address this issue, we propose a graph-based clustering approach to capture nuanced changes in both high- and low-frequency word senses across time and languages, including the acquisition and loss of these senses over time. Our experimental results show that our approach substantially surpasses previous approaches in the SemEval2020 binary classification task across four languages. Moreover, we showcase the ability of our approach as a versatile visualization tool to detect semantic changes in both intra-language and inter-language setups. We make our code and data publicly available.

cs.CL

A No-Reference Quality Assessment Method for Digital Human Head

In recent years, digital humans have been widely applied in augmented/virtual reality (A/VR), where viewers are allowed to freely observe and interact with the volumetric content. However, the digital humans may be degraded with various distortions during the procedure of generation and transmission. Moreover, little effort has been put into the perceptual quality assessment of digital humans. Therefore, it is urgent to carry out objective quality assessment methods to tackle the challenge of digital human quality assessment (DHQA). In this paper, we develop a novel no-reference (NR) method based on Transformer to deal with DHQA in a multi-task manner. Specifically, the front 2D projections of the digital humans are rendered as inputs and the vision transformer (ViT) is employed for the feature extraction. Then we design a multi-task module to jointly classify the distortion types and predict the perceptual quality levels of digital humans. The experimental results show that the proposed method well correlates with the subjective ratings and outperforms the state-of-the-art quality assessment methods.

cs.CV