SearcharxivSearch

arXiv subjects

Yuan Zhu

Publications and source records attributed to Yuan Zhu.

At least 19 recordsLinked to original sources

Generating Realistic Safety-Critical Scenarios for Vehicle-Pedestrian Interactions

Automated driving system deployment requires rigorous validation across safety-critical vehicle-pedestrian interactions, yet real-world datasets rarely capture high-risk scenarios while simulation platforms lack realistic behavior. In response, this study proposes a three-stage framework that combines real-world grounding with adaptive simulation to generate behaviorally realistic safety-critical scenarios at scale. Stage 1 pre-trains multi-agent state-space Transformer-enhanced DDPG (MA-SST-DDPG) agents on real-world safety-critical data to learn human-like interactive evasive behaviors through data-driven learning. Stage 2 deploys pre-trained multi-agents in CARLA for online reinforcement learning to generalize across diverse scenarios, integrating real-world knowledge with simulation experience to produce a refined MA-SST-DDPG model. Stage 3 uses CARLA with the refined model to generate over 198,000 high-resolution interaction episodes from eight intersection scenarios, culminating in the Vehicle-Pedestrian Safety-Critical Interaction (VPSCI) dataset. The Refined MA-SST-DDPG model outperformed baseline methods in reproducing realistic evasive behaviors, achieving the lowest trajectory errors (ADE = 0.072 m, FDE = 0.142 m). Statistical comparison confirmed distributional equivalence between the generated and real-world data in both conflict severity and behavioral response. A Turing test confirmed that the three-stage framework generated evasive behaviors were indistinguishable from real-world interactions. These results demonstrate the framework's effectiveness in producing high-fidelity safety-critical data, offering valuable sources for the development of ADS and simulation-based safety evaluations.

cs.RO

RTSKG: Building a Rail Transit Station Knowledge Graph Dataset

Rail transit systems play a vital role in urban mobility and economic development. As key components of such systems, rail transit stations function as critical transport hubs that enhance urban accessibility and stimulate development in surrounding areas. City-level rail transit station related tasks (e.g., ridership prediction) require large-scale urban data, but current studies often neglect complex interactions among various urban entities in terms of data organization. In this paper, to address the above issue, we build a Rail Transit Station Knowledge Graph (RTSKG) dataset which explicitly models the spatial and semantic interactions among different kinds of urban entities, to benefit city-level rail transit station related tasks. RTSKG integrates heterogeneous urban entities, such as rail transit stations, road segments, and points of interest, with a specially designed unified schema, and is accessible as Linked Data at https://w3id.org/rtskg/. Evaluations on station-area store recommendation and knowledge-enhanced ridership prediction demonstrate the effectiveness of RTSKG, highlighting its potential to support city-level rail transit station analysis.

cs.AI

A Cost-Effective Multimodal LLM Reasoning Framework for Question Answering over Irregular Clinical Time Series

Question answering (QA) over irregular clinical time series (ICTS) plays a pivotal role in a wide range of healthcare applications. Although recent multimodal time-series large language models (LLMs) have shown considerable promise in general-purpose time-series QA, they remain poorly equipped to model the sparsity, asynchrony, and irregular sampling patterns of clinical observations. To fill this gap, we propose ClinPRISM, a cost-effective multimodal LLM reasoning framework for question answering over ICTS data. First, we devise an irregularity-aware multi-scale encoder to capture sparse clinical evidence at diverse temporal scales. Then, we propose a temporal evidence distiller to integrate representations across these scales and compress them into a small number of LLM-compatible tokens. Moreover, we introduce a progressive alignment strategy that sequentially aligns the irregular trajectories with the LLM's textual embedding space. To facilitate training, we construct 30,000 clinical time series paired with multi-scale descriptions, together with 41,000 instruction-tuning instances spanning 11 tasks. Using a 4-billion-parameter LLM backbone, ClinPRISM achieves state-of-the-art performance on the held-out evaluation benchmark while using only 16 time-series tokens and achieving an average inference latency of 0.15 seconds per question.

cs.AI

ClinLens: Towards Long-Horizon Coding Agents for Longitudinal Multimodal Clinical Data Science

Clinical data-science agents must transform heterogeneous longitudinal records into auditable analyses, yet existing benchmarks largely isolate medical question answering, structured-table reasoning, or generic scientific repositories. We introduce CLINLENS, a benchmark of 200 executable tasks over five linked MIMIC resources spanning structured electronic health records, notes, electrocardiograms, chest radiographs, and echocardiograms. A 4 x 5 taxonomy crosses four patient-time scopes with five analysis capabilities. Program-first reverse synthesis pairs each bounded semi-raw package with an evaluator-private reference workflow and checks required artifacts, cohort and temporal semantics, and the final answer. On a fixed 126-task suite, the strongest of 24 standardized model-scaffold configurations achieves 56.3% scope-macro STRICTPASS despite 100% EXECSUCCESS. For reference, a separately configured coding agent solves 83 of 126 tasks, while five biomedical systems adapted to GPT-4o-mini reach at most 2.9% scope-macro STRICTPASS. These results expose a substantial gap between runnable submissions and correct clinical analyses.

cs.AI

CLIR-Bench: Benchmarking Multimodal Question Answering over Irregular Clinical Time Series

Clinical time series are central to patient monitoring, risk assessment, and clinical decision support. However, they are often sparse, irregularly sampled, and asynchronous, making it difficult for models to identify the temporal evidence required for clinical Question Answering (QA). Existing benchmarks primarily focus on regularly sampled time-series QA or medical QA over static data, and therefore rarely assess whether models can faithfully ground their answers in irregular temporal observations. To fill this gap, we introduce CLIR-Bench, a benchmark for irregular clinical time series QA constructed from de-identified ICU records through a principled four-stage pipeline. CLIR-Bench contains 6,600 QA instances spanning 11 clinical variables, organized into four capability dimensions and 11 tasks. Each question is linked to explicit temporal evidence and task-specific answer derivation rules, enabling evaluation of both answer accuracy and evidence use. Experiments show that existing generalist models struggle to retrieve and reason over sparse clinical evidence, highlighting the need for stronger irregular time-series reasoning methods. Our code and data are available at https://huggingface.co/datasets/winall/CLIR-Bench.

cs.CL

Experimental investigation of altermagnetic order in Cr-doped FeSb2

Altermagnets are a class of materials with compensated magnetic moments, in which spin sublattices are related by specific rotational symmetries other than inversion or translation. This allows time-reversal symmetry to be broken without a net magnetization. Cr-doped FeSb2 has been theoretically proposed as a candidate d-wave altermagnetic system, yet its magnetic ground state has remained unresolved. Here, we synthesize single crystals of Fe1-xCrxSb2 and investigate their electrical transport and magnetic properties, with a focus on Fe0.85Cr0.15Sb2. Magnetization measurements suggest spin-compensated ordering below ~3.5 K, where magnetic moments align along the crystallographic b-direction. Transport measurements reveal a crossover from large positive to negative magnetoresistance, while an anomalous Hall response emerges below 5 K, indicating time-reversal symmetry breaking. Muon spin relaxation measurements confirm that the magnetic ordering below 3.5 K is bulk in nature. The absence of coherent oscillations in zero-field μSR spectra and of magnetic Bragg intensity in single-crystal neutron diffraction establishes that the magnetically ordered state is short-range or disordered, rather than collinear altermagnetic order. These results demonstrate that Cr-doping alone breaks time-reversal symmetry without stabilizing long-range altermagnetic order in FeSb2.

cond-mat.mtrl-sci

MR-LiDAR: A Multi-Resolution Roadside LiDAR Benchmark for Perception Diagnostics and Deployment Guidance

LiDAR model selection is a critical issue in roadside sensing systems, as it directly determines both perception capability and deployment cost. However, the lack of empirical benchmarks for comparing perception performance across different LiDAR configurations has greatly constrained scientific sensor selection and deployment planning. To address this gap, we present MR-LiDAR, a controlled multi-resolution LiDAR benchmark for roadside perception diagnostics. Using 16-, 32-, 80-, and 128-beam LiDARs in identical roadside scenarios, we collect point clouds and ground-truth annotations for diverse traffic participants, including vehicles and vulnerable road users (VRUs), across varying distances. This controlled design isolates intrinsic LiDAR specifications, particularly beam count and beam distribution, as the key variables for precise performance diagnostics. Based on MR-LiDAR, we conduct systematic empirical analyses to examine how beam count, beam distribution, target distance, object category, and vehicle occlusion affect LiDAR perception performance. The results reveal that all of these factors have substantial impacts. In particular, contrary to the common assumption that higher beam counts always yield better perception, we show that an 80-beam LiDAR with optimized beam distribution can match or even outperform a 128-beam LiDAR with uniform beam distribution. In addition, we provide a practical reference guide for LiDAR selection, including target point-count statistics and detection performance comparisons based on two widely used detection algorithms. This work offers a diagnostic benchmark and practical guidance for determining cost-effective LiDAR configurations in roadside perception applications.

cs.RO

Watch Your Step: Learning Semantically-Guided Locomotion in Cluttered Environment

Although legged robots demonstrate impressive mobility on rough terrain, using them safely in cluttered environments remains a challenge. A key issue is their inability to avoid stepping on low-lying objects, such as high-cost small devices or cables on flat ground. This limitation arises from a disconnection between high-level semantic understanding and low-level control, combined with errors in elevation maps during real-world operation. To address this, we introduce SemLoco, a Reinforcement Learning (RL) framework designed to avoid obstacles precisely in densely cluttered environments. SemLoco uses a two-stage RL approach that combines both soft and hard constraints. It performs pixel-wise foothold safety inference, which enables more accurate foot placement. Additionally, SemLoco integrates semantic map, allowing it to assign traversability costs instead of relying only on geometric data. SemLoco greatly reduces collisions and improves safety around sensitive objects, enabling reliable navigation in situations where traditional controllers would likely cause damage. Experimental results further show that SemLoco can be effectively applied to more complex, unstructured real-world environments. A demo video can be view at https://youtu.be/FSq-RSmIxOM.

cs.RO

Thermoelectric evidence of the electronic structure changes from the charge-density-wave transition in FeGe

Kagome metals provide a material platform for probing new correlated quantum phenomena due to the naturally incorporated linear dispersions, flat bands, and Van Hove singularities in their electronic structures. Among these quantum phenomena is the charge density wave (CDW), or the distortion of the lattice structure due to the motion of correlated electrons through the material. CDWs lower the energy of the compound, creating an energy gap that facilitates behaviors akin to superconductivity, nonlinear transport, or other quantum correlated phenomena. The kagome metal FeGe has been shown to host a CDW transition at approximately 100 K, and its occurrence is strongly influenced by the sample annealing conditions. However, a notable gap in the literature is the lack of clear thermoelectric transport evidence for electronic structure changes associated with this CDW transition. Here we present evidence of electron behavior modification due to annealing disorder via thermoelectric measurements on FeGe crystals presenting a CDW transition and those without a CDW. The observed Nernst effect and Seebeck effect under sufficient annealing demonstrate modified electrical transport properties resulting from induced disorder, including a change in carrier sign and an enhancement of the Nernst effect due to the CDW. Our results provide evidence of multiple phase transitions, which confirms the influence of CDW on the thermal properties of FeGe and demonstrates the suppression of CDW with sufficient disordering.

cond-mat.str-el

MSCMHMST: A traffic flow prediction model based on Transformer

This study proposes a hybrid model based on Transformers, named MSCMHMST, aimed at addressing key challenges in traffic flow prediction. Traditional single-method approaches show limitations in traffic prediction tasks, whereas hybrid methods, by integrating the strengths of different models, can provide more accurate and robust predictions. The MSCMHMST model introduces a multi-head, multi-scale attention mechanism, allowing the model to parallel process different parts of the data and learn its intrinsic representations from multiple perspectives, thereby enhancing the model's ability to handle complex situations. This mechanism enables the model to capture features at various scales effectively, understanding both short-term changes and long-term trends. Verified through experiments on the PeMS04/08 dataset with specific experimental settings, the MSCMHMST model demonstrated excellent robustness and accuracy in long, medium, and short-term traffic flow predictions. The results indicate that this model has significant potential, offering a new and effective solution for the field of traffic flow prediction.

cs.LG

Quantum oscillations in the heat capacity of Kondo insulator YbB12

We observe the magnetic quantum oscillation in the heat capacity of the Kondo insulator YbB$_{12}$. The frequency of these oscillations $F = 670$ T, aligns with findings from magnetoresistance and torque magnetometry experiments for $μ_0 H > 35$ T in the Kondo insulating phase. Remarkably, the quantum oscillation amplitudes in the heat capacity are substantial, with $Δ\tilde{C}/T \approx$ 0.5 $\rm{mJ}$ $\rm{mol^{-1}K^{-2}}$ at 0.8 K, accounting for 13$\%$ of the known linear heat capacity coefficient $γ$. Double-peak structures of quantum-oscillation amplitudes due to the distribution function of fermions were identified and used to determine the value of the effective mass from the heat capacity, which agrees well with that from torque magnetometry. These observations support charge-neutral fermions contributing to the quantum oscillations in YbB$_{12}$.

cond-mat.str-el

Unconventional Magnetic Oscillations in Kagome Mott Insulators

In metals, electrons in a magnetic field undergo cyclotron motion, leading to oscillations in physical properties called quantum oscillations. This phenomenon has never been seen in a robust insulator because there are no mobile electrons. We report the first exception to this rule. We study a Mott insulator on a kagome lattice which does not order magnetically down to milli-Kelvin temperatures despite antiferromagnetic interactions. We observe a plateau at magnetization equal to 1/9 Bohr magneton per magnetic ion, accompanied by oscillations in the magnetic torque, reminiscent of quantum oscillations in metals. The temperature dependence obeys Fermi distribution. These phenomena are consistent with a quantum spin liquid state whose excitations are fermionic spinons with a Dirac-like spectrum coupled to an emergent gauge field.

cond-mat.str-el

Drone Data Analytics for Measuring Traffic Metrics at Intersections in High-Density Areas

This study employed over 100 hours of high-altitude drone video data from eight intersections in Hohhot to generate a unique and extensive dataset encompassing high-density urban road intersections in China. This research has enhanced the YOLOUAV model to enable precise target recognition on unmanned aerial vehicle (UAV) datasets. An automated calibration algorithm is presented to create a functional dataset in high-density traffic flows, which saves human and material resources. This algorithm can capture up to 200 vehicles per frame while accurately tracking over 1 million road users, including cars, buses, and trucks. Moreover, the dataset has recorded over 50,000 complete lane changes. It is the largest publicly available road user trajectories in high-density urban intersections. Furthermore, this paper updates speed and acceleration algorithms based on UAV elevation and implements a UAV offset correction algorithm. A case study demonstrates the usefulness of the proposed methods, showing essential parameters to evaluate intersections and traffic conditions in traffic engineering. The model can track more than 200 vehicles of different types simultaneously in highly dense traffic on an urban intersection in Hohhot, generating heatmaps based on spatial-temporal traffic flow data and locating traffic conflicts by conducting lane change analysis and surrogate measures. With the diverse data and high accuracy of results, this study aims to advance research and development of UAVs in transportation significantly. The High-Density Intersection Dataset is available for download at https://github.com/Qpu523/High-density-Intersection-Dataset.

eess.IV

Field tunable BKT and quantum phase transitions in spin-1/2 triangular lattice antiferromagnet

Quantum magnetism is one of the most active fields for exploring exotic phases and phase transitions. The recently synthesized Na2BaCo(PO4)2 (NBCP) is an ideal material incarnation of the spin-1/2 easy axis triangular lattice antiferromagnet (TLAF). Experimental evidence shows that NBCP hosts the spin supersolid state with a giant magnetocaloric effect. It was also proposed that the applied magnetic field B can drive the system through Berezinskii-Kosterlitz-Thouless (BKT) and other richer quantum phase transitions. However, the detection of these transitions is challenging because they onset at extremely low temperature T at around 60 mK, and the measurement of the magnetic susceptibility of these transitions requires high sensitivity. With the help of our newly developed gradient force magnetometer in a dilution refrigerator, we constructed the contour diagram of the magnetic susceptibility in the B-T phase diagram in T as cold as 30 mK. These results provide a more comprehensive and accurate understanding of the several field-tunable quantum phase transitions and BKT melting of the spin supersolidity, which are especially significant when their giant magnetocaloric effects highlight potential applications for sub-Kelvin refrigeration under concerns about global helium shortages.

cond-mat.str-el

Large Oscillatory Thermal Hall Effect in Kagome Metals

The thermal Hall effect recently provided intriguing probes to the ground state of exotic quantum matters. These observations of transverse thermal Hall signals lead to the debate on the fermionic versus bosonic origins of these phenomena. The recent report of quantum oscillations (QOs) in Kitaev spin liquid points to a possible resolution. The Landau level quantization would most likely capture only the fermionic thermal transport effect. However, the QOs in the thermal Hall effect are generally hard to detect. In this work, we report the observation of a large oscillatory thermal Hall effect of correlated Kagome metals. We detect a 180-degree phase change of the oscillation and demonstrate the phase flip as an essential feature for QOs in the thermal transport properties. More importantly, the QOs in the thermal Hall channel are more profound than those in the electrical Hall channel, which strongly violates the Wiedemann Franz (WF) law for QOs. This result presents the oscillatory thermal Hall effect as a powerful probe to the correlated quantum materials.

cond-mat.str-el

Quantum Oscillations Evidence for Topological Bands in Kagome Metal ScV6Sn6

Metals with kagome lattice provide bulk materials to host both the flat-band and Dirac electronic dispersions. A new family of kagome metals is recently discovered in AV6Sn6. The Dirac electronic structures of this material need more experimental evidence to confirm. In the manuscript, we investigate this problem by resolving the quantum oscillations in both electrical transport and magnetization in ScV6Sn6. The revealed orbits are consistent with the electronic band structure models. Furthermore, the Berry phase of a dominating orbit is revealed to be around $π$, providing direct evidence for the topological band structure, which is consistent with calculations. Our results demonstrate a rich physics and shed light on the correlated topological ground state of this kagome metal.

cond-mat.str-el

Thermodynamic evidence of fermionic behavior in the vicinity of one-ninth plateau in a kagome antiferromagnet

The spin-1/2 kagome Heisenberg antiferromagnets are believed to host exotic quantum entangled states. Recently, the report of 1/9 magnetization plateau and magnetic oscillations in a kagome antiferromagnet YCu$_3$(OH)$_6$Br$_2$[Br$_x$(OH)$_{1-x}$] (YCOB) have made this material a promising candidate for experimentally realizing quantum spin liquid states. Here we present measurements of the specific heat $C_p$ in YCOB in high magnetic fields (up to 41.5 Tesla) down to 0.46 Kelvin, and the 1/9 plateau feature has been confirmed. Moreover, the temperature dependence of $C_p/T$ in the vicinity of 1/9 plateau region can be fitted by a linear in $T$ term which indicates the presence of a Dirac spectrum, together with a constant term, which indicates a finite density of states (DOS) contributed by other Fermi surfaces. Surprisingly the constant term is highly anisotropic in the direction of the magnetic field. Additionally, we observe a double-peak feature near $30$~T above the 1/9 plateau which is another hallmark of fermionic excitations in the specific heat.

cond-mat.str-el

Real-Time Vehicle Detection and Urban Traffic Behavior Analysis Based on UAV Traffic Videos on Mobile Devices

This paper focuses on a real-time vehicle detection and urban traffic behavior analysis system based on Unmanned Aerial Vehicle (UAV) traffic video. By using UAV to collect traffic data and combining the YOLOv8 model and SORT tracking algorithm, the object detection and tracking functions are implemented on the iOS mobile platform. For the problem of traffic data acquisition and analysis, the dynamic computing method is used to process the performance in real time and calculate the micro and macro traffic parameters of the vehicles, and real-time traffic behavior analysis is conducted and visualized. The experiment results reveals that the vehicle object detection can reach 98.27% precision rate and 87.93% recall rate, and the real-time processing capacity is stable at 30 frames per seconds. This work integrates drone technology, iOS development, and deep learning techniques to integrate traffic video acquisition, object detection, object tracking, and traffic behavior analysis functions on mobile devices. It provides new possibilities for lightweight traffic information collection and data analysis, and offers innovative solutions to improve the efficiency of analyzing road traffic conditions and addressing transportation issues for transportation authorities.

cs.CV