arXiv Science⌕ Search

arXiv subjects

Search papers

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

At least 1,009 records · Page 56Linked to original sources

QaiJi IR: An Eight-Layer Intermediate Representation Family for Hybrid Quantum-Classical Compilation

Hybrid quantum-classical compilers exchange programs among circuit, control-flow, pulse, device, and physical representations. Existing formats make different abstraction choices, so the properties that must survive a lowering step are often enforced by tool-specific code rather than stated in a common intermediate representation (IR). We present QaiJi IR, an eight-layer family organized by a \emph{five-axis semantic contract} for data, semantics, lowering, runtime, and verification. Its L4 SemanticIR records the operation class, declared equivalence level, optimization role, and classical-feedback model as attributes, and maps operation classes to ISA-neutral hardware actions. The prototype provides typed quantum and classical circuit nodes, OpenQASM~2 compatibility input, canonical OpenQASM~3 output, explicit rejection of unsupported constructs, and executable gate-convention checks. A representative measurement-conditioned program reaches a canonical QASM fixed point, acquires a measurement-to-condition edge, passes an exact aggregate consistency check, and produces a symbolic pulse template. For a one-bit active-reset case, device lowering materializes ALU/FPROC records and a conditional branch. Running the resulting virtual pulse processing unit (VPPU) program with externally supplied outcomes 0 and 1 respectively skips and executes the conditional drive. These tests validate the represented compiler path and binary branch behavior. They do not establish a physical feedback loop, because the simulator cannot yet apply mid-circuit measurement collapse and continue the same dynamical trajectory.

quant-ph↗

Reduction technique for expanding the Feynman diagrams in AdS$_2$

We formulate the reduction technique for expanding the $n$-point AdS Feynman diagrams in two dimensions into the Wilson line networks. The technique applies to any $n$-point tree diagram, expressing it as several series of the matrix elements of Wilson line network operators, and employs the Wilson network expansions of the $(n-1)$-point AdS Feynman diagrams, which can in turn be obtained using the same technique. Consequently, the complexity of this technique does not increase with $n$, provided that the expansions of the $(n-1)$-point diagrams are known. To demonstrate the reduction technique, we apply it to all topologically distinct five-point AdS Feynman tree diagrams. The resulting expansions near the conformal boundary reproduce the known decompositions of the corresponding five-point Witten diagrams into conformal blocks.

hep-th↗

Beyond Feature Reliability: Repeat-Informed Multifractal Curve Regression for Brain-Age Prediction

Brain-age prediction from resting-state fMRI provides a quantitative framework for characterizing age-related changes in spontaneous brain dynamics and for identifying functional signatures. Existing studies have linked fractal and multifractal scaling to age and examined the reliability of individual features. However, prediction repeatability depends on how features fluctuate jointly and how a predictor combines them, which feature-wise reliability assessments do not capture. To address this problem, we propose Repeat-informed Multifractal Curve Regression (RMCR), a structured framework for learning stable age-predictive patterns from multifractal curves. By jointly modeling curve structure and repeat-scan variability, RMCR learns predictive combinations of fluctuation orders that target both accuracy and within-subject consistency. Relative to a matched run-level ridge baseline, RMCR reduces single-run MAE by 6.1% on HCP-A and 7.9% on an external Cam-CAN cohort, and within-visit repeat absolute difference by 18.5% on HCP-A, using a single scan at inference.

cs.LG↗

Beyond Centralized Policy Decision Points: Decentralized Sticky Policy Authorization through Evidence Quorums

Sticky policies remain attached to protected data so that access restrictions can persist across systems, yet request-time authorization often still depends on a centralized Trusted Authority or Policy Decision Point (PDP). This paper presents SPEAR-Q, a decentralized framework in which independent Policy Authority Nodes (PANs) evaluate the active sticky policy using local context, consent, and risk information and generate signed authorization evidence. A strict-majority Evidence quorum determines the global Permit or Deny decision, while a committed policy becomes active only after the required PAN majority applies it. SPEAR-Q was deployed across physically separated hosts in the Airbus Cyber Security Simulation Platform and evaluated using a healthcare workload derived from MIMIC-IV. Across 9,000 performance requests, all requests completed without execution failure or timeout. Latency increased and throughput saturated as cluster size and concurrency grew, with PAN evidence waiting and PAN-local processing dominating under load and credential validation forming the main PAN-side cost. Policy-activation experiments confirmed majority-based activation. Quorum experiments showed that correctly signed false-Permit evidence from fewer compromised PANs than the required quorum could not produce a global Permit or resource release, while authorization remained fail-closed when reachable PANs fell below the required quorum. Compared with prior approaches that decentralize policy management, credential authority, or threshold-based release separately, SPEAR-Q integrates persistent sticky policy enforcement, independent request-time evidence, majority-based policy activation, and explicit quorum-bounded authorization within one decentralized framework. Under the evaluated conditions, SPEAR-Q supports decentralized sticky-policy authorization without relying on a centralized decision authority.

cs.CR↗

DocuTeam: Mixed-Initiative Multi-Agent Discussions around Evolving Documents

In open-ended problem solving, collaborators often rely on discussion to surface concerns, challenge perspectives, and refine shared work as it evolves. While AI agents are increasingly used as discussion partners, existing multi-agent systems place a heavy burden on users to initiate and carefully orchestrate the discussions. We present DocuTeam, a mixed-initiative multi-agent discussion system in which both users and agents can initiate and steer conversations. Agents monitor document changes to proactively start and redirect discussions as the work evolves, while users can flexibly shape the conversation or adopt agent ideas. In a within-subjects study (N=20), participants using DocuTeam produced outcomes rated significantly more novel, relevant, and specific than with a baseline without any increase in cognitive load. Rather than using agents for one-off idea sourcing, participants engaged in an iterative refinement loop in which document changes prompted agent reactions, which led users to revisit and further develop their work.

cs.HC↗

EgoSpeedUp: Transferring Human Manipulation Tempo to Robot Policies

Robot manipulation policies trained through imitation learning inherit not only the demonstrated behavior but also the conservative execution tempo of robot demonstrations. Existing acceleration approaches can execute faster than the original demonstrations, but determine the appropriate acceleration primarily from robot-side information or a predefined set of tempo factors, leaving open how to obtain a task-appropriate reference for how fast each manipulation phase should progress. We introduce EgoSpeedUp, a framework that uses human manipulation as temporal supervision for robot imitation learning. Our key insight is that human demonstrations naturally reveal task-appropriate, phase-wise manipulation tempo. Given slow robot demonstrations and human demonstrations of the same task, EgoSpeedUp aligns corresponding manipulation phases, estimates their relative execution tempos from multiple human demonstrations, and transfers the resulting phase-wise tempo by retiming the robot demonstrations. The retimed demonstrations are then used for standard behavior cloning, allowing the robot to retain its executable manipulation behavior while learning to perform it at a human-informed tempo. Across two real-world manipulation tasks, EgoSpeedUp improves the task success rate by an average of 25 percentage points (pp) while reducing successful execution time by 36.5%. These results demonstrate that human manipulation tempo provides an effective temporal reference for learning faster and more reliable robot policies.

cs.RO↗

When No One Owns the Judgment: Accountability Under Contribution Dissolution in Human-AI Collaboration

Communities often respond to potentially AI-assisted work by asking three questions: Was AI used? Was that use disclosed? Can hidden use be detected? These questions place AI use itself at the center of accountability while overlooking a deeper problem: unowned judgment. Evaluations, claims, decisions, and creative directions can be shaped by AI with no accountable human or institution prepared to stand behind them. We develop this argument through two illustrative cases: AI-assisted peer review and concealed AI use in creative work. The first shows how contribution dissolution can weaken responsibility while the second shows how the fear of losing credit can discourage honest disclosure. The cases expose the limits of disclosure rules and provenance records as responses to AI-mediated collaboration. We offer three directions for discussion: distinguishing the roles AI plays, identifying judgments that require clear human ownership, and creating conditions in which AI involvement can be disclosed without default penalty. The broader aim is to make AI-shaped contributions discussable, creditable, contestable, and repairable.

cs.AI↗

Equivalent Flux Compensation for SPMSM Sensorless Control under Parameter Mismatch

Parameter mismatch is the main source of rotor position estimation error in sensorless control of surface-permanent magnet synchronous motors (SPMSMs). To this end, this paper proposes a simple yet efficient equivalent flux compensation (EFC) method that directly estimates the equivalent flux disturbance caused by parameter mismatches in real time. First, the equivalent flux disturbance caused by parameter mismatches is derived from a nonlinear flux observer. Second, a flux update law is proposed to minimize both magnitude and directional errors by leveraging geometric error together with the derived equivalent flux disturbance. To enhance numerical stability, a saturation function is introduced to improve gradient continuity in the update process. Additionally, Lyapunov analysis is employed to ensure the stability of the proposed update law, from which the corresponding error bounds and convergence properties are derived. Finally, experimental results validate that the proposed method fully compensates for the steady-state effects of resistance and flux mismatches, and partially mitigates the influence of inductance variation, effectively constraining the position estimation error within a relatively small range.

eess.SY↗

Theoretical Perspectives on Flavour Physics

Flavour physics and CP violation play a key role for the testing of the Standard Model and search for New Physics at the high-precision frontier. After a compact discussion of the current status of (quark)-flavour physics, I will illustrate theoretical prospects for benchmark processes in the sector of decays of B mesons, ranging from precision determinations of the CP-violating phases of neutral B-meson mixing over non-leptonic decays governed by penguin topologies and channels arising only from tree diagrams to rare loop-induced decays into final states with leptons. Exciting opportunities for theorists and experimentalists arise in the era of the HL-LHC and Belle II and beyond at the FCC-ee.

hep-ph↗

A Multi-Stage Linear Programming Framework for Three-Phase State Estimation in Low-Voltage Distribution Grids

Low-voltage (LV) distribution feeders are increasingly difficult to monitor because real-time load data are unavailable, historical measurements are sparsely sampled, and high-rate voltage sensors cover only a few nodes. This paper proposes a multi-stage linear programming (MSLP) estimator for three-phase unbalanced LV grids that reconstructs per-phase nodal voltages under such limited observability. The estimator linearises the three-phase power flow through voltage-to-power sensitivity matrices and adjusts the nodal active and reactive power injections so that the resulting voltages match the available measurements. To limit the error introduced by linearisation, the sensitivities are rebuilt and the power corrections refined over successive iterations, and power-balance constraints at intermediate metered nodes are added to tighten the feasible region. The method is validated on a real 50-node Danish LV feeder, where it attains a mean absolute error of 0.641V, a standard deviation of 0.816V, a root-mean-square error of 0.842~V, and a maximum error of 3.437V. Compared with a single-stage linear estimator, MSLP lowers the error metrics by roughly 16 percent on average, and additional studies quantify the influence of the input-preparation strategy and of the number of estimation meters.

eess.SY↗

Comparative spectro-temporal study between 1A 1246$-$588 and 4U 0614$+$091 using AstroSat

We present a comparative broadband spectro-temporal study of the ultra-compact X-ray binary (UCXB) candidates 1A 1246$-$588 and 4U 0614$+$091 using AstroSat observations. Spectral modelling shows that the spectrum of 1A 1246$-$588 is well described by thermal Comptonization and a soft thermal disk component. We identify a candidate narrow quasi-periodic oscillation (QPO) at $993\pm4$ Hz with a single-detector significance of $ ~ 3.7σ$, tentatively consistent with the upper kHz QPO previously reported from this source. An independent cross-instrument check does not confirm this feature, and we therefore treat it as a tentative, unconfirmed signature rather than a secure detection. In contrast, across the 4 observations, 4U 0614$+$091 evolves from a Comptonization-dominated hard state to a thermally dominated soft state, with the electron temperature decreasing from ~ 19 keV to ~2.3 keV, while the disk and blackbody temperatures increase. This evolution is accompanied by an increase in the disk contribution to the total flux from ~ 18% to ~ 50% and the appearance of an Fe emission line near 6.97 keV in the soft state. The inner disk radius remains approximately constant at ~13- 15 $R_g$, suggesting that the observed evolution is driven primarily by changes in the thermal properties of the accretion flow rather than substantial variations in disk truncation. When the source is in its hardest state, it displays the richest timing behaviour, with variability components spanning from ~ 12 Hz to nearly 1 kHz, whereas the softer observations are dominated by low frequency variability, along with a persistent component near ~140 Hz and a prominent ~ 100 Hz feature in O4. These results suggest that progressive cooling of the Comptonizing corona, along with enhanced thermal emission from the disk and boundary layer, play a key role in shaping the spectral and timing evolution of 4U 0614$+$091.

astro-ph.HE↗

Neuralized Multi-Wavelet Decomposition for Time Series Classification and Forecasting

Time series analysis is fundamental in domains such as finance, healthcare, and meteorology. Real-world time series often exhibit multiscale characteristics shaped by diverse latent factors, resulting in intricate temporal patterns and rich frequency structures. However, existing approaches typically focus on either frequency-domain decomposition or time-domain pattern extraction in isolation, neglecting their joint structure. This decoupled modeling limits representation expressiveness and undermines performance in tasks requiring simultaneous temporal and spectral reasoning. To address this gap, we propose m-WCN, a novel end-to-end deep learning framework that neuralizes multi-wavelet decomposition for joint extraction of temporal patterns and frequency components. By approximating the classical GHM multi-wavelet transform with trainable convolutional operators and enforcing orthogonality constraints, m-WCN produces interpretable multi-resolution representations. Built on this foundation, we introduce two task-specific architectures: TFBC for time series classification, which boosts discriminative features across frequency scales, and FTB for forecasting, which ensembles frequency-aware predictors. Extensive experiments on 64 UCR datasets and seven public forecasting benchmarks demonstrate the effectiveness of our approach. Built on the neuralized m-WCN, our TFBC and FTB outperform various baseline models across diverse datasets, achieving average improvements of 19.97% in classification and 19.92% in forecasting tasks.

cs.LG↗

Discreteness of the Steklov Spectrum for Exterior Non-Compact Free-Boundary Minimal Surfaces with Regular Ends of Finite Total Curvature

We study the Steklov problem on non-compact exterior free-boundary minimal surfaces. Boundary values need not determine a unique harmonic extension, so the operator also requires a prescription at infinity. For proper surfaces in $\mathbb{R}^3$ with compact boundary and finitely many regular ends of finite total curvature, we construct a natural class of such prescriptions. Every resulting operator is self-adjoint with compact resolvent; consequently, its spectrum is discrete, bounded below, and tends to $+\infty$. If the coordinate functions have linearly independent boundary traces, the prescription can be chosen so that these traces are eigenfunctions with eigenvalue $-1$.

math.DG↗

Safe Learning-Based Adaptive Augmentation Control for Fixed-Wing UAV under Uncertainty

This paper presents a learning-based adaptive augmentation control concept inspired by the adaptation mechanisms of conventional adaptive control, while not being restricted to their specific parametric adaptation structures. In contrast to augmenting a reinforcement learning (RL) baseline controller with classical adaptive control to account for the simulation-to-reality gap, the proposed approach uses RL-based adaptive augmentation to address the limitations of conventional adaptive control. Domain randomization combined with observation stacking is employed to train the RL-based augmentation to compensate for matched uncertainties in a fixed-wing aircraft system. To ensure constraint satisfaction during operation, a safety filter is incorporated into the control architecture. Based on the concept of pseudo control hedging (PCH), we propose a modified reference model that avoids undesirable interactions between the RL-based augmentation and the safety filter. To reduce the conservatism of the safety filter, we additionally incorporate a disturbance observer. The proposed approach is evaluated on a fixed-wing aircraft model subject to uncertainties.

eess.SY↗

Off-manifold robustness in synthesizer inversion with joint distribution flow matching

Recent work on synthesizer inversion shows that generative models outperform deterministic approaches by explicitly modeling the ambiguity in mapping audio to parameters. Training such models, however, requires audio-parameter pairs, which are typically obtained by rendering sampled or preset parameters through the synthesizer itself. This creates a train-test mismatch that can degrade performance on off-manifold real-world recordings, for which ground-truth parameter annotations do not exist. To circumvent this obstacle, we propose to model the joint distribution of audio and parameters with a multi-modal continuous normalizing flow using independent noise schedules for each modality. This formulation allows us to train joint and conditional densities with paired synthesizer data, while unpaired real recordings can train the audio marginal alone, exposing the model to off-manifold signals without requiring parameter labels. Further, because the model learns to map from audio to parameters at all noise levels, we find that partially noising the audio reference at inference improves real-audio reconstruction, consistent with reducing sensitivity to distribution-specific detail while preserving coarse structure. Evaluating on Surge XT and Dexed, we find that modelling the joint distribution substantially improves both inversion of real-world and in-domain audio.

cs.SD↗

Inverse Linear Quadratic Gaussian Games: Constrained Setting and Transferability

This work addresses finite-horizon inverse linear quadratic Gaussian games. In a constrained setting, we characterize the set of cost parameters and optimal dual values that generate a given generalized Nash equilibrium, and we propose an algorithm to compute these parameters. In an unconstrained setting, we address transferability, namely, we bound the cost value perturbation between two policies: one induced by the identified cost parameters, the other by the expert parameters, under a set of different dynamics. This cost value perturbation scales linearly with the deviations in the dynamics and the identified cost parameters. Through numerical simulations, we show that, in a constrained setting, our algorithm identifies the cost parameters and dual values that can reproduce the policy and trajectories corresponding to the observed generalized Nash equilibrium. In an unconstrained setting, we show with a traffic simulation and real-robot experiments that the identified cost parameters can be used to control sufficiently close dynamics, with performance degrading linearly with the deviations in the dynamics and the identified cost parameters.

eess.SY↗

TinyCardioUNet: IMU-to-ECG Translation with Graph-Encoded Inter-Axis Dependencies and Tensor Decomposition-Based Parameter Reduction

Estimating electrocardiography (ECG) from a chest-worn inertial measurement unit (IMU) enables continuous heart rate (HR) monitoring without the discomfort of electrodes. We propose TinyCardioUNet, a lightweight UNet that uses all six IMU axes without prior channel selection, refines its bottleneck with a graph neural network that encodes inter-axis dependencies, and employs tensor decomposition with automatic variational Bayesian rank selection for parameter reduction. On a public dataset, TinyCardioUNet achieves an RMSE of $0.098$ and a Pearson correlation coefficient of $0.677$ with only $36.0$k parameters and remains comparatively robust to additive noise, demonstrating accurate ECG reconstruction with a compact model.

cs.LG↗

Two temperature scales in the Ising model on the $\{5,4\}$ hyperbolic lattice with free boundaries: susceptibility peak and boundary-induced order

On the $\{5,4\}$ hyperbolic lattice, the outermost generation holds 73\% of the sites at all system sizes, making macroscopic averages strictly boundary-dependent. We study the ferromagnetic Ising model on this geometry with free boundaries by Monte Carlo simulation, demonstrating that conventional observables cease to identify a single critical scale. Instead, the finite lattices are organized by two distinct temperature scales. The susceptibility maximum identifies the lower transition scale at $T_{c2}=1.4782(15)J/k_{B}$ without extrapolation. However, the order-parameter distribution lacks a conventional fixed point at this scale. A distinct pseudocritical scale emerges instead at $T^{*}\simeq1.67(3)$ inside the boundary-sensitive intermediate phase, where Binder cumulant curves cross and effective exponents are compatible with mean-field criticality. Between $T_{c2}$ and $T^{*}$, the interior amplifies boundary fluctuations into induced order. Furthermore, because the volume grows exponentially with depth, finite-size scaling must be formulated in the generation index rather than the total number of sites. The lack of asymptotic power-law convergence in the scaling stretch confirms through an independent observable that $T^{*}$ is a finite-size crossover rather than a thermodynamic fixed point. Finally, by applying a coherent field to the outermost generation alone, we recover the upper thermodynamic transition at $T_{pt}=2.81(1)J/k_{B}$, demonstrating that it remains accessible under an appropriate boundary perturbation.

cond-mat.stat-mech↗