SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction
Summary
Introduces SEAOTTER, a compression framework for cloud robotics that combines learned latent representations with standard JPEG compatibility, achieving faster encoding/decoding and higher accuracy at extreme compression ratios.
View Cached Full Text
Cached at: 06/05/26, 10:07 AM
Paper page - SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction
Source: https://huggingface.co/papers/2606.03940
Abstract
A compression framework for cloud robotics combines learned latent representations with standard JPEG compatibility to achieve faster encoding and decoding while maintaining high perceptual quality.
In robotics systems, vast amounts of visual data are easily captured at high resolution using low-cost, low-power hardware. Yet, limited bandwidth and on-device compute resources prevent full utilization when transmitted via conventional codecs like JPEG/MPEG. Newer codecs, like AV1/AVIF, improve the rate-distortion trade-off, but demand far more resources for encoding, impractical without custom ASICs. Recentasymmetric autoencodersdeliver high quality under extreme power and bandwidth constraints, but add prohibitive decoding cost and use bespoke formats that ignore decades of infrastructure built around standards like JPEG. To address these limitations, we introduce a compression framework for cloud robotics based on a Sensor Embedded Autoencoder paired with a One-Time Transcode for Efficient Reconstruction (SEAOTTER). Because the sensor, cloud, and consumer stages face very different power and bandwidth budgets, SEAOTTER combines the compactness of alearned latentwith the broad usability of a standard JPEG file. Since naivetranscodingdegrades performance, we propose a learnable JPEG color andquantization transformthat enables increased accuracy for global, dense, and vision-language-based perception. Using SEAOTTER, we train both general-purpose andtask-aware transcodingpipelines for a pre-trained, frozen encoder. At acompression ratioof 200:1 and compared to AVIF, we observe 7 times faster encoding, 3.5 times faster decoding, and +8%ImageNet top-1 accuracy, while retaining compatibility with JPEG infrastructure. Our code is available at https://github.com/UT-SysML/seaotter .
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2606\.03940
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.03940 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.03940 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.03940 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
ELMZip: Onboard Satellite Image Compression via Extreme Learning Machines for Efficient Downlink
ELMZip is a novel satellite image compression framework using Extreme Learning Machines (ELM) and domain decomposition to enable efficient onboard neural representation, transmitting only compact output weights to reduce downlink payload while maintaining high reconstruction fidelity.
SinAE: A Single-Architecture Flow-Matching Autoencoder for Cross-Domain Atomic Systems
SinAE introduces a single-architecture flow-matching autoencoder using vanilla Transformers that achieves near-lossless reconstruction across molecules, crystals, and proteins, enabling cross-domain training and strong generative performance on standard benchmarks.
dRAE: Representation Autoencoder with Hyper-Spherical Codes
This paper proposes Hyper-Spherical Quantization (HSQ) to address codebook collapse in discretizing visual representations, achieving high-fidelity reconstruction and scalable codebook budgets up to 131,072 with 100% utilization.
FRAPPE: Full Input, Residual Output Autoencoding with Projection Pursuit Encoder
FRAPPE is a novel autoencoding framework that uses a projection pursuit encoder to predict residuals from full input, enabling efficient variable-rate image compression with fast CPU-based encoding. At high compression ratios, FRAPPE-Image achieves higher perceptual quality than AVIF with 47x faster encoding, making real-time 1080p 30fps CPU-only encoding possible.
LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs
LiteFrame proposes a lightweight video encoder with Compressed Token Distillation training that reduces latency and enables processing 8x more frames for long-form video understanding in Video LLMs, improving accuracy while reducing compute.