SearcharxivSearch

arXiv subjects

Liyong Zhang

Publications and source records attributed to Liyong Zhang.

9 recordsLinked to original sources

A cryogenic gas target for high-intensity radioactive ion beam production at HIRFL-RIBLL

A liquid-nitrogen-cooled cryogenic gas target system has been developed and installed for radioactive ion beam (RIB) production at the Radioactive Ion Beam Line in Lanzhou (RIBLL). Light-element gases ($\mathrm{H}_2$, $\mathrm{D}_2$, and $^4\mathrm{He}$) filled in the target cell were cooled to cryogenic temperatures, with the gas-cell outlet temperature typically monitored at 82--86 K during beam irradiation and operating pressures up to 1000 mbar. The system was used to produce $^{7}\mathrm{Be}$, $^{16}\mathrm{N}$, and $^{15}\mathrm{O}$ RIBs via the $^{1}\mathrm{H}(^{7}\mathrm{Li}, ^{7}\mathrm{Be})n$, $^{2}\mathrm{H}(^{15}\mathrm{N}, ^{16}\mathrm{N})p$, and $^{1}\mathrm{H}(^{15}\mathrm{N}, ^{15}\mathrm{O})n$ inverse kinematics reactions, yielding purities of 85\%, 99\%, and 95\%, with intensities of $1.02\times10^{6}$, $2.7\times10^{5}$, and $1.0\times10^{5}$ pps, respectively. A $^{93m}\mathrm{Mo}$ isomer beam was also produced via the $\mathrm{^4He(^{94}Zr,} 5n)^{93m}\mathrm{Mo}$ reaction, achieving an intensity of $5.38\times10^{3}$ pps and a purity of 20\% (which can be further improved to $\sim$50\% with offline time-of-flight gating). By delivering a broader range of high-intensity secondary RIBs, this setup establishes a robust platform at RIBLL for low- and medium-energy nuclear astrophysics and reaction studies.

physics.ins-det

SuperOcc: Toward Cohesive Temporal Modeling for Superquadric-based 3D Occupancy Prediction

3D occupancy prediction plays a pivotal role in the realm of autonomous driving, as it provides a comprehensive understanding of the driving environment. Most existing methods construct dense scene representations for occupancy prediction, overlooking the inherent sparsity of real-world driving scenes. Recently, 3D superquadric representation has emerged as a promising sparse alternative to dense scene representations due to the strong geometric expressiveness of superquadrics. However, existing superquadric frameworks still suffer from insufficient temporal modeling, a challenging trade-off between query sparsity and geometric expressiveness, and inefficient superquadric-to-voxel splatting. To address these issues, we propose SuperOcc, a novel framework for superquadric-based 3D occupancy prediction. SuperOcc incorporates three key designs: (1) a cohesive temporal modeling mechanism to simultaneously exploit view-centric and object-centric temporal cues; (2) a multi-superquadric decoding strategy to enhance geometric expressiveness without sacrificing query sparsity; and (3) an efficient superquadric-to-voxel splatting scheme to improve computational efficiency. Extensive experiments on the SurroundOcc and Occ3D benchmarks demonstrate that SuperOcc achieves state-of-the-art performance while maintaining superior efficiency. The code is available at https://github.com/Yzichen/SuperOcc.

cs.CV

High-Precision Measurement of D($γ$, $n$)$p$ Photodisintegration Reaction and Implications for Big-Bang Nucleosynthesis

We report on a high-precision measurement of the D($γ$,\,$n$)$p$ photodisintegration reaction at the newly commissioned Shanghai Laser Electron Gamma Source (SLEGS), employing a quasi-monochromatic $γ$-ray beam from Laser Compton Scattering. The cross sections were determined over $E_γ$=2.327--7.089 MeV, achieving up to a factor of 2.2 improvement in precision near the neutron separation threshold. Combined with previous data in a global Markov chain Monte Carlo (MCMC) analysis using dibaryon effective field theory, we obtained the unprecedentedly precise $p$($n$,\,$γ$)D cross sections and thermonuclear rate, with a precision up to $\approx$4 times higher than previous evaluations. Implemented in a standard Big-Bang Nucleosynthesis (BBN) framework, this new rate decreases uncertainty of the key cosmological parameter of baryon density $Ω_b h^2$ by up to $\approx$16\% relative to the LUNA result. A residual $\approx$1.2$σ$ tension between $Ω_b h^2$ constrained from primordial D/H observations and CMB measurements persists, highlighting the need for improved $dd$ reaction rates and offering potential hints of new physics beyond the standard model of cosmology.

nucl-ex

Impact of Nuclear Reaction Rates on Calcium Production in Population III Stars: A Global Analysis

We investigate the sensitivity of calcium production to nuclear reaction rates of a 40 solar-mass Population III star using 1D multi-zone stellar models. A comprehensive nuclear reaction network was constructed, and all $(p,γ)$ and $(p,α)$ reaction rates were individually varied by a factor of 10 up and down, identifying 13 preliminary key reactions for calcium production. To propagate the reaction rate uncertainties on calcium production, two sets of Monte Carlo simulations were performed for these key reactions: one adopting STARLIB reaction rates and the other incorporating updated rates from recent experimental data and evaluations. Our results show that Monte Carlo simulations using the updated rates show good agreement with the observed calcium abundance of the extremely iron-poor star SMSS J031300.36-670839.3 within the 68% confidence interval predicted by the models. In contrast, the observed calcium abundance lies marginally outside the 68% C.I. when using the STARLIB rates. Spearman rank-order correlation analysis and SHAP values show that the $(p,γ)$ and $(p,α)$ reactions of F18 and F19 exhibit strong coupled effects on calcium production. These reaction-rate uncertainties need to be reduced to constrain the stellar model predictions. Our study provides insights for future nuclear physics experiments aimed at reducing reaction rate uncertainties in the nucleosynthesis of Population III Stars. Additionally, comparisons between 20 solar-mass and 40 solar-mass Population III stellar models confirm that the latter, with updated reaction rates, is more capable of reproducing the observed Ca abundance and [Ca/Mg] ratio.

astro-ph.SR

OVT-MLCS: An Online Visual Tool for MLCS Mining from Long or Big Sequences

Mining multiple longest common subsequences (\textit{MLCS}) from a set of sequences of three or more over a finite alphabet $Σ$ (a classical NP-hard problem) is an important task in a wide variety of application fields. Unfortunately, there is still no exact \textit{MLCS} algorithm/tool that can handle long (length $\ge$ 1,000) or big (length $\ge$ 10,000) sequences, which seriously hinders the development and utilization of massive long or big sequences from various application fields today. To address the challenge, we first propose a novel key point-based \textit{MLCS} algorithm for mining big sequences, called \textit{KP-MLCS}, and then present a new method, which can compactly represent all mined \textit{MLCSs} and quickly reveal common patterns among them. Furthermore, by introducing some new techniques, e.g., real-time graphic visualization and serialization, we have developed a new online visual \textit{MLCS} mining tool, called OVT-MLCS. OVT-MLCS demonstrates that it not only enables effective online mining, storing, and downloading of \textit{MLCSs} in the form of graphs and text from long or big sequences with a scale of 3 to 5000 but also provides user-friendly interactive functions to facilitate inspection and analysis of the mined \textit{MLCS}s. We believe that the functions provided by OVT-MLCS will promote stronger and wider applications of \textit{MLCS}.

cs.DB

PolarBEVDet: Exploring Polar Representation for Multi-View 3D Object Detection in Bird's-Eye-View

Recently, LSS-based multi-view 3D object detection provides an economical and deployment-friendly solution for autonomous driving. However, all the existing LSS-based methods transform multi-view image features into a Cartesian Bird's-Eye-View(BEV) representation, which does not take into account the non-uniform image information distribution and hardly exploits the view symmetry. In this paper, in order to adapt the image information distribution and preserve the view symmetry by regular convolution, we propose to employ the polar BEV representation to substitute the Cartesian BEV representation. To achieve this, we elaborately tailor three modules: a polar view transformer to generate the polar BEV representation, a polar temporal fusion module for fusing historical polar BEV features and a polar detection head to predict the polar-parameterized representation of the object. In addition, we design a 2D auxiliary detection head and a spatial attention enhancement module to improve the quality of feature extraction in perspective view and BEV, respectively. Finally, we integrate the above improvements into a novel multi-view 3D object detector, PolarBEVDet. Experiments on nuScenes show that PolarBEVDet achieves the superior performance. The code is available at https://github.com/Yzichen/PolarBEVDet.git.(This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible)

cs.CV

DALNet: A Rail Detection Network Based on Dynamic Anchor Line

Rail detection is one of the key factors for intelligent train. In the paper, motivated by the anchor line-based lane detection methods, we propose a rail detection network called DALNet based on dynamic anchor line. Aiming to solve the problem that the predefined anchor line is image agnostic, we design a novel dynamic anchor line mechanism. It utilizes a dynamic anchor line generator to dynamically generate an appropriate anchor line for each rail instance based on the position and shape of the rails in the input image. These dynamically generated anchor lines can be considered as better position references to accurately localize the rails than the predefined anchor lines. In addition, we present a challenging urban rail detection dataset DL-Rail with high-quality annotations and scenario diversity. DL-Rail contains 7000 pairs of images and annotations along with scene tags, and it is expected to encourage the development of rail detection. We extensively compare DALNet with many competitive lane methods. The results show that our DALNet achieves state-of-the-art performance on our DL-Rail rail detection dataset and the popular Tusimple and LLAMAS lane detection benchmarks. The code will be released at https://github.com/Yzichen/mmLaneDet.

cs.CV

Measurement of $^{19}$F($p$,$γ$)$^{20}$Ne reaction suggests CNO break-out in first stars

The origin of calcium production in the first stars (Pop III stars), which formed out of the primordial matter of the Big Bang, and their fates, remain most fascinating mysteries in astrophysics. Advanced nuclear burning and supernovae were thought to be the dominant source of the Ca production seen in all stars. Here we report on a qualitatively different path to Ca production through break-out from the "warm" carbon-nitrogen-oxygen (CNO) cycle. We extend direct measurement of the $^{19}$F($p$, $γ$)$^{20}$Ne break-out reaction down to an unprecedentedly low energy point of 186 keV and discover a key resonance at 225 keV. In the domain of astrophysical interest, at around 0.1 giga kelvin, this thermonuclear $^{19}$F($p$,$γ$)$^{20}$Ne rate is up to a factor of 7.4 larger than the previous recommended rate. Our stellar models show a stronger break-out during stellar hydrogen burning than thought before, and may reveal the nature of Ca production in Pop III stars imprinted on the oldest known ultra-iron poor star, SMSS0313-6708. This result from the China Jinping Underground Laboratory, the deepest laboratory in the world, offering an environment with extremely low cosmic-ray induced background, has far-reaching implications on our understanding of how the first stars evolve and die. Our rate showcases the impact that faint Pop III star supernovae can have on the nucleosynthesis observed in the oldest known stars and first galaxies, key mission targets of the James Webb Space Telescope.

astro-ph.SR

Localized growth drives spongy mesophyll morphogenesis

The spongy mesophyll is a complex, porous tissue found in plant leaves that enables carbon capture and provides mechanical stability. Unlike many other biological tissues, which remain confluent throughout development, the spongy mesophyll must develop from an initially confluent tissue into a tortuous network of cells with a large proportion of intercellular airspace. How the airspace in the spongy mesophyll develops while the cells remain mechanically stable remains unknown. Here, we used computer simulations of deformable particles to develop a purely mechanical model for the development of the spongy mesophyll tissue. By stipulating that (1) cell perimeter grows only near voids, (2) cells both form and break adhesive bonds, and (3) the tissue pressure remains constant, the computational model was able to recapitulate the developmental trajectory of the microstructure of the spongy mesophyll observed in Arabidopsis thaliana leaves. Robust generation of pore space in the spongy mesophyll requires a balance of cell growth, adhesion, stiffness and tissue pressure to ensure cell networks remain both porous yet mechanically robust. The success of this mechanical model of tissue growth and porosity evolution suggests that simple physical principles can coordinate and drive the development of complex plant tissues like the spongy mesophyll.

physics.bio-ph