SearcharxivSearch

arXiv subjects

Peng Cheng

Publications and source records attributed to Peng Cheng.

At least 19 recordsLinked to original sources

Vacancy Order and Physical Properties of a Ternary Compound Fe0.68Pd0.80Te with an {\alpha}-Fe1+xTe-Type Structure

We report the identification and characterization of a new compound Fe0.68Pd0.80Te with an {\alpha}-Fe1+xTe prototype structure. Different from the Fe-square net and minor occupancy of interstitial Fe-sites in Fe1+xTe, Fe0.68Pd0.80Te is featured by a Pdsquare net and near 68% occupancy of the corresponding interstitial Fe-sites. Furthermore, noncontact atomic force microscopy and X-ray diffraction provide evidence for the existence of a 3*3*3 Pd-vacancy order in this layered material. A spin-glass ground state below Tg 40 K is identified via magnetic characterization. Electrical transport measurements show that Fe0.68Pd0.80Te is a semiconductor with a very small band gap below 10 meV. It has weak negative magnetoresistance and holelike charge carriers below room temperature. Our results demonstrate its potentials for further exploring various quantum phenomena.

cond-mat.mtrl-sci

Learning-Aided Short Code Design for ISAC based on MIMO-OFDM

This paper proposes a deep learning (DL)-based coded waveform design for integrated sensing and communications (ISAC), enabling flexible trade-offs between communication reliability and ranging accuracy in short-block transmissions. The proposed scheme is built upon a practical multiple-input multiple-output orthogonal frequency-division multiplexing (MIMO-OFDM) architecture, where the communication channel state information and the angles of the static targets are assumed available at the transmitter. A transformer-based transmitter encodes input information bits directly into ISAC transmit waveforms to jointly optimize the bit error rate (BER) performance and the delay modified Cramer-Rao bound (MCRB). A corresponding transformer-based receiver is adopted at the communication side to recover the transmitted information bits. We further examine the learned codewords for communication-oriented and sensing-oriented designs, revealing that a balanced ISAC waveform naturally exhibits an intermediate structure between these two extremes. Numerical results illustrate these codeword structures and demonstrate that the proposed design provides substantial trade-off gains over conventional schemes based on standard channel coding and modulation.

cs.IT

Quantum Elliptic Cohomology From Four-Dimensional Minimal Supersymmetric Gauge Theories

In this paper, we study non-perturbative vortex partition functions of four-dimensional N=1 supersymmetric gauge theories on the space-time geometry $T^2 \times D^2$, and we propose that these partition functions offer a notion of quantum elliptic cohomology. For particular U(1)-gauge theories we calculate these partition functions explicitly by applying equivariant localization methods to Handsaw quiver varieties that realize for this particular class of U(1)-gauge theories the moduli spaces of the non-perturbative vortex sectors. The determined vortex partition functions are annihilated by difference operators, which are interpreted as Ward identities among N=(0,2) BPS surface defects. Compared to lower dimensional gauge theories with four supercharges, anomalies play an essential role for a consistent formulation of the four-dimensional partition functions. In our proposal towards a mathematical formulation of the vortex partition functions in terms of equivariant elliptic cohomology, the gauge theory anomalies relate to geometric properties of the Thom sheaves corresponding to the relevant quasimap moduli spaces. Motivated by the explicit computations we reflect on the existence of a `virtual structure sheaf' on the moduli space of quasimaps for a general mathematical theory of quantum elliptic cohomology.

hep-th

Modular and Cost-effective Scanning Photocurrent Microscopy System for Sub-micron characterization of 2D optoelectronic devices

Scanning photocurrent microscopy (SPCM) is a powerful technique for probing local optoelectronic phenomena in 2D semiconducting devices. However, commercial setups remain costly, complex and often lack flexibility and adaptability. In this work, we present a home-built SPCM platform built around the retrofitting of a conventional metallographic microscope by coupling it with different light sources (single-mode fiber-coupled lasers and multimode fiber-coupled high-power LEDs), a motorized XY stage, a digital camera and an electronic readout module. This system enables simultaneous acquisition of photocurrent and reflection intensity maps, requiring minimal modifications of the microscope. We reached sub-micron spatial resolution and high imaging fidelity by correlating photocurrent maps with reflection maps, optical micrographs and AFM topography data on different devices fabricated with different materials (InSe, MoS2, WSe2, Gr), on different substrates (Si/SiO2, compact disk). This work provides a reliable, accessible and reproducible high-performance SPCM platform that can be easily implemented in most laboratories for microscale optoelectronic characterization of 2D devices.

cond-mat.mtrl-sci

Distribution amplitudes of vector and axial-vector mesons in a nonperturbatively improved symmetry-preserving framework

Using continuum Schwinger-function methods with a nonperturbatively improved, symmetry-preserving kernel, we deliver predictions for the leading-twist light-front distribution amplitudes (DAs) of the $\rho$, $K^\ast$, $a_1(1260)$, $b_1(1235)$, and the unmixed strange partners of the $1^{++}$ and $1^{+-}$ axial-vector (AV) channels, reconstructed from Mellin moments of the associated Bethe--Salpeter wave functions. For vector mesons, polarisation barely affects longitudinal momentum sharing: the longitudinal and transverse DAs are nearly degenerate, and both narrower than the asymptotic distribution in the second-moment sense. The AV sector is different in kind. Charge conjugation compels one projection -- interchanged between the $1^{++}$ and $1^{+-}$ channels -- to vanish at $x=1/2$ and change sign; breaking $SU_F(3)$ symmetry removes this protection, whereupon the zeroth moments become nonzero and the nodes shift from the midpoint. Under a common weighted normalisation, the $1^{+-}$ zeroth moment is $1.63$ times that of the $1^{++}$ channel, and the profile distortion follows the same pattern. A coupling forbidden by charge conjugation in the symmetric limit, $f_{b_1}=0$, becomes $f_{K_1^{+-}}=0.019\,$GeV in the strange channel: an independent measure of the same symmetry breaking, obtained from a current matrix element rather than from the DA reconstruction. What distinguishes the two sectors is thus a symmetry-enforced zero, not the size of the flavour asymmetry.

hep-ph

QV-PIC: Query-Aware Visual Position-Independent Caching for Efficient RAG Serving

Retrieval-Augmented Generation (RAG) repeatedly prefills identical text chunks across queries, incurring redundant computations. Position-Independent Caching (PIC) mitigates it by reusing precomputed Key-Value (KV) across positions, but its efficiency is constrained by the large volume of text tokens. Rendering text chunks as images can compress the text into fewer visual tokens, but the rendered-image PIC suffers more severe quality degradation than the text PIC. This representation-specific gap primarily arises from contextual mismatches across independently compiled caches and the loss of fine-grained textual evidence during visual compression. Existing PIC repair methods mainly address the former through selective recomputation, but they incur online computation and cannot recover lost textual details. We propose QV-PIC, a query-aware dual-resolution PIC reuse framework guided by model-native templates. Offline, QV-PIC compiles visual caches under the model's native chat-template prefix, improving PIC quality without online recomputation. Online, it preserves global context with low resolution and restores fine-grained textual evidence within a high-resolution budget by cumulative query relevance scores, retaining the efficiency benefit of visual compression. Across six tasks, QV-PIC improves average F1 by 21.6 points over vanilla rendered-image PIC, closes the gap to vanilla text PIC, and surpasses optimized text PIC by 2.58 F1 while reducing TTFT by 17.2\%. Relative to full prefill, it cuts TTFT by 83.8%.

cs.CL

PhyCheck: Fine-Grained Evidence-Grounded Dataset for Physical Law Understanding in Video-LLMs

Embodied intelligence and world models require video understanding systems to go beyond recognizing objects and actions and develop an understanding of physical regularities. However, despite their strong performance on general video understanding tasks, current video-language models still struggle to reliably determine whether an observed event conforms to specific physical laws. Existing benchmarks primarily assess the physical quality of generated videos, providing limited support for systematically evaluating and improving the physical-law understanding of Video Large Language Models (VideoLLMs). To address this gap, we introduce PhyCheck, a video question answering dataset organized at two complementary levels of granularity. The coarse-grained subset asks models to determine whether the phenomenon shown in a video conforms to or violates physical laws, while the fine-grained subset further examines whether models can capture physical details responsible for the violation or compliance. We use these subsets as structured supervision to improve physical understanding. In addition, the dataset contains a diagnostic subset with external causal context that reveal hidden factors affecting physical plausibility, assessing whether models can recalibrate their judgments accordingly. Experiments with Fine-tune Qwen2.5-VL show that training with the proposed data substantially improves the understanding of physical-consistency, while evaluations in the diagnostic subset reveal that current models still have difficulty incorporating additional causal conditions into their decisions. These findings highlight the gap between recognizing surface-level inconsistencies and understanding underlying physical mechanisms, and provide a foundation for evaluating and improving physical understanding in Video-LLMs.

cs.CV

MERIT: Efficient In-Place Deletion for Dynamic Graph-Based Approximate Nearest Neighbor Indexes

Graph-based indexes have become the dominant approach to approximate nearest neighbor search (ANNS) over high-dimensional data and play a crucial role in real-world applications such as retrieval-augmented generation, recommendation systems, and vector databases. Despite extensive progress in static graph construction and search, efficient in-place deletion remains challenging because obsolete vectors must be removed without allowing stale incoming edges to consume search capacity or expensive graph-wide maintenance to interrupt online services, e.g., retrieval-augmented generation (RAG) and recommendation platforms. To address this problem, we propose MERIT (MST-based Efficient Repair with In-place updaTes), an in-place update framework with three core techniques: (1) bounded search-based recovery that combines a deleted vertex's outgoing neighbors with its readily searchable in-neighbors, (2) $k_r$-Minimum Spanning Tree (MST) local repair that promotes local connectivity while retaining multiple routing choices for graph search, and (3) versioned-edge invalidation that immediately filters all stale incoming edges to the deleted vertex and progressively removes them as adjacency lists are rewritten. Its integration with the hierarchical HNSW index and the single-layer Vamana index demonstrates applicability across distinct graph structures. Extensive experiments on multiple real-world datasets show that MERIT processes deletion at nearly the cost of inserting one vector, achieves up to $3.02\times$--$18.87\times$ faster deletion than state-of-the-art (SOTA) methods, and keeps search recall stable or even improves it as deletions accumulate.

cs.DB

BPS Invariants for Generalized Toric Calabi-Yau Threefolds

We apply topological vertex techniques to Calabi-Yau threefolds dual to brane webs where several 5-branes can end on the same 7-brane. In this context, we determine how topological string partition functions transform under Hanany-Witten transitions and flops, which allows us to track curves and the associated invariants under such transitions. The contributions of parallel external branes form a universal sector invisible to the 5d SCFT; once it is removed, invariants can be transported between different geometries engineering the same theory. This yields an efficient technique to compute Gopakumar-Vafa invariants at any degree and genus. We illustrate this with local Hirzebruch and del Pezzo surfaces, including $dP_4$, whose invariants we obtain at high degree for the first time.

hep-th

ODEWorld: A Continuous Predictive Architecture via Physical-Time Flow

In the physical world we inhabit, space and time are fundamentally continuous. However, existing machine learning paradigms for world modeling are largely confined to discrete-time prediction, thereby exhibiting significant inefficiency in capturing the dynamics of physical world. We introduce Physical-Time Flow (PT-Flow), a novel approach that learns a continuous latent velocity field operating in physical time. Crucially, the underlying dynamics of sequential data are parameterized by an ordinary differential equation (ODE) embedded in a well-structured representation space. Under this paradigm, the prediction of future can be recast as temporal integration via an ODE solver in the compressed latent space. Building upon PT-Flow, we construct ODEWorld, a continuous-time latent world model that is both efficient and versatile. By extracting time-variant features and enforcing ODE properties on both the dynamical representation space and the latent velocity field, ODEWorld effectively addresses the long-standing representation collapse issue in latent world model literature. This also enables high-quality image reconstruction even after long-horizon prediction. Moreover, its continuous nature allows for arbitrary temporal resolution and even backward prediction, which is impossible for most discrete-time models. Lastly, ODEWorld can provide rich planning-oriented information to facilitate downstream policy learning. Comprehensive experiments demonstrate that ODEWorld successfully reconciles planning-conducive dynamics abstraction with visual realism, excelling in both video generation and robotic control. Project page: https://dstate.github.io/odeworld_website/.

cs.LG

From Noisy Traces to Root Causes: Structural Trajectory Analysis and Causal Extraction for Agent Optimization

The optimization of long-horizon agents increasingly relies on reflection-based mechanisms, where a large language model (LLM) acts as an optimizer to diagnose agent failures and improve agent policies. However, real execution traces are difficult to use directly for optimization: large trace collections are often redundant and heterogeneous, making optimization inefficient and prone to overfitting to low-value failures; meanwhile, each individual trajectory also contains many irrelevant steps, while naive context reduction methods such as truncation or sliding windows can discard causally important evidence and produce misleading optimization signals. To resolve this dilemma, we introduce STRACE (Structural TRajectory Analysis and Causal Extraction), a framework that constructs high signal-noise optimization contexts for more precise and effective optimization. At the batch level, STRACE mines failure patterns to filter redundant traces and retain representative failures; within each selected trace, it performs causal localization over a textual dependency graph to remove non-causal steps and identify the true root-cause module for optimization. Empirical results demonstrate that STRACE significantly outperforms standard context-filtering baselines. Notably, on a challenging formal verification task (VeruSAGE-Bench), it successfully optimizes human-expert designed agents, delivering $1.4\times$ success-rate improvement (42.5% to 58.5%). The code is available at https://github.com/moomight/STRACE .

cs.CL

Ghosts Beneath Textures: Texture-Relation Cues for Cross-Paradigm AI-Generated Image Detection

AI-generated images have proliferated rapidly, motivating extensive research. Most existing AI-generated image detectors are developed and evaluated under image-free generation paradigms, such as noise-based or text-guided generation. However, image-conditioned generation has become increasingly important in practical applications, as it enables more fine-grained control over generated content. Detecting AI-generated images across these two paradigms creates a critical cross-paradigm detection problem that has long been overlooked. To study this problem, we construct ConImageGen, a benchmark for cross-paradigm AI-generated image detection. Evaluations on ConImageGen show that existing detectors fail to generalize reliably across image-free and image-conditioned generation. To address this failure, this paper identifies a cross-paradigm forensic cue and provides a new perspective for generalized AI-generated image detection. Specifically, by suppressing semantic interference, we visualize, for the first time, semantics-irrelevant texture patterns across generation paradigms. These patterns exhibit structured local-global texture relations, indicating a generalizable form of forensic evidence. Motivated by this finding, we shift the focus from directly exploiting explicit artifacts to modeling texture relations and propose DTS-Det, a detection framework that captures and leverages such relations for generalized AI-generated image detection. Extensive experiments validate the effectiveness of our method. DTS-Det achieves state-of-the-art performance across diverse evaluation settings, reaching 99.6% ACC on ConImageGen with a 10.5% gain over the best baseline. It also achieves 93.2%/94.1% ACC in cross-dataset evaluation on PicoBanana/RAID and maintains detection rates of 95.2%/88.1% under reconstruction attacks and black-box adversarial attacks, respectively.

cs.CV

ELDR: Expert-Locality-Aware Decode Routing for PD-Disaggregated MoE Serving

In prefill-decode (PD) disaggregated LLM serving, each request is assigned to a decode worker after prefill. Existing decode routers balance only load; for mixture-of-experts (MoE) models this is incomplete: equally loaded workers can differ in latency, since each decode step loads the weights of every distinct expert its batch activates. We present ELDR, an expert-locality-aware decode router for PD-disaggregated MoE serving. From a request's prefill expert activations, ELDR builds an expert signature predicting the experts it will activate during generation. Offline, balanced K-means partitions signature space across decode workers; online, locality-band routing sends each request to the least-loaded worker among those best matching its signature. A signature cache, co-indexed with the KV cache at KV-block granularity, keeps signatures exact under prefix caching. Implemented in vLLM and evaluated on deployments of up to 40 GPUs, ELDR reduces median TPOT by 5.9-13.9% over the strongest of four load-balancing baselines across three MoE models and two workloads, with model outputs unchanged.

cs.DC

SKILL-DISCO: Distilling and Compiling Agent Traces into Reusable Procedural Skills

Agents often repeatedly solve similar task instances from scratch, leading to unnecessary reasoning cost and long execution traces. Prior work has explored workflow reuse and executable skill induction, but it remains unclear which task scenarios admit procedural skills and how the shared procedural structure should be represented across successful traces. We study this problem in FSM-defined scenarios, where successful traces can be viewed as paths in an unknown transition graph, and formulate procedural skills as reusable parameterized control-flow subgraphs. Based on this view, we introduce SkillDisCo, a distillation-and-compilation framework that distills reusable PFSM subgraphs from successful traces and compiles them into callable, executable, and verifiable procedural skills. Experiments on ALFWorld and WebArena show that SkillDisCo improves success rates and reduces agent turns across benchmarks and model scales, demonstrating the benefits of representing shared experience as reusable execution structures.

cs.AI

Universal Lichnerowicz Lifting of Near-Horizon Soft Modes

A remarkable universality appears in the low-temperature quantum thermodynamics of near-extremal black holes, where distinct parent geometries often lead to the same logarithmic temperature dependence at one loop. In this work, we study the Lichnerowicz spectral origin of this infrared universality and understand why the relevant spectral data become insensitive to the details of the parent geometry. For extremal near-horizon geometries containing a two-dimensional maximally symmetric throat, we construct the normalizable transverse-traceless tensor zero modes associated with near-horizon reparametrizations. Turning on a small temperature lifts these zero modes through the first-order deformation of the Lichnerowicz operator. Although the local matrix element depends on detailed parent-geometry data, these data cancel after projection onto normalized tensor modes, leaving the universal result. For static spherically symmetric backgrounds, the eigenvalue shift is universally proportional to the Fourier mode number and temperature, and the same structure persists for rotating backgrounds, where angular warp factors only modify the overall projection factor. We further show that this lifted bulk spectrum is the Lichnerowicz realization of the Schwarzian soft sector. Thus, the universal first-order result is traced to an infrared bulk-boundary matching between near-horizon tensor zero modes and boundary reparametrization dynamics.

hep-th

Complex Temperature-dependent Thermal Conductivity in a Sawtooth Chain Magnet Fe$_\mathrm{2}$SiSe$_\mathrm{4}$

Geometrically frustrated magnets provide an ideal platform for exploring the interplay between lattice geometry and spin degrees of freedom. Here, we investigate the interactions between lattice and spin via thermal-transport measurements on the triangular sawtooth-lattice olivine magnet Fe$_\mathrm{2}$SiSe$_\mathrm{4}$, which exhibits successive magnetic transitions at $T_1 = 110$ K (antiferromagnetic) and $T_2 = 50$ K (ferrimagnetic). Although phonons dominate the thermal conductivity, its temperature dependence displays a pronounced double-peak structure arising from spin-phonon coupling. In the intermediate temperature range between $T_1$ and $T_2$ , resonant scattering of phonons by magnetic excitations around 5 meV produces a broad maximum around 60 K. Below $T_2$, the resonant spin-phonon scattering is strongly suppressed, leading to a rapid increase in thermal conductivity upon cooling and a pronounced low-temperature peak near 11 K, characteristic of heat transport governed by conventional phonon scattering mechanisms. Notably, this low-temperature peak is enhanced by a factor of $\sim 5$ compared to the broad maximum at higher temperatures. These results demonstrate the strong sensitivity of thermal transport to spin-lattice interactions and highlight spin-phonon scattering as an effective mechanism for tailoring thermal conductivity in geometrically frustrated magnets.

cond-mat.str-el

QCFuse: Query-Aware Cache Fusion via Compressed View for Efficient RAG Serving

Retrieval-augmented generation (RAG) improves large language model (LLM) answer quality by grounding generation in external evidence, but processing retrieved contexts makes the prefill stage a dominant serving cost. RAG cache fusion reduces this cost by reusing precomputed key-value (KV) caches for retrieved chunks and selectively recomputing tokens under the current prompt. Existing selectors, however, face a dilemma between quality and efficiency: fast query-agnostic or final-layer query-to-context selectors can miss request-relevant evidence, whereas full-view query-aware selectors require broad context and layer visibility before recomputation and therefore stall the layer-wise cache-fusion pipeline. We present QCFuse, a compressed-view query-aware selector for RAG cache fusion. QCFuse uses chunk-anchor query probing to condition user-query states on compact per-chunk anchors and critical-layer profiling to identify recomputation tokens without all-layer inspection. We implement QCFuse in SGLang and evaluate it on four open-weight LLMs across six datasets. QCFuse reaches full-prefill-level quality. At matched quality, QCFuse achieves an average prefill-time speedup of 1.7x over full prefill and 1.5x over ProphetKV, the strongest quality-preserving baseline.

cs.AI

Potential-Guided Flow Matching for Vision-Language-Action Policy Improvement

Large vision-language-action (VLA) policies are increasingly trained as conditional generative models over action chunks. Yet deployment produces mixed-quality experience-successful demonstrations, partial completions, recoverable mistakes, and failures-that is difficult to use with standard imitation. Full behavior cloning (BC) imitates failures, filtered BC discards useful sub-trajectories, and offline reinforcement learning adds a large critic. We introduce ForesightFlow, a self-guided flow-matching policy that augments each generated action chunk with a learned success-potential trajectory. The same flow proposes and scores candidate actions, enabling best-of-$K$ inference without an external critic. The key issue is that policy improvement and value calibration require different supervision: advantage weighting should emphasize high-quality actions, but applying the same weights to potential coordinates suppresses failure gradients and creates overconfident scores. We address this with decoupled advantage-weighted flow matching, applying exponentiated advantage weights only to action velocities while training potential velocities uniformly. We further derive a one-step boundary estimator for conditional flow matching, allowing advantage computation with a single stop-gradient forward pass. Across five BEHAVIOR-1K simulation tasks and five real-world bimanual tasks, ForesightFlow improves over imitation baselines, matches the strongest separate-critic baseline in simulation success, improves real-world success, and reduces training compute by $38\%$. Ablations show that decoupling prevents value hallucination, the one-step estimator preserves candidate-ranking fidelity, and self-guided sampling improves long-horizon execution.

cs.RO