SearcharxivSearch

arXiv subjects

Peiran Yin

Publications and source records attributed to Peiran Yin.

18 recordsLinked to original sources

Stringent Constraints on Spin-Spin-Velocity-Dependent Exotic Interactions with a Levitated Magnet Force Sensor

Exotic spin-spin-velocity-dependent interactions, predicted in extensions of the Standard Model involving new bosonic fields, could resolve fundamental puzzles from dark matter to cosmic asymmetry. However, exploring these weak potential interactions at centimeter scales presents formidable challenges, primarily due to the overwhelming dominance of electromagnetic backgrounds that can easily obscure the weak exotic signals. Here, we utilize a levitated magnet force sensor with ultrahigh electron spin density to probe these interactions. We constrain two interactions individually through a designed spin source and a multi-layer magnetic shielding system that suppresses electromagnetic backgrounds. In this study, we constrain two types of interactions: the V_6 potential at force ranges from $10^{-3}$ m to $6 \times 10^{-2}$ m and the V_{14} potential at ranges greater than $10^{-3}$ m. Our measurements establish 95% confidence-level bounds of $|f_6| \leq 2.12 \times 10^{-13}$ and $|f_{14}| \leq 2.34 \times 10^{-23}$ at $\lambda = 1.6 \times 10^{-2}$ m, improving prior limits by up to 12 and 13 orders of magnitude, respectively. Our result demonstrates the levitated magnet as a highly sensitive probe for detecting new bosonic fields in extensions of the Standard Model.

physics.app-ph

Levitated Milligram-scale Ferromagnetic Magnetometer at Room Temperature

Levitated mechanical oscillators are emerging ultrasensitive sensors with tremendous potential in both applied and fundamental physics. Levitated ferromagnets, with internal spin noises rapidly averaged, promise ultrahigh magnetic sensitivity. Here, we demonstrate a milligram-scale diamagnetically levitated ferromagnet system operating at room temperature. Through optimized geometry and multi-channel dissipation control, we achieve a magnetic sensitivity of 23~fT$/\sqrt{\text{Hz}}$ at frequency of 100-Hz level. We anticipate that a ferromagnetic magnetometer with subfemtotesla sensitivity is within reach, after modest technical improvements. This platform establishes a high-performance magnetometer for biomagnetic field detection and beyond-standard-model force searches.

quant-ph

WIDE: Boosting Adaptive LLM Inference via Token-level Dynamic Width Pruning

Pruning is a promising approach for improving the efficiency of LLMs. Existing static structured pruning methods are hardware-friendly and can deliver practical throughput gains, but their input-agnostic computation allocation often causes substantial accuracy degradation under aggressive sparsity. Recent dynamic sparsity methods improve quality retention by adapting computation to individual inputs, yet they remain largely limited to coarse-grained structural decisions and their practical acceleration under real-world inference scenarios remains challenging. To address these challenges, we present WIDE, the first end-to-end differentiable token-level dynamic width pruning framework designed for both prefill and decode scenarios. WIDE enables fine-grained computation allocation by allowing each token to dynamically select attention-head groups and FFN-channel groups, extending dynamic pruning beyond layer-level decisions to neuron-block-level granularity. Through a two-stage training pipeline, WIDE learns effective token-wise sparse execution patterns and achieves substantially better quality retention than existing approaches. To make such fine-grained dynamic pruning practical, we further propose a pruning--kernel co-design framework that decomposes dynamic sparsity acceleration into mask reordering, hardware-agnostic block-level skipping, and hardware-dependent intra-block skipping, enabling efficient execution across different granularities. At 50% sparsity, WIDE provides 55.1% performance boost when compared to the state-of-the-art dynamic depth pruning under calibration-only settings. Under prefill and decoding inference workloads, WIDE achieves close-to-theoretical kernel-level speedups of up to 1.98x for prefill and 4.95x for decoding, as well as 1.68x and 1.55x end-to-end acceleration. Our code is available at https://github.com/EIT-NLP/LLM-Pruning/tree/main/WIDE.

cs.AI

Beyond FLOPs: Benchmarking Real Inference Acceleration of LLM Pruning under a GEMM-Centric Taxonomy

Pruning has emerged as a dominant paradigm for accelerating large language model (LLM) inference, spanning a broad spectrum of methods that remove computation across tokens, layers, heads, dimensions, and attention patterns. Despite sharing the same objective, these pruning approaches induce fundamentally different execution behaviors, causing realized speedups to depend heavily on hardware and kernel implementations. Consequently, the practical acceleration benefits of different pruning families remain poorly understood. In this work, we introduce a GEMM-centric taxonomy that reorganizes existing pruning methods according to the logical \textbf{M}, \textbf{N}, and \textbf{K} dimensions of general matrix multiplication (GEMM). Leveraging this abstraction, we build a unified benchmarking framework that enables implementation-consistent comparison across the pruning design space and systematically characterizes the acceleration--quality Pareto frontier. Our results on Llama3.1-8B show that static depth pruning remains the strongest Pareto-optimal baseline and stays closest to its theoretical acceleration upper bound in memory-bounded scenarios. During prefill, the frontier transitions from static depth at low quality loss (0\%--4\%), to dynamic depth at moderate loss (5\%--16\%), and finally to static width pruning at higher loss levels (17\%--26\%). These findings establish the first unified view of the practical limits of pruning-based LLM acceleration and provide guidance for future pruning research. Code is available at https://github.com/EIT-NLP/LLM-Pruning/tree/main/PruningInferSim

cs.LG

Dark Matter Detection through Rydberg Atom Transducer

Ultralight bosonic dark matter with masses in the meV range, corresponding to terahertz (THz) Compton frequencies, remains largely unexplored due to the difficulty of achieving both efficient signal conversion and single-photon-sensitive detection at THz frequencies. We propose a hybrid detection architecture that integrates a dielectric haloscope, Rydberg-atom transducer, and superconducting nanowire single-photon detection within a unified cryogenic platform operating at $\lesssim 1\,\text{K}$. The dielectric haloscope converts dark matter into THz photons via phase-matched resonant enhancement, achieving form factors $C \sim 0.4$ and loaded quality factors $Q_L \sim 10^4$. A cold $^{87}$Rb ensemble then coherently up-converts the THz signal to the optical domain through six-wave mixing among Rydberg states. The intrinsic directionality and narrow bandwidth ($\Delta\nu_{\mathrm{atomic}} \sim 1\,\text{MHz}$) of this process provide extra suppression of isotropic thermal backgrounds. With 10 days of integration at $0.3\,\text{K}$, we project sensitivity to the axion-photon coupling $g_{a\gamma\gamma} \sim 10^{-13}\,\mathrm{GeV}^{-1}$ at $m_a \sim 0.4\,\text{meV}$, reaching the QCD axion band and opening the THz window for searches of both axion and dark photon dark matter.

hep-ph

From Static Inference to Dynamic Interaction: A Survey of Streaming Large Language Models

Standard Large Language Models (LLMs) are predominantly designed for static inference with pre-defined inputs, which limits their applicability in dynamic, real-time scenarios. To address this gap, the streaming LLM paradigm has emerged. However, existing definitions of streaming LLMs remain fragmented, conflating streaming generation, streaming inputs, and interactive streaming architectures, while a systematic taxonomy is still lacking. This paper provides a comprehensive overview and analysis of streaming LLMs. First, we establish a unified definition of streaming LLMs based on data flow and dynamic interaction to clarify existing ambiguities. Building on this definition, we propose a systematic taxonomy of current streaming LLMs and conduct an in-depth discussion on their underlying methodologies. Furthermore, we explore the applications of streaming LLMs in real-world scenarios and outline promising research directions to support ongoing advances in streaming intelligence. We maintain a continuously updated repository of relevant papers at https://github.com/EIT-NLP/Awesome-Streaming-LLMs.

cs.CL

Search for Ultralight Axion Dark Matter with a Levitated Ferromagnetic Torsional Oscillator

We present a search for ultralight axion dark matter coupled to electron spins using a levitated ferromagnetic torsional oscillator (FMTO). This platform directly measures axion-induced torques on a macroscopic spin-polarized body, combining large spin density with strong mechanical isolation to probe magnetic fluctuations below 10 Hz while suppressing gradient-field noise. In a first implementation, the experiment yielded 18000 s of analyzable data at room temperature under high vacuum with optical readout and triple-layer magnetic shielding. A likelihood-based statistical framework, incorporating stochastic fluctuations in the axion-field amplitude, was used to evaluate the data. No excess consistent with an axion-induced pseudo-magnetic field was observed near 2e-14 eV. To account for possible shielding-induced signal attenuation, we quantify its effect and report both the uncorrected (g_aee < 1e-7) and attenuation-corrected (g_aee < 6e-5) 90% CL limits on the axion-electron coupling. Looking ahead, improvements guided by both noise-budget analysis and shielding-attenuation considerations, including optimized levitation geometry, cryogenic operation, and superconducting shielding, are expected to boost sensitivity by multiple orders of magnitude.

hep-ph

Results of the 2024 CommonRoad Motion Planning Competition for Autonomous Vehicles

Over the past decade, a wide range of motion planning approaches for autonomous vehicles has been developed to handle increasingly complex traffic scenarios. However, these approaches are rarely compared on standardized benchmarks, limiting the assessment of relative strengths and weaknesses. To address this gap, we present the setup and results of the 4th CommonRoad Motion Planning Competition held in 2024, conducted using the CommonRoad benchmark suite. This annual competition provides an open-source and reproducible framework for benchmarking motion planning algorithms. The benchmark scenarios span highway and urban environments with diverse traffic participants, including passenger cars, buses, and bicycles. Planner performance is evaluated along four dimensions: efficiency, safety, comfort, and compliance with selected traffic rules. This report introduces the competition format and provides a comparison of representative high-performing planners from the 2023 and 2024 editions.

cs.RO

Focusing the Axion Wind with Ferrite Flux Concentrators

Axion dark matter may couple to fermion spins through an effective oscillating magnetic field, the ``axion wind". Existing approaches for detecting axion wind via axion-electron coupling $g_{ae}$ face sensitivity limitations due to the extremely weak pseudomagnetic field generated, typically a few times $10^{-18}$ tesla for $g_{ae} \sim 10^{-10}$. We propose to use ferrimagnetic flux concentrators to amplify the pseudomagnetic field into a genuine magnetic field, which can then be measured using general precision magnetometry techniques. This greatly expands the experimental possibilities beyond conventional methods that rely on detecting small transverse magnetic fields from spin precession induced by axion wind. Here we utilize the libration mode of a levitated ferromagnet, which can achieve sub-femtotesla sensitivity, enabling detection of axion-electron coupling strengths $g_{ae} \lesssim 10^{-11}$ in the frequency range $1-500$ Hz.

hep-ph

Constraints on Velocity and Spin Dependent Exotic Interaction at the Millimeter Scale with a Diamagnetic-levitated Force Sensor

Light bosons, beyond the standard model and as prominent candidates for dark matter, can mediate velocity and spin dependent exotic interaction between electron spins and nucleons. At short ranges, it remains an open challenge to test this exotic interaction with high precision. Here, we present a method based on diamagnetic-levitated force sensor to detect the exotic interaction at the millimeter scale. Improved constraints for the coupling $g_A^e g_V^N$ are established, within the force range spanning from 0.15 mm to 1.5 mm. And the constraint $|g_A^e g_V^N| \leq 4.39 \times10^{-26}$ at $\lambda$ = 0.5 mm at the $95 \%$ confidence level, significantly surpasses previous results by more than three orders of magnitude. The diamagnetic levitation force measurement system developed here can also be repurposed to probe other exotic spin-dependent interactions, such as the exotic spin-spin interaction. This system provides a platform for the exploration of dark matter.

hep-ph

Challenging theories of dark energy with levitated force sensor

The nature of dark energy is one of the most outstanding problems in physical science, and various theories have been proposed. It is therefore essential to directly verify or rule out these theories experimentally. However, despite substantial efforts in astrophysical observations and laboratory experiments, previous tests have not yet acquired enough accuracy to provide decisive conclusions as to the validity of these theories. Here, using a diamagnetically levitated force sensor, we carry out a test on one of the most compelling explanations for dark energy to date, namely the Chameleon theory, an ultra-light scalar field with screening mechanisms, which couples to normal-matter fields and leaves a detectable fifth force. Our results extend previous results by nearly two orders of magnitude to the entire physical plausible parameter space of cosmologically viable chameleon models. We find no evidence for such a fifth force. Our results decisively rule out the basic chameleon model as a candidate for dark energy. Our work, thus, demonstrates the robustness of laboratory experiments in unveiling the nature of dark energy in the future. The methodology developed here can be further applied to study a broad range of fundamental physics.

gr-qc

Lens-free Optical Detection of Thermal Motion of a Sub-millimeter Sphere Diamagnetically Levitated in High Vacuum

Levitated oscillators with millimeter or sub-millimeter size are particularly attractive due to their potential role in studying various fundamental problems and practical applications. One of the crucial issues towards these goals is to achieve efficient measurements of oscillator motion, while this remains a challenge. Here we theoretically propose a lens-free optical detection scheme, which can be used to detect the motion of a millimeter or sub-millimeter levitated oscillator with a measurement efficiency close to the standard quantum limit with a modest optical power. We demonstrate experimentally this scheme on a 0.5 mm diameter micro-sphere that is diamagnetically levitated under high vacuum and room temperature, and the thermal motion is detected with high precision. Based on this system, an estimated acceleration sensitivity of $9.7 \times 10^{-10}\rm g/\sqrt{Hz}$ is achieved, which is more than one order improvement over the best value reported by the levitated mechanical system. Due to the stability of the system, the minimum resolved acceleration of $3.5\times 10^{-12}\rm g$ is reached with measurement times of $10^5$ s. This result is expected to have potential applications in the study of exotic interactions in the millimeter or sub-millimeter range and the realization of compact gravimeter and accelerometer.

quant-ph

Chiral state conversion in a levitated micromechanical oscillator with in situ control of parameter loops

Physical systems with gain and loss can be described by a non-Hermitian Hamiltonian, which is degenerated at the exceptional points (EPs). Many new and unexpected features have been explored in the non-Hermitian systems with a great deal of recent interest. One of the most fascinating features is that, chiral state conversion appears when one EP is encircled dynamically. Here, we propose an easy-controllable levitated microparticle system that carries a pair of EPs and realize slow evolution of the Hamiltonian along loops in the parameter plane. Utilizing the controllable rotation angle, gain and loss coefficients, we can control the structure, size and location of the loops in situ. We demonstrate that, under the joint action of topological structure of energy surfaces and nonadiabatic transitions (NATs), the chiral behavior emerges both along a loop encircling an EP and even along a straight path away from the EP. This work broadens the range of parameter space for the chiral state conversion, and proposes a useful platform to explore the interesting properties of exceptional points physics.

quant-ph

Realization of programmable nanomechanical lattice with both nearest-neighboring and next-nearest-neighboring couplings

The programmable artificial lattice, based on the controllability of coupling strengths and the scalability of multiple sites, is desperately desired in engineering metamaterials and exploring fundamental physics. In this work, we experimentally present a programmable lattice consisting of multiple paralleled nanomechanical resonators, whose internal interactions can be linearly manipulated by external voltages. Flexural modes of nearest-neighboring (NN) and next-nearest-neighboring (NNN) resonators are parametrically coupled through modulated electrostatic interactions. Particularly, in a wide range up to deep strong coupling regime, both the NN and NNN coupling strengths are precisely proportional to manipulation voltage. The realization of long-range coupling provides a promising prospect in constructing complex lattice structure, which is essential in investigating mechanical logic devices, topological physics and coherent phononic dynamics.

physics.app-ph

Perfect coherent transfer in an on-chip reconfigurable nanoelectromechanical network

Realizing a controllable network with multiple degrees of interaction is a challenge to physics and engineering. Here, we experimentally report an on-chip reconfigurable network based on nanoelectromechanical resonators with nearest-neighbor (NN) and next-nearest-neighbor (NNN) strong couplings. By applying different parametric voltages on the same on-chip device, we carry out perfect coherent transfer in NN and NNN coupled array networks. Moreover, the low-loss resonators ensure the desired evolution to achieve perfect transfer and the demonstration of the parity-dependent phase relation at transmission cycles. The realization of NNN couplings demonstrates the capability of engineering coherent coupling beyond a simple model of a NN coupled array of doubly clamped resonators. Our reconfigurable nanoelectromechanical network provides a highly tunable physical platform and offers the possibilities of investigating various interesting phenomena, such as topological transport, synchronization of networks, as well as metamaterials.

quant-ph

Mechanical dissipation below 1$\mu$Hz with a cryogenic diamagnetic-levitated micro-oscillator

Ultralow dissipation plays an important role in sensing applications and exploring macroscopic quantum phenomena using micro-and nano-mechanical systems. We report a diamagnetic-levitated micro-mechanical oscillator operating at a low temperature of 3K with measured dissipation as low as 0.59 $\mu$Hz and a quality factor as high as $2 \times 10^7$. To the best of our knowledge the achieved dissipation is the lowest in micro- and nano-mechanical systems to date, orders of magnitude improvement over the reported state-of-the-art systems based on different principles. The cryogenic diamagnetic-levitated oscillator described here is applicable to a wide range of mass, making it a good candidate for measuring both force and acceleration with ultra-high sensitivity. By virtue of the naturally existing strong magnetic gradient, this system has great potential in quantum spin mechanics study.

quant-ph

Manipulation of a Micro-object Using Topological Hydrodynamic Tweezers

Manipulating micro-scale object plays paramount roles in a wide range of fundamental researches and applications. At micro-scale, various methods have been developed in the past decades, including optical, electric, magnetic, aerodynamic and acoustic methods. However, these non-contact forces are susceptible to external disturbance, and so finding a way to make micro-scale object manipulation immune to external perturbations is challenging and remains elusive. Here we demonstrate a method based on new trapping mechanism to manipulate micro-scale object in a gas flow at ambient conditions. We first show that the micro-droplet is entrapped into a trapping ring constructed by a particular toroidal vortex. The vortex works as tweezers to control the position of the micro-droplet. We then show that the micro-droplet can be transported along the trapping ring. By virtue of the topological character of the gas flow, the transport path is able to bypass external strong perturbations automatically. We further demonstrate a topological transfer process of the micro-droplet between two hydrodynamic tweezers. Our method provides an integrated toolbox to manipulate a micro-scale object, with an intrinsic mechanism that protects the target object from external disturbances.

physics.flu-dyn

Non-reciprocal Radio Frequency Transduction in a Parametric Mechanical Artificial Lattice

Generating non-reciprocal radio frequency transduction plays important roles in a wide range of research and applications, and an aspiration is to integrate this functionality into micro-circuit without introducing magnetic field, which, however, remains challenging. By designing a 1D artificial lattice structure with neighbor-interaction engineered parametrically, we predicted a non-reciprocity transduction with giant unidirectionality. We then experimentally demonstrated the phenomenon on a nano-electromechanical chip fabricated by conventional complementary metal-silicon processing. A unidirectionality with isolation as high as 24dB is achieved and several different transduction schemes are realized by programming the control voltages topology. Apart from being used as a radio frequency isolator, the system provides a way to build practical on-chip programmable device for many researches and applications in radio frequency domain.

cond-mat.mes-hall