paper-with-me

Papers

MCUCoder: Adaptive Bitrate Learned Video Compression for IoT Devices

2024-11-29 · Ali Hojjat, Janek Haberer, Olaf Landsiedel

The rapid growth of camera-based IoT devices demands the need for efficient video compression, particularly for edge applications where devices face hardware constraints, often with only 1 or 2 MB of RAM and unstable internet connections. Traditional and deep video compression methods are designed for high-end hardware, exceeding the capabilities of these constrained devices. Consequently, video compression in these scenarios is often limited to M-JPEG due to its high hardware efficiency and low complexity. This paper introduces , an open-source adaptive bitrate video compression model tailored for resource-limited IoT settings. MCUCoder features an ultra-lightweight encoder with only 10.5K parameters and a minimal 350KB memory footprint, making it well-suited for edge devices and MCUs. While MCUCoder uses a similar amount of energy as M-JPEG, it reduces bitrate by 55.65% on the MCL-JCV dataset and 55.59% on the UVG dataset, measured in MS-SSIM. Moreover, MCUCoder supports adaptive bitrate streaming by generating a latent representation that is sorted by importance, allowing transmission based on available bandwidth. This ensures smooth real-time video transmission even under fluctuating network conditions on low-resource devices. Source code available at https://github.com/ds-kiel/MCUCoder.

📄 PDF Abstract BibTeX arXiv:2411.19442

Code (1)

ds-kiel/mcucoder 공식 구현 pytorch

Tasks

MS-SSIMSSIMVideo Compression

Similar Papers 제목 키워드 기반

Learned Image Coding for Machines: A Content-Adaptive Approach

2021-08-23 · Nam Le, Honglei Zhang, Francesco Cricri, Ramin Ghaznavi-Youvalari 외

Today, according to the Cisco Annual Internet Report (2018-2023), the fastest-growing category of Internet traffic is machine-to-machine communication. In particular, machine-to-machine communication of images and videos…

Data CompressionImage Compression

Active Sampling for Ultra-Low-Bit-Rate Video Compression via Conditional Controlled Diffusion

2026-05-04 · Amirhosein Javadi, Shirin Saeedi Bidokhti, Tara Javidi arxiv

Diffusion models provide a powerful generative prior for perceptual reconstruction at ultra-low bitrates, but effective video compression requires controlling the generative process using highly compact conditioning sign…

Learned Rate Control for Frame-Level Adaptive Neural Video Compression via Dynamic Neural Network

2025-08-28 · Chenhao Zhang, Wei Gao arxiv

Neural Video Compression (NVC) has achieved remarkable performance in recent years. However, precise rate control remains a challenge due to the inherent limitations of learning-based codecs. To solve this issue, we prop…

A Self-Supervised Learning Framework for Video Encoding Complexity Clustering

2026-06-28 · Krishna Srikar Durbha, Hassene Tmar, Ping-Hao Wu, Ioannis Katsavounidis 외 arxiv

Adaptive video streaming is a widely used technique for delivering video content over the internet. One of the key challenges is determining the optimal encoding settings for each video, which can vary significantly base…

Self-Supervised LearningContrastive Learning

Learned Image Compression for Vision-Language-Action Models

2026-06-15 · Hyeonjun Kim, Jegwang Ryu, Sangbeom Ha, Junhyeok Lee 외 arxiv

Vision-language-action (VLA) models increasingly rely on high-frequency multi-camera observations, making visual communication a major bottleneck for real-time robotic control in bandwidth-constrained or distributed depl…

Image Compression