LiVeAction: a Lightweight, Versatile, and Asymmetric Neural Codec Design for Real-time Operation
About
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 .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Compression | Kodak | Bits Per Pixel (bpp)0.0341 | 31 | |
| Image Compression | Kodak 512 × 768 and 768 × 512 | Bits Per Pixel (bpp)0.0428 | 16 | |
| Image Compression | ImageNet-1k 224 × 224 | bpp0.1112 | 16 | |
| RGB image compression | ImageNet height 1024 (val) | Distortion Rate16 | 8 | |
| Hyperspectral image compression | AVIRIS full-size 224-band (val) | Dynamic Range (DR)64 | 4 | |
| Spatial audio compression | Aria 7-channel spatial audio (val) | DR64 | 4 | |
| Video Compression | DAVIS 1920x1080 (full-length) | DR32 | 4 | |
| Video Compression | DAVIS 1920x1080 full-length (val) | DR32 | 4 | |
| Image Compression | Kodak | BD-Rate (PSNR)-36.55 | 4 | |
| Stereo music compression | Aria Stereo music original mixes (val) | Dynamic Range (DR)64 | 4 |