arXiv Science⌕ Search

SEARCH · arXiv Science

Search arXiv Science

Search indexed arXiv papers on artificial intelligence, large language models, computer vision and robotics. Read source abstracts and follow links to arXiv.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 703 records · Page 39Linked to original sources

From killed BBM with drift to BBM: the extremal process

In this paper, we study the asymptotic behavior of the extreme of a standard one-dimensional branching Brownian motion (BBM) with drift $-ρ>-\sqrt2$ and absorbing barrier at level $-x$. We prove that the two-dimensional point process, with first component being the extremal process of the BBM and the second component being the running minimum of the BBM with drift, converges weakly to a decorated Poisson point process (DPPP) on $\mathbb{R} \times [0, \infty)$. This framework allows us to explicitly derive the limit, as $t\to\infty$, of the extremal process of the killed BBM killed at level $-x$, demonstrating that the double limit, when $t\to\infty$ first and then $x\to\infty$, of the extremal process of the BBM with drift $-ρ$ and killed at level $-x$ coincides with the limit of the extreme of (un-killed) BBM up to a multiplicative constant factor.

math.PR↗

Beneath the Scores: Rethinking Hallucination Evaluation for Video Understanding Models

Video understanding is increasingly performed by multi-stage LLM agents that separate temporal grounding, visual observation, and reasoning. Yet these stages are typically evaluated on different benchmarks and distributions, making it difficult to determine where hallucinations originate. We first organize existing benchmarks around these stages and show that their scores provide inconsistent diagnostic signals: stronger stage-level performance does not reliably imply lower downstream hallucination, and even benchmarks targeting the same capability can disagree. We therefore introduce a causal stage-intervention protocol that overwrites individual stages while holding the downstream task fixed. Across 60,008 runs on three video-agent architectures, we find that grounding is the dominant source of downstream error, with roughly four times the causal impact of corrupting visual observations. Successful grounding depends primarily on locating the correct region rather than precise temporal overlap, explaining why standard mIoU metrics poorly predict downstream reliability. We further find that incorrect evidence is substantially more harmful than missing evidence. Finally, auditing existing benchmarks against these interventions reveals that their scores do not reliably predict causal cascade sensitivity and can fail under distribution shift. These results motivate intervention-based, stage-aware evaluation for trustworthy video agents.

cs.CV↗

Geometrical BRST Quantization of Gauged Nonlinear Sigma Models: Killing Fields and Physical Cohomology

We construct an off-shell BRST-invariant gauge-fixed formulation of a nonlinear sigma model coupled to a non-Abelian gauge field. Starting from the dynamics of GBs and their consistent couplings to gauge and ghost fields, we construct the corresponding BRST-invariant quantum theory and provide a geometrical interpretation in terms of Killing vectors. A central point of our treatment is that the Lie-bracket closure of the target-space Killing vectors provides the geometric realization of the algebra entering the BRST differential. The physical state space is characterized by the cohomology of the nilpotent BRST charge, providing a consistent separation of physical and non-physical degrees of freedom. We explicitly derive the BRST charge and present the associated symmetry transformations. Finally, we analyze the structure of the physical Hilbert space and discuss the conditions under which BRST symmetry supports unitarity and constrains the quantum effective theory. Quantum statements are conditional on a BRST-preserving measure and regulator, and the four-dimensional model is treated as an effective field theory.

hep-th↗

Observability Inequalities and the Logvinenko--Sereda Theorem for the Dunkl Transform

Let $R$ be a normalized root system in $\mathbb{R}^d$ with reflection group $G$, let $k$ be a $G$-invariant multiplicity function, and let $\mathcal{F}_k$ be the associated Dunkl transform. We write $k_α=k(α)>0$ and $\mathrm{d}μ_k(x)=w(x)\,\mathrm{d}x$, where $w(x)=\prod_{α\in R_+}|\langle x,α\rangle|^{2k_α}$. We study observability, Hölder-type interpolation, and spectral inequalities for the Dunkl heat equation on $\mathbb{R}^d$. We establish a Bernstein inequality for ordinary derivatives and a Logvinenko--Sereda theorem with a spectral constant of the form $e^{C(1+N)}$ for functions whose Dunkl transforms are supported in $\overline{B(0,N)}$. We characterize observable sets as the measurable sets that are thick with respect to $μ_k$, and prove the equivalence of the observability, Hölder-type interpolation, and spectral inequalities.

math.AP↗

Exact solution of a boundary-driven transverse-field Ising model with hidden time-reversal symmetry

The dissipative transverse-field Ising (TFI) model provides a paradigmatic setting for nonequilibrium quantum many-body physics. We show that a class of boundary-driven TFI models subject to dissipation at only one boundary possesses hidden time-reversal symmetry, which enables an exact construction of their nonequilibrium steady states. The solution admits a matrix-product representation and defines a nonequilibrium partition function from which steady-state observables can be evaluated efficiently. We use the exact solution to characterize the microscopic structure of the steady state through its z-magnetization and two-point correlations. A striking feature is that the local field at the dissipative boundary governs the spatial organization of the steady state throughout the chain. The steady state typically exhibits boundary-localized magnetization profiles and exponentially decaying correlations, whose characteristic length scales are set by the dissipative boundary. In the weak-driving limit, suitably tuned boundary fields can reorganize the NESS into a delocalized single-interface structure, giving rise to long-range correlations that decay linearly with distance.

quant-ph↗

HDG methods in finite element exterior calculus

We develop and analyze HDG methods for two central problems in finite element exterior calculus, the Hodge-Dirac problem and the Hodge-Laplace problem, in arbitrary dimension $n$. Our analysis allows for equal-order polynomial spaces with $\mathcal{O}(1)$ penalty parameters, by contrast with previous work on the Hodge-Laplace problem requiring an underlying conforming complex and $\mathcal{O}(h)$ or $\mathcal{O}(h^{-1})$ penalties. For the Hodge-Dirac problem with degree-$r$ polynomials, our error estimates give optimal order-$(r+1)$ convergence in all form degrees under suitable regularity hypotheses. For the Hodge-Laplace problem, we prove optimal order-$(r+1)$ convergence for the $k$-form solution and order-$(r+\frac{1}{2})$ convergence for the $(k \pm 1)$-form auxiliary variables. We obtain improved order-$(r+1)$ auxiliary-variable estimates when $k=1$ and/or $k=n-1$, which in particular sharpens some recent HDG error estimates for the two-dimensional vector Poisson equation. Our analysis also encompasses cases of lower regularity, including solutions with reentrant-corner singularities on non-convex domains, and requires only mild mesh regularity conditions. The results are illustrated by numerical experiments in dimensions two and three.

math.NA↗

DistillGuard: Malicious NPM Package Detection and API Attack Chain Analysis via Static Graph and LLM Distillation

The Node.js ecosystem heavily relies on NPM packages, and software supply chain attacks targeting malicious NPM packages are rampant. Malicious code primarily triggers during package installation, import, and runtime. Traditional static analysis fails to understand code semantics; machine learning-based methods rely on feature extraction, which suffers from concept drift; existing LLM solutions suffer from high invocation costs, high data security risks, and poor performance. To overcome these limitations, we propose DistillGuard, a lightweight malicious NPM package detection framework that combines static graph semantic analysis and LLM knowledge distillation. DistillGuard first acquires multi-granular features through three static analysis modules. Then, it leverages online LLM to distill high-quality security knowledge and structured labels. Finally, it uses LoRa to efficiently fine-tune the open-source Qwen3-8B model to support offline deployment. Experiments show that DistillGuard achieves an accuracy of 95.3\%, a precision of 99.4\%, and an F1 score of 93.8\%, outperforming state-of-the-art tools, improving the F1-score by 11.1 to 30.0 percentage points over the baselines. Our empirical research further reveals the stages of malicious attacks and the distribution of malicious behaviors. We also summarized eight typical API attack chains for malicious activities, providing practical insights for NPM supply chain security defense.

cs.CR↗

Only What Was Seen: Observation-Gram Compaction of View-Dependent Appearance in 3D Gaussian Splatting

Most of the memory of a 3D Gaussian Splatting model holds spherical-harmonic colour coefficients, yet each Gaussian is seen only from the narrow cone of directions of the training cameras. We turn this into a distortion metric that other compressors can adopt: a per-Gaussian observation Gram matrix, accumulated from viewing directions and blending weights, is the exact first-order map from coefficient changes to squared image error and needs only the model and the camera poses. Under it, degree reduction becomes a closed-form projection that generalises truncation, degree allocation a Lagrangian rate-distortion problem, and vector quantisation the matrix-weighted Lloyd algorithm, of which Compressed3D's quantiser is the scalar case. Swapped into Compressed3D with everything else unchanged, the metric raises PSNR by +0.49 dB before fine-tuning, with SSIM and LPIPS following, and at matched rate still gains +0.32 dB without a single training image. A training-free stack built on the metric alone is 15% smaller than the image-free GSICO at equal quality on Mip-NeRF 360.

cs.CV↗

Automatic Rank Allocation for Low-Rank Adaptation in Large Language Models via lp Regularization

Low-rank adaptation (LoRA) has become a popular parameter-efficient fine-tuning method for large language models. A key challenge in LoRA is how to determine the rank of each adaptation matrix, as rank directly controls its capacity and efficiency. Existing adaptive-rank methods typically allocate ranks according to manually designed importance scores, which are not directly derived from an optimization objective. In this work, we propose $\ell_p$-LoRA, a principled rank-allocation method based on $\ell_p$ regularization with $0<p<1$, which is a classical sparsity-inducing technique in signal processing and statistics. Specifically, we regularize the energy of each rank-one LoRA component, encouraging redundant components to vanish while preserving important ones. We derive the corresponding proximal subproblem and reduce the matrix optimization to a two-dimensional problem, leading to an implicit thresholding criterion for identifying redundant components. Experiments on natural language understanding and question-answering tasks demonstrate that the proposed method achieves competitive performance with existing LoRA baselines.

cs.LG↗

On the numerical limitations of dual Koopman von Neumann embeddings for solving conservative nonlinear ordinary differential equations on quantum computers

The simulation of nonlinear ordinary differential equations on quantum computers is inherently challenging, as quantum gates are linear operators on qubit states. In this paper, we put forth a Koopman-von Neumann (KvN) operator based algorithm for solving nonlinear ordinary differential equations on a quantum computer which overcomes the innate limitations of quantum operations. In this approach, a Liouville probability density is embedded into a wavefunction, the evolution of which is governed by an operator dual to the Koopman operator. The trajectories corresponding to the nonlinear differential equations are reconstructed from the average value of Koopman observables evaluated through quantum measurements. We specifically evaluate the computational limitations of solving nonlinear equations within this Liouville embedding framework. An Ehrenfest-type estimate is derived that relates the reconstruction error to the covariance of the transported density, highlighting the competition between linear stretching and Hessian-induced folding.This leads to a key stability criterion, which depends on the local Ehrenfest-Reynolds number. We discuss the effects of measurement-induced errors including those due to Hadamard-test sampling, amplitude estimation, and bias due to covariance in probabilistic Grover-type inference on the evaluation of trajectories. The limiting bounds on the accuracy of quantum computations are numerically verified for the Lotka-Volterra system and for the quartic oscillator. We observe a rapid growth in computational errors when the Ehrenfest-Reynolds number approaches the predicted threshold. The bounds resulting from our analysis provide key guidelines for selecting the width of the initial Gaussian probability distribution associated with a system of nonlinear ordinary differential equations.

quant-ph↗

Learning from Mixed-Quality Deployment Experience for Robot Manipulation

Robot policies deployed in real environments naturally accumulate mixed-quality experience, including successful executions, partial progress, and failures. Although these rollouts provide valuable information for further learning, directly incorporating them into imitation learning may reinforce undesirable behaviors, while offline reinforcement learning often suffers from unreliable value estimation under sparse rewards and limited data coverage. We consider a practical post-deployment setting where learning relies only on naturally accumulated autonomous rollouts, without additional human corrections or exploratory interaction. To effectively exploit such experience, we propose Predictive Action Chunk Learning (PACL). PACL first learns a predictive chunk-level critic that evaluates temporally extended action sequences and augments temporal difference learning with future latent prediction, providing richer supervision for long-horizon value estimation. The learned critic then converts chunk-level Q-values into discrete quality conditions, which guide a diffusion actor to learn jointly from these mixed-quality experiences without treating all behaviors as equivalent supervision. At inference, the actor generates multiple action chunks and the critic selects the highest valued candidate. Experiments across simulated and real-world robot manipulation tasks show that PACL consistently improves the pretrained policy and outperforms strong imitation learning and offline reinforcement learning baselines.

cs.LG↗

Polite but Misaligned: Evaluating LLM Politeness Judgments Against Human Pragmatic Norms

Despite strong performance on standard benchmarks, it remains unclear whether large language models (LLMs) evaluate social pragmatics in ways that align with human judgments. We evaluate LLM politeness judgments using two English-language datasets with complementary annotation formats: continuous human ratings and three-way categorical labels. Across the seven evaluated models, we find that inter-model agreement is stronger than model--human agreement. Strategy-level analyses suggest that model--human alignment is associated with explicit linguistic cues, while some rapport-building strategies occur more frequently in misaligned cases. In the categorical task, model predictions exhibit systematic neutral compression, characterized by the overproduction of Neutral labels and the underprediction of Impolite labels. This pattern persists when expert consensus is used as the reference on a diagnostic subset. Our findings highlight the need for pragmatic evaluations that go beyond aggregate agreement metrics by examining directional patterns of model--human disagreement across different human references.

cs.CL↗

Metric entropy of Kähler potentials

We prove sharp metric entropy estimates for spaces of Kähler potentials. In complex dimension $n$, normalized potentials have Kolmogorov entropy of order $\e^{-n}$ in the background $L^1$ metric. On a polarized manifold, a relative-entropy sublevel has the same order in the Mabuchi--Darvas $d_1$ metric, including its full finite-energy closure. The upper bound is $C_X(1+B)^{n+1}\e^{-n}$ for entropy budget $B$. For toric potentials, the sharp exponent is $n/2$.

math.CV↗

A Possible Complication of Using the 4.14 μm band to Assess D/H Ratios on Icy Bodies

Determining isotopic ratios on the surfaces of extraterrestrial objects can provide insight into their formation conditions and evolution. Recently, remote-sensing detections of the 4.14 μm HDO absorption band have enabled astronomers to estimate the D/H ratio on several icy objects in the outer solar system. Here, we quantify how ice phase and radiation processing affect the 4.14 μm absorption band. While the band is visible in H2O-ice samples with a crystalline component, we cannot detect it in amorphous H2O-ice. Furthermore, we find that radiation processing, using 10 keV electrons as a proxy, quickly makes this absorption feature undetectable at a rate consistent with the amorphization of an initially crystalline sample. Interestingly, we also find that recrystallizing the irradiated sample causes this band to reappear nearly to its original band depth. For the Saturnian satellite Mimas, we estimate that the HDO feature will decrease by a factor of two within ~1 x 10^4 yrs at typical depths probed by remote sensing spectroscopy. While we suspect that existing methods could still determine the D/H ratio from a surface composed entirely of crystalline H2O-ice, deriving it for surfaces with a significant amorphous fraction may lead to severe underestimation of the true D/H ratio. However, given the direct correlation between the amorphous fraction of the sample and the HDO band depth, we propose that one could still estimate the D/H ratio of a surface with mixed phases by determining the crystalline fraction of the surface H2O-ice using other absorption features.

astro-ph.EP↗

Exact selection of a toric-code vison crystal in a flux-conditioned Kitaev model

We construct an exactly solvable extension of the spin-$1/2$ Kitaev honeycomb model in which conserved $\mathbb{Z}_2$ fluxes determine not only the signs but also the connectivity of nearest-neighbor Majorana hopping. At a tuned loop point, hopping survives only across opposite-flux plaquettes, so every vertex has active degree zero or two and the matter Hamiltonian fragments in each flux sector into independent Majorana rings and isolated zero modes. Exact ring spectra and bond counting then bound the matter energy over all local flux configurations and all four Wilson-loop sectors, and split it exactly into a frustrated triangular-lattice Ising term, whose extensively degenerate ground states are the fully packed loop coverings, and a non-negative Majorana residual. On admissible commensurate tori, the residual selects precisely the three translation-related $2/3$-vison crystals, which saturate the bound, and an exact fermion-parity identity shows that for antiferromagnetic coupling their vacua also survive projection, making them rigorous ground states of the spin model. Within a single crystal, a depth-one local unitary then maps the ground space onto that of a sheared square-lattice toric code, giving fourfold topological degeneracy. The model thus realizes exact nonperturbative gauge-matter feedback: the flux fixes where the Majorana fermions may move, and their zero-point energy selects in return a topologically ordered vison crystal with spontaneously broken translation symmetry.

cond-mat.str-el↗

Quasiisometry invariance of relatively hyperbolic TDLC groups

Motivated by the work of Druţu--Sapir, we introduce a definition of relatively hyperbolic TDLC groups that depends only on their Cayley-Abels graphs and show that this new definition is equivalent to one introduced by Arora--Martínez-Pedroja. Then, we prove that relative hyperbolicity for TDLC groups is invariant under quasiisometry.

math.GR↗

FluidRain: Incompressible Rain Flow as an Attention Bias for Loop-in-Loop Video Deraining

Existing video deraining methods typically exploit neighboring frames through either explicit alignment or implicit spatiotemporal aggregation. Explicit alignment relies on accurate motion estimation, which can become unreliable under dense rain, while implicit aggregation avoids alignment but lacks explicit guidance on the directional and temporally coherent structure of rain. This leaves a gap between reliable temporal aggregation and explicit modeling of rain motion. To address these limitations, we propose FluidRain, a lightweight video derainer that uses divergence-free rain flow to guide Loop-in-Loop attention across scales and neighboring frames. Motivated by fluid mechanics, we model rain motion as a divergence-free image-space flow and use it to organize multi-scale and temporal aggregation. Specifically, FluidRain first estimates a rain-flow field for each frame and projects it onto the divergence-free subspace. The resulting flow steers window attention along rain streaks, enabling neighboring frames to be aggregated without explicit alignment. Since rain-flow structure is preserved across scales and nearby frames, Loop-in-Loop reuses the same attention operator across both dimensions, resulting in a three-frame model with only 0.80M parameters. Experiments on four benchmarks show that FluidRain remains competitive with substantially larger restoration models. We further examine how temporal evidence scales with different input views. To evaluate whether the model remains reliable when rain motion changes across frames, we introduce RainSyn-Gust, which injects controlled changes in rain-streak direction into existing benchmarks. We also develop a physics-based no-reference metric that evaluates real-rain removal without requiring clean targets.

cs.CV↗

When Does Action Credit Need Updating?

Tool-using agents are continually updated with new interaction data. After each policy update, however, previously estimated action credits may become stale. Recomputing them from scratch can require many additional tool calls and environment interactions, making repeated updates increasingly expensive. We ask a simple question: when does historical action credit actually need to be updated? Our key observation is that a change in action value does not necessarily imply a change in the decision. Historical credit can still be useful as long as policy-induced drift is too small to overturn the existing action ranking. Building on this idea, we introduce pairwise branch sensitivity to capture how strongly a policy update affects the downstream regions that distinguish two candidate actions. We then derive a first-order anchored credit-transport estimator that updates historical credit using old interventional trajectories, and propose a Decision-Sufficient Credit Gate (DSC-Gate) that chooses whether to reuse, transport, or resample credit. Experiments show that branch sensitivity explains credit drift substantially better than global policy distance. With sufficient historical data, credit transport reduces estimation error, while its benefit to decision making is concentrated on updates that affect action-distinguishing branches. On a fully independent test set, DSC-Gate changes mean regret by only +0.00004 relative to a gap-based gate while reducing mean new tool steps from 472 to 286, a 39.4% reduction. We observe the same pattern after a real tool-agent parameter update. Overall, our results show that agents do not need to recompute action credit after every policy update: much of the historical evidence can be reused or cheaply corrected, reducing the additional interaction required to keep action decisions up to date.

cs.AI↗