SearcharxivSearch

arXiv subjects

Tongyu Liu

Publications and source records attributed to Tongyu Liu.

5 recordsLinked to original sources

Sapphire Photonic Crystal Fiber Sensor

Sapphire optical fiber shows great promise for remote sensing in extreme environments approaching 2000 degC, by using laser-processing to form a single-mode waveguide within it. However, for practical application, longer devices with high manufacturability and reliability are required. We report the design, modeling, fabrication, and optimization of an index-guiding sapphire photonic crystal fiber Bragg grating temperature sensor. The device is fabricated using femtosecond laser direct writing to inscribe both the photonic crystal waveguide and the Bragg grating. A spatial light modulator was used to compensate for the mismatch between the immersion objective and the high-index oil used. This improved the aspect ratio and suppressed cracking during fabrication, for higher reliability. The design results in a 6-fold reduction in fabrication time over an equivalent depressed cladding waveguide, significantly reducing the cost of manufacture. Devices up to 7 cm long were fabricated and spliced to standard single-mode fiber. The propagation loss was estimated to be 0.7 dB/cm and the Bragg gratings had a bandwidth of approximately 0.12 nm. Devices were tested in a furnace showing a temperature sensitivity of between 19.0-32.3 pm/degC over a range 25-1200 degC. These longer devices have the potential to enable practical high precision extreme temperature monitoring in many applications, with lower manufacturing cost and higher reliability.

physics.optics

SN 2024abfl: A Low-Luminosity Type IIP Supernova in NGC 2146 from a Low-Mass Red Supergiant Progenitor

Type IIP supernovae (SNe IIP) exhibit a significant diversity in their explosion properties, yet the physical mechanisms driving this diversity remain unknown. In this work, we present photometric and spectroscopic observations of SN 2024abfl, a SN IIP in NGC 2146 with a directly detected red supergiant (RSG) progenitor. We find it has a low plateau luminosity ($M_V \sim -15$ mag) and a relatively long plateau length ($\sim 126.5$ days). By fitting a semi-analytical model, we estimated a $^{56}$Ni mass of $\sim 0.009 M_\odot$, an initial kinetic energy of $\sim 0.42$ foe, an initial thermal energy of $\sim 0.03$ foe and an ejecta mass of $\sim 8.3 M_\odot$. The spectral evolution of SN 2024abfl is similar to those of other SNe IIP, except for much lower ejecta velocities at similar epochs. At later epochs, we find a relatively high-velocity H$\alpha$ absorption feature at $\sim -4000$ km s$^{-1}$, possibly due to a fast-moving plume of matter in the inner ejecta, and two emission features at $\pm 2000$ km s$^{-1}$, possibly caused by CSM interaction. We estimate the progenitor mass to be $\le 15 M_\odot$ based on nebular spectra. We conclude that SN 2024abfl is a low-luminosity SN IIP originating from a low-mass RSG progenitor.

astro-ph.HE

A Unified Model for Cardinality Estimation by Learning from Data and Queries via Sum-Product Networks

Cardinality estimation is a fundamental component in database systems, crucial for generating efficient execution plans. Despite advancements in learning-based cardinality estimation, existing methods may struggle to simultaneously optimize the key criteria: estimation accuracy, inference time, and storage overhead, limiting their practical applicability in real-world database environments. This paper introduces QSPN, a unified model that integrates both data distribution and query workload. QSPN achieves high estimation accuracy by modeling data distribution using the simple yet effective Sum-Product Network (SPN) structure. To ensure low inference time and reduce storage overhead, QSPN further partitions columns based on query access patterns. We formalize QSPN as a tree-based structure that extends SPNs by introducing two new node types: QProduct and QSplit. This paper studies the research challenges of developing efficient algorithms for the offline construction and online computation of QSPN. We conduct extensive experiments to evaluate QSPN in both single-table and multi-table cardinality estimation settings. The experimental results have demonstrated that QSPN achieves superior and robust performance on the three key criteria, compared with state-of-the-art approaches.

cs.DB

Laser-written scalable sapphire integrated photonics platform

In this paper, we demonstrate the integration of photonic devices on sapphire substrates using multi-layer depressed cladding waveguides at both 780 nm and 1550 nm. The devices are up to 10-cm long and written at depths down to 400 um. The propagation losses for single-mode guiding are ~ 0.6 dB/cm at 780 nm and ~ 0.7 dB/cm at 1550 nm. A number of structures have been fabricated with simultaneous single-mode and polarization independent operation: evanescently coupled waveguide arrays, Y-branch splitters, Mach-Zehnder interferometers, and a 2x2 directional-coupler. All the devices were fabricated using adaptive optics-assisted femtosecond laser direct writing with a customized laser writing algorithm. This work enables the integration of single-mode sapphire photonics devices in a scalable manner, enabling many applications in communications, imaging, computing, and sensing.

physics.optics

Relational Data Synthesis using Generative Adversarial Networks: A Design Space Exploration

The proliferation of big data has brought an urgent demand for privacy-preserving data publishing. Traditional solutions to this demand have limitations on effectively balancing the tradeoff between privacy and utility of the released data. Thus, the database community and machine learning community have recently studied a new problem of relational data synthesis using generative adversarial networks (GAN) and proposed various algorithms. However, these algorithms are not compared under the same framework and thus it is hard for practitioners to understand GAN's benefits and limitations. To bridge the gaps, we conduct so far the most comprehensive experimental study that investigates applying GAN to relational data synthesis. We introduce a unified GAN-based framework and define a space of design solutions for each component in the framework, including neural network architectures and training strategies. We conduct extensive experiments to explore the design space and compare with traditional data synthesis approaches. Through extensive experiments, we find that GAN is very promising for relational data synthesis, and provide guidance for selecting appropriate design solutions. We also point out limitations of GAN and identify future research directions.

cs.DB