https://arxiv.org/api/R0DVXFlu7NaWJ8VjWrdig7I42hM 2026-09-11T19:06:27Z 41998 15 15 http://arxiv.org/abs/2602.10420v4 Prediction--Loss Alignment for Sampler--Robust Flow Matching Training 2026-09-10T09:51:53Z Recent work has popularized a practical recipe in diffusion and flow matching: predict the clean signal $x$, convert it to a velocity, and train through a velocity-space loss. The conversion contains a singular endpoint amplification and therefore appears prone to unstable optimization, yet recent systems obtain strong empirical results with this recipe. We investigate this tension through the integrability of the pre-optimizer stochastic-gradient second moment. Under stated initialization conditions, the moment diverges under Uniform sampling; boundary-suppressing sampling can restore integrability under an additional upper-growth condition. We then show that prediction--loss alignment eliminates this conversion-induced source of non-integrability. Under a uniform moment bound, alignment yields a finite second moment for every timestep density, including Uniform sampling. Controlled experiments across continuous and binary settings reproduce the predicted sampler-dependent instability and show that aligned objectives remain trainable across the tested samplers. These results reconcile pointwise amplification with sampler-dependent empirical success and support alignment as a principled route to more robust flow-matching training. 2026-02-11T02:02:30Z 24 pages, 9 tables, 10 figures. This version corrects errors in the experimental evaluation and revises the affected results and conclusions. It supersedes earlier versions; readers should refer to the corrected results presented here Jiadong Hong Lei Liu Xinyu Bian Wenjie Wang Zhaoyang Zhang http://arxiv.org/abs/2001.03346v4 Time-Varying Graph Learning with Constraints on Graph Temporal Variation 2026-09-10T09:47:10Z We propose a novel framework for learning time-varying graphs from spatiotemporal measurements. Given an appropriate prior on the temporal behavior of signals, our proposed method can estimate time-varying graphs from a small number of available measurements. To achieve this, we introduce three regularization terms in convex optimization problems that constrain the sparseness of temporal variations of the time-varying networks. Moreover, a computationally scalable algorithm is introduced to solve the optimization problem efficiently. The experimental results with synthetic and real datasets (point cloud, temperature, and EEG data) demonstrate that our proposed method outperforms state-of-the-art methods. 2020-01-10T08:33:51Z Accepted for publication in IEEE Transactions on Signal Processing. Copyright 2026 IEEE. Personal use of this material is permitted IEEE Transactions on Signal Processing, vol. 74, pp. 3017-3032, 2026 Haruki Yokota Koki Yamada Yuichi Tanaka Antonio Ortega 10.1109/TSP.2026.3712068 http://arxiv.org/abs/2609.11298v1 Fold First, Detect Directly: Communication Symbol Detection Without Unfolding for Low-Bitrate Modulo-ADCs 2026-09-10T09:27:53Z Modulo-folding ADCs reduce power consumption by restricting the dynamic range of the sampled signal before quantization, at the cost of an unfolding step needed to recover the true samples before any further processing. We show that this unfolding step can be skipped entirely for symbol detection, even in a realistic, oversampled setting where additive noise is present before the modulo operator and becomes correlated as it passes through the receiver's front-end filter, and separate quantization noise is further introduced due to the ADC. We show that a specific residual, formed from the folded, quantized observations and a candidate symbol hypothesis, exactly cancels the unknown integer wrap introduced by folding, so that the likelihood of a hypothesis is the density of the folded noise evaluated at that residual. Starting from this exact likelihood an intractable lattice sum over all integer wrap vectors, we show that the wrap vector is ternary and sparse with high probability whenever the folding threshold exceeds the noise standard deviation, so that at a threshold-to-noise ratio of three or more the sum is well approximated by a single Gaussian term. The resulting Mahalanobis maximum-likelihood detector works directly on the folded, quantized samples, and a block-structured search keeps detection tractable for long symbol sequences. Simulations confirm that in this regime our detector tracks the accuracy of a conventional, non-folding ADC closely across a wide range of SNRs, while the unfolding-based baselines need substantially higher oversampling to reach comparable accuracy. 2026-09-10T09:27:53Z 9 pages Krunal Vaghela Kumar Appaiah Satish Mulleti http://arxiv.org/abs/2609.11280v1 Sequential Detection-Based Iterative Blind Separation for Single-Channel Co-Frequency Signals 2026-09-10T09:13:00Z Existing single-channel co-frequency signal blind separation (SCSBS) algorithms struggle to balance separation accuracy, computational complexity, and robustness, while current channel state information (CSI) estimation methods lack precision. To address these limitations, we propose a sequential detection (SD)-based iterative separation (SDIS) algorithm. SDIS incorporates a delayed unscented Kalman filter (DUKF) into an iterative decision feedback framework, jointly enhancing signal separation and CSI estimation. Simulation results show that SDIS outperforms benchmarks in separation accuracy, CSI estimation accuracy, computational efficiency, and robustness. Notably, when the mean bit error rate (MBER) drops below $10^{-4}$, SDIS can tolerate at least $0.8$ dB more noise than the benchmarks. 2026-09-10T09:13:00Z This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible Heng Wang Peng Sun Kexian Gong Kunheng Zou Hua Jiang http://arxiv.org/abs/2609.11263v1 Exact Bayesian Tracking of Dynamic Network Topologies 2026-09-10T08:57:19Z Tracking the temporal evolution of network topologies is a fundamental challenge in social networks, epidemiology, and sensor systems, among others. This paper develops an exact Bayesian tracker for unweighted, directed graphs using nodal signal observations. This framework yields the full posterior probability distribution over network states at each time step, naturally enabling uncertainty quantification, prediction, and principled decision-making. We model the network dynamics as a Markov process on the Boolean hypercube, where edges transition independently according to a flip probability. For efficient computation, we cast the prediction step as a dyadic convolution, and leverage the Fast Walsh-Hadamard Transform to reduce the computational cost from $\mathcal{O} (4^k)$ to $\mathcal{O} (k 2^k)$, where $k$ is the maximum node degree. When the network transition probabilities are unknown, we develop an Expectation-Maximization framework to learn them from the observed signals. Comprehensive experiments on synthetic and six real-world datasets validate the proposed method and demonstrate its superior tracking accuracy, faster recovery from topological changes, and meaningful uncertainty estimates compared to state-of-the-art and classical baselines. 2026-09-10T08:57:19Z Under review Victor M. Tenorio Elvin Isufi Geert Leus Antonio G. Marques http://arxiv.org/abs/2608.11566v2 Measuring Browser Webcam Gaze Honestly: A Capture-Clock Methodology and Open Reference Implementation 2026-09-10T08:52:33Z Browser-based webcam gaze trackers are increasingly used for crowd-scale data collection and in clinical settings where lab eye trackers are impractical, but the reported latency numbers may not represent real world functionality. The common practice of timestamping each gaze sample when it is emitted, rather than when its source frame was captured, makes the measured inference latency read about $0\,$ms no matter how slow the engine really is. We show how to measure it honestly, recovering a per-frame capture clock from the browser's \texttt{re\-quest\-Video\-Frame\-Call\-back} (rVFC) API (\texttt{captureTime} where the browser exposes it for local camera streams, else \texttt{presentationTime}, in which case every recovered latency is a verifiable lower bound): exact source-frame pairing through a per-frame queue for engines that expose their inference pipeline, and a further lower bound for engines that do not, such as WebGazer. We release an open TypeScript implementation and benchmark harness, demonstrated on two interchangeable engines: WebGazer and a new FaceMesh+KRR pipeline. 2026-08-12T02:14:52Z Accepted at DEMI 2026 (MICCAI 2026 Workshop on Data Engineering in Medical Imaging). Final version to appear in Springer LNCS Chi-Sheng Chen Gabriel A. Brat http://arxiv.org/abs/2609.11255v1 Rethinking Radiomap Blind Prediction with Limited Environment and Configuration Representations 2026-09-10T08:52:01Z Radiomap blind prediction infers radiomaps from observable representations of the propagation environment and base station (BS) configuration without field measurements. These representations are inherently incomplete and cannot uniquely determine the target radiomap. Under squared loss, we identify the conditional-mean radiomap as the population-optimal deterministic target and decompose domain risk into target-approximation error and irreducible uncertainty. The train-test risk gap motivates propagation priors as cross-domain guidance, although their partial or simplified forms may bias the attainable predictor. We therefore propose RadioDecomp, which treats a prior-guided predictor as a correctable base and uses deterministic residual refinement to learn its remaining predictable discrepancy. We instantiate RadioDecomp as RadioLSR (LoS-Shadow-Residual). Experiments under cross-configuration and cross-environment settings show that RadioLSR is especially effective for cross-configuration generalization and provides overall gains over a controlled monolithic counterpart under cross-environment generalization. 2026-09-10T08:52:01Z This paper has been accepted for presentation at IEEE Globecom 2026 Xiaojie Li Yu Han Han Fang Shangqing Liu Shi Jin Chao-Kai Wen http://arxiv.org/abs/2609.11215v1 Sparse Approximation via Polynomial Equations 2026-09-10T08:19:47Z We consider the problem of finding sparse solutions of an underdetermined linear system $Ax=b$. In contrast to conventional approaches based on greedy algorithms or convex relaxation, we reformulate sparse approximation as a structured system of polynomial equations and connect with the literature on tensor methods. We develop an eigenvalue decomposition based method that formally guarantees recovery of all sparse solutions if there is more than one. We also develop two optimization-based methods achieving favorable computational complexity. The new methods allow explicit control of the target sparsity. Numerical experiments illustrate the performance and compare to basis pursuit (denoising) and orthogonal matching pursuit. 2026-09-10T08:19:47Z 10 pages, 9 figures, 1 table. Submitted to IEEE Transactions on Signal Processing Matija Tomić Raphaël Widdershoven Lieven De Lathauwer http://arxiv.org/abs/2609.11211v1 X-RACE: XAI-assisted Recurrent neural network Attribution for Channel Estimation 2026-09-10T08:15:01Z Deep learning models, notably Long Short-Term Memory (LSTM), have demonstrated promising performance in channel estimation for high-mobility vehicular environments. However, their black-box nature and architectural overhead limit trustworthiness and efficiency. Classical explainable AI (XAI) methods rely on costly iterative processes, offering only input-level filtering without addressing architectural fine-tuning. To overcome these limitations, this paper proposes the XAI-assisted Recurrent neural network Attribution for Channel Estimation (X-RACE) framework. X-RACE uses a low-complexity, one-shot dual-optimization strategy to simultaneously evaluate and prune irrelevant input subcarriers and internal hidden units. Furthermore, we propose novel temporal XAI metrics: Saturation Time, Importance Drift, and Relevance Contrast to characterize the LSTM's learning dynamics and memory convergence. Extensive simulations demonstrate that X-RACE reduces inference complexity by at least 44.1% while improving or preserving Bit Error Rate (BER) performance, outperforming classical XAI schemes. 2026-09-10T08:15:01Z This work has been submitted to the IEEE Transactions on Vehicular Technology (TVT) as a correspondence paper on 12/08/2026 Abdul Karim Gizzini Yahia Medjahdi http://arxiv.org/abs/2609.06427v2 The LQ Digital Mode Family: Protocol Architecture and Reference Specification for Weak-Signal Communications 2026-09-10T08:07:01Z This paper introduces LQ8, an open-source weak-signal digital mode for amateur radio that completes structured two-way contacts in 4 transmissions (60 s), achieving a 1.50x speedup over canonical 6-transmission exchanges (90 s) and 1.25x over 5-transmission RR73 exchanges (75 s) while preserving complete bidirectional exchange of Maidenhead grid locators, signal reports, and mutual acknowledgments. By replacing fixed-width message-type headers with variable-length prefix codes matched to physical-layer bit budgets, LQ8 packs the answering station's grid locator and measured signal report into a single 77-bit reply. In multi-station pileup operations, LQ8 confirms up to two answering stations simultaneously within a single-carrier, constant-envelope 50.0 Hz transmission with a 0.0 dB RF power-splitting penalty, enabling a theoretical peak rate of up to 160 QSOs/h (scaling to 320 QSOs/h in dual-carrier operation) while retaining the -21.0 dB SNR sensitivity of continuous-phase 8-GFSK transport. The protocol family also defines three extended profiles (LQ16, LQ4, and LQ2) tailored for extreme sensitivity, VHF/UHF contesting, and fast-burst channels. 2026-09-06T06:59:59Z 8 pages, 1 figure, 7 tables. Reference library and portal at https://lq8.org Luis Quesada http://arxiv.org/abs/2609.11194v1 Domain-Incremental Learning for Multi-Channel Replay Speech Detection 2026-09-10T08:03:02Z Replay attacks are the most accessible threat to voice-controlled systems, and the acoustic cues that expose them are strongly modulated by the environment in which the attack is mounted. A detector deployed in the field therefore has to absorb new acoustic conditions over time, ideally without revisiting past recordings, since retaining speech indefinitely is both expensive and legally constrained. We frame this as Domain-Incremental Learning (DIL) over acoustic environments and present the first continual learning benchmark for multi-channel replay speech detection, evaluating a state-of-the-art beamformer-based detector over all 24 environment orderings of the ReMASC corpus with five seeds. Sequential fine-tuning forgets severely, raising the error rate on previously learned environments by 18.8 points. Elastic weight consolidation (EWC) halves forgetting but loses plasticity, gradient projection memory (GPM) is statistically indistinguishable from naive fine-tuning, and the proposed task-specific beamformer (TSB) that keeps one spatial front-end per environment significantly improves final and incremental accuracy. We further show that the last environment of the sequence dominates final performance. Code, results, and analysis are available at https://github.com/michaelneri/replay-speech-continual. 2026-09-10T08:03:02Z Submitted to IEEE International Conference of Acoustics, Speech, and Signal Processing (IEEE ICASSP 2027) Michael Neri http://arxiv.org/abs/2507.20846v3 Precision spectral estimation at sub-Hz frequencies: Closed-form posteriors and Bayesian noise projection 2026-09-10T07:48:13Z We consider the problem of estimating cross-spectral quantities in the low-frequency regime, where long observation times limit averaging over large ensembles of periodograms, thereby preventing the use of approximate Gaussian statistics. This case is relevant for precision low-frequency gravitational experiments such as LISA and LISA Pathfinder. We present a Bayesian method for estimating spectral quantities in multivariate Gaussian time series. The approach, based on periodograms and Wishart statistics, yields closed-form expressions at any given frequency for the marginal posterior distributions of the individual power spectral densities, the pairwise coherence, and the multiple coherence, as well as for the joint posterior distribution of the full cross-spectral density matrix. In the context of noise projection -- where one series is modeled as a linear combination of filtered versions of the others, plus a background component -- the method also provides closed-form posteriors for both the susceptibilities, i.e., the filter transfer functions, and the power spectral density of the background. We apply the method to data from the LISA Pathfinder mission, showing effective decorrelation of temperature-induced acceleration noise and reliable estimation of its coupling coefficient. 2025-07-28T13:54:37Z The method presented in this paper is available as a Python package at https://doi.org/10.5281/zenodo.22097647 Physical Review D 114, 062005 (2026) Lorenzo Sala Stefano Vitale 10.1103/hwmv-xt1k http://arxiv.org/abs/2609.11184v1 Trellis-Based Noise Modulation with Soft-Decision Viterbi Detection 2026-09-10T07:45:38Z Noise modulation conveys information through the statistical properties of noise rather than conventional deterministic signal parameters. This paper investigates a trellis-based noise modulation framework that exploits temporal dependencies between successive noise-power symbols. A binary filtering-based configuration is first developed as an illustrative finite-state model for comparing hard- and soft-decision sequence detection. A joint soft Viterbi receiver is then proposed, which directly incorporates the received noise energy into a likelihood-based branch metric, avoiding the information loss associated with intermediate hard decisions. The framework is further extended to an N-ary state-dependent trellis-based noise modulation scheme, where the transmitted noise-power level depends jointly on the current input symbol and trellis state. A Bhattacharyya-distance-based method is employed for systematic power-level design. Simulation results demonstrate the advantage of soft-decision sequence detection over hard-decision processing and investigate the effects of power-level design, traceback depth, energy-per-bit-to-noise ratio, symbol duration, and modulation order. The results also reveal the trade-off between spectral efficiency, detection reliability, and trellis complexity in higher-order noise modulation. 2026-09-10T07:45:38Z Razieh Torkamani Hadi Zayyani Mohammad Salman Felipe A. P. de Figueiredo Rausley A. A. de Souza http://arxiv.org/abs/2604.05519v2 Active noise cancellation on open-ear smart glasses 2026-09-10T07:13:51Z Active noise cancellation (ANC) is widely deployed on consumer headphones and earbuds to suppress environmental noise. However, existing ANC systems require an error microphone at the user's ear canal to measure residual sound, preventing deployment on emerging open-ear wearable devices such as smart glasses and VR headsets, which leave the ear unoccluded. Here we present an ANC system for open-ear wearables that suppresses environmental noise using only microphones and miniaturized open-ear speakers embedded within the frame of the wearables, removing the need for an in-ear error microphone. Our low-latency computational pipeline uses a neural network to estimate the noise at the ear from an array of eight microphones distributed around the wearable's frame and generates an anti-noise signal in real-time. This mapping generalizes to unseen users and acoustic environments without prior acoustic measurement. We develop a custom glasses prototype and evaluate across eleven unseen users and eight unseen environments under mobility in the 100 to 1000 Hz frequency range, where environmental noise is concentrated. We achieve a mean noise reduction of 9.6 dB without any calibration, and 11.2 dB with a brief user-specific calibration. Further, we demonstrate that our approach extends to the broader class of open-ear wearables including VR headsets and headbands. 2026-04-07T07:17:40Z Kuang Yuan Freddy Yifei Liu Tong Xiao Yiwen Song Chengyi Shen Saksham Bhutani Justin Chan Swarun Kumar http://arxiv.org/abs/2609.00730v2 Design and Implementation of a Kalman Filter-Infused Algorithm for Tilt Estimation 2026-09-10T06:44:56Z Accurate tilt angle estimation is important in many engineering applications, such as robotics, motion tracking, and embedded control systems. However, measurements from low-cost inertial sensors are often degraded by noise and drift. This paper presents a single-axis tilt angle estimation system based on the MPU6050 inertial measurement unit, implemented on an RP2040 microcontroller platform, with sensor fusion achieved through a Kalman filter. The accelerometer provides a direct estimate of tilt angle from gravity but is sensitive to noise and short-term fluctuations. The gyroscope provides smooth angular rate measurements, but integration over time introduces drift. To overcome these limitations, a Kalman filter is used to combine measurements from both sensors, leveraging the long-term stability of the accelerometer and the short-term smoothness of the gyroscope. Both simulation and hardware experiments are performed. In simulation, sensor noise and drift are modeled to evaluate the filter performance under control conditions. In the hardware implementation, real-time MPU6050 data is acquired and processed by the RP2040 platform, and the estimated tilt angle is compared with accelerometer-only and gyroscope-only outputs. The results show that the proposed method effectively reduces noise measurements and suppresses long-term drift while preserving good dynamic response. Overall, the system provides more stable and accurate tilt estimation than either sensor alone, demonstrating a practical and accessible approach for Kalman filter based sensor fusion in embedded application. 2026-09-01T05:07:14Z 12 pages, 24 figures, 10 references Yuehan Ma Hongji Dai