paper-with-me

Papers

LiVeAction: a Lightweight, Versatile, and Asymmetric Neural Codec Design for Real-time Operation

2026-05-07 · Dan Jacobellis, Neeraja J. Yadwadkar arxiv

Modern sensors generate rich, high-fidelity data, yet applications operating on wearable or remote sensing devices remain constrained by bandwidth and power budgets. Standardized codecs such as JPEG and MPEG achieve efficient trade-offs between bitrate and perceptual quality but are designed for human perception, limiting their applicability to machine-perception tasks and non-traditional modalities such as spatial audio arrays, hyperspectral images, and 3D medical images. General-purpose compression schemes based on scalar quantization or resolution reduction are broadly applicable but fail to exploit inherent signal redundancies, resulting in suboptimal rate-distortion performance. Recent generative neural codecs, or tokenizers, model complex signal dependencies but are often over-parameterized, data-hungry, and modality-specific, making them impractical for resource-constrained environments. We introduce a Lightweight, Versatile, and Asymmetric neural codec architecture (LiVeAction), that addresses these limitations through two key ideas. (1) To reduce the complexity of the encoder to meet the resource constraints of the execution environments, we impose an FFT-like structure and reduce the overall size and depth of the neural-network-based analysis transform. (2) To allow arbitrary signal modalities and simplify training, we replace adversarial and perceptual losses with a variance-based rate penalty. Our design produces codecs that deliver superior rate-distortion performance compared to state-of-the-art generative tokenizers, while remaining practical for deployment on low-power sensors. We release our code, experiments, and python library at https://github.com/UT-SysML/liveaction .

📄 PDF Abstract BibTeX arXiv:2605.06628

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EdgeCodec: Onboard Lightweight High Fidelity Neural Compressor with Residual Vector Quantization

2025-07-08 · Benjamin Hodo, Tommaso Polonelli, Amirhossein Moallemi, Luca Benini 외

We present EdgeCodec, an end-to-end neural compressor for barometric data collected from wind turbine blades. EdgeCodec leverages a heavily asymmetric autoencoder architecture, trained with a discriminator and enhanced b…

Quantization

Low-Complexity Transform Adjustments For Video Coding

2025-05-29 · Amir Said, Hilmi E. Egilmez, Yung-Hsuan Chao

Recent video codecs with multiple separable transforms can achieve significant coding gains using asymmetric trigonometric transforms (DCTs and DSTs), because they can exploit diverse statistics of residual block signals…

One Quantizer is Enough: Toward a Lightweight Audio Codec

2025-04-07 · Linwei Zhai, Han Ding, Cui Zhao, Fei Wang 외

Neural audio codecs have recently gained traction for their ability to compress high-fidelity audio and generate discrete tokens that can be utilized in downstream generative modeling tasks. However, leading approaches o…

Codec-SUPERB @ SLT 2024: A lightweight benchmark for neural audio codec models

2024-09-21 · Haibin Wu, Xuanjun Chen, Yi-Cheng Lin, KaiWei Chang 외

Neural audio codec models are becoming increasingly important as they serve as tokenizers for audio, enabling efficient transmission or facilitating speech language modeling. The ideal neural audio codec should maintain …

Language ModelingLanguage Modelling

HH-Codec: High Compression High-fidelity Discrete Neural Codec for Spoken Language Modeling

2025-07-25 · Rongkun Xue, Yazhe Niu, Shuai Hu, Zixin Yin 외 arxiv

Discrete speech tokenization is a fundamental component in speech codecs. However, in large-scale speech-to-speech systems, the complexity of parallel streams from multiple quantizers and the computational cost of high-t…