SearcharxivSearch

arXiv subjects

Yan Shi

Publications and source records attributed to Yan Shi.

At least 19 recordsLinked to original sources

VPP: Virtual Pipeline Parallelism for Efficient Chunked Prefill in Long-Context LLM Inference

Chunked prefill pipeline parallelism (CPP) is a key technique for LLM inference. However, equal-size chunks exhibit imbalanced latency, as later chunks attend longer prefix KV caches and incur higher attention costs, leading to pipeline bubbles. Existing approaches mitigate this imbalance through dynamic chunk resizing (Dynamic CPP, DCPP), but our measurements show that this trades scheduling overhead for load balancing, which becomes unfavorable on long sequences. In this study, we propose Virtual Pipeline Parallelism (VPP), which keeps chunk sizes fixed and optimizes the pipeline layout through virtual stages. A V-shaped virtual-stage traversal overlaps each chunk's expensive middle stages with the lighter head and tail stages of its neighbors, while asynchronous communication and pipelined packing further reduce communication stalls and cross-request drain bubbles. We implement VPP in vLLM-Ascend and evaluate it on three MoE-based LLMs with sequences up to 1M tokens on 16 Ascend 910C NPUs. VPP improves throughput by up to 13.1% over DCPP on long sequences and 6.7% on mixed workloads, while preserving performance on short sequences. On a 512K-token DeepSeek-V3.1 prefill workload, VPP reduces the pipeline bubble ratio from 6.4% to 0.1%, achieving a 98.0% reduction compared with DCPP.

cs.DC

TAU-Agent: An Agentic Retrieval-Augmented Framework for Traffic Anomaly Understanding

Traffic Anomaly Understanding (TAU) requires models and systems to detect, reason about, and explain anomalous events in transportation videos. To address this challenge, we propose TAU-Agent, an agentic retrieval-augmented framework for traffic anomaly understanding. Given a task query, a central retrieval agent orchestrates two visual perception tools, namely a Video Captioning Tool and an Open-Vocabulary Tracking Tool, to retrieve and select query-relevant evidence, including captions, temporal intervals, and object trajectories. The selected evidence, together with sampled video frames and the input query, is provided to a supervised fine-tuned vision-language model for final reasoning and answer generation. We evaluate TAU-Agent on both the in-domain and the out-of-domain benchmarks from the AI City Challenge 2026. TAU-Agent achieves scores of 0.6779 on Track 3, 0.3998 on Track 7, and 67.9275 on Track 8, ranking second, twelfth, and fifth, respectively. Code is available at: https://github.com/siri-rouser/TAU-Agent.

cs.CV

TAU-R1: Visual Language Model for Traffic Anomaly Understanding

Traffic Anomaly Understanding (TAU) is important for traffic safety in Intelligent Transportation Systems. Recent vision-language models (VLMs) have shown strong capabilities in video understanding. However, progress on TAU remains limited due to the lack of benchmarks and task-specific methodologies. To address this limitation, we introduce Roundabout-TAU, a dataset constructed from real-world roundabout videos collected in collaboration with the City of Carmel, Indiana. The dataset contains 342 clips and is annotated with more than 2,000 question-answer pairs covering multiple aspects of traffic anomaly understanding. Building on this benchmark, we propose TAU-R1, a two-layer vision-language framework for TAU. The first layer is a lightweight anomaly classifier that performs coarse anomaly categorisation, while the second layer is a larger anomaly reasoner that generates detailed event summaries. To improve task-specific reasoning, we introduce a two-stage training strategy consisting of decomposed-QA-enhanced supervised fine-tuning followed by TAU-GRPO, a GRPO-based post-training method with TAU-specific reward functions. Experimental results show that TAU-R1 achieves strong performance on both anomaly classification and reasoning tasks while maintaining deployment efficiency. The dataset and code are available at: https://github.com/siri-rouser/TAU-R1

cs.CV

Regional Resource Management for Service Provisioning in LEO Satellite Networks: A Topology Feature-Based DRL Approach

Satellite networks with wide coverage are considered natural extensions to terrestrial networks for their long-distance end-to-end (E2E) service provisioning. However, the inherent topology dynamics of low earth orbit satellite networks and the uncertain network scales bring an inevitable requirement that resource chains for E2E service provisioning must be efficiently re-planned. Therefore, achieving highly adaptive resource management is of great significance in practical deployment applications. This paper first designs a regional resource management (RRM) mode and further formulates the RRM problem that can provide a unified decision space independent of the network scale. Subsequently, leveraging the RRM mode and deep reinforcement learning framework, we develop a topology feature-based dynamic and adaptive resource management algorithm to combat the varying network scales. The proposed algorithm successfully takes into account the fixed output dimension of the neural network and the changing resource chains for E2E service provisioning. The matched design of the service orientation information and phased reward function effectively improves the service performance of the algorithm under the RRM mode. The numerical results demonstrate that the proposed algorithm with the best convergence performance and fastest convergence rate significantly improves service performance for varying network scales, with gains over compared algorithms of more than 2.7%, 11.9%, and 10.2%, respectively.

cs.NI

Field manipulation of Weyl modes in an ideal Dirac semimetal

The emergent Weyl modes with the broken time-reversal symmetry or inversion symmetry provide large Berry curvature and chirality to carriers, offering the realistic platforms to explore topology of electrons in three-dimensional systems. However, the reversal transition between different types of Weyl modes in a single material, which is of particular interest in the fundamental research in Weyl physics and potential application in spintronics, is scarcely achieved due to restriction of inborn symmetry in crystals. Here, by tuning the direction and strength of magnetic field in an ideal Dirac semimetal, Bi4(Br0.27I0.73)4, we report the realization of multiple Weyl modes, including gapped Weyl mode, Weyl nodal ring, and coupled Weyl mode by the magnetoresistivity measurements and electronic structure calculations. Specifically, under a magnetic field with broken mirror symmetry, anomalous Hall effect with step feature results from the large Berry curvature for the gapped Weyl mode. A prominent negative magnetoresistivity is observed at low magnetic field with preserved mirror symmetry and disappears at high magnetic field, which is correlated to the chiral anomaly and its annihilation of Weyl nodal ring, respectively. Our findings reveal distinct Weyl modes under the intertwined crystal symmetry and time-reversal breaking, laying the foundation of manipulating multiple Weyl modes in chiral spintronic network.

cond-mat.mes-hall

3C Resources Joint Allocation for Time-Deterministic Remote Sensing Image Backhaul in the Space-Ground Integrated Network

Low-Earth-orbit (LEO) satellites assist observation satellites (OSs) to compress and backhaul more time-determined images (TDI) has become a new paradigm, which is used to enhance the timeout caused by the limited computing resources of OSs. However, how to capture the time-varying and dynamic characteristics of multi-dimensional resources is challenging for efficient collaborative scheduling. Motivated by this factor, we design a highly succinct multi-dimensional resource time-expanded graph (MDR-TEG) modell. Specifically, by employing a slots division mechanism and introducing an external virtual node, the time-varying communication, caching, and computing (3C) resources are depicted in low complexity by the link weights within, between, and outside the slots. Based on the MDR-TEG, the maximizing successful transmission ratio of TDI (MSTR-TDI) is modeled as a mixed integer linear programming (MILP) problem. Which further relaxed decomposed into two tractable sub-problems: maximizing the successful transmission rate of images (MSTRI) and ensuring the timeliness problem (ETP). Subsequently, an efficient subgradient of relaxation computing constraint (SRCC) algorithm is proposed. The upper and lower bounds of MSTR-TDI are obtained by solving the two subproblems and the dual problem (DP), and the direction of the next iteration is obtained by feedback. Furthermore, arranging the sending sequences of images to improve the quality of the solution. The approximate optimal solution of MSTR-TDI is eventually obtained through repeated iterations. The simulation results verify the superiority of the proposed MDR-TEG model and the effectiveness of the SRCC.

eess.SY

Generative AI-Driven Hierarchical Multi-Agent Framework for Zero-Touch Optical Networks

The rapid development of Generative Artificial Intelligence (GenAI) has catalyzed a transformative technological revolution across all walks of life. As the backbone of wideband communication, optical networks are expecting high-level autonomous operation and zero-touch management to accommodate their expanding network scales and escalating transmission bandwidth. The integration of GenAI is deemed as the pivotal solution for realizing zero-touch optical networks. However, the lifecycle management of optical networks involves a multitude of tasks and necessitates seamless collaboration across multiple layers, which poses significant challenges to the existing single-agent GenAI systems. In this paper, we propose a GenAI-driven hierarchical multi-agent framework designed to streamline multi-task autonomous execution for zero-touch optical networks. We present the architecture, implementation, and applications of this framework. A field-deployed mesh network is utilized to demonstrate three typical scenarios throughout the lifecycle of optical network: quality of transmission estimation in the planning stage, dynamic channel adding/dropping in the operation stage, and system capacity increase in the upgrade stage. The case studies, illustrate the capabilities of multi-agent framework in multi-task allocation, coordination, execution, evaluation, and summarization. This work provides a promising approach for the future development of intelligent, efficient, and collaborative network management solutions, paving the way for more specialized and adaptive zero-touch optical networks.

cs.NI

$\bar{B}_{s,d}^{0} \to J/\psi \mu^{+}\mu^{-}$ Decays in QCD Factorization

Motivated by the first LHCb searches for the rare $\bar{B}_{s,d}^{0} \to J/\psi\mu^{+}\mu^{-}$ decays, we perform a detailed study of these processes within the QCD factorization formalism. Since the transverse size of the $J/\psi$ meson is small in the heavy quark mass limit, this formalism is generally expected to hold for these decays. We include both the leading- and next-to-leading-order QCD corrections to the hard-scattering kernels, which are convoluted with the light-cone distribution amplitudes (LCDAs) of the initial- and final-state hadrons. It is numerically found that, depending on the model parameters for the leading-twist $B$-meson LCDA, the maximum branching ratios of $\bar{B}_{s}^{0}\to J/\psi\mu^{+}\mu^{-}$ and $\bar{B}_{d}^{0} \to J/\psi\mu^{+}\mu^{-}$, integrated over the dimuon invariant mass squared $q^2$ from $1\,\mathrm{GeV}^2$ to $(m_{B_{s,d}}-m_{J/\psi})^2$, can reach up to $2.21\times10^{-9}$ and $7.69\times10^{-11}$ at the leading order in $\alpha_s$, respectively. After incorporating the non-factorizable one-loop vertex corrections, these branching ratios are further reduced by about one order of magnitude, with $\mathcal{B}(\bar{B}_{s}^{0} \to J/\psi\mu^{+}\mu^{-})|_{q^2 \geq 1\,\mathrm{GeV}^2}=2.88\times10^{-10}$ and $\mathcal{B}(\bar{B}_{d}^{0} \to J/\psi\mu^{+}\mu^{-})|_{q^2 \geq 1\,\mathrm{GeV}^2}=1.07\times10^{-11}$. In addition, we have presented the dimuon invariant mass distributions of the individual and total helicity amplitudes squared, as well as the differential and integrated longitudinal polarization fractions of the $J/\psi$ meson, which could be probed by the future LHCb and Belle II experiments with more accumulated data.

hep-ph

From Camera-Based Sensing to Reasoning: A Comprehensive Review Toward Proactive Vulnerable Road User Safety

Ensuring the safety of vulnerable road users (VRUs), such as pedestrians and cyclists, remains a critical challenge, as conventional infrastructure-based measures are often insufficient in dynamic urban environments. Recent advances in learning-based visual sensing systems have created new opportunities for more adaptive and context-aware VRU protection. This paper presents a comprehensive review of camera-based methods for proactive VRU safety, with a focus on developments over the past five years. Unlike prior surveys that primarily emphasize detection, we organize the literature into three interconnected components: visual perception (detection and classification), motion modeling (tracking and trajectory prediction), and behavior understanding (intent recognition and reasoning). These components form a unified hierarchical pipeline that enables early risk anticipation and timely intervention. Furthermore, this survey systematically incorporates emerging AI paradigms, including Vision Transformers (ViTs), Large Language Models (LLMs), and diffusion models, highlighting their roles in representation learning, uncertainty modeling, and semantic reasoning. Finally, we identify four key challenges specific to VRU safety, including data scarcity, behavioral uncertainty, edge deployment efficiency, and real-world sensing constraints, and discuss corresponding research directions. This work provides a unified foundation for the development of reliable, scalable, and deployable VRU safety systems.

cs.CV

DCT-MARL: A Dynamic Communication Topology-Based MARL Algorithm for Connected Vehicle Platoon Control

With the rapid advancement of vehicular communication facilities and autonomous driving technologies, connected vehicle platooning has emerged as a promising approach to improve traffic efficiency and driving safety. Reliable Vehicle-to-Vehicle (V2V) communication is critical to achieving efficient cooperative control. However, in the real-world traffic environment, V2V communication may suffer from time-varying delay and packet loss, leading to degraded control performance and even safety risks. To mitigate the adverse effects of non-ideal communication, this paper proposes a Dynamic Communication Topology based Multi-Agent Reinforcement Learning (DCT-MARL) algorithm for robust cooperative platoon control. Specifically, the state space is augmented with historical control action and delay to enhance robustness against communication delay. To mitigate the impact of packet loss, a multi-key gated communication mechanism is introduced, which dynamically adjusts the communication topology based on the correlation between vehicles and their current communication status. Simulation results demonstrate that the proposed DCT-MARL significantly outperforms state-of-the-art methods in terms of string stability and driving comfort, validating its superior robustness and effectiveness.

eess.SY

Large Language Models and Their Applications in Roadway Safety and Mobility Enhancement: A Comprehensive Review

Roadway safety and mobility remain critical challenges for modern transportation systems, demanding innovative analytical frameworks capable of addressing complex, dynamic, and heterogeneous environments. While traditional engineering methods have made progress, the complexity and dynamism of real-world traffic necessitate more advanced analytical frameworks. Large Language Models (LLMs), with their unprecedented capabilities in natural language understanding, knowledge integration, and reasoning, represent a promising paradigm shift. This paper comprehensively reviews the application and customization of LLMs for enhancing roadway safety and mobility. A key focus is how LLMs are adapted -- via architectural, training, prompting, and multimodal strategies -- to bridge the "modality gap" with transportation's unique spatio-temporal and physical data. The review systematically analyzes diverse LLM applications in mobility (e.g., traffic flow prediction, signal control) and safety (e.g., crash analysis, driver behavior assessment,). Enabling technologies such as V2X integration, domain-specific foundation models, explainability frameworks, and edge computing are also examined. Despite significant potential, challenges persist regarding inherent LLM limitations (hallucinations, reasoning deficits), data governance (privacy, bias), deployment complexities (sim-to-real, latency), and rigorous safety assurance. Promising future research directions are highlighted, including advanced multimodal fusion, enhanced spatio-temporal reasoning, human-AI collaboration, continuous learning, and the development of efficient, verifiable systems. This review provides a structured roadmap of current capabilities, limitations, and opportunities, underscoring LLMs' transformative potential while emphasizing the need for responsible innovation to realize safer, more intelligent transportation systems.

cs.AI

Lifecycle Management of Optical Networks with Dynamic-Updating Digital Twin: A Hybrid Data-Driven and Physics-Informed Approach

Digital twin (DT) techniques have been proposed for the autonomous operation and lifecycle management of next-generation optical networks. To fully utilize potential capacity and accommodate dynamic services, the DT must dynamically update in sync with deployed optical networks throughout their lifecycle, ensuring low-margin operation. This paper proposes a dynamic-updating DT for the lifecycle management of optical networks, employing a hybrid approach that integrates data-driven and physics-informed techniques for fiber channel modeling. This integration ensures both rapid calculation speed and high physics consistency in optical performance prediction while enabling the dynamic updating of critical physical parameters for DT. The lifecycle management of optical networks, covering accurate performance prediction at the network deployment and dynamic updating during network operation, is demonstrated through simulation in a large-scale network. Up to 100 times speedup in prediction is observed compared to classical numerical methods. In addition, the fiber Raman gain strength, amplifier frequency-dependent gain profile, and connector loss between fiber and amplifier on C and L bands can be simultaneously updated. Moreover, the dynamic-updating DT is verified on a field-trial C+L-band transmission link, achieving a maximum accuracy improvement of 1.4 dB for performance estimation post-device replacement. Overall, the dynamic-updating DT holds promise for driving the next-generation optical networks towards lifecycle autonomous management.

physics.optics

KAN or MLP? Point Cloud Shows the Way Forward

Multi-Layer Perceptrons (MLPs) have become one of the fundamental architectural component in point cloud analysis due to its effective feature learning mechanism. However, when processing complex geometric structures in point clouds, MLPs' fixed activation functions struggle to efficiently capture local geometric features, while suffering from poor parameter efficiency and high model redundancy. In this paper, we propose PointKAN, which applies Kolmogorov-Arnold Networks (KANs) to point cloud analysis tasks to investigate their efficacy in hierarchical feature representation. First, we introduce a Geometric Affine Module (GAM) to transform local features, improving the model's robustness to geometric variations. Next, in the Local Feature Processing (LFP), a parallel structure extracts both group-level features and global context, providing a rich representation of both fine details and overall structure. Finally, these features are combined and processed in the Global Feature Processing (GFP). By repeating these operations, the receptive field gradually expands, enabling the model to capture complete geometric information of the point cloud. To overcome the high parameter counts and computational inefficiency of standard KANs, we develop Efficient-KANs in the PointKAN-elite variant, which significantly reduces parameters while maintaining accuracy. Experimental results demonstrate that PointKAN outperforms PointMLP on benchmark datasets such as ModelNet40, ScanObjectNN, and ShapeNetPart, with particularly strong performance in Few-shot Learning task. Additionally, PointKAN achieves substantial reductions in parameter counts and computational complexity (FLOPs). This work highlights the potential of KANs-based architectures in 3D vision and opens new avenues for research in point cloud understanding.

cs.CV

Revisiting $B_{c}^-\to J/\psi (\eta_c) L^-$ decays within the SM and beyond in QCD factorization

Motivated by the deviations observed between the data and the SM predictions of $\mathcal{B}(\bar{B}_s^0\to D_s^+ \pi^-)$ and $\mathcal{B}(\bar{B}_d^0\to D^+ K^-)$, we revisit the $B_{c}^{-}\to J/\psi(\eta_{c}) L^{-}$ decays, with $L=\pi, K^{(*)}, \rho$, both within the SM and beyond. Since these processes are also mediated by $b\to c \bar{u} d(s)$ transitions and hence dominated by the colour-allowed tree topology, the QCD factorization (QCDF) is expected to hold in the heavy-quark limit. Firstly, we update the SM predictions of these decays by including the nonfactorizable vertex corrections up to the NNLO in $\alpha_s$. It is found that, relative to the LO results, the branching ratios of these decays up to the NLO and NNLO corrections are always enhanced, with a relative amount given by $\delta_{\text{NLO}} = (\mathcal{B}^\text{NLO}-\mathcal{B}^\text{LO})/\mathcal{B}^\text{LO} \approx +6\%$ and $\delta_{\text{NNLO}} = (\mathcal{B}^\text{NNLO}-\mathcal{B}^\text{LO})/\mathcal{B}^\text{LO} \approx +9\%$, respectively. To minimize the uncertainties brought by $V_{cb}$ and the transition form factors, we construct the ratios $R_{J/\psi(\eta_{c}) L}$, $R_{(s)L}^{(\ast)}$, and $R_{\pi/\mu\nu_{\mu}}$, which are then used to constrain the model-independent new physics (NP) Wilson coefficients. After considering the latest Belle data and the updated $B_{(s)}\to D_{(s)}^{(*)}$ form factors, we find that the deviations can still be explained by the NP four-quark operators with $(1+\gamma_{5}) \otimes (1-\gamma_{5})$ and $(1+\gamma_{5}) \otimes (1+\gamma_{5})$ structures, while the solution with $\gamma^\mu (1+\gamma_{5}) \otimes \gamma_\mu (1-\gamma_{5})$ structure does not work anymore, under the combined constraints from $R_{(s)L}^{(\ast)}$ at the $2\sigma$ level. Furthermore, the ratio $R_{\pi/\mu\nu_{\mu}}$, once measured precisely, could provide complementary constraint.

hep-ph

Unusual topological polar texture in moir\'e ferroelectrics

Topological polar textures in ferroelectrics have attracted significant interest for their potential for energy-efficient and high-density data storage and processing. Among these, polar merons and antimerons are predicted in strained and twisted bilayers of inversion symmetry broken systems. However, experimental observation of these polar textures within twisted two-dimensional van der Waals (2D vdW) materials remains challenging. Here, we utilize vector piezoresponse force microscopy (PFM) to reconstruct the polarization fields in R-type marginally twisted hexagonal boron nitride (hBN). We observe alternating out-of-plane (OOP) polarizations at domain regions and in-plane (IP) vortex-like polarization patterns along domain walls (DWs), indicative of a network of polar merons and antimerons. Notably, the OOP polarization exhibits three polarity reversals across a DW. Similar polar textures are identified in marginally twisted MoSe2 and WSe2 homobilayers. Our theoretical simulations attribute these unusual polarization reversals near the DWs to the competition between moir\'e ferroelectricity and piezoelectricity. These results provide experimental evidence of complex polar textures in moir\'e ferroelectrics, offering new insights into the electronic band topology in twisted transition metal dichalcogenides (TMDCs).

cond-mat.mtrl-sci

Mass Acquisition of Dirac Fermions in Bi4I4 by Spontaneous Symmetry Breaking

Massive Dirac fermions, which are essential for realizing novel topological phenomena, are expected to be generated from massless Dirac fermions by breaking the related symmetry, such as time-reversal symmetry (TRS) in topological insulators or crystal symmetry in topological crystalline insulators. Here, we report scanning tunneling microscopy and angle-resolved photoemission spectroscopy studies of {\alpha}-Bi4I4, which reveals the realization of massive Dirac fermions in the (100) surface states without breaking the TRS. Combined with first-principle calculations, our experimental results indicate that the spontaneous symmetry breaking engenders two nondegenerate edges states at the opposite sides of monolayer Bi4I4 after the structural phase transition, imparting mass to the Dirac fermions after taking the interlayer coupling into account. Our results not only demonstrate the formation of the massive Dirac fermions by spontaneous symmetry breaking, but also imply the potential for the engineering of Dirac fermions for device applications.

cond-mat.mtrl-sci

Label-Free Intraoperative Imaging of Hemodynamics using Deep Learning

Intraoperative visualization of hemodynamics is crucial for accurate diagnosis and informed surgical decision-making. In neurosurgery, indocyanine green fluorescence imaging (ICG-FI) is the gold standard for assessing blood flow and identifying vascular structures. However, it is limited by time-consuming data acquisition, mandatory waiting periods, potential allergic reactions, and operational complexities. Label-free alternatives, such as laser speckle contrast imaging (LSCI) and white light imaging (WLI), offer real-time vascular assessment but cannot resolve arterial-venous differentiation or blood flow direction determination. To address these challenges, we present a label-free cross-modal generation framework to synthesize mean transition time (MTT) maps from LSCI and WLI. MTT maps encode local hemodynamics, enabling artery-vein differentiation and flow direction inference. Experimental validation in rat brains demonstrates that the proposed method presents clear vasculature delineation, accurate artery-vein differentiation, and reliable blood flow direction decoding, while reducing total imaging time by 95.8% compared to conventional ICG protocols. This approach offers a fast, efficient, and contrast-free solution for continuous intraoperative surgical guidance.

physics.med-ph

Synergistic Interplay of Large Language Model and Digital Twin for Autonomous Optical Networks: Field Demonstrations

The development of large language models (LLM) has revolutionized various fields and is anticipated to drive the advancement of autonomous systems. In the context of autonomous optical networks, creating a high-level cognitive agent in the control layer remains a challenge. However, LLM is primarily developed for natural language processing tasks, rendering them less effective in predicting the physical dynamics of optical communications. Moreover, optical networks demand rigorous stability, where direct deployment of strategies generated from LLM poses safety concerns. In this paper, a digital twin (DT)-enhanced LLM scheme is proposed to facilitate autonomous optical networks. By leveraging monitoring data and advanced models, the DT of optical networks can accurately characterize their physical dynamics, furnishing LLMs with dynamic-updated information for reliable decision-making. Prior to deployment, the generated strategies from LLM can be pre-verified in the DT platform, which also provides feedback to the LLM for further refinement of strategies. The synergistic interplay between DT and LLM for autonomous optical networks is demonstrated through three scenarios: performance optimization under dynamic loadings in an experimental C+L-band long-haul transmission link, protection switching for device upgrading in a field-deployed six-node mesh network, and performance recovery after fiber cuts in a field-deployed C+L-band transmission link.

cs.NI