SearcharxivSearch

arXiv subjects

Tiantian Li

Publications and source records attributed to Tiantian Li.

At least 19 recordsLinked to original sources

Anomalous magnetocaloric effects in the quasi-one-dimensional antiferromagnet BaCo$_2$V$_2$O$_8$

We investigate the transverse-field thermodynamics of the quasi-one-dimensional Ising-like antiferromagnet BaCo$_2$V$_2$O$_8$, whose tilted screw-chain geometry and anisotropic Land\'e $g$ tensor generate spatially modulated Zeeman couplings. Angle-resolved magnetocaloric-effect (MCE) measurements reveal a high-field temperature minimum near the transverse-field Ising critical field for $H\parallel[110]$ that persists and shifts only weakly upon field rotation. Tensor-network calculations show that the rotation-induced staggered transverse field rapidly lowers the Ising critical field and that the magnetic Gr\"uneisen ratio changes sign near the high-field temperature minimum, consistent with experiment. Our results establish that a dominant MCE response can persist away from the Ising critical region, suggesting a route to magnetic cooling by tailoring anisotropic Zeeman-coupling configurations in quantum magnets.

cond-mat.str-el

Nonlinear Fourier spectral signatures of rogue waves observed in Bose-Einstein condensates

Modulation instability provides an important framework for understanding rogue wave (RW) formation on continuous backgrounds. However, the formation mechanism and nonlinear spectral structures of RWs in Bose-Einstein condensate (BEC) matter-wave systems with vanishing boundary conditions remain largely unexplored. Here, we employ the nonlinear Fourier transform (NFT), based on the integrable structure of the focusing nonlinear Schr\"odinger equation and the Zakharov-Shabat scattering problem, to investigate two representative classes of first-order RWs in BEC systems. Through nonlinear spectral analysis and Darboux reconstruction, we demonstrate that both Gaussian-wave-packet-induced extreme localization events and experimentally observed Peregrine solitons are governed by the coherent dynamics of discrete soliton modes encoded in the nonlinear spectrum. For Gaussian initial states, increasing the initial width leads to an increasing number of discrete eigenvalues, resulting in a transition from fundamental solitons and bound states to Christmas-tree-like RW structures. For experimentally observed Peregrine solitons, localized perturbations reshape the discrete spectral configuration and phase evolution, enabling coherent focusing of multiple bound soliton modes. Furthermore, we reveal the spectral mechanism of higher-order RWs and propose an inverse spectral-engineering approach based on discrete-spectrum phase matching. Our results provide a nonlinear spectral perspective for understanding and controlling RW formation in matter-wave systems with vanishing boundary conditions.

nlin.PS

Dynamic-TD3: A Novel Algorithm for UAV Path Planning with Dynamic Obstacle Trajectory Prediction

Deep reinforcement learning (DRL) finds extensive application in autonomous drone navigation within complex, high-risk environments. However, its practical deployment faces a safety-exploration dilemma: soft penalty mechanisms encourage risky trial-and-error, while most constraint-based methods suffer degraded performance under sensor noise and intent uncertainty. We propose Dynamic-TD3, a physically enhanced framework that enforces strict safety constraints while maintaining maneuverability by modeling navigation as a Constrained Markov Decision Process (CMDP). This framework integrates an Adaptive Trajectory Relational Evolution Mechanism (ATREM) to capture long-range intentions and employs a Physically Aware Gated Kalman Filter (PAG-KF) to mitigate non-stationary observation noise. The resulting state representation drives a dual-criterion policy that balances mission efficiency against hard safety constraints via Lagrangian relaxation. In experiments with aggressive dynamic threats, this approach demonstrates superior collision avoidance performance, reduced energy consumption, and smoother flight trajectories.

cs.RO

FGTR: Fine-Grained Multi-Table Retrieval via Hierarchical LLM Reasoning

With the rapid advancement of large language models (LLMs), growing efforts have been made on LLM-based table retrieval. However, existing studies typically focus on single-table query, and implement it by similarity matching after encoding the entire table. These methods usually result in low accuracy due to their coarse-grained encoding which incorporates much query-irrelated data, and are also inefficient when dealing with large tables, failing to fully utilize the reasoning capabilities of LLM. Further, multi-table query is under-explored in retrieval tasks. To this end, we propose a hierarchical multi-table query method based on LLM: Fine-Grained Multi-Table Retrieval FGTR, a new retrieval paradigm that employs a human-like reasoning strategy. Through hierarchical reasoning, FGTR first identifies relevant schema elements and then retrieves the corresponding cell contents, ultimately constructing a concise and accurate sub-table that aligns with the given query. To comprehensively evaluate the performance of FGTR, we construct two new benchmark datasets based on Spider and BIRD . Experimental results show that FGTR outperforms previous state-of-the-art methods, improving the F_2 metric by 18% on Spider and 21% on BIRD, demonstrating its effectiveness in enhancing fine-grained retrieval and its potential to improve end-to-end performance on table-based downstream tasks.

cs.IR

GaussianImage++: Boosted Image Representation and Compression with 2D Gaussian Splatting

Implicit neural representations (INRs) have achieved remarkable success in image representation and compression, but they require substantial training time and memory. Meanwhile, recent 2D Gaussian Splatting (GS) methods (\textit{e.g.}, GaussianImage) offer promising alternatives through efficient primitive-based rendering. However, these methods require excessive Gaussian primitives to maintain high visual fidelity. To exploit the potential of GS-based approaches, we present GaussianImage++, which utilizes limited Gaussian primitives to achieve impressive representation and compression performance. Firstly, we introduce a distortion-driven densification mechanism. It progressively allocates Gaussian primitives according to signal intensity. Secondly, we employ context-aware Gaussian filters for each primitive, which assist in the densification to optimize Gaussian primitives based on varying image content. Thirdly, we integrate attribute-separated learnable scalar quantizers and quantization-aware training, enabling efficient compression of primitive attributes. Experimental results demonstrate the effectiveness of our method. In particular, GaussianImage++ outperforms GaussianImage and INRs-based COIN in representation and compression performance while maintaining real-time decoding and low memory usage.

cs.CV

Rogue waves collision under incident momentum modulation in two-component Bose-Einstein condensates

The collision dynamics of two first-order rogue waves (RWs) with opposite incident momentum in two-component Bose-Einstein condensates (BECs) is studied by solving the two-component one-dimensional Gross-Pitaevskii (GP) equation. It is demonstrated that the introduction of appropriate incident momentum successfully promotes the generation of second-order RWs in the case of relatively weaker interspecies interactions compared to intraspecific interactions. The range of incident momentum that can facilitate the generation of second-order RWs under different interspecies interaction strengths is determined, and machine learning is employed to find and analyze relationships among the interspecies interaction, the incident momentum, and the offset that can lead to the generation of second-order RWs. It shows that any two parameters above exhibit a positive or negative correlation when the third parameter is fixed. These findings provide additional possibilities for generating and controlling high-order RWs.

cond-mat.quant-gas

Deep Lossless Image Compression via Masked Sampling and Coarse-to-Fine Auto-Regression

Learning-based lossless image compression employs pixel-based or subimage-based auto-regression for probability estimation, which achieves desirable performances. However, the existing works only consider context dependencies in one direction, namely, those symbols that appear before the current symbol in raster order. We believe that the dependencies between the current and future symbols should be further considered. In this work, we propose a deep lossless image compression via masked sampling and coarse-to-fine auto-regression. It combines lossy reconstruction and progressive residual compression, which fuses contexts from various directions and is more consistent with human perception. Specifically, the residuals are decomposed via $T$ iterative masked sampling, and each sampling consists of three steps: 1) probability estimation, 2) mask computation, and 3) arithmetic coding. The iterative process progressively refines our prediction and gradually presents a real image. Extensive experimental results show that compared with the existing traditional and learned lossless compression, our method achieves comparable compression performance on extensive datasets with competitive coding speed and more flexibility.

eess.IV

Structural phase transitions between layered Indium Selenide for inte-grated photonic memory

The primary mechanism of optical memristive devices relies on the phase transitions between amorphous-crystalline states. The slow or energy hungry amorphous-crystalline transitions in optical phase-change materials are detrimental to the devices scalability and performance. Leveraging the integrated photonic platform, we demonstrate a single nanosecond pulse triggered nonvolatile and reversible switching between two layered structures of indium selenide (In2Se3). High resolution pair distribution function reveals the detailed atomistic transition pathways between the layered structures. With inter-layer shear glide and isosymmetric phase transition, the switching between alpha and beta structural states contain low re-configurational entropy, allowing reversible switching between layered structures. Broadband refractive index contrast, optical transparency, and volumetric effect in the crystalline-crystalline phase transition are experimentally characterized in molecular beam epitaxy-grown thin films and compared to ab initials calculations. The nonlinear resonator transmission spectra measure an incremental linear loss rate of 3.3 GHz introduced by 1.5 micrometer long In2Se3 covered lay-er, resulting from the combinations of material absorption and scattering.

physics.optics

Chiral exceptional point enhanced active tuning and nonreciprocity in micro-resonators

Exceptional points (EPs) have been extensively explored in mechanical, acoustic, plasmonic, and photonic systems. However, little is known about the role of EPs in tailoring the dynamic tunability of optical devices. A specific type of EPs known as chiral EPs has recently attracted much attention for controlling the flow of light and for building sensors with better responsivity. A recently demonstrated route to chiral EPs via lithographically defined symmetric Mie scatterers on the rim of resonators has not only provided the much-needed mechanical stability for studying chiral EPs but also helped reduce losses originating from nanofabrication imperfections, facilitating the in-situ study of chiral EPs and their contribution to the dynamics and tunability of resonators. Here, we use asymmetric Mie scatterers to break the rotational symmetry of a microresonator, to demonstrate deterministic thermal tuning across a chiral EP, and to demonstrate EP-mediated chiral optical nonlinear response and efficient electro-optic tuning. Our results indicate asymmetric electro-optic modulation with up to 17dB contrast at GHz and CMOS-compatible voltage levels. Such wafer-scale nano-manufacturing of chiral electro-optic modulators and the chiral EP-tailored tunning may facilitate new micro-resonator functionalities in quantum information processing, electromagnetic wave control, and optical interconnects.

physics.optics

Local excitation of kagome spin ice magnetism in HoAgGe seen by scanning tunneling microscopy

The kagome spin ice can host frustrated magnetic excitations by flipping its local spin. Under an inelastic tunneling condition, the tip in a scanning tunneling microscope can flip the local spin, and we apply this technique to kagome metal HoAgGe with a long-range ordered spin ice ground state. Away from defects, we discover a pair of pronounced dips in the local tunneling spectrum at symmetrical bias voltages with negative intensity values, serving as a striking inelastic tunneling signal. This signal disappears above the spin ice formation temperature and has a dependence on the magnetic fields, demonstrating its intimate relation with the spin ice magnetism. We provide a two-level spin-flip model to explain the tunneling dips considering the spin ice magnetism under spin-orbit coupling. Our results uncover a local emergent excitation of spin ice magnetism in a kagome metal, suggesting that local electrical field induced spin flip climbs over a barrier caused by spin-orbital locking.

cond-mat.str-el

Continuum of spin excitations in an ordered magnet

Continuum of spin excitations observed in inelastic neutron scattering experiments are often considered as a strong evidence of quantum spin liquid formation. When quantum spin liquid is indeed the ground state of a disorder-free magnetic compound, the elementary excitation is no longer the conventional spin waves (magnons). Instead, the magnons fractionalize into spinons, leaving only a two-spinon continuum detectable in inelastic neutron scattering experiments. For a clean ordered antiferromagnet, it was unclear if we can observe a continuous spectrum similar to the ones in a quantum spin liquid state. Here we show that the magnetically ordered state in Na$_2$BaCo(PO$_4$)$_2$ is able to host a spin excitation continuum induced by strong quantum fluctuations. Thus, a second thought is necessary when concluding such continuum as signature of quantum spin liquid in new material explorations.

cond-mat.str-el

Magnetic structure and Ising-like antiferromagnetism in the bilayer triangular lattice compound NdZnPO

The complex interplay of spin frustration and quantum fluctuations in low-dimensional quantum materials leads to a variety of intriguing phenomena. This research focuses on a detailed analysis of the magnetic behavior exhibited by NdZnPO, a bilayer spin-1/2 triangular lattice antiferromagnet. The investigation employs magnetization, specific heat, and powder neutron scattering measurements. At zero field, a long-range magnetic order is observed at $T_{\rm N}=1.64~\rm K$. Powder neutron diffraction experiments show the Ising-like magnetic moments along the $c$-axis, revealing a stripe-like magnetic structure with three equivalent magnetic propagation vectors. Application of a magnetic field along the $c$-axis suppresses the antiferromagnetic order, leading to a fully polarized ferromagnetic state above $B_{\rm c}=4.5~\rm T$. This transition is accompanied by notable enhancements in the nuclear Schottky contribution. Moreover, the absence of spin frustration and expected field-induced plateau-like phases are remarkable observations. Detailed calculations of magnetic dipolar interactions revealed complex couplings reminiscent of a honeycomb lattice, suggesting the potential emergence of Kitaev-like physics within this system. This comprehensive study of the magnetic properties of NdZnPO highlights unresolved intricacies, underscoring the imperative for further exploration to unveil the underlying governing mechanisms.

cond-mat.str-el

A family of rare-earth Quasi-One-Dimensional spin-chain compounds K2RENb5O15 (RE=Ce,Pr,Nd,Sm,Gd-Ho) with large interchain distance

One-dimensional spin chain systems have received special attention to discover the novel magnetic ground states and emergent phenomena, while the magnetic studies on rare-earth (RE)-based 1D spin chain materials are still rare. Here, we report the synthesis, structure and magnetic behaviors on a family of tetragonal tungsten-bronze structure K2RENb5O15 (RE = Ce, Pr, Nd, Sm, Gd-Ho) compounds, which consist of 1D linear spin-chain structure built by RE3+ ions along the c-axis and well spatially separated by the nonmagnetic K/Nb-O polyhedrons with large interchain distances of ~ 8.80-8.88 Å in the ab-plane. The low temperature magnetic measurements reveal the absence of long-range magnetic order down to 1.8 K for all serial K2RENb5O15 compounds and the dominant ferromagnetic interactions for RE=Ce,Dy and antiferromagnetic interactions for other members. Among them, K2GdNb5O15 with spin only magnetic moment S=7/2, exhibits a long-range magnetic order with TN~0.31 K and strong spin fluctuations at low temperatures due to its low-dimension characteristics. Moreover, a large magnetocaloric effect under low field change of 0-2 T is realized at temperatures below 1 K for K2GdNb5O15, letting it as an ideal candidate for adiabatic magnetic refrigeration applications at sub-kelvin temperatures. The K2RENb5O15 become a rare family of insulting RE-based magnets to explore the novel 1D spin chain physics beyond the 3d TM-based counterparts, in terms of its combination of low dimension, strong spin-orbital coupling and the rich diversity of RE ions.

cond-mat.str-el

Bose-Einstein condensation of a two-magnon bound state in a spin-one triangular lattice

In ordered magnets, the elementary excitations are spin waves (magnons), which obey Bose-Einstein statistics. Similarly to Cooper pairs in superconductors, magnons can be paired into bound states under attractive interactions. The Zeeman coupling to a magnetic field is able to tune the particle density through a quantum critical point (QCP), beyond which a "hidden order" is predicted to exist. Here we report direct observation of the Bose-Einstein condensation (BEC) of the two-magnon bound state in Na$_2$BaNi(PO$_4$)$_2$. Comprehensive thermodynamic measurements confirmed the two-dimensional BEC-QCP at the saturation field. Inelastic neutron scattering experiments were performed to establish the microscopic model. An exact solution revealed stable 2-magnon bound states that were further confirmed by electron spin resonance and nuclear magnetic resonance experiments, demonstrating that the QCP is due to the pair condensation and the phase below saturation field is likely the long-sought-after spin nematic phase.

cond-mat.str-el

Scalable photonic crystal waveguides with 2 dB component loss

Periodic or gradient subwavelength structures are basic configurations of photonic crystals and metamaterials. The measured linear losses of those nanophotonic devices are well-beyond theoretical predictions. Nanofabrication related geometric inhomogeneity is considered as the primary cause of the deleterious performance. The deep-UV photolithography in CMOS foundry is a large-scale parallel processing, which can significantly suppress the random offsets and thus the optical linear loss. Here we demonstrate ultra-low loss photonic crystal waveguides with a multi-project wafer run through AIM photonics and post-processing. For sub-millimeter long photonic crystal waveguides, 2 dB total loss and 40 dB extinction ratio are observed across dies.

physics.optics

Quasi One-Dimensional Ising-like Antiferromagnetism in the Rare-earth Perovskite Oxide TbScO$_3$

The rare-earth perovskite TbScO$_3$ has been widely used as a substrate for the growth of epitaxial ferroelectric and multiferroic thin films, while its detailed low-temperature magnetic properties were rarely reported. In this paper, we performed detailed magnetization, specific heat and single crystal neutron scattering measurements, along with the crystalline electric field calculations to study the low-temperature magnetic properties of TbScO$_3$. All our results suggest the magnetic Tb$^{3+}$ has an Ising-like pseudo-doublet ground state at low temperatures. Due to the constrain of local point symmetry, these Tb$^{3+}$ Ising moments are confined in the $ab$ plane with a tilt angle of $φ= \pm48^{\mathrm{o}}$ to the $a$ axis. In zero field, the system undergoes an antiferromagnetic phase transition at $T_{\mathrm{N}}=2.53$ K, and forms a $G_xA_y$ noncollinear magnetic structure below $T_{\mathrm{N}}$. We find the dipole-dipole interactions play an important role to determine the magnetic ground state, which are also responsible for the quasi-one-dimensional magnetism in TbScO$_3$. The significant anisotropic diffuse scatterings further confirm the quasi-one-dimensional magnetism along the $c$ axis. The magnetic phase diagram with the field along the easy $b$ axis is well established. In addition to the $G_xA_y$ antiferromagnetic state, there is an exotic field-induced phase emerged near the critical field $B_{\mathrm{c}}\simeq0.7$ T, where three-dimensional magnetic order is suppressed but strong one-dimensional correlations may still exist.

cond-mat.str-el

Magnetic phase diagram and multiple field-induced states in the intermetallic triangular-lattice antiferromagnet NdAuAl$_4$Ge$_2$ with Ising-like spins

Geometrical frustration and the enhancement of strong quantum fluctuations in two-dimensional triangular antiferromagnets can lead to various intriguing phenomena. Here, we studied the spin-1/2 triangular lattice antiferromagnet NdAuAl$_4$Ge$_2$. Thermodynamic and transport properties, such as magnetization and specific heat together with the resistivity measurements were performed. In zero field, two successive phase transitions were observed at $T_{\rm N1}=1.75\pm 0.02$ K and $T_{\rm N2}=0.49\pm 0.02$ K, respectively. Under magnetic field, $\rm XXZ$-type anisotropy was revealed, with the moments pointing along the easy $c$ axis. For $B\parallel c$, multiple field-induced states were observed, and the magnetic phase diagram was established based on the specific heat and magnetization data. The temperature-dependent resistivity measurements indicate that NdAuAl$_4$Ge$_2$ is a good metal. It is very likely that both the long-range RKKY interactions and the geometrical frustration play an important roles in this case.

cond-mat.str-el

Robust Beamforming and Rate-Splitting Design for Next Generation Ultra-Reliable and Low-Latency Communications

The next generation ultra-reliable and low-latency communications (xURLLC) need novel design to provide satisfactory services to the emerging mission-critical applications. To improve the spectrum efficiency and enhance the robustness of xURLLC, this paper proposes a robust beamforming and rate-splitting design in the finite blocklength (FBL) regime for downlink multi-user multi-antenna xURLLC systems. In the design, adaptive rate-splitting is introduced to flexibly handle the complex inter-user interference and thus improve the spectrum efficiency. Taking the imperfection of the channel state information at the transmitter (CSIT) into consideration, a max-min user rate problem is formulated to optimize the common and private beamforming vectors and the rate-splitting vector under the premise of ensuring the requirements of transmission latency and reliability of all the users. The optimization problem is intractable due to the non-convexity of the constraint set and the infinite constraints caused by CSIT uncertainties. To solve it, we convert the infinite constraints into finite ones by the S-Procedure method and transform the original problem into a difference of convex (DC) programming. A constrained concave convex procedure (CCCP) and the Gaussian randomization based iterative algorithm is proposed to obtain a local minimum. Simulation results confirm the convergence, robustness and effectiveness of the proposed robust beamforming and rate-splitting design in the FBL regime. It is also shown that the proposed robust design achieves considerable performance gain in the worst user rate compared with existing transmission schemes under various blocklength and block error rate requirements.

cs.IT