SearcharxivSearch

arXiv subjects

Shuyu Zhang

Publications and source records attributed to Shuyu Zhang.

At least 19 recordsLinked to original sources

Coupled-Layer Codes: Beyond Quantum Product Constructions

Product codes are an important class of quantum error-correcting codes constructed from multiple input codes, which can give rise to asymptotically good quantum low-density parity check codes. In previous work, we showed how the product between two codes can be physically implemented by coupling layers of the first code using checks of the second code. In this work, we further unify product code constructions with coupled-layer constructions of phases of matter by introducing coupled-layer codes. The essential strategy is to condense general excitations created by Pauli operators among multiple decoupled layers of the first code. The condensation is specified by an excitation algebra, which encodes the excitations, along with an algebra-preserving map. This coupling between layers generalizes the notion of gauging in physics as well as the mapping cone in homological algebra, and can be used to produce non-CSS codes. As examples, we show how coupled-layer codes reproduce the X-cube and Chamon models. We further generalize the balanced product code by allowing a unitary transformation in addition to a group action by free permutation and describe its corresponding coupled-layer construction. In particular, we show how balancing by a ZX-duality can reproduce non-CSS codes such as the fermionic toric code and the 3-fermion Walker-Wang model in 3D.

quant-ph

PatchBoard: Schema-Grounded State Mutation for Reliable and Auditable LLM Multi-Agent Collaboration

LLM multi-agent systems often coordinate through natural-language dialogue or loosely structured shared memory, making intermediate state difficult to validate, attribute, and audit. We introduce PatchBoard, a schema-grounded collaboration architecture that replaces inter-agent dialogue with validated JSON Patch mutations over a shared structured state. An Architect agent constructs a task-specific schema and workflow rules, while a deterministic kernel validates each proposed state mutation against schema constraints, role-specific write contracts, and runtime invariants before committing it transactionally. On 630 matched ALFWorld episodes, PatchBoard achieves an 84.6% success rate, compared with 30.8% for LangGraph and 61.6% for Flock, while reducing tokens per successful task to 45.5k, compared with 368.3k and 64.2k, respectively.

cs.CL

EvoSpec: Evolving Speculative Decoding via Real-Time Vocabulary and Parameter Adaptation

Speculative decoding accelerates Large Language Model inference through draft-then-verify generation, yet lightweight draft models face coupled efficiency and quality limitations: large-vocabulary output projection is costly, while limited draft capacity and static parameters reduce acceptance under specialized or shifting inputs. Vocabulary pruning lowers projection cost, but static variants miss locally important long-tail tokens, while dynamic variants remain sensitive to preset selection policies and budgets. Moreover, limited draft capacity can leave the draft distribution misaligned even when the target token is covered. Online alignment improves draft quality, but full-parameter updates introduce substantial memory and latency overhead. We introduce EvoSpec, which jointly adapts the active vocabulary and lightweight draft parameters from verification feedback. EvoSpec asynchronously retrieves semantic and statistical token neighbors and performs curriculum-weighted online LoRA alignment while preserving exact target-model verification. On Qwen3-8B/EAGLE-2, EvoSpec reaches a $2.18\times$ speedup over vanilla decoding and a $1.20\times$ gain over EAGLE-2, while improving specialized-domain coverage and using $27\%$ less auxiliary GPU adaptation memory than full-parameter online adaptation.

cs.CL

Coupled-Layer Construction of Quantum Product Codes

Product codes are a class of quantum error correcting codes built from two or more constituent codes. They have recently gained prominence for a breakthrough yielding quantum low-density parity-check (qLDPC) codes with favorable scaling of both code distance and encoding rate. However, despite its powerful algebraic formulation, the physical mechanism for assembling a general product code from its constituents remains unclear. In this letter, we show that the tensor and balanced product codes admit an intuitive coupled-layer construction by taking a stack of one code and condensing a set of excitations in the pattern given by the checks of the other code. We also make a connection to concatenated codes by showing that the tensor product code can be obtained by gauging large-weight logicals in concatenated codes, making them qLDPC. Our framework accommodates both classical or quantum CSS input codes, unifies known physical mechanisms for constructing higher dimensional topological phases via anyon condensation, and naturally extends to non-topological codes.

quant-ph

DarwinTOD: LLM-driven Lifelong Self-evolution for Task-oriented Dialog Systems

Traditional task-oriented dialog systems are unable to evolve from ongoing interactions or adapt to new domains after deployment, that is a critical limitation in real-world dynamic environments. Continual learning approaches depend on episodic retraining with human curated data, failing to achieve autonomy lifelong improvement. While evolutionary computation and LLM driven self improvement offer promising mechanisms for dialog optimization, they lack a unified framework for holistic, iterative strategy refinement. To bridge this gap, we propose DarwinTOD, a lifelong self evolving dialog framework that systematically integrates these two paradigms, enabling continuous strategy optimization from a zero-shot base without task specific fine-tuning. DarwinTOD maintains an Evolvable Strategy Bank and operates through a dual-loop process: online multi-agent dialog execution with peer critique, and offline structured evolutionary operations that refine the strategy bank using accumulated feedback. This closed-loop design enables autonomous continuous improvement without human intervention. Extensive experiments show that DarwinTOD surpasses previous state-of-the-art methods and exhibits continuous performance gains throughout evolution. Our work provides a novel framework for building dialog systems with lifelong self evolution capabilities.

cs.MA

ViTaMIn-B: A Reliable and Efficient Visuo-Tactile Bimanual Manipulation Interface

Handheld devices have opened up unprecedented opportunities to collect large-scale, high-quality demonstrations efficiently. However, existing systems often lack robust tactile sensing or reliable pose tracking to handle complex interaction scenarios, especially for bimanual and contact-rich tasks. In this work, we propose ViTaMIn-B, a more capable and efficient handheld data collection system for such tasks. We first design DuoTact, a novel compliant visuo-tactile sensor built with a flexible frame to withstand large contact forces during manipulation while capturing high-resolution contact geometry. To enhance the cross-sensor generalizability, we propose reconstructing the sensor's global deformation as a 3D point cloud and using it as the policy input. We further develop a robust, unified 6-DoF bimanual pose acquisition process using Meta Quest controllers, which eliminates the trajectory drift issue in common SLAM-based methods. Comprehensive user studies confirm the efficiency and high usability of ViTaMIn-B among novice and expert operators. Furthermore, experiments on four bimanual manipulation tasks demonstrate its superior task performance relative to existing systems. Project page: https://chuanyune.github.io/ViTaMIn-B_page/

cs.RO

Unveiling Uncertainty-Aware Autonomous Cooperative Learning Based Planning Strategy

In future intelligent transportation systems, autonomous cooperative planning (ACP), becomes a promising technique to increase the effectiveness and security of multi-vehicle interactions. However, multiple uncertainties cannot be fully addressed for existing ACP strategies, e.g. perception, planning, and communication uncertainties. To address these, a novel deep reinforcement learning-based autonomous cooperative planning (DRLACP) framework is proposed to tackle various uncertainties on cooperative motion planning schemes. Specifically, the soft actor-critic (SAC) with the implementation of gate recurrent units (GRUs) is adopted to learn the deterministic optimal time-varying actions with imperfect state information occurred by planning, communication, and perception uncertainties. In addition, the real-time actions of autonomous vehicles (AVs) are demonstrated via the Car Learning to Act (CARLA) simulation platform. Evaluation results show that the proposed DRLACP learns and performs cooperative planning effectively, which outperforms other baseline methods under different scenarios with imperfect AV state information.

cs.RO

DyBBT: Dynamic Balance via Bandit-inspired Targeting for Dialog Policy with Cognitive Dual-Systems

Task oriented dialog systems often rely on static exploration strategies that do not adapt to dynamic dialog contexts, leading to inefficient exploration and suboptimal performance. We propose DyBBT, a novel dialog policy learning framework that formalizes the exploration challenge through a structured cognitive state space capturing dialog progression, user uncertainty, and slot dependency. DyBBT proposes a bandit inspired meta-controller that dynamically switches between a fast intuitive inference (System 1) and a slow deliberative reasoner (System 2) based on real-time cognitive states and visitation counts. Extensive experiments on single- and multi-domain benchmarks show that DyBBT achieves state-of-the-art performance in success rate, efficiency, and generalization, with human evaluations confirming its decisions are well aligned with expert judgment.

cs.CL

HiCoLoRA: Addressing Context-Prompt Misalignment via Hierarchical Collaborative LoRA for Zero-Shot DST

Zero-shot Dialog State Tracking (zs-DST) is essential for enabling Task-Oriented Dialog Systems (TODs) to generalize to new domains without costly data annotation. A central challenge lies in the semantic misalignment between dynamic dialog contexts and static prompts, leading to inflexible cross-layer coordination, domain interference, and catastrophic forgetting. To tackle this, we propose Hierarchical Collaborative Low-Rank Adaptation (HiCoLoRA), a framework that enhances zero-shot slot inference through robust prompt alignment. It features a hierarchical LoRA architecture for dynamic layer-specific processing (combining lower-layer heuristic grouping and higher-layer full interaction), integrates Spectral Joint Domain-Slot Clustering to identify transferable associations (feeding an Adaptive Linear Fusion Mechanism), and employs Semantic-Enhanced SVD Initialization (SemSVD-Init) to preserve pre-trained knowledge. Experiments on multi-domain datasets MultiWOZ and SGD show that HiCoLoRA outperforms baselines, achieving SOTA in zs-DST. Code is available at https://github.com/carsonz/HiCoLoRA.

cs.CL

Eu-doped CsSrCl$_3$ Large Nanocrystal Clusters with Self-Reduction Effect and Near-Unity Quantum Yield

Europium halide perovskites have emerged as promising candidates for environmental-friendly blue-emitting materials. However, their development is hindered by relative low photoluminescence quantum yields (PLQY, e.g. ~2-5% for intrinsic CsEuCl3) and poor stability against air. Here, we introduce a one-step-procedure for synthesizing Eu$^{2+}$-doped CsSrCl$_3$ large nanocrystal clusters (LNCs) with the effect of self-reduction, therefore eliminating the use of conventional reductant oleylamine (OAm) and ensuring phase purity. The CsSrCl$_3$:Eu LNCs shows photoluminescence emission centered at 430 nm with a full width at half-maximum (FWHM) of 25 nm and a PLQY of ~40%, which can be further enhanced to ~97% after passivating the surface defects by adding trioctylphosphine (TOP), the highest among all reported lead-free blue-emitting perovskite nanocrystals. The stability of CsSrCl$_3$:Eu can also be improved significantly by epitaxially growing ZnS shell on the surface. This work will shed more light on lanthanide and alkaline-earth metal (AEM)-based perovskites for nontoxic light-emitting materials.

cond-mat.mtrl-sci

A Synergistic Framework of Nonlinear Acoustic Computing and Reinforcement Learning for Real-World Human-Robot Interaction

This paper introduces a novel framework integrating nonlinear acoustic computing and reinforcement learning to enhance advanced human-robot interaction under complex noise and reverberation. Leveraging physically informed wave equations (e.g., Westervelt, KZK), the approach captures higher-order phenomena such as harmonic generation and shock formation. By embedding these models in a reinforcement learning-driven control loop, the system adaptively optimizes key parameters (e.g., absorption, beamforming) to mitigate multipath interference and non-stationary noise. Experimental evaluations, covering far-field localization, weak signal detection, and multilingual speech recognition, demonstrate that this hybrid strategy surpasses traditional linear methods and purely data-driven baselines, achieving superior noise suppression, minimal latency, and robust accuracy in demanding real-world scenarios. The proposed system demonstrates broad application prospects in AI hardware, robot, machine audition, artificial audition, and brain-machine interfaces.

cs.RO

Local symmetries and extensive ground-state degeneracy of a 1D supersymmetric fermionic chain

We study a $1$D supersymmetric (SUSY) hard-core fermion model first proposed by Fendley, Schoutens, and de Boer [Phys. Rev. Lett. 90, 120402 (2003)]. We focus on the full Hilbert space instead of a restricted subspace. Exact diagonalization shows the degeneracy of zero-energy states scales exponentially with size of the system, with a recurrence relation between different system sizes. We solve the degeneracy problem by showing the ground states can be systematically constructed by inserting immobile walls of fermions into the chain. Mapping the counting problem to a combinatorial one and obtaining the exact generating function, we prove the recurrence relation on both open and periodic chains. We also provide an explicit mapping between ground states, giving a combinatorial explanation of the recurrence relation.

cond-mat.stat-mech

Improved Quantum Power Method and Numerical Integration Using Quantum Singular Value Transformation

Quantum singular value transformation (QSVT) is a framework that has been shown to unify many primitives in quantum algorithms. In this work, we leverage the QSVT framework in two directions. We first show that the QSVT framework can accelerate one recently introduced quantum power method, which substantially improves its running time. Additionally, we incorporate several elementary numerical integration techniques, such as the rectangular method, Monte Carlo method, and quadrature method, into the QSVT framework, which results in polynomial speedup with respect to the size or the number of points of the grid. Our results thus provide further examples to demonstrate the potential of the QSVT and how it may enhance quantum algorithmic tasks.

quant-ph

Localized State-Induced Enhanced Emission in Perovskite Nanocrystals

The luminescent mechanism of nano-sized materials with indirect bandgap and parity-forbidden transition has always been a critical issue in breaking through bottlenecks in traditional luminescent materials. The lack of understanding has resulted in great disputes regarding the origin of fluorescence in weak-transition nanocrystals (NCs). This paper proposes a new physical luminescence model, named as localized state-induced enhanced emission (LIEE), i.e., localized processes induced by size-limitation or partial doping, to explain the anomalous luminescence from non-luminescent state to luminescent state in various perovskite nanocrystals with indirect/direct bandgap or parity-forbidden transition. These findings provide a theoretical viewpoint to design efficient lead-free perovskite NCs and promote the development of fast optical transitions in luminescent materials.

cond-mat.mtrl-sci

Proton-CAT: a Novel Strategy for Enhanced Proton Therapy

We present a nitrogen-targeting-Proton-Carbon-Alpha-Therapy method, abbreviated as Proton-CAT, which partially converts protons into carbon-12 and $α$ particles through nuclear reactions between protons and nitrogen-15. Monte Carlo simulations validated the effectiveness of the Proton-CAT, and the study specifically focused on the distribution of relative energy deposition. The results indicated that the presence of nitrogen-15 enhanced the maximum dose level of protons, resulting in more effective damage confined to tumor cells. Statistical analysis of secondary ions has shown that the Proton-CAT significantly increases the production efficiencies of carbon-12 and $α$ particles. Furthermore, it has been revealed that elevating the nitrogen-15 concentration significantly boosts the dose of carbon and $α$ particles within the tumor region. The present work would contribute to the future development of proton therapy.

physics.med-ph

Spontaneous symmetry breaking on surface defects

Coleman's theorem states that continuous internal symmetries cannot be spontaneously broken in two-dimensional quantum field theories (QFTs). In this work we consider surface (i.e. two-dimensional) defects in $d$-dimensional conformal field theories (CFTs) invariant under a continuous internal symmetry group $G$. We study under which conditions it is possible for a surface defect to break spontaneously a continuous internal symmetry. We find that spontaneous symmetry breaking (SSB) is impossible under reasonable assumptions on the defect Renormalization Group (RG) flow. Counterexamples are possible only for exotic RG flows, that do not terminate at a fixed-point. We discuss an example of this kind. We also illustrate our no-go result with an effective field theory analysis of generic defect RG flows. We find a generic weakly coupled defect universality class (with no SSB), where correlation functions decay logarithmically. Our analysis generalizes the recent discovery by Metlitski of the extraordinary-log boundary universality class in the $O(N)$ model.

hep-th

Effect of the ${\rm^{15}N(p,α)^{12}C}$ reaction on the kinetic energy release of water molecule fragmentation

In this work, we investigated the effect of ${\rm^{15}N(p,α)^{12}C}$ reaction produced by the collision between proton and ammonia monohydrate on the kinetic energy release (KER) of water molecule fragmentation. After the occurrence of the nuclear reaction, it was found that the charge states $q$ and the flight speeds $v$ are the main factors affecting the KER of water molecule fragmentation. With the value of $q/v$ increases, the KER distribution gets wider and the peak position changes more pronounced. The energy gained by each fragment is related to the mass of the fragment and the distance of the fragment from the nuclear reaction. In this study, the fragments with smaller masses and the distances far away from the nuclear reaction get higher energies. The fragments of water molecules getting higher energy may induce other factors affecting the radiotherapy effect, which needs more detailed investigations in the future.

physics.chem-ph

Localized State-Induced Enhanced Intrinsic Phonon-Free Optical Transition in Silicon Nanocrystals

Silicon photoluminescence and lasing have been critical issues to breakthrough bottlenecks in the understanding of luminescence mechanisms. Unfortunately, long-standing disputes about the exciton recombination mechanism and fluorescence lifetime remain unresolved, especially about whether silicon nanocrystals (Si NCs) can realize fast direct-bandgap-like optical transitions. Here, using ground-state and excited-state density functional theory (DFT), we obtained intrinsic phonon-free optical transitions at sizes from Si22 to Si705, showing that very small Si NCs can realize a strong direct optical transition. Orbital labeling results show that this rapid transition does not come from the Γ-Γ -like transition, contrary to the conclusions from the effective mass approximation (EMA) and that Γ-X mixing leads to a quasi-direct bandgap. This anomalous transition is particularly intense with decreasing size (or enhancement of quantum confinement). By investigating electron and hole distributions generated in the optical transition, localized state-induced enhanced emission (LIEE) in Si NCs was proposed. Quantum confinement (QC) distorts the excited-state electron spatial distribution by localizing Bloch waves into the NC core, resulting in increased hole and electron overlap, thus inducing a fast optical process. This work resolves important debates and proposes LIEE to explain the anomalous luminescence--a phase transition from weak (or none) luminescent state to strong optical transition, which will aid attempts at realizing high-radiative-rate NCs materials and application-level Si lasers.

cond-mat.mes-hall