paper-with-me

홈 › Papers

TinyTurbo: Efficient Turbo Decoders on Edge

2022-09-30 · S Ashwin Hebbar, Rajesh K Mishra, Sravan Kumar Ankireddy, Ashok V Makkuva, Hyeji Kim, Pramod Viswanath

In this paper, we introduce a neural-augmented decoder for Turbo codes called TINYTURBO . TINYTURBO has complexity comparable to the classical max-log-MAP algorithm but has much better reliability than the max-log-MAP baseline and performs close to the MAP algorithm. We show that TINYTURBO exhibits strong robustness on a variety of practical channels of interest, such as EPA and EVA channels, which are included in the LTE standards. We also show that TINYTURBO strongly generalizes across different rate, blocklengths, and trellises. We verify the reliability and efficiency of TINYTURBO via over-the-air experiments.

📄 PDF Abstract BibTeX arXiv:2209.15614

Code (1)

hebbarashwin/tinyturbo 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

DeepTurbo: Deep Turbo Decoder

2019-03-06 · Yihan Jiang, Hyeji Kim, Himanshu Asnani, Sreeram Kannan 외

Present-day communication systems routinely use codes that approach the channel capacity when coupled with a computationally efficient decoder. However, the decoder is typically designed for the Gaussian noise channel an…

Decoder

Optimizing Serially Concatenated Neural Codes with Classical Decoders

2022-12-20 · Jannis Clausius, Marvin Geiselhart, Stephan ten Brink

For improving short-length codes, we demonstrate that classic decoders can also be used with real-valued, neural encoders, i.e., deep-learning based codeword sequence generators. Here, the classical decoder can be a valu…

Decoder

ProductAE: Towards Training Larger Channel Codes based on Neural Product Codes

2021-10-09 · Mohammad Vahid Jamali, Hamid Saber, Homayoon Hatami, Jung Hyun Bae

There have been significant research activities in recent years to automate the design of channel encoders and decoders via deep learning. Due the dimensionality challenge in channel coding, it is prohibitively complex t…

DecoderDeep Learning

Need for Speed: A Comprehensive Benchmark of JPEG Decoders in Python

2025-01-22 · Vladimir Iglovikov

Image loading represents a critical bottleneck in modern machine learning pipelines, particularly in computer vision tasks where JPEG remains the dominant format. This study presents a systematic performance analysis of …

Interpreting Training Aspects of Deep-Learned Error-Correcting Codes

2023-05-07 · N. Devroye, A. Mulgund, R. Shekhar, Gy. Turán 외

As new deep-learned error-correcting codes continue to be introduced, it is important to develop tools to interpret the designed codes and understand the training process. Prior work focusing on the deep-learned TurboAE …

Decoder