SEAOTTER pairs a frozen sensor autoencoder with a learnable JPEG color/quantization transcode to deliver 200:1 compression, 7x faster encoding and 3.5x faster decoding than AVIF while improving ImageNet accuracy and retaining JPEG compatibility.
FRAPPE: Full Input, Residual Output Autoencoding with Projection Pursuit Encoder
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Media compression standards have reached a plateau in terms of the rate-distortion-complexity trade-off, limiting the ability to offload expensive AI perception to the cloud in applications like robotics, wearables, and remote sensing. DNN-based codecs improve compression efficiency, but at a cost: they cannot easily adapt to large changes in available bitrate, and real-time encoding requires expensive, power-hungry GPUs that prohibit use on low-cost or resource-constrained platforms. To address these limitations, we propose a novel autoencoding framework (FRAPPE) that uses the Full input to predict the Residual output via a Projection Pursuit Encoder. FRAPPE's encoding objective naturally sorts latent channels by importance, allowing zero-overhead variable-rate coding. Unlike RNN-based learned codecs, whose encoder consumes the previous reconstruction's residual, or RVQ-style codecs, whose codebooks must be applied sequentially, FRAPPE's analysis path is an embarrassingly parallel DAG of independent input projections. Using FRAPPE, we build a variable-rate RGB image codec (FRAPPE-Image), and evaluate its rate-distortion-complexity trade-off against standard image codecs. At high compression ratios (approx. 0.1 bpp) FRAPPE-Image provides higher perceptual quality than AVIF with 47 times faster encoding, making it capable of real-time 1080p, 30fps CPU-only encoding. Our code and pre-trained models are available: https://github.com/UT-SysML/FRAPPE .
fields
eess.IV 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction
SEAOTTER pairs a frozen sensor autoencoder with a learnable JPEG color/quantization transcode to deliver 200:1 compression, 7x faster encoding and 3.5x faster decoding than AVIF while improving ImageNet accuracy and retaining JPEG compatibility.