SearcharxivSearch

arXiv subjects

Jingxuan Chen

Publications and source records attributed to Jingxuan Chen.

At least 19 recordsLinked to original sources

Understanding LLM Performance Degradation in Multi-Instance Processing: The Roles of Instance Count and Context Length

Users often rely on Large Language Models (LLMs) for processing multiple documents or performing analysis over a number of instances. For example, analysing the overall sentiment of a number of movie reviews requires an LLM to process the sentiment of each review individually in order to provide a final aggregated answer. While LLM performance on such individual tasks is generally high, there has been little research on how LLMs perform when dealing with multi-instance inputs. In this paper, we perform a comprehensive evaluation of the multi-instance processing (MIP) ability of LLMs for tasks in which they excel individually. The results show that all LLMs follow a pattern of slight performance degradation for small numbers of instances (approximately 20-100), followed by a performance collapse on larger instance counts. Crucially, our analysis shows that while context length is associated with this degradation, the number of instances has a stronger effect on the final results. This finding suggests that when optimising LLM performance for MIP, attention should be paid to both context length and, in particular, instance count.

cs.AI

Beyond Syntax: Action Semantics Learning for App Agents

The recent development of Large Language Models (LLMs) enables the rise of App agents that interpret user intent and operate smartphone Apps through actions such as clicking and scrolling. While prompt-based solutions with proprietary LLM APIs show promising ability, they incur heavy compute costs and external API dependency. Fine-tuning smaller open-source LLMs solves these limitations. However, current supervised fine-tuning methods use a syntax learning paradigm that forces agents to reproduce exactly the ground truth action strings, leading to out-of-distribution (OOD) vulnerability. To fill this gap, we propose Action Semantics Learning (ASL), a novel learning framework, where the learning objective is capturing the semantics of the ground truth actions. Specifically, inspired by the programming language theory, we define the action semantics for App agents as the state transition induced by the action in the user interface. Building on this insight, ASL employs a novel SEmantic Estimator~(SEE) to compute a semantic similarity to train the App agents in generating actions aligned with the semantics of ground truth actions, even when their syntactic forms differ. SEE is a flexible module that can be applied in both supervised and reinforcement fine-tuning paradigms. To support the effectiveness of ASL, we theoretically demonstrate the superior robustness of ASL for the OOD problem compared with the existing syntax learning paradigm. Extensive experiments across multiple offline and online benchmarks demonstrate that ASL significantly improves the accuracy and generalisation of App agents compared to existing methods.

cs.AI

Dual-VQE: A quantum algorithm to lower bound the ground-state energy

The variational quantum eigensolver (VQE) is a hybrid quantum-classical variational algorithm that produces an upper-bound estimate of the ground-state energy of a Hamiltonian. As quantum computers become more powerful and go beyond the reach of classical brute-force simulation, it is important to assess the quality of solutions produced by them. Here we propose a dual variational quantum eigensolver (dual-VQE) that produces a lower-bound estimate of the ground-state energy. As such, VQE and dual-VQE can serve as quality checks on their solutions; in the ideal case, the VQE upper bound and the dual-VQE lower bound form an interval containing the true optimal value of the ground-state energy. The idea behind dual-VQE is to employ semidefinite programming duality to rewrite the ground-state optimization problem as a constrained maximization problem, which itself can be bounded from below by an unconstrained optimization problem to be solved by a variational quantum algorithm. When using a convex combination ansatz in conjunction with a classical generative model, the quantum computational resources needed to evaluate the objective function of dual-VQE are no greater than those needed for that of VQE. We also show that the problem is well suited for classical pretraining using matrix product states and these methods help warm-start the optimization. We simulated the performance of dual-VQE on the transverse-field Ising model with and without pretraining and found that, for the example considered, while dual-VQE training is slower and noisier than VQE, it approaches the true value with an error of order $10^{-2}$.

quant-ph

Valence Quark Distributions in Pions: Insights from Tsallis Entropy

We investigate the valence quark distributions of pions at a low initial scale ($Q^2_0$) by employing Tsallis entropy, a non-extensive measure that effectively captures long-range correlations among internal constituents. Utilizing the maximum entropy approach, we adopt two distinct functional forms and fit experimental data through the elegant GLR-MQ-ZRS evolution equation to derive the model parameters. Our findings indicate that the resulting valence quark distributions provide an optimal fit to experimental data, with the values of the $q$ parameter deviating from unity. This deviation indicates the significant role that correlations among valence quarks play in shaping our understanding of pion internal structure. Additionally, our computations of the first three moments of pion quark distributions at $ Q^2 = 4 \, \mathrm{GeV}^2$ display consistency with other theoretical models, thereby reinforcing the importance of incorporating valence quark correlations within this analytical framework.

hep-ph

Orbital chiral lasing in twisted bilayer metasurfaces

Chirality is a fundamental concept in physics that underpins various phenomena in nonlinear optics, quantum physics, and topological photonics. Although the spin of a photon naturally brings chirality, orbital angular momentum can also become chirally active in the structures with a broken mirror symmetry. Here, we observe orbital chiral lasing from a twisted bilayer photonic structure leveraging its inherent structural chirality. Specifically, we design and fabricate a Moire-type optical structure by bonding and rotating two separate semiconductor membrane metasurfaces. We achieve single-mode lasing over a broad spectral range of 250 nm by optically pumping the twisted structure. The lasing emission exhibits orbital chiral characteristics, arising from helical and non-Hermitian couplings between clockwise and counter-clockwise rotating collective guided resonances, confirmed by polarization-resolved imaging and self-interference patterns. Our results provide the first observation of orbital chiral lasing in twisted photonics, and they can contribute to diverse applications of chiral light in diagnostics, optical manipulation, and communication with light.

physics.optics

Twist Bilayer Photonic slab's Angle-DependentGuided Resonance Analysis based on Multiple Scattering

We present an analysis of the transmission spectra of the twisted bilayer photonic slabs using a modified rigorous coupled wave (RCWA) analysis, where the evanescent bases are replaced by bases with non-zero flux density. By utilizing the modified RCWA we demonstrate the calculation of eigenmodes, which has not been realized before. To counter for the transmission property, we propose a five-layer uniform slab approximation, with an accuracy around 0.04a/c, which is more straightforward and accessible for optical engineers compared to work by Lou et al. [Phys. Rev. Lett. 126, 136101]. The moiré pattern perturbation induces a split of resonance, which show great potential for engineering the band structure. Moreover, We observe two distinct transmission phases: the angle-dependent phase and Fabry-Pérot phase, which is explained by a coupled-mode theory (CMT) with expanded channels brought by the modified eigenmodes. Our work provides a theoretical framework for the design and optimization of twisted bilayer photonic devices.

physics.optics

SPA-Bench: A Comprehensive Benchmark for SmartPhone Agent Evaluation

Smartphone agents are increasingly important for helping users control devices efficiently, with (Multimodal) Large Language Model (MLLM)-based approaches emerging as key contenders. Fairly comparing these agents is essential but challenging, requiring a varied task scope, the integration of agents with different implementations, and a generalisable evaluation pipeline to assess their strengths and weaknesses. In this paper, we present SPA-Bench, a comprehensive SmartPhone Agent Benchmark designed to evaluate (M)LLM-based agents in an interactive environment that simulates real-world conditions. SPA-Bench offers three key contributions: (1) A diverse set of tasks covering system and third-party apps in both English and Chinese, focusing on features commonly used in daily routines; (2) A plug-and-play framework enabling real-time agent interaction with Android devices, integrating over ten agents with the flexibility to add more; (3) A novel evaluation pipeline that automatically assesses agent performance across multiple dimensions, encompassing seven metrics related to task completion and resource consumption. Our extensive experiments across tasks and agents reveal challenges like interpreting mobile user interfaces, action grounding, memory retention, and execution costs. We propose future research directions to ease these difficulties, moving closer to real-world smartphone agent applications. SPA-Bench is available at https://ai-agents-2030.github.io/SPA-Bench/.

cs.AI

GUI Agents with Foundation Models: A Comprehensive Survey

Recent advances in foundation models, particularly Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs), have facilitated the development of intelligent agents capable of performing complex tasks. By leveraging the ability of (M)LLMs to process and interpret Graphical User Interfaces (GUIs), these agents can autonomously execute user instructions, simulating human-like interactions such as clicking and typing. This survey consolidates recent research on (M)LLM-based GUI agents, highlighting key innovations in data resources, frameworks, and applications. We begin by reviewing representative datasets and benchmarks, followed by an overview of a generalized, unified framework that encapsulates the essential components of prior studies, supported by a detailed taxonomy. Additionally, we explore relevant commercial applications. Drawing insights from existing work, we identify key challenges and propose future research directions. We hope this survey will inspire further advancements in the field of (M)LLM-based GUI agents.

cs.AI

GGAvatar: Reconstructing Garment-Separated 3D Gaussian Splatting Avatars from Monocular Video

Avatar modelling has broad applications in human animation and virtual try-ons. Recent advancements in this field have focused on high-quality and comprehensive human reconstruction but often overlook the separation of clothing from the body. To bridge this gap, this paper introduces GGAvatar (Garment-separated 3D Gaussian Splatting Avatar), which relies on monocular videos. Through advanced parameterized templates and unique phased training, this model effectively achieves decoupled, editable, and realistic reconstruction of clothed humans. Comparative evaluations with other costly models confirm GGAvatar's superior quality and efficiency in modelling both clothed humans and separable garments. The paper also showcases applications in clothing editing, as illustrated in Figure 1, highlighting the model's benefits and the advantages of effective disentanglement. The code is available at https://github.com/J-X-Chen/GGAvatar/.

cs.CV

Chiral emission of vortex microlasers enabled by collective modes of guided resonances

Vortex lasers have attracted substantial attention in recent years owing to their wide array of applications such as micromanipulation, optical multiplexing, and quantum cryptography. In this work, we propose and demonstrate chiral emission of vortex microlaser leveraging the collective modes from omnidirectionally hybridizing the guided mode resonances (GMRs) within photonic crystal (PhC) slabs. Specifically, we encircle a central uniform PhC with a heterogeneous PhC that features a circular lateral boundary. Consequently, the bulk GMRs hybridize into a series of collective modes due to boundary scatterings, resulting in a vortex pattern in real space with a spiral phase front in its radiation. Benefiting from the long lifetime of GMRs as quasi-bound state in the continuum and using asymmetric pumping to lift the chiral symmetry, we demonstrate stable single-mode lasing oscillation with a low optical pumping threshold of $18~\mathrm{kW/cm^2}$ at room temperature. We identify the real-space vortex through polarization-resolved imaging and self-interference patterns, showing a vivid example of applying collective modes to realize compact and energy-efficient vortex microlasers.

physics.optics

RIMformer: An End-to-End Transformer for FMCW Radar Interference Mitigation

Frequency-modulated continuous-wave (FMCW) radar plays a pivotal role in the field of remote sensing. The increasing degree of FMCW radar deployment has increased the mutual interference, which weakens the detection capabilities of radars and threatens reliability and safety of systems. In this paper, a novel FMCW radar interference mitigation (RIM) method, termed as RIMformer, is proposed by using an end-to-end Transformer-based structure. In the RIMformer, a dual multi-head self-attention mechanism is proposed to capture the correlations among the distinct distance elements of intermediate frequency (IF) signals. Additionally, an improved convolutional block is integrated to harness the power of convolution for extracting local features. The architecture is designed to process time-domain IF signals in an end-to-end manner, thereby avoiding the need for additional manual data processing steps. The improved decoder structure ensures the parallelization of the network to increase its computational efficiency. Simulation and measurement experiments are carried out to validate the accuracy and effectiveness of the proposed method. The results show that the proposed RIMformer can effectively mitigate interference and restore the target signals.

eess.SP

An analysis of the gluon distribution with next-to-leading order splitting function in small-$x$

An approximated solution for gluon distribution from DGLAP evolution equations with NLO splitting function in the small-$x$ limit is presented. We first obtain the simplified forms of LO and NLO splitting functions in the small-$x$ limit. With these approximated splitting functions, we obtain the analytical gluon distribution by using the Mellin transform. The free parameters in the boundary conditions are obtained by fitting the CJ15 gluon distribution data. We find that the asymptotic behavior of gluon distribution are consistent with the CJ15 data, however, the NLO results with the consideration of ``ladder'' structure of gluon emission are slightly better than those from LO. These results indicate that the corrections from NLO is significant and is necessary for a better description of the behavior of the gluon distribution in small-$x$ region. In addition, we investigate the DGLAP evolution of the proton structure function by using the analytical solution of the gluon distribution. The differential structure function shows that our results have a similar tendency with CJ15 at small-$x$.

hep-ph

Exploring Short-Range Correlations in Symmetric Nuclei: Insights into Contacts and Entanglement Entropy

The Short-Range Correlations between nucleons in nuclei is regarded as a complex system. We investigate the relationship between the orbital entanglement entropy of SRCs $S_{ij}$ in nuclear structures and Tan contact $c_{ij}$, and find that the orbital entanglement entropies and Tan contacts corresponding to proton-proton SRC pairs and neutron-proton SRC pairs in nuclei demonstrate a scaling relation. More specifically, the proportionality of entanglement entropy between proton-proton pairs and neutron-proton pairs is directly related to the ratio of nuclear contacts within the atomic nucleus, demonstrating an approximate ratio of 2.0. Our research suggests that this scaling relationship should hold true for all symmetric nuclei, furthermore, we offer a possible explanation for this phenomenon.

nucl-th

Pangu-Agent: A Fine-Tunable Generalist Agent with Structured Reasoning

A key method for creating Artificial Intelligence (AI) agents is Reinforcement Learning (RL). However, constructing a standalone RL policy that maps perception to action directly encounters severe problems, chief among them being its lack of generality across multiple tasks and the need for a large amount of training data. The leading cause is that it cannot effectively integrate prior information into the perception-action cycle when devising the policy. Large language models (LLMs) emerged as a fundamental way to incorporate cross-domain knowledge into AI agents but lack crucial learning and adaptation toward specific decision problems. This paper presents a general framework model for integrating and learning structured reasoning into AI agents' policies. Our methodology is motivated by the modularity found in the human brain. The framework utilises the construction of intrinsic and extrinsic functions to add previous understandings of reasoning structures. It also provides the adaptive ability to learn models inside every module or function, consistent with the modular structure of cognitive processes. We describe the framework in-depth and compare it with other AI pipelines and existing frameworks. The paper explores practical applications, covering experiments that show the effectiveness of our method. Our results indicate that AI agents perform and adapt far better when organised reasoning and prior knowledge are embedded. This opens the door to more resilient and general AI agent systems.

cs.AI

Fifth Force and Hyperfine Splitting in Muonic Atoms

The potential existence of a fifth fundamental force, mediated by the X17 boson, has generated significant interest. This force can manifest itself as either a vector or pseudoscalar particle. In order to gain insight into the effective potentials produced by the X17 boson for hyperfine interactions in muonic systems, we conduct calculations for both the pseudoscalar and vector hypotheses. Our study reveals that, for muonic atoms with nuclear charge numbers ranging from 10 to 15, the energy shift associated with the fifth force can be as high as 0.61 eV. These effects have the potential to be detected through the utilization of high-precision X-ray detectors that are used to analyze the energy spectrum of muonic characteristic X-rays.

hep-ph

QSlack: A slack-variable approach for variational quantum semi-definite programming

Solving optimization problems is a key task for which quantum computers could possibly provide a speedup over the best known classical algorithms. Particular classes of optimization problems including semi-definite programming (SDP) and linear programming (LP) have wide applicability in many domains of computer science, engineering, mathematics, and physics. Here we focus on semi-definite and linear programs for which the dimensions of the variables involved are exponentially large, so that standard classical SDP and LP solvers are not helpful for such large-scale problems. We propose the QSlack and CSlack methods for estimating their optimal values, respectively, which work by 1) introducing slack variables to transform inequality constraints to equality constraints, 2) transforming a constrained optimization to an unconstrained one via the penalty method, and 3) replacing the optimizations over all possible non-negative variables by optimizations over parameterized quantum states and parameterized probability distributions. Under the assumption that the SDP and LP inputs are efficiently measurable observables, it follows that all terms in the resulting objective functions are efficiently estimable by either a quantum computer in the SDP case or a quantum or probabilistic computer in the LP case. Furthermore, by making use of SDP and LP duality theory, we prove that these methods provide a theoretical guarantee that, if one could find global optima of the objective functions, then the resulting values sandwich the true optimal values from both above and below. Finally, we showcase the QSlack and CSlack methods on a variety of example optimization problems and discuss details of our implementation, as well as the resulting performance. We find that our implementations of both the primal and dual for these problems approach the ground truth, typically achieving errors of order $10^{-2}$.

quant-ph

Active beam steering enabled by photonic crystal surface emitting laser

Emitting light towards on-demand directions is important for various optoelectronic applications, such as optical communication, displaying, and ranging. However, almost all existing directional emitters are assemblies of passive optical antennae and external light sources, which are usually bulky, fragile, and with unendurable loss of light power. Here we theoretically propose and experimentally demonstrate a new conceptual design of directional emitter, by using a single surface-emitting laser source itself to achieve dynamically controlled beam steering. The laser is built on photonic crystals that operates near the band edges in the continuum. By shrinking laser sizes into tens-of-wavelength, the optical modes quantize in three-dimensional momentum space, and each of them directionally radiates towards the far-field. Further utilizing the luminescence spectrum shifting effect under current injection, we consecutively select a sequence of modes into lasing action and show the laser maintaining in single mode operation with linewidths at a minimum of $1.8$ MHz and emitting power of $\sim$ ten milliwatts, and we demonstrate fast beam steering across a range of $3.2^\circ \times 4^\circ$ in a time scale of $500$ nanoseconds. Our work proposes a novel method for on-chip active beam steering, which could pave the way for the development of automotive, industrial, and robotic applications.

physics.optics

Feeling of Presence Maximization: mmWave-Enabled Virtual Reality Meets Deep Reinforcement Learning

This paper investigates the problem of providing ultra-reliable and energy-efficient virtual reality (VR) experiences for wireless mobile users. To ensure reliable ultra-high-definition (UHD) video frame delivery to mobile users and enhance their immersive visual experiences, a coordinated multipoint (CoMP) transmission technique and millimeter wave (mmWave) communications are exploited. Owing to user movement and time-varying wireless channels, the wireless VR experience enhancement problem is formulated as a sequence-dependent and mixed-integer problem with a goal of maximizing users' feeling of presence (FoP) in the virtual world, subject to power consumption constraints on access points (APs) and users' head-mounted displays (HMDs). The problem, however, is hard to be directly solved due to the lack of users' accurate tracking information and the sequence-dependent and mixed-integer characteristics. To overcome this challenge, we develop a parallel echo state network (ESN) learning method to predict users' tracking information by training fresh and historical tracking samples separately collected by APs. With the learnt results, we propose a deep reinforcement learning (DRL) based optimization algorithm to solve the formulated problem. In this algorithm, we implement deep neural networks (DNNs) as a scalable solution to produce integer decision variables and solving a continuous power control problem to criticize the integer decision variables. Finally, the performance of the proposed algorithm is compared with various benchmark algorithms, and the impact of different design parameters is also discussed. Simulation results demonstrate that the proposed algorithm is more 4.14% energy-efficient than the benchmark algorithms.

cs.NI