SearcharxivSearch

arXiv subjects

Zhenyu Wan

Publications and source records attributed to Zhenyu Wan.

10 recordsLinked to original sources

Strong ill-posedness for the MHD system in the supercritical regime: inviscid and viscous

This paper is concerned with the Cauchy problem for the 3D incompressible magnetohydrodynamic (MHD) equations in supercritical Sobolev spaces. It is well known that the system is locally well-posed in subcritical Sobolev spaces, whereas the supercritical regime remains largely open. In this work, we establish norm inflation for the incompressible MHD equations, both with and without Laplacian dissipation, in supercritical Sobolev spaces, thereby revealing strong ill-posedness of the system at this regularity level. A distinctive feature of our approach is the introduction of a novel geometric construction, termed the ``Magnetic-solo ansatz'', through which, for the ideal MHD system, norm inflation occurs exclusively in the magnetic field $b$ in $H^s$ with $0<s<\frac{5}{2}$, while the $H^s$-norm of the velocity field $u$ remains uniformly bounded. This asymmetric behavior shows that supercritical ill-posedness can be driven exclusively by the magnetic field, highlighting its essential role in the breakdown of well-posedness. Our findings fill a significant gap in the supercritical regularity theory for incompressible MHD and shed light on the distinct mechanisms governing the fluid and magnetic dynamics.

math.AP

WebMAC: A Multi-Agent Collaborative Framework for Scenario Testing of Web Systems

Scenario testing is an important technique for detecting errors in web systems. Testers draft test scenarios and convert them into test scripts for execution. Early methods relied on testers to convert test scenarios into test scripts. Recent LLM-based scenario testing methods can generate test scripts from natural language descriptions of test scenarios. However, these methods are not only limited by the incompleteness of descriptions but also overlook test adequacy criteria, making it difficult to detect potential errors. To address these limitations, this paper proposes WebMAC, a multi-agent collaborative framework for scenario testing of web systems. WebMAC can complete natural language descriptions of test scenarios through interactive clarification and transform adequate instantiated test scenarios via equivalence class partitioning. WebMAC consists of three multi-agent modules, responsible respectively for completing natural language descriptions of test scenarios, transforming test scenarios, and converting test scripts. We evaluated WebMAC on four web systems. Compared with the SOTA method, WebMAC improves the execution success rate of generated test scripts by 30%-60%, increases testing efficiency by 29%, and reduces token consumption by 47.6%. Furthermore, WebMAC can effectively detect more errors in web systems.

cs.SE

Global conservative weak solutions and global strong solutions for a class of weakly dissipative nonlinear dispersive wave equations

In this paper, we study the global existence of solutions of the Cauchy problem for a class of weakly dissipative nonlinear dispersive wave equations $u_t-u_{xxt}+(f\left(u\right))_x-(f\left(u\right))_{xxx}+\left(g\left(u\right)+\frac{f^{\prime\prime}\left(u\right)}{2}u_x^2\right)_x+\lambda\left(u-u_{xx}\right)=0$. This includes the weakly dissipative Camassa-Holm equation and the weakly dissipative hyperelastic rod wave equation as special cases. Specifically, we establish three global existence results: one concerning the energy conservative weak solutions in a time-weighted $H^1$ space, and the other two concerning strong solutions, which include the cases of small initial data and sign-changing initial data. Our results recover and extend many known results for several classical models.

math.AP

Realization of a Dirac-vortex topological photonic crystal fiber

Photonic crystal fibers (PCFs) that trap and guide light using photonic bandgaps have revolutionized modern optics with enormous scientific innovations and technological applications spanning many disciplines. Recently, inspired by the discovery of topological phases of matter, Dirac-vortex topological PCFs have been theoretically proposed with intriguing topological properties and unprecedented opportunities in optical fiber communications. However, due to the substantial challenges of fabrication and characterization, experimental demonstration of Dirac-vortex topological PCFs has thus far remained elusive. Here, we report the experimental realization of a Dirac-vortex topological PCF using the standard stack-and-draw fabrication process with silica glass capillaries. Moreover, we experimentally observe that Dirac-vortex single-polarization single-mode bounds to and propagates along the fiber core in the full communication window (1260-1675nm). Our study pushes the research frontier of PCFs and provides a new avenue to enhance their performance and functionality further.

physics.optics

Deep Reinforcement Learning-based Obstacle Avoidance for Robot Movement in Warehouse Environments

At present, in most warehouse environments, the accumulation of goods is complex, and the management personnel in the control of goods at the same time with the warehouse mobile robot trajectory interaction, the traditional mobile robot can not be very good on the goods and pedestrians to feed back the correct obstacle avoidance strategy, in order to control the mobile robot in the warehouse environment efficiently and friendly to complete the obstacle avoidance task, this paper proposes a deep reinforcement learning based on the warehouse environment, the mobile robot obstacle avoidance Algorithm. Firstly, for the insufficient learning ability of the value function network in the deep reinforcement learning algorithm, the value function network is improved based on the pedestrian interaction, the interaction information between pedestrians is extracted through the pedestrian angle grid, and the temporal features of individual pedestrians are extracted through the attention mechanism, so that we can learn to obtain the relative importance of the current state and the historical trajectory state as well as the joint impact on the robot's obstacle avoidance strategy, which provides an opportunity for the learning of multi-layer perceptual machines afterwards. Secondly, the reward function of reinforcement learning is designed based on the spatial behaviour of pedestrians, and the robot is punished for the state where the angle changes too much, so as to achieve the requirement of comfortable obstacle avoidance; Finally, the feasibility and effectiveness of the deep reinforcement learning-based mobile robot obstacle avoidance algorithm in the warehouse environment in the complex environment of the warehouse are verified through simulation experiments.

cs.RO

Fully Tunable On-Chip Meta-Generator for Multidimensional Poincar\'e Sphere mapping

The angular momentum of light can be elegantly mapped onto high-order Poincare spheres, providing a powerful framework for describing structured light beams. Such beams have shown extraordinary potential across diverse applications, including high-capacity optical communications, precision metrology, and quantum information processing. While various methods exist for generating structured light beams, the dynamic synthesis and flexible control of arbitrary vectorial states on diverse, multidimensional Poincare spheres still rely on bulky free-space optical components, posing significant challenges for scalability and integration. To date, a fully tunable solution implemented on a single photonic chip has yet to be realized. Here, we present the first fully tunable on-chip meta-generator capable of dynamically mapping arbitrary scalar, vectorial, and hybrid modes onto the full hierarchy of Poincare spheres, and even extending to a high-dimensional Poincare hypersphere within a four-dimensional Hilbert space. Our device is implemented on an eight-channel space-multiplexed multimode silicon photonic integrated circuit, where densely integrated mode multiplexers, amplitude-phase modulators, and an inverse-designed multimode meta-waveguide together enable compact, precise, and programmable control of structured light. The multimode meta-waveguide directly maps eight on-chip guided modes to orbital angular momentum (OAM), supporting broadband generation of high-purity OAM modes with diverse polarization states and topological charges. By simultaneously engineering amplitude, phase, polarization, and topological charge, we achieve full-field control over OAM mode bases, enabling fully tunable access to arbitrary scalar and vectorial states across more than eight distinct Poincare spheres.

physics.optics

Let's Chat to Find the APIs: Connecting Human, LLM and Knowledge Graph through AI Chain

API recommendation methods have evolved from literal and semantic keyword matching to query expansion and query clarification. The latest query clarification method is knowledge graph (KG)-based, but limitations include out-of-vocabulary (OOV) failures and rigid question templates. To address these limitations, we propose a novel knowledge-guided query clarification approach for API recommendation that leverages a large language model (LLM) guided by KG. We utilize the LLM as a neural knowledge base to overcome OOV failures, generating fluent and appropriate clarification questions and options. We also leverage the structured API knowledge and entity relationships stored in the KG to filter out noise, and transfer the optimal clarification path from KG to the LLM, increasing the efficiency of the clarification process. Our approach is designed as an AI chain that consists of five steps, each handled by a separate LLM call, to improve accuracy, efficiency, and fluency for query clarification in API recommendation. We verify the usefulness of each unit in our AI chain, which all received high scores close to a perfect 5. When compared to the baselines, our approach shows a significant improvement in MRR, with a maximum increase of 63.9% higher when the query statement is covered in KG and 37.2% when it is not. Ablation experiments reveal that the guidance of knowledge in the KG and the knowledge-guided pathfinding strategy are crucial for our approach's performance, resulting in a 19.0% and 22.2% increase in MAP, respectively. Our approach demonstrates a way to bridge the gap between KG and LLM, effectively compensating for the strengths and weaknesses of both.

cs.SE

Reconfigurable integrated full-dimensional optical lattice generator

Optical lattices with periodic potentials have attracted great attention in modern optics and photonics, enabling extensive applications in atomic manipulation, optical trapping, optical communications, imaging, sensing, etc. In the last decade, the generation of optical lattices has been widely investigated by various approaches such as multi-plane-wave interferometer, beam superposition, spatial light modulators, nanophotonic circuits, etc. However, all of the previous state-of-the-art works are restricted to only one or two dimensions of the light field, which cannot fulfill the increasing demand on complex light manipulation. Full-dimensional and dynamic control of the light field, including spatial amplitude, phase and polarization, is quite challenging and indispensable for the generation of sophisticated optical lattices. Here, we propose and demonstrate a reconfigurable integrated full-dimensional optical lattice generator, i.e. a photonic emitting array (PEA) enabling reconfigurable and full-dimensional manipulation of optical lattices, in which 4x4 photonic emitting units (PEUs) with 64 thermo-optic microheaters are densely integrated on a silicon chip. By engineering each PEU precisely with independent and complete control of optical properties of amplitude, phase and polarization, various optical vortex lattices, cylindrical vector beam lattices, and vector vortex beam lattices can be generated and reconfigured in the far field. The demonstrated integrated optical lattice generator paves the way for the miniaturization, full-dimensional control and enhanced flexibility of complex light manipulation.

physics.optics

Structured light interferometry

Optical interferometry has made tremendous development in fundamentals and applications of light. Traditional optical interferometry using simplex plane phase light just allows one dimensional measurement, but incapable of retrieving multidimensional movement. Here, we present new structured light interferometry to achieve simultaneous determination of rotational and translational dimensionalities (magnitudes and directions) of moving objects by fully exploiting multiple degree of freedoms of structured light. Such multidimensional detectability benefits from multiple amplitude and sign distinguishable Doppler shifts of structured light by analyzing relative amplitude and phase information of Doppler signals. We experimentally demonstrate two interferometric schemes to individually retrieve both translational and rotational velocity vectors of two kinds of moving objects (small particles and bulk targets). These interferometric schemes based on structured light show remarkable function enhancement for simultaneous measurement of multidimensional motion vectors, compared with traditional interferometry, and thus may expand optical interferometry to multidimensional metrology in remote sensing, intelligent manufacturing and engineering.

physics.optics

A vectorial Doppler effect with spatially variant polarized light fields

The Doppler effect of light was implemented by interference with a reference wave to infer linear velocities in early manifestations, and more recently lateral and angular velocities with scalar phase structured light. A consequence of the scalar wave approach is that it is impossible to deduce the motion direction and position of moving targets directly. Here we overcome this limitation with vectorially structured light, exhibiting spatially variant polarization, allowing both the position and velocity of a particle to be robustly determined by a new vectorial Doppler effect. We use this to successfully implement real time monitoring of instantaneous angular position and velocity of a complicated moving particle, and interpret its physical mechanism as evidence of time reversal symmetry breaking in classically entangled light fields. Our demonstration can easily be extended with arbitrary vector structured fields for complete motion tracking of nontrivial trajectories, offering new vectorial Doppler metrology for universal motion vectors.

physics.optics