arXiv ScienceSearch

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 181 records · Page 10Linked to original sources

Transmutation based Quantum Simulation for Non-unitary Dynamics

We present a quantum algorithm for simulating dissipative diffusion dynamics generated by positive semidefinite operators of the form $A=L^\dagger L$, a structure that arises naturally in standard discretizations of elliptic operators. Our main tool is the Kannai transform, which represents the diffusion semigroup $e^{-AT}$, where $T$ is the final simulation time, as a Gaussian-weighted superposition of unitary wave propagators. For target accuracy $\varepsilon$, this representation leads to a linear-combination-of-unitaries implementation with a Gaussian tail and yields query complexity $\widetilde{O}(\sqrt{\|A\|\,T\,\log(1/\varepsilon)})$, up to the standard dependence on state-preparation and output-norm factors, improving the scaling in $\|A\|$, $T$, and $\varepsilon$ compared with generic Hamiltonian-simulation-based methods. We instantiate the method for the heat equation and biharmonic diffusion under non-periodic physical boundary conditions, and further use it as a subroutine for constant-coefficient linear parabolic surrogates arising in entropy-penalization schemes for the viscous Hamilton--Jacobi equations. In the long-time regime, under a spectral-gap assumption, the same framework gives a structured quantum linear solver by exploiting convergence to the steady state. For normalized positive definite systems $σ(A)\subset[1,κ]$, the solver outputs an $\varepsilon$-approximation to the state proportional to $\mathbf{x}=A^{-1}\mathbf{b}$ with query complexity $\widetilde{O}\left(\frac{\|\mathbf{b}\|}{\|\mathbf{x}\|}\sqrtκ\log^2\frac{\|\mathbf{b}\|}{\varepsilon\|\mathbf{x}\|}\right)$.

quant-ph

Theoretical Prediction of Optimal $T_c$ and Fermi Pockets in Nickelate Superconductors

High-pressure bilayer $La_{3-x}Sm_{x}Ni_{2}O_{7-δ}$ (LSNO) reaches a record $T_c=96 K$, triggering wide discussion on the $T_c$ ceiling of nickelate superconductors. We show monoclinic and tetragonal LSNO share the same octahedral quantum-well motif governing $T_c$ with $YBa_{2}Cu_{3}O_{7-δ}$ (YBCO). Using the Planckian quantum-well scaling $T_c = Λ/ξ^{2}$ ($ξ$: lattice-modulated quantum-well depth), we obtain $T_c=93.4 K$ and $97.1 K$ for monoclinic and tetragonal LSNO, matching experimental values $92 K$ and $96 K$. Despite distinct stoichiometry and global symmetry ($P2_1/m$ for LSNO, $Pmmm$ for orthorhombic YBCO), both systems have nearly identical $ξ$ ($3.6629$ angstrom vs. $3.6720$ angstrom) and consistent $T_c$ responses. Further calculations yield a universal $T_c$ limit $\sim100 K$ for rare-earth nickelates, irrespective of stacking sequences. We examine four nickelate multilayer stacking variants: 2222 (pure bilayer), 1212 (alternating single-bilayer), 2323 (bilayer-trilayer), and 1313 (single-trilayer). Mirror symmetry breaking of coupled twin quantum wells, unique to bilayer nickelates, dictates $γ$ Fermi pocket formation and ambient-pressure superconductivity. We further prove Fermi surfaces constitute a hologram of quantum-well electrons, establishing intrinsic links between quantum-well symmetry breaking, Fermi pocket structural evolution, and superconducting properties.

cond-mat.supr-con

Learning Password Best Practices Through In-Task Instruction

Users often make security- and privacy-relevant decisions without a clear understanding of the rules that govern safe behavior. We introduce pedagogical friction, a design approach that inserts brief, instructional interactions at the moment of action. We evaluate this approach in the context of password creation, a familiar task with clear quality criteria. We conducted a randomized study with 128 participants across four interface conditions that varied the depth and interactivity of guidance. We assessed three outcomes: (1) rule compliance in a subsequent password task without guidance, (2) accuracy on survey questions tied to password rules, and (3) behavior-knowledge alignment, which captures whether participants who correctly followed a rule also recognized it on the survey. Across the guided conditions, participants corrected most rule violations in the follow-up task and showed high behavior-knowledge alignment. Survey results suggested clearer advantages for some rule types, especially symbol related questions. These results position pedagogical friction as a lightweight intervention for security- and privacy-critical interfaces.

cs.HC

Garbage Attention in Large Language Models: BOS Sink Heads and Sink-aware Pruning

Large Language Models (LLMs) are known to contain significant redundancy, yet a systematic explanation for why certain components, particularly in higher layers, are more redundant has remained elusive. In this work, we identify the BOS sink phenomenon as a key mechanism driving this layer-wise sensitivity. We show that attention heads with high BOS sink scores are strongly associated with functional redundancy: such heads, especially in deeper layers, contribute little to predictive performance and effectively serve as dumping grounds for superfluous attention weights. Leveraging this insight, we introduce a simple pruning strategy that removes high-BOS sink heads. Experiments on Gemma-3, Llama-3.1, and Qwen3 demonstrate that this approach identifies redundant transformer components more reliably than weight- and activation-based criteria in terms of downstream task retention, remaining close to dense baselines at low-to-moderate pruning ratios. We further find that high-scoring sink heads sustain their focus on BOS as context length grows. Overall, our results suggest that structural properties of attention offer a more direct basis for model compression than magnitude-based methods.

cs.CL

Coordinate Systems and Transforms in Space Physics: Terms, Definitions, Implementations, and Recommendations for Reproducibility

In space physics, acronyms for coordinate systems (e.g., \texttt{GEI}, \texttt{GSM}) are commonly used; however, differences in their definitions and implementations can prevent reproducibility. In this work, we compare definitions in online resources, software packages, and frequently cited journal articles and show that implementation differences can lead to transformations between same-named coordinate systems and position values from different data providers to differ significantly. Based on these comparisons and results, and to enable reproducibility, we recommend that (a) a standard for acronyms and definitions for coordinate systems is developed, similar to equivalents in astronomy or earth sciences; (b) a standards body develops a citable database of reference data needed for these transforms. For software that computes coordinate transforms, we also recommend that their developers provide explicit comparisons of their implementations with the results of (b) and documentation on implementation choices. Additionally, we provide recommendations for scientists and metadata developers to ensure that sufficient information is provided to enable reproducibility. Finally, we document that spacecraft positions from data providers can differ both because of differences in how they implemented transforms and because of differences in the original source of the position data, and provide recommendations to improve the documentation of spacecraft positional datasets.

physics.space-ph

Decoding Order Matters in Autoregressive Speech Synthesis

Autoregressive speech synthesis often adopts a left-to-right order, yet generation order is a modelling choice. We investigate decoding order through masked diffusion framework, which progressively unmasks positions and allows arbitrary decoding orders during training and inference. By interpolating between identity and random permutations, we show that randomness in decoding order affects speech quality. We further compare fixed strategies, such as \texttt{l2r} and \texttt{r2l} with adaptive ones, such as Top-$K$, finding that fixed-order decoding, including the dominating left-to-right approach, is suboptimal, while adaptive decoding yields better performance. Finally, since masked diffusion requires discrete inputs, we quantise acoustic representations and find that even 1-bit quantisation can support reasonably high-quality speech.

cs.SD

R-transforms for non-Hermitian matrices: a spherical integral approach

In this paper, we establish a connection between the formalism of $\mathcal{R}$-transforms for non-Hermitian random matrices and the framework of spherical integrals, using the replica method. This connection was previously proved in the Hermitian setting and in the case of bi-invariant random matrices. We show that the $\mathcal{R}$-transforms used in the non-Hermitian context in fact originate from a single scalar function of two variables. This provides a new and transparent way to compute $\mathcal{R}$-transforms, which until now had been known only in restricted cases such as bi-invariant, Hermitian, or elliptic ensembles.

cond-mat.dis-nn

Dynamic reinsurance via martingale transport

We formulate a dynamic reinsurance problem in which the insurer seeks to satisfy prescribed terminal moment or risk-based constraints while minimizing the $L^2$-norm of the ceded risk. As a tool for this analysis, we first use techniques from martingale optimal transport to study the auxiliary problem in which the insurer matches a given terminal distribution of the surplus process. We show that, under suitable assumptions, this auxiliary problem admits a tractable solution analogous to the Bass martingale. We then relax this condition by only requiring certain moment or risk-based constraints.

q-fin.RM

Elevator Codes: Concatenation for resource-efficient quantum memory under biased noise

Biased-noise qubits, in which one type of error (e.g. $X$- and $Y$-type errors) is significantly suppressed relative to the other (e.g. $Z$-type errors), can significantly reduce the overhead of quantum error correction. Codes such as the rectangular surface code or XZZX code substantially reduce the qubit overhead under biased noise, but they still face challenges. The rectangular surface code suffers from a relatively low threshold, while the XZZX code requires twice as many physical qubits to maintain the same code distance as the surface code. In this work, we introduce a 2D local code construction that outperforms these codes for noise biases $η\ge 7\times10^{4}$, reducing the qubit overhead by over 50% at $p_Z=10^{-3}$ and $η= 2 \times 10^6$ to achieve a logical error rate of $10^{-12}$. Our construction relies on the concatenation of two classical codes. The inner codes are repetition phase-flip codes while the outer codes are high-rate bit-flip codes enabled by their implementation at the logical level, which circumvents device connectivity constraints. These results indicate that under sufficiently biased noise, it is advantageous to address phase-flip and bit-flip errors at different layers of the coding scheme. The inner code should prioritize a high threshold for phase-flip errors, while the bit-flip outer code should optimize for encoding rate efficiency. In the strong biased-noise regime, high-rate outer codes keep the overhead for correcting residual bit-flip errors comparable to that of the repetition code itself, meaningfully lower than that required by earlier approaches.

quant-ph

Small Gradient Norm Regret for Online Convex Optimization

This paper introduces a new problem-dependent regret measure for online convex optimization with smooth losses. The notion, which we call the $G^\star$ regret, depends on the cumulative squared gradient norm evaluated at the decision in hindsight. We show that the $G^\star$ regret strictly refines the existing $L^\star$ (small loss) regret, and that it can be arbitrarily sharper when the losses have vanishing curvature around the hindsight decision. We establish upper and lower bounds on the $G^\star$ regret and extend our results to dynamic regret and bandit settings. As a byproduct, we refine the existing convergence analysis of stochastic optimization algorithms in the interpolation regime. Some experiments validate our theoretical findings.

stat.ML

Sharp Quantitative Forms of the Hardy Inequality on Cartan-Hadamard Manifolds via Sobolev-Lorentz Embeddings

In this article, we investigate the quantitative form of the classical Hardy inequality. In our first result, we prove the following quantitative bound under the assumption that the $\mathbb{M}^N$ is a Riemannian model satisfying the Pólya--Szegő inequality: We prove that $$ \|\nabla_g u\|^2_{L^{2}(\mathbb{M}^N)} - \frac{(N-2)^2}{4}\left\|\frac{u}{r(x)}\right\|^2_{L^2(\mathbb{M}^N)} \geq C [\mbox{dist}(u, Z)]^{\frac{4N}{N-2}}\left\|\frac{u}{r(x)}\right\|^2_{L^2(\mathbb{M}^N)},$$ for every real-valued weakly differentiable function $u$ on $\mathbb{M}^N$ such that $|\nabla_g u| \in L^2(\mathbb{M}^N)$ and $u$ decays to zero at infinity. Here $r(x) = d_g(x,x_0)$ denotes the geodesic distance from a fixed pole $x_0,$ the set $Z$ represents the family of virtual extremals, and the distance is understood in an appropriate generalized Lorentz-type space. Our approach is built on the symmetrization technique on manifolds, combined with a novel Jacobian-type transformation that provides a precise way for comparing volume growth, level sets, and gradient terms across the two geometries of Euclidean and manifold settings. When coupled with symmetrization, this framework yields sharp control over the relevant functionals and reveals how the underlying curvature influences extremal behavior. Our result generalizes the seminal result of Cianchi-Ferone [Ann. Inst. H. Poincaré C Anal. Non Linéaire 25 (2008)] to the curved spaces. Moreover, building upon this transformation, we succeed in extending Sobolev-Lorentz embedding-classically formulated in the Euclidean setting to the broader framework of Cartan-Hadamard models and we establish an optimal Sobolev-Lorentz embedding in this geometric setting. Finally, we establish a quantitative correspondence between the Hardy deficit on the manifold and an appropriate weighted Hardy deficit in Euclidean space, showing that each controls the other.

math.AP

Analytically dense Mordell-Weil rank jumps on elliptic surfaces via transverse realization

Following Park-Schmitt, let $\mathcal{W}_{\mathrm{min},n}$ denote the moduli stack of minimal Weierstrass fibrations of Faltings height $n\ge2$ over an unparameterized $\mathbb{P}^1_{\mathbb{C}}$. A very general member has Mordell-Weil rank zero. For every integer $r$ satisfying $1\le r\le\left\lfloor\frac{10n-2}{n-1}\right\rfloor$, we prove that the locus of simply-branched elliptic surfaces with only ${\mathop{\rm I}}_1$ singular fibres and Mordell-Weil rank at least $r$ is analytically dense in $\mathcal{W}_{\mathrm{min},n}$. The locus of such surfaces with rank exactly one is also analytically dense. More precisely, within the simply-branched all-${\mathop{\rm I}}_1$ locus, every point is an analytic limit of pairwise non-isomorphic Jacobian elliptic surfaces carrying $r$ independent sections whose canonical heights all tend to infinity. These sections arise from individually primitive integral $(1,1)$ classes imposing $r(n-1)$ independent period conditions. After base change to a marked deformation chart, the deformation germ of each constructed surface with its ordered sections is identified with the corresponding smooth Hodge-locus germ. The proof combines Shepherd-Barron's infinitesimal period calculation with a block Vandermonde construction, lattice approximation, and the holomorphic implicit function theorem.

math.AG

Union3.1: Reducing Systematics in Supernova Cosmology with Self-consistent Measurements of Host Galaxy Properties for 2000 Type Ia Supernovae

Photometrically derived distances of Type Ia supernovae (SNe Ia) rely on a $\sim5\%$ empirical correction based on host galaxy properties, e.g., global stellar mass. Unbiased cosmology inference therefore requires the self-consistent determination of host properties across the full range of redshifts probed, which we undertake here for approximately 2000 SNe in the Union3 compilation (now Union3.1). We use homogeneous, optical-infrared photometry from the DESI Legacy Imaging Surveys to infer global galaxy properties using the stellar population synthesis and SED-fitting code Prospector. We find that the host masses of $z<0.1$ SNe in Union3 were on average overestimated, while the opposite was true for $z<0.15$ SNe in Pantheon+. After correction, the two studies' average distance modulus estimated for low-redshift SNe, previously $>0.03$ mag discrepant, come into 0.01 mag agreement. Updating the UNITY SN analysis, we find the uncertainties on all standardization parameters shrink to $0.6$-$0.9\times$ their previous sizes. For flat-$Λ$CDM, we find from SNe alone $Ω_m=0.344^{+0.026}_{-0.025}$ (a $-0.4σ$ shift from Union3). We then combine with measurements of Baryon Acoustic Oscillations and the Cosmic Microwave Background exactly as done by DESI DR2 and find for flat $w_0w_a$CDM, $w_0=-0.719\pm0.084$ and $w_a=-0.95^{+0.29}_{-0.26}$, corresponding to $3.4σ$ evidence against a cosmological constant (down from $3.8σ$ per DESI-DR2+Planck+Union3). Updating the DESI-DR2+Planck+SN combined probe analysis with the recent Dovekie recalibration of DES-SN5YR (B. Popovic et al. 2025) or the updated Pantheon+, we find $3.4σ$ (was $4.2σ$ before Dovekie) and $3.2σ$ (was $2.8σ$ before our correction to Pantheon+) evidence, respectively, against a cosmological constant--a significantly improved consistency between SN analyses.

astro-ph.CO

Comprehensive effective field theory framework for coherent elastic neutrino-nucleus scattering

Coherent elastic neutrino-nucleus scattering (CE$ν$NS) stands out as a pivotal process for precision tests of the Standard Model electroweak sector, investigations of neutrino properties, and searches for new physics. Recent experimental measurements by COHERENT, CONUS+, and ton-scale xenon detectors--including PandaX-4T and XENONnT--underscore the need for a systematic theoretical framework to bridge high-energy physics scenarios with low-energy observational data. In this work, we develop a comprehensive end-to-end effective field theory (EFT) framework for CE$ν$NS, encompassing the complete energy scale hierarchy spanning the ultraviolet regime down to the nuclear sector. We consider the low-energy EFT (LEFT) operators up to dimension 8, incorporating their QCD renormalization group running effects, and employ the systematic spurion method to achieve matching between these operators and the chiral Lagrangian. A full power counting analysis is performed, extending to nuclear response functions, which evaluates contributions from LEFT operators up to dimension 8 while accounting for the nucleon number enhancement effect intrinsic to CE$ν$NS. Moreover, we match the relevant LEFT operators for CE$ν$NS onto operators up to dimension 8 within the Standard Model EFT. By also providing their complete tree-level ultraviolet completions, this procedure establishes a consistent top-down theoretical workflow. Leveraging a broad suite of CE$ν$NS experimental data, this framework enables a combined analysis to extract constraints on the scales of EFT operators and neutrino non-standard interaction parameters.

hep-ph

The Benefit of Collective Intelligence in Community-Based Content Moderation is Limited by Overt Political Signalling

Social media platforms face increasing scrutiny over the rapid spread of misinformation. In response, many have adopted community-based content moderation systems, including Community Notes (formerly Birdwatch) on X (formerly Twitter), Community Notes on Meta, and Footnotes on TikTok. However, research shows that the current design of these systems can allow political biases to influence both the development of notes and the rating processes, reducing their overall effectiveness. We hypothesise that enabling users to collaborate on writing notes, rather than relying solely on individually authored notes, can enhance the overall quality of their notes. To test this idea, we conducted an online experiment in which participants jointly authored notes on politically misleading posts. We find that collaboration improves the helpfulness of notes, although the average effect depends on the interactional context. In particular, the benefits of collaboration decline when participants are made aware of one another's political affiliations. We also find that politically diverse teams improve note quality when evaluating Republican posts, while team composition does not meaningfully affect note quality for Democrat posts. These findings underscore the complexity of community-based content moderation and highlight the importance of understanding group dynamics and political diversity when designing more effective moderation systems.

cs.SI

On graded Lie algebras associated to once-punctured elliptic curves with complex multiplication

We study a graded Lie algebra arising from the Galois action on the pro-$p$ fundamental group of a once-punctured elliptic curve with complex multiplication. Among other things, we provide a minimal generating set of the rationalized Lie algebra under suitable assumptions. The proof is based on a slight variant of the theory of weighted completion of profinite groups developed by Hain and Matsumoto.

math.NT

The Role of Dataset Linguistic Structure in the Cultural Awareness of Large Language Models

The global deployment of large language models (LLMs) has raised concerns about cultural misalignment, yet the linguistic properties of fine-tuning datasets used for cultural adaptation remain poorly understood. We adopt a dataset-centric view of cultural alignment and investigate which properties of post-training data are associated with cultural performance, whether they can guide data selection before fine-tuning, and how their effects vary across languages and model families. We compute lightweight linguistic, semantic, and structural metrics for Arabic, Chinese, and Japanese datasets and apply principal component analysis (PCA) separately within each language. The resulting components form broadly interpretable axes: PC1 is generally dominated by semantic structure, PC2 captures diversity and lexical variation, and PC3 reflects more language-specific organization. We fine-tune LLaMA, Mistral, and DeepSeek models and evaluate them on benchmarks of cultural knowledge, values, and norms. Although the PCA-derived dataset descriptors are associated with downstream performance, the strongest relationships vary across models, benchmarks, and languages, indicating that no single component serves as a universal predictor. Controlled, size-matched subset interventions further show that PCA-guided selection can improve cultural performance when the relevant component and direction are validated against random sampling. PC3 provides the strongest signal for Arabic, while High-PC1 is most effective for Japanese, particularly for LLaMA. Chinese results are weaker and more model-specific and remain exploratory because of smaller subset sizes. Overall, our findings show that lightweight dataset descriptors can support pre-training data diagnostics, but effective cultural adaptation requires language- and architecture-aware selection rather than a universal linguistic criterion.

cs.CL

Robot Programming with Augmented Reality: The Role of Spatial Ability

Programming a robot arm requires users to interpret coordinate frames, joint rotations, and trajectories that are not directly visible. Augmented reality (AR) can make these spatial relations visible, but its benefits may depend on users' spatial ability. We conducted a randomized between-subjects experiment ($N=71$) in which participants learned to program a physical UR5e robot using either conventional teach-pendant controls with PDF instructions or a head-mounted AR interface that displayed joints, coordinate frames, and waypoints. We measured users' spatial ability with the Mental Rotation Test and assessed subjective cognitive load and system usability. Overall, AR did not significantly improve cognitive load or usability compared with conventional instruction. However, exploratory analyses revealed a compensatory effect: spatial ability predicted higher usability and lower extraneous cognitive load in the control group, but not in the AR condition, suggesting AR mitigated the disadvantage typically faced by users with lower spatial ability. These findings point to a compensatory function of AR that should be explored to guide the design of personalized AR interfaces for human-robot interaction.

cs.RO