paper-with-me

Papers

Semantic Error Correction and Decoding for Short Block Codes

2026-04-24 · Jiafu Hao, Chentao Yue, Wanchun Liu, Branka Vucetic, Yonghui Li arxiv

This paper presents a semantic-enhanced receiver framework for transmitting natural language sentences over noisy wireless channels using multiple short block codes. After ASCII encoding, the sentence is divided into segments, each independently encoded with a short block code and transmitted over an AWGN channel. At the receiver, segments are decoded in parallel, followed by a semantic error correction (SEC) model, which reconstructs corrupted segments using language model context. We further propose the semantic list decoding (SLD), which generates multiple candidate reconstructions and selects the best one via weighted Hamming distance, and a semantic confidence-guided HARQ (SHARQ) mechanism that replaces CRC-based error detection with a confidence score, enabling selective segment retransmission without CRC overhead. All modules are designed and trained using bidirectional and auto-regressive transformers (BART). Simulation results demonstrate that the proposed scheme significantly outperforms conventional capacity-approaching short codes and long codes at the same rate. Specifically, SEC provides approximately 0.4 dB BLER gain over plain short-code transmission, while SLD extends this to 0.8 dB. Compared to transmitting the entire sentence as a single long 5G LDPC codeword, our approach significantly improves semantic fidelity and reduces decoding latency by up to 90\%. SHARQ further provides an additional 1.5 dB gain over conventional HARQ.

📄 PDF Abstract BibTeX arXiv:2604.22269

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Short Wins Long: Short Codes with Language Model Semantic Correction Outperform Long Codes

2025-05-13 · Jiafu Hao, Chentao Yue, Hao Chang, Branka Vucetic 외

This paper presents a novel semantic-enhanced decoding scheme for transmitting natural language sentences with multiple short block codes over noisy wireless channels. After ASCII source coding, the natural language sent…

Language ModelingLanguage ModellingSentence

GNN-based Auto-Encoder for Short Linear Block Codes: A DRL Approach

2024-12-03 · Kou Tian, Chentao Yue, Changyang She, Yonghui Li 외

This paper presents a novel auto-encoder based end-to-end channel encoding and decoding. It integrates deep reinforcement learning (DRL) and graph neural networks (GNN) in code design by modeling the generation of code p…

DecoderDeep Reinforcement Learning

Learning Linear Block Error Correction Codes

2024-05-07 · Yoni Choukroun, Lior Wolf

Error correction codes are a crucial part of the physical communication layer, ensuring the reliable transfer of data over noisy channels. The design of optimal linear block codes capable of being efficiently decoded is …

Decoder

Iterative Decoder of Channel-polarized Multilevel Coding for Data Center Networks

2025-03-25 · Takeshi Kakizaki, Masanori Nakamura, Fukutaro Hamaoka, Shuto Yamamoto 외

Data center networks (DCNs) require a low-cost, low-power optical transceiver to handle increased traffic from generative artificial intelligence, video streaming services, and more. Improving the required signal-to-nois…

Decoder

Self-Generated Error Training for Token Editing in Diffusion Language Models

2026-06-15 · Lin Yao arxiv

Token-to-token (T2T) editing lets LLaDA2.1 revise committed tokens during block-diffusion decoding. The released recipe trains this editor on random vocabulary corruptions, but at inference the editor sees the model's ow…