https://arxiv.org/api/BkSZYUQHxXw1/kTRdtQLSBytbiY2026-06-27T15:58:21Z54938105015http://arxiv.org/abs/2604.17482v2Node-Based Soft-Output Fast Successive Cancellation List Decoding of Polar Codes2026-05-08T10:52:30ZThe soft-output successive cancellation list (SO-SCL) decoder provides a methodology for estimating the a-posteriori probability log-likelihood ratios by only leveraging the conventional SCL decoder of polar codes. However, the sequential decoding nature of SCL introduces high decoding latency to SO-SCL. In this paper, we incorporate node-based fast decoding into the SO-SCL framework. After addressing the challenge of soft output extraction in special node decoding, we proposed the soft-output fast SCL (SO-FSCL) decoding algorithm, along with its log-domain implementation and hardware-friendly version. The proposed SO-FSCL decoder can be regarded as an add-on extension to FSCL decoder, enabling us to autonomously choose whether to output only hard decisions like FSCL or to provide additional soft outputs. Latency and complexity analyses demonstrate that SO-FSCL can significantly reduce, for example, decoding time steps by 81.8\% (with unlimited resources), the number of additions by 41.3\%, and the number of comparisons by 46.4\%. Meanwhile, simulation results indicate that SO-FSCL delivers almost the same soft-output performance as SO-SCL, outperforming other soft-output polar decoders, especially in scenarios involving iterative decoding.2026-04-19T15:14:36ZThis paper has been accepted by IEEE Transactions on CommunicationsLi ShenYongpeng WuZhen GaoYin XuXiaohu YouXiqi GaoWenjun Zhanghttp://arxiv.org/abs/2412.14615v3Additive codes attaining the Griesmer bound2026-05-08T10:48:09ZAdditive codes may have better parameters than linear codes. However, still very few cases are known and the explicit construction of such codes is a challenging problem. Here we show that a Griesmer type bound for the length of additive codes can always be attained with equality if the minimum distance is sufficiently large. This solves the problem for the optimal parameters of additive codes when the minimum distance is large and yields many infinite series of additive codes that outperform linear codes.2024-12-19T08:04:34Z181 pages, 27 tables, typos removed, content extended; comments more than welcomeSascha Kurzhttp://arxiv.org/abs/2507.01064v3Functional Renormalization for Signal Detection: Dimensional Analysis and Dimensional Phase Transition for Nearly Continuous Spectra Effective Field Theory2026-05-08T10:28:16ZSignal detection in high dimensions is a critical challenge in data science. While standard methods based on random matrix theory provide sharp detection thresholds for finite-rank perturbations, such as the known Baik-Ben Arous-Péché (BBP) transition, they are often insufficient for realistic data exhibiting nearly continuous (extensive-rank) signal distributions that merge with the noise bulk. In this regime, typically associated with real-world scenarios such as images for computer vision tasks, the signal does not manifest as a clear outlier but as a deformation of the spectral density's geometry. We use the functional renormalisation group (FRG) framework to probe these subtle spectral deformations. Treating the empirical spectrum as an effective field theory, we define a scale-dependent "canonical dimension" that acts as a sensitive order parameter for the spectral geometry. We show that this dimension undergoes a sharp crossover, interpreted as a "dimensional phase transition", at signal-to-noise ratios significantly lower than the standard BBP threshold. This dimensional instability is shown to correlate with a spontaneous symmetry breaking in the effective potential and a deviation of eigenvector statistics from the universal Porter-Thomas distribution, confirming the consistency of the method. Such behaviour aligns with recent theoretical results on the "extensive spike model", where signal information persists inside the noise bulk before any spectral gap opens. We validate our approach on realistic datasets, demonstrating that the FRG flow consistently detects the onset of this bulk deformation. Finally, we explore a formalisation of this methodology for analysing nearly continuous spectra, proposing a heuristic criterion for signal detection and a method to estimate the number of independent noise components based on the stability of these canonical dimensions.2025-06-30T18:00:09Z36 pages; update figuresJ. Stat. Mech. (2026) 043403Riccardo FinotelloVincent LahocheDine Ousmane Samary10.1088/1742-5468/ae5a21http://arxiv.org/abs/2410.07650v4Optimal additive quaternary codes of dimension $3.5$ and $4$2026-05-08T10:22:44ZAfter the optimal parameters of additive quaternary codes of dimension $k\le 3$ have been determined there is some recent activity to settle the next case of dimension $k=3.5$. Here we complete dimension $k=3.5$ and $k=4$. We also solve the problem of the optimal parameters of additive quaternary codes of arbitrary dimension when assuming a sufficiently large minimum distance.2024-10-10T06:32:39Z18 pages, 6 tables; typos corrected, extended details, completed dimension 4; comments welcomeSascha Kurzhttp://arxiv.org/abs/2605.07519v1A Log-Domain Approximation of SOCS Decoding for Turbo Product Codes2026-05-08T09:52:12ZThis paper studies low-complexity soft-output decoding of turbo product codes with extended Bose--Chaudhuri--Hocquenghem component codes. Recent soft-output from covered space (SOCS) decoding substantially improves the quality of extrinsic information compared with the conventional Chase--Pyndiah decoder, but its probabilistic-domain implementation is less attractive for hardware-oriented realizations. We therefore propose a log-domain approximation of SOCS based on max-log approach. The proposed soft-input soft-output rule replaces probability-domain operations with a piecewise-linear function of reliability gaps between competing Chase-II decoding list and out of the list hypotheses, which preserves compatibility with the standard iterative TPC decoding loop. Numerical results for a TPC built from (256,239) eBCH component codes show that the proposed decoder clearly outperforms the baseline Chase--Pyndiah decoder with the same list size and approaches the performance of SOCS decoder.2026-05-08T09:52:12ZThis work has been submitted to the IEEE for possible publicationOleg NesterenkovKirill AndreevAlexey FrolovPavel Rybinhttp://arxiv.org/abs/2602.01602v3Spectral-Aligned Pruning for Universal Error-Correcting Code Transformers2026-05-08T08:49:33ZUniversal channel decoders based on transformers-such as the Foundation Error Correction Code Transformer (FECCT)-achieve competitive decoding performance across diverse code families with a single shared backbone, optionally followed by code-specific finetuning. However, the high computational complexity and large parameter footprint of FECCT present substantial obstacles to practical deployment. To address these challenges, we investigate structured pruning for FECCT and propose Spectral-Aligned Pruning (SAP), a structure-aware framework that enables cross-code reuse of structured pruning masks by leveraging the spectrum of the corresponding bipartite graph. SAP is grounded in classical graph analysis of codes: the two algebraically largest adjacency eigenvalues provide compact spectral proxies for degree scale, expansion ratio, and minimum-distance lower bounds. These quantities are directly relevant to decoding performance: degree scale reflects how densely codeword bits and parity checks are connected; expansion ratio influences how information propagates across the bipartite graph; and minimum distance characterizes codeword separation. Based on this connection, SAP uses these two leading eigenvalues as a lightweight code signature for pruning-mask retrieval. Empirically, this two-dimensional signature yields stable library selection equivalent to higher-dimensional spectral signatures in our evaluation. After pruning, SAP performs per-code recovery via parameter-efficient low-rank adaptation (LoRA), enabling a shared pruned backbone while storing only small code-specific adapter parameters. Experiments across diverse codes show that SAP achieves decoding performance comparable to dedicated per-code pruning, while enabling substantial reductions in computational cost and model memory footprint through kernel-level structured pruning.2026-02-02T03:50:03ZSanghyeon ChoTaewoo ParkSeong-Joon ParkDae-Young YunHee-Youl KwakSang-Hyo KimYongjune Kimhttp://arxiv.org/abs/2605.07426v1UMVUE-Type Estimators under Bregman Losses2026-05-08T08:22:57ZWe study unbiased estimation under Bregman losses and develop an extension of the classical theory of uniformly minimum variance unbiased estimators (UMVUEs). Exploiting bias--variance-type decompositions for Bregman divergences, we consider two natural loss functions, $D_{\varphi}(θ,\hatθ)$ and $D_{\varphi}(\hatθ,θ)$, and their corresponding notions of unbiasedness. We show that the latter formulation reduces to the classical setting, whereas the former yields a different framework in which unbiasedness is characterized in the dual space induced by $\nabla\varphi$. For the nontrivial case, we establish analogs of the Rao--Blackwell and Lehmann--Scheff{é} theorems, providing a systematic construction of type-I Bregman UMVUEs.2026-05-08T08:22:57ZAkira KamatsukaShun Watanabehttp://arxiv.org/abs/2603.02122v2Deep Unfolding for SIM-Assisted Multiband MU-MISO Downlink Systems2026-05-08T08:05:08ZTo improve the efficiency of scarce radio-frequency (RF) resources in next-generation wireless systems, an intelligent transceiver architecture based on stacked intelligent metasurfaces (SIM) has recently emerged, where multiple programmable metasurface layers are cascaded and each layer comprises passive meta-atoms that perform beamforming directly in the wave domain. In parallel, inter-band carrier aggregation enables multi-band transmission with high spectral efficiency. Their integration in multi-band multiuser downlink transmission is challenging because a single SIM phase configuration must remain effective across all subcarriers, while user scheduling and power allocation vary across scheduling intervals. To address these challenges, we propose an alternating-optimization framework that decomposes the joint design into a power-constrained precoder update and a SIM phase update. For the SIM phase subproblem, we develop a physically consistent multi-band deep-unfolding network (MBDU-Net) that unrolls projected-gradient phase updates into a compact trainable architecture. Each stage computes an analytic gradient from the cascaded SIM channel model and learns lightweight parameters, including per-stage step sizes and band-aware scaling, enabling fast convergence. Numerical results for multi-band multiuser downlink scenarios demonstrate reliable convergence and consistent sum-rate gains on unseen channel realizations.2026-03-02T17:41:47ZMuhammad IbrahimAmine MezghaniEkram Hossainhttp://arxiv.org/abs/2605.08284v1Embodied Communication: Sensing-Induced Reliability Fields and Capacity Bounds2026-05-08T07:54:12ZThis paper introduces embodied communication, a new wireless communication modality in which information is imprinted onto environmental states and recovered by the receiver through sensing. No dedicated communication transmitter is activated, and no additional communication spectrum is occupied; instead, the sensed environment itself becomes the carrier of information. The key insight is that sensing must be reinterpreted for communication. Rather than asking how accurately an unknown physical state can be estimated, embodied communication asks how reliably two states can be distinguished. We formalize this idea through a multi-snapshot radio frequency (RF) sensing model and derive a sensing-induced reliability field that quantifies the distinguishability between physical states. This field turns embodied symbol design into a geometric packing problem shaped by the sensing resolution of the infrastructure. For this embodied channel, we characterize the finite-snapshot $ε$-capacity through achievable designs and converses. We develop lattice-based codebooks, obtain a closed-form hexagonal design under a main-lobe approximation, and establish information-theoretic and geometric upper bounds. We further reveal an intrinsic sensing-duration tradeoff: more sensing snapshots improve reliability, but also lengthen each embodied symbol, leading to a finite optimal sensing time. These results expose a latent communication pathway in sensing-enabled infrastructure and show how the environment can be transformed from a passive backdrop into an active information carrier.2026-05-08T07:54:12ZKeywords: Embodied communication, ISAC, ambient modulation, Sensing distinguishability, lattice packingYulin Shaohttp://arxiv.org/abs/2512.15419v2Variational Robust Kalman Filters: A Unified Framework2026-05-08T07:05:52ZRobustness and adaptivity are two competing objectives in Kalman filters (KF). Robustness involves temporarily inflating prior estimates of noise covariances, while adaptivity updates prior beliefs by exploiting measurements. In practical applications, both process and measurement noise can be influenced by outliers, be time-varying, or both. In this work, we propose a variational robust Kalman filter, built on a Student's $t$-distribution induced loss function and variational inference, and solved in a computationally efficient manner. We demonstrate that robustness can be understood as a prerequisite for adaptivity, making it possible to merge the above two competing goals into a single framework through a probabilistic switching rule. Additionally, our proposed filter can recover conventional KF, robust KF, and adaptive KF by tuning parameters, and can suppress both the imperfect process and measurement noise, enabling it to perform superiorly in complex noise environments. Simulations verify the effectiveness of the proposed method.2025-12-17T13:06:15ZShilei LiDawei ShiHao YuLing Shihttp://arxiv.org/abs/2605.07266v1How Big Should a Wireless Foundation Model Be?2026-05-08T05:31:25ZWireless foundation models are rapidly emerging as a key enabler of AI-native communication systems, yet a fundamental question remains unanswered: how large should these models be? We present a principled, physics-grounded answer, showing that the intrinsic dimensionality (dNL, the nonlinear manifold dimension of the channel) acts as the fundamental bottleneck, defining the scaling ceiling once a data-sufficient regime is reached. This dimensionality is not a design choice but a physical constraint: Maxwell's equations, finite scatterers, and antenna aperture inherently constrain wireless propagation environments to a limited number of degrees of freedom -- spanning 5-35 across both real-world OTA measurements and 3GPP-standardized channel models we evaluate -- orders of magnitude below the ~1,000-dimensional semantic space of language. As a consequence, we propose a scaling framework for wireless AI: taking NTN satellite channels as a representative case (dNL ~= 14), scaling gains diminish rapidly beyond ~30 million parameters, entering a stochastic asymptote above 70M where a further 1.6x increase (96M->150M) yields only 0.52 dB. Beyond this ceiling, inference-time adaptation via pilot-aided test-time training (TTT) is far more effective: a compact 12M-parameter model surpasses a static 96M model by 9.9 dB (NMSE, SNR = 20 dB) / 7.6 dB (MCM, SNR = 10 dB) at one-eighth the parameters. With dNL distributions validated across real-world indoor massive MIMO measurements, our scaling laws and TTT gains are demonstrated through NTN satellite simulations, reframing wireless AI design: channel geometry -- not model size -- fundamentally governs the scaling laws of physical-layer wireless AI.2026-05-08T05:31:25ZWei-Lun ChengWanjiun Liaohttp://arxiv.org/abs/2605.07261v1Movable Subarray-Aided Hybrid Beamforming for Near-Field Multiuser Communications2026-05-08T05:27:03ZMovable antenna (MA)-enabled near-field (NF) communications offer significant potential for 6G, yet existing designs often neglect the practical constraints of hybrid beamforming (HBF) for extremely large-scale MIMO (XL-MIMO). Conversely, MA-aided HBF frequently overlooks the rich NF degrees of freedom (DoFs). This paper proposes a movable subarray (MSA)-aided HBF architecture for NF multiuser systems, which strikes a strategic balance between hardware practicality and spatial flexibility. By coupling MSA movement with HBF, the proposed design simultaneously exploits NF distance-dependent and MSA position-dependent DoFs, enabling highly precise beamfocusing and superior interference mitigation. To alleviate the computational burden, a hybrid planar-spherical wave model is introduced for efficient channel approximation. Furthermore, an alternating optimization (AO) algorithm is developed by integrating fractional programming, the alternating direction method of multipliers (ADMM), and projected gradient ascent. Simulation results validate substantial sum-rate gains over fixedposition antenna (FPA) benchmarks.2026-05-08T05:27:03ZXiangqian XuSongjie YangArumugam Nallanathanhttp://arxiv.org/abs/2604.20386v2Fundamental Tradeoff in Movable Antenna Systems: How Long to Move Before Transmission?2026-05-08T03:08:12ZThe movable antenna (MA) technology enables flexible reconfiguration of wireless channels through adaptive antenna deployment, offering significant potential for enhancing communication performance. However, antenna movement requires a certain duration within which communication may be compromised due to factors such as channel fluctuation and Doppler effect. This leads to a fundamental tradeoff: A longer movement duration allows antennas to reach more favorable positions for better channel conditions, but it inevitably reduces the time available for data transmission. To characterize the aforementioned tradeoff, we focus on the MAs-enabled multiuser downlink scenario, and jointly optimize the movement duration and antenna deployment at the base station to maximize the effective throughput. The formulated problem is highly non-convex. The general solutions require an one-dimensional search over movement durations, each with optimized antenna deployment. To reduce complexity, we propose a fitting method that samples only a few rate-duration pairs, yielding a closed-form expression that captures the rate trend and enables a favorable solution immediately. We further derive a closed-form condition on the maximum antenna movement speed: When the speed is below a certain threshold, the optimal strategy is to keep antennas stationary throughout the transmission period. The fundamental tradeoff and the effectiveness of the proposed solutions are examined in a special case with two MAs and two users. Finally, numerical simulations validate the efficacy of the proposed schemes.2026-04-22T09:39:57ZGuojie HuQingqing WuLipeng ZhuWen ChenShanpu Shenhttp://arxiv.org/abs/2508.21466v2Normalized Maximum Likelihood Code-Length on Riemannian Data Spaces2026-05-08T02:15:28ZIn recent years, with the large-scale expansion of graph data, there has been an increased focus on Riemannian manifold data spaces other than Euclidean space. In particular, the development of hyperbolic spaces has been remarkable, and they have high expressive power for graph data with hierarchical structures. Normalized Maximum Likelihood (NML) is employed in regret minimization and model selection. However, existing formulations of NML have been developed primarily in Euclidean spaces and are inherently dependent on the choice of coordinate systems, making it non-trivial to extend NML to Riemannian manifolds. In this study, we define a new NML that reflects the geometric structure of Riemannian manifolds, called the Riemannian manifold NML (Rm-NML). This Rm-NML is invariant under coordinate transformations and coincides with the conventional NML under the natural parameterization in Euclidean space. We extend existing computational techniques for NML to the setting of Riemannian manifolds. Furthermore, we derive a method to simplify the computation of Rm-NML on Riemannian symmetric spaces, which encompass data spaces of growing interest such as hyperbolic spaces. To illustrate the practical application of our proposed method, we explicitly computed the Rm-NML for normal distributions on hyperbolic spaces.2025-08-29T09:48:24Z19 pages. This is a preprint of an article accepted for publication in the IEEE Transactions on Information TheoryKota FukuzawaAtsushi SuzukiKenji Yamanishihttp://arxiv.org/abs/2604.19808v2Anchor-Aided Multi-User Semantic Communication with Adaptive Decoders2026-05-08T01:49:47ZSemantic communication (SemCom) is accelerating its momentum to catch up with the massive increase in users' demands in both quantity and quality, with the assistance of advanced deep learning (DL) techniques. Specifically, SemCom can actively embed the semantic meaning of the data into the transmission process, while eliminating statistical redundancy to preserve bandwidth resources for other users. Therefore, the transmitter encodes the message in the most concise way, while the receiver tries to interpret the message with the DL model and its knowledge of the transmitter's intended meaning. Most existing works only consider one transmitter and one receiver, which limits their ability to address the diversity in users' models and capabilities. Therefore, in this paper, we propose a multi-user semantic communication system where each user is equipped with a distinct DL-based joint source-channel decoder architecture, reflecting the diversity in computing capacity. The challenging issue with the proposed system is the catastrophic forgetting property of neural networks, where the DL-based encoder fails to encode the data for the previous user when being trained with a new user. To address this, we propose an anchor decoder with an architecture that is symmetric to the encoder. The symmetric decoder has the same computational capacity as the encoder, providing feedback that aligns with the encoder's extraction capabilities and enhances optimization efficiency. The parameters of the optimized encoder are then frozen and used to train decoders for various users, aligning them with the encoder outputs. Finally, we conduct a series of simulation experiments to validate the proposed framework against other benchmarks.2026-04-14T11:30:39Z15 pages, 7 figuresLoc X. NguyenPhuong-Nam TranTrung Thanh PhamAvi Deb RahaEui-Nam HuhZhu HanChoong Seon Hong