arXiv ScienceSearch

arXiv subjects

Yongchao Wang

Publications and source records attributed to Yongchao Wang.

At least 19 recordsLinked to original sources

Explicit Factorization of $X^n-1$ over $\mathbb{Z}_{p^e}$ via Cofactor-Free Single-Seed Hensel Lifting

We present a complete framework for the explicit factorization of $X^n-1$ over integer residue rings $\mathbb{Z}_{p^e}$ for arbitrary $n$ with $\gcd(n, p)=1$. Classical approaches face fundamental bottlenecks: polynomial Hensel lifting requires updating global cofactors (scaling with $n$), while direct multivariate Newton--Hensel iteration on the factor coefficients requires Jacobian inversion (scaling exponentially as $O(p^{(m-1)^2})$ per layer due to zero-divisors, where $m$ is the coset dimension). Our framework eliminates both bottlenecks through three contributions: (1)~the \emph{Ideal Derivation Modulo Principle}, which characterizes all factor coefficients as roots of a multivariate Dickson polynomial ideal derived via modular remainder extraction; (2)~a \emph{cofactor-free Hensel lift} that elevates a single seed factor from $\mathbb{F}_p$ to $\mathbb{Z}_{p^e}$ using a cached polynomial inverse computed once over $\mathbb{F}_p$; and (3)~a \emph{dual-track coefficient reconstruction} mechanism that recovers all remaining factors from the lifted seed's trace array via MED-based coset dispatch, with Newton--Girard inversion as the primary path and quotient-ring Gaussian elimination as an unconditional fallback when $p \leq m$. Empirical evaluation confirms the theoretical grand total algebraic complexity of $O(n + m^3 \log p + e \cdot m^2)$ for explicitly factoring $X^n-1$ over $\mathbb{Z}_{p^e}$, validating the near-constant per-layer lifting cost $O(m^2)$ to depths exceeding $e = 1000$. The framework yields speedups of $445\times$ (including runtime auto-seeding overhead) over SageMath's C-backed FLINT/Pari engine and $33.5\times$ over the V1 scalar lift.

cs.SC

Security Is Relative: Training-Free Vulnerability Detection via Multi-Agent Behavioral Contract Synthesis

Deep learning for vulnerability detection has shown promising results on early benchmarks, but recent evaluations reveal catastrophic degradation: models achieving F1 > 0.68 on legacy datasets collapse to 0.031 under strict deduplication. We identify the root cause as the semantic ambiguity problem: identical code can be secure or vulnerable depending on project-specific behavioral contracts, rendering global classification fundamentally inadequate. We propose Phoenix, a training-free multi-agent framework that resolves this ambiguity through Behavioral Contract Synthesis. Phoenix decomposes detection into three stages: a Semantic Slicer extracting minimal vulnerability-relevant context, a Requirement Reverse Engineer synthesizing Gherkin behavioral specifications encoding the security contract, and a Contract Judge evaluating code against these specifications via strict compliance checking. On PrimeVul Paired, Phoenix achieves F1 = 0.825 and Pair-Correct = 64.4%, surpassing RASM-Vul (F1 = 0.668) and VulTrial (F1 = 0.563) while using open-source models up to 48x smaller (7-14B vs. 671B). Ablation across 25 configurations demonstrates Gherkin specifications as the decisive driver (+0.09 to +0.35 F1). Error analysis reveals 18% of "False Positives" identify genuine security concerns in patched code, demonstrating that security is a relative property defined against behavioral contracts, not an absolute property of code syntax.

cs.CR

Explicit Factorization of $x^{p+1}-1$ over $\mathbb{Z}_{p^e}$: A Structural Approach via Dickson Polynomials

Let $p$ be an odd prime. The factorization of the polynomial $x^{p+1}-1$ over the integer residue ring $\mathbb{Z}_{p^e}$ is pivotal for constructing cyclic codes with Hermitian symmetry, a critical resource for Linear Complementary Dual (LCD) codes and Entanglement-Assisted Quantum Error-Correcting Codes (EAQECC). Traditionally, lifting factorizations relies on the generic Hensel's Lemma, masking the underlying algebraic structure. In this paper, we establish a structural isomorphism between the lifting process and the roots of a special auxiliary polynomial $V(x)$, unveiling a deterministic link to Dickson polynomials. Based on this theory, we develop \texttt{Dickson-Engine}, a linear-time algorithm ($O(ep)$) that outperforms standard libraries by orders of magnitude. Applying this engine to $\mathbb{Z}_{169}$, we explicitly construct a family of classical LCD codes of length $n=182$ via the isometric Gray map. Our search reveals codes with parameters (e.g., $[182, 1, 168]_{13}$ and $[182, 2, 144]_{13}$) that are \textbf{near-optimal} with respect to the theoretical Griesmer Bound. Notably, we discover a ``robustness plateau'' starting from non-trivial dimensions ($k=4$), where the minimum distance remains stable ($d=120$) even as the dimension triples ($k=4 \rightarrow 12$). These codes provide exceptional resources for post-quantum cryptography and quantum error correction without entanglement consumption ($c=0$).

cs.IT

Project Prometheus: Bridging the Intent Gap in Agentic Program Repair via Reverse-Engineered Executable Specifications

The transition from neural machine translation to agentic workflows has revolutionized Automated Program Repair (APR). However, existing agents, despite their advanced reasoning capabilities, frequently suffer from the ``Intent Gap'' -- the misalignment between the generated patch and the developer's original intent. Current solutions relying on natural language summaries or adversarial sampling often fail to provide the deterministic constraints required for surgical repairs. In this paper, we introduce \textsc{Prometheus}, a novel framework that bridges this gap by prioritizing \textit{Specification Inference} over code generation. We employ Behavior-Driven Development (BDD) as an executable contract, utilizing a multi-agent architecture to reverse-engineer Gherkin specifications from runtime failure reports. To resolve the ``Hallucination of Intent,'' we propose a \textbf{Requirement Quality Assurance (RQA) Loop}, a mechanism that leverages ground-truth code as a proxy oracle to validate inferred specifications. We evaluated \textsc{Prometheus} on 680 defects from the Defects4J benchmark. The results are transformative: our framework achieved a total correct patch rate of \textbf{93.97\%} (639/680). More significantly, it demonstrated a \textbf{Rescue Rate of 74.4\%}, successfully repairing 119 complex bugs that a strong blind agent failed to resolve. Qualitative analysis reveals that explicit intent guides agents away from structurally invasive over-engineering toward precise, minimal corrections. Our findings suggest that the future of APR lies not in larger models, but in the capability to align code with verified, \textbf{Executable Specifications} -- whether pre-existing or reverse-engineered.

cs.SE

Rotor-Failure-Aware Quadrotors Flight in Unknown Environments

Rotor failures in quadrotors may result in high-speed rotation and vibration due to rotor imbalance, which introduces significant challenges for autonomous flight in unknown environments. The mainstream approaches against rotor failures rely on fault-tolerant control (FTC) and predefined trajectory tracking. To the best of our knowledge, online failure detection and diagnosis (FDD), trajectory planning, and FTC of the post-failure quadrotors in unknown and complex environments have not yet been achieved. This paper presents a rotor-failure-aware quadrotor navigation system designed to mitigate the impacts of rotor imbalance. First, a composite FDD-based nonlinear model predictive controller (NMPC), incorporating motor dynamics, is designed to ensure fast failure detection and flight stability. Second, a rotor-failure-aware planner is designed to leverage FDD results and spatial-temporal joint optimization, while a LiDAR-based quadrotor platform with four anti-torque plates is designed to enable reliable perception under high-speed rotation. Lastly, extensive benchmarks against state-of-the-art methods highlight the superior performance of the proposed approach in addressing rotor failures, including propeller unloading and motor stoppage. The experimental results demonstrate, for the first time, that our approach enables autonomous quadrotor flight with rotor failures in challenging environments, including cluttered rooms and unknown forests.

cs.RO

Covert Waveform Design for Integrated Sensing and Communication System in Clutter Environment

This paper proposes an integrated sensing and communication (ISAC) system covert waveform design method for complex clutter environments, with the core objective of maximizing the signal-to-clutter-plus-noise ratio (SCNR). The design achieves efficient clutter suppression while meeting the covertness requirement through joint optimization of the transmit waveform and receive filter, enabling cooperative radar detection and wireless communication. This study presents key innovations that explicitly address target Doppler shift uncertainty, significantly enhancing system robustness against Doppler effects. To ensure communication reliability, the method incorporates phase difference constraints between communication signal elements in the waveform design, along with energy constraint, covert constraint, and peak-to-average power ratio (PAPR) constraint. The original non-convex optimization problem is transformed into a tractable convex optimization form through convex optimization technique. Simulation results demonstrate that the optimized waveform not only satisfies the covertness requirement in complex clutter environment, but also achieves superior target detection performance. It also ensures reliable communication and confirms the effectiveness of propose method.

eess.SP

FFT-Free PAPR Reduction Methods for OFDM Signals

In this paper, we propose two low-complexity peak to average power ratio(PAPR) reduction algorithms for orthogonal frequency division multiplexing(OFDM) signals. The main content is as follows: First, a non-convex optimization model is established by minimizing the signal distortion power. Then, a customized alternating direction method of multipliers(ADMM) algorithm is proposed to solve the problem, named time domain ADMM(T-ADMM) along with an improved version called T-ADMM with constrain update(TCU-ADMM). In the algorithms, all subproblems can be solved analytically, and each iteration has linear computational complexity. These algorithms circumvents the challenges posed by repeated fast Fourier transform(FFT) and inverse FFT(IFFT) operations in traditional PAPR reduction algorithms. Additionally, we prove that the T-ADMM algorithm is theoretically guaranteed convergent if proper parameter is chosen. Finally, simulation results demonstrate the effectiveness of the proposed methods.

eess.SP

Two-Dimensional Superconductivity at the CaZrO3/KTaO3 (001) Heterointerfaces

Two-dimensional superconductivity at KTaO3 (KTO) heterointerfaces has sparked intensive investigations since its discovery, yet whether the (001)-oriented KTO interface hosts superconductivity remains to be elucidated. Here, we provide unambiguous evidence of superconductivity in two-dimensional electron gases (2DEGs) at CaZrO3/KTO(001) heterointerfaces, with a superconducting transition TC up to ~0.25 K. Notably, TC increases linearly with carrier density nS over the range of 4.5*10^13~10.3*10^13 cm^-2. Furthermore, superconductivity exhibits a pronounced dependence on crystallographic orientation, with TC rising from 0.25 K for (001) to 1.04 K for (110) and 2.22 K for (111), underscoring the crucial role of interfacial symmetry in the CaZrO3/KTO system. The two-dimensional nature of the superconducting state is corroborated by the Berezinskii-Kosterlitz-Thouless (BKT) transition and the large anisotropy of the upper critical field. For the CaZrO3/KTO(001) sample with nS=7.7*10^13 cm^-2, the estimated Ginzburg-Landau coherence length {\xi}GL=146.4 nm is larger than the superconducting layer thickness dSC=10.1 nm by a factor of ~14.5, confirming significant two-dimensional confinement of the CaZrO3/KTO(001) superconductor. In addition, we demonstrate that the two-dimensional superconductivity at the CaZrO3/KTO(001) interface can be effectively tuned by applying a back gate voltage. Our findings reveal the existence of two-dimensional superconductivity at CaZrO3/KTO(001), providing a new platform for exploring two-dimensional superconductivity at oxide interfaces.

cond-mat.supr-con

Strongly enhanced topological quantum phases in dual-surface AlO$_x$-encapsulated MnBi$_2$Te$_4$

The topological quantum phases in antiferromagnetic topological insulator MnBi$_2$Te$_4$ hold promise for next-generation spintronics, but their experimental realization has been constrained by challenges in preparing high-quality devices. In this work, we report a new wax-assisted exfoliation and transfer method that enables the fabrication of MnBi$_2$Te$_4$ heterostructures with both surfaces encapsulated by AlO$_x$. This strategy strongly enhances the topological quantum phases in MnBi$_2$Te$_4$ flakes. We observe the robust axion insulator state in even-layer device with wide zero Hall plateau and high longitudinal resistivity, and the quantum anomalous Hall effect in odd-layer device with large hysteresis and sharp plateau transition. These results demonstrate that the combination of wax exfoliation and AlO$_x$ encapsulation provides great potentials for exploring novel topological quantum phenomena and potential applications in MnBi$_2$Te$_4$ and other two-dimensional materials.

cond-mat.mtrl-sci

Tailoring Neel orders in Layered Topological Antiferromagnets

In the two-dimensional limit, the interplay between Neel order and band topology in van der Waals topological antiferromagnets can give rise to novel quantum phenomena in the quantum anomalous Hall state, including the cascaded quantum phase transition and spin-modulation effect. However, due to the absence of net magnetization in antiferromagnets, probing the energetically degenerate Neel orders has long remained a significant challenge. Inspired by recent advances in realizing the quantum anomalous Hall effect in AlOx-capped layered topological antiferromagnet MnBi2Te4, we demonstrate deterministic control over the Neel order through surface anisotropy engineering enabled by the AlOx capping layer. By tuning the surface anisotropy, we uncover paritydependent symmetry breaking states that manifest as distinct odd-even boundary architectures, including 180 degree domain walls or continuous spin structures. Comparative studies between AlOx-capped and pristine odd-layer MnBi2Te4 flakes using domain-resolved magnetic force microscopy reveal pronounced differences in coercivity and magnetization-reversal dynamics. Notably, an unconventional giant exchange bias, which arises from perpendicular magnetic anisotropy rather than traditional interface pinning mechanisms, is observed for the first time. Our findings establish a pathway for manipulating Neel order through surface modification in A-type antiferromagnets, offering new opportunities for spintronic devices and quantum information technologies.

cond-mat.mes-hall

Unimodular Waveform Design for Integrated Sensing and Communication MIMO System via Manifold Optimization

Integrated sensing and communication (ISAC) has been widely recognized as one of the key technologies for 6G wireless networks. In this paper, we focus on the waveform design of ISAC system, which can realize radar sensing while also facilitate information transmission. The main content is as follows: first, we formulate the waveform design problem as a nonconvex and non-smooth model with a unimodulus constraint based on the measurement metric of the radar and communication system. Second, we transform the model into an unconstrained problem on the Riemannian manifold and construct the corresponding operators by analyzing the unimodulus constraint. Third, to achieve the solution efficiently, we propose a low-complexity non-smooth unimodulus manifold gradient descent (N-UMGD) algorithm with theoretical convergence guarantee. The simulation results show that the proposed algorithm can concentrate the energy of the sensing signal in the desired direction and realize information transmission with a low bit error rate.

eess.SP

Boosting Path-Sensitive Value Flow Analysis via Removal of Redundant Summaries

Value flow analysis that tracks the flow of values via data dependence is a widely used technique for detecting a broad spectrum of software bugs. However, the scalability issue often deteriorates when high precision (i.e., path-sensitivity) is required, as the instantiation of function summaries becomes excessively time- and memory-intensive. The primary culprit, as we observe, is the existence of redundant computations resulting from blindly computing summaries for a function, irrespective of whether they are related to bugs being checked. To address this problem, we present the first approach that can effectively identify and eliminate redundant summaries, thereby reducing the size of collected summaries from callee functions without compromising soundness or efficiency. Our evaluation on large programs demonstrates that our identification algorithm can significantly reduce the time and memory overhead of the state-of-the-art value flow analysis by 45\% and 27\%, respectively. Furthermore, the identification algorithm demonstrates remarkable efficiency by identifying nearly 80\% of redundant summaries while incurring a minimal additional overhead. In the largest \textit{mysqld} project, the identification algorithm reduces the time by 8107 seconds (2.25 hours) with a mere 17.31 seconds of additional overhead, leading to a ratio of time savings to paid overhead (i.e., performance gain) of 468.48 $\times$. In total, our method attains an average performance gain of 632.1 $\times$.

cs.SE

Safe and Agile Transportation of Cable-Suspended Payload via Multiple Aerial Robots

Transporting a heavy payload using multiple aerial robots (MARs) is an efficient manner to extend the load capacity of a single aerial robot. However, existing schemes for the multiple aerial robots transportation system (MARTS) still lack the capability to generate a collision-free and dynamically feasible trajectory in real-time and further track an agile trajectory especially when there are no sensors available to measure the states of payload and cable. Therefore, they are limited to low-agility transportation in simple environments. To bridge the gap, we propose complete planning and control schemes for the MARTS, achieving safe and agile aerial transportation (SAAT) of a cable-suspended payload in complex environments. Flatness maps for the aerial robot considering the complete kinematical constraint and the dynamical coupling between each aerial robot and payload are derived. To improve the responsiveness for the generation of the safe, dynamically feasible, and agile trajectory in complex environments, a real-time spatio-temporal trajectory planning scheme is proposed for the MARTS. Besides, we break away from the reliance on the state measurement for both the payload and cable, as well as the closed-loop control for the payload, and propose a fully distributed control scheme to track the agile trajectory that is robust against imprecise payload mass and non-point mass payload. The proposed schemes are extensively validated through benchmark comparisons, ablation studies, and simulations. Finally, extensive real-world experiments are conducted on a MARTS integrated by three aerial robots with onboard computers and sensors. The result validates the efficiency and robustness of our proposed schemes for SAAT in complex environments.

cs.RO

Designing Unimodular Waveforms for MIMO Radar Based on Manifold Optimization Method

In this paper, we design unimodular waveforms with good correlation properties for multi-input multi-output (MIMO) radar systems. Specifically, first, we analyze the geometric properties of the unimodular constraint in the fourth-order polynomial minimization problem using Riemannian geometry theory. By embedding it into the search space, we transform the original non-convex optimization problem into an unconstrained problem on a Riemannian manifold. Then, we construct the manifold corresponding to the search space and the operators required for the customized optimization algorithm. Second, we develop a customized low-complexity unimodular manifold gradient descent (UM-GD) algorithm on the constructed manifold to solve the optimization problem in the normal-scale case, and propose its acceleration version unimodular manifold accelerated gradient descent (UM-AGD) algorithm, to speed up the convergence. In the large-scale case, we transform the objective function into the form of a summation of a large but finite number of loss functions and develop a customized unimodular manifold stochastic variance reduced gradient (UM-SVRG) algorithm to solve this problem. Compared to the existing bechmark method, which has a computational complexity of roughly $\mathcal{O}(M^4+3M^2N+3|\mathcal{D}| |\hat{\Theta}|^2MN)$, UM-SVRG algorithm effectively reduces the computational complexity of each iteration to roughly $\mathcal{O}(|\mathcal{D}||\hat{\Theta}|^2MN)$. Thirdly, we provide theoretical guarantees of convergence for both the UM-GD and UM-SVRG algorithms through appropriate parameter selection, and prove that the proposed algorithms can converge to a stationary point. Finally, numerical examples demonstrate the effectiveness of the proposed UM-GD and UM-SVRG algorithms.

eess.SP

Towards the Quantized Anomalous Hall effect in AlO$_x$-capped MnBi$_2$Te$_4$

The quantum anomalous Hall effect in layered antiferromagnet MnBi$_2$Te$_4$ harbors a rich interplay between magnetism and topology, holding a significant promise for low-power electronic devices and topological antiferromagnetic spintronics. In recent years, MnBi$_2$Te$_4$ has garnered considerable attention as the only known material to exhibit the antiferromagnetic quantum anomalous Hall effect. However, this field faces significant challenges as realizing quantized transport at zero magnetic fields depends critically on fabricating high-quality device. In this article, we address the detrimental influences of fabrication on MnBi$_2$Te$_4$ by simply depositing an AlO$_x$ thin layer on the surface prior to fabrications. Optical contrast and magnetotransport measurements on over 50 samples demonstrate that AlO$_x$ can effectively preserve the pristine state of the samples and significantly enhance the anomalous Hall effect towards quantization. Scaling analysis reveals the Berry curvature dominated mechanism of the anomalous Hall effect at various magnetic configurations. By adjusting the gate voltage, we uncover a gate independent antiferromagnetism in MnBi$_2$Te$_4$. Our experiment not only pave the way for fabricating high-quality transport devices but also advance the exploration of exotic quantum physics in 2D materials.

cond-mat.mtrl-sci

Antiferromagnetic Quantum Anomalous Hall Effect Modulated by Spin Flips and Flops

The interplay between nontrivial band topology and layered antiferromagnetism in MnBi2Te4 has opened up a new avenue for exploring topological phases of matter. Representative examples include the quantum anomalous Hall effect and axion insulator state observed in odd and even number layers of MnBi2Te4, when the top and bottom surfaces have parallel and antiparallel spin alignments respectively. The rich and complex spin dynamics associated with the van der Waals antiferromagnetic order is expected to generate novel topological phases and phase transitions that are unique to MnBi2Te4. Here we fabricate a device of 7-septuple-layer MnBi2Te4 covered with AlOx capping layer, which enables the investigation of antiferromagnetic quantum anomalous Hall effect over wide parameter spaces. By tuning the gate voltage and perpendicular magnetic field, we uncover a cascade of quantum phase transitions that can be attributed to the influence of spin configurations on charge transport. Furthermore, we find that an in-plane magnetic field enhances both the coercive field and exchange gap of the surface state, in sharp contrast to that in ferromagnetic quantum anomalous Hall state. We propose that these peculiar features arise from the spin flip and flop transitions inherent to van der Waals antiferromagnet. The versatile tunability of the quantum anomalous Hall effect in MnBi2Te4 paves the way for potential applications in topological antiferromagnetic spintronics.

cond-mat.mtrl-sci

Gate Tunable Asymmetric Ozone Adsorption on Graphene

Molecular adsorption is pivotal in device fabrication and material synthesis for quantum technology. However, elucidating the behavior of physisorption poses technical challenges. Here graphene with ultrahigh sensitivity was utilized to detect ozone adsorption at cryogenic temperatures. Significant hole doping observed in graphene indicates a strong interaction between ozone and graphene. Interestingly, the adsorption exhibits asymmetry with positive and negative gate voltages. The strong affinity of ozone provides a tool to modulate materials and devices, while the gate tunability of adsorption offers new insights into construction and manipulation of oxide quantum materials.

cond-mat.mes-hall

Design of Artificial Interference Signals for Covert Communication Aided by Multiple Friendly Nodes

In this paper, we consider a scenario of covert communication aided by multiple friendly interference nodes. The objective is to conceal the legitimate communication link under the surveillance of a warden. The main content is as follows: first, we propose a novel strategy for generating artificial noise signals in the considered covert scenario. Then, we leverage the statistical information of channel coefficients to optimize the basis matrix of the artificial noise signals space in the absence of accurate channel fading information between the friendly interference nodes and the legitimate receiver. The optimization problem aims to design artificial noise signals within the space to facilitate covert communication while minimizing the impact on the performance of legitimate communication. Second, a customized Rimannian Stochastic Variance Reduced Gradient (R-SVRG) algorithm is proposed to solve the non-convex problem. In the algorithm, we employ the Riemannian optimization framework to analyze the geometric structure of the basis matrix constraints and transform the original non-convex optimization problem into an unconstrained problem on the complex Stiefel manifold for solution. Third, we theoretically prove the convergence of the proposed algorithm to a stationary point. In the end, we evaluate the performance of the proposed strategy for generating artificial noise signals through numerical simulations. The results demonstrate that our approach significantly outperforms the Gaussian artificial noise strategy without optimization.

eess.SP