Papers › SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction

SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction

2 Jun 2026arXiv:2606.03940added by Syntology

Dan Jacobellis, Neeraja J. Yadwadkar

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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. Recent asymmetric autoencoders deliver 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 a learned latent with the broad usability of a standard JPEG file. Since naive transcoding degrades performance, we propose a learnable JPEG color and quantization transform that enables increased accuracy for global, dense, and vision-language-based perception. Using SEAOTTER, we train both general-purpose and task-aware transcoding pipelines for a pre-trained, frozen encoder. At a compression ratio of 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 .

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.03940")

Code

Syntology Ran 9 of 14 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

UT-SysML/seaotter found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 9 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

9ran
5unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from UT-SysML/seaotter. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

blockify UT-SysML/seaotter/src/seaotter/_dct.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f26a63936a92c031 · report
cells_to_run UT-SysML/seaotter/src/seaotter/eval/launch_load_bearing.py found in paper text by Syntology ran no licence file found · pointer only · cf918a00c564800d · report
deblockify UT-SysML/seaotter/src/seaotter/_dct.py found in paper text by Syntology ran no licence file found · pointer only · c3bb01c75a45ada3 · report
decode UT-SysML/seaotter/src/seaotter/jpeg_codec.py found in paper text by Syntology ran no licence file found · pointer only · 39fd0a8491578762 · report
encode UT-SysML/seaotter/src/seaotter/jpeg_codec.py found in paper text by Syntology ran no licence file found · pointer only · dcfb2b899f8a999d · report
make_adapter UT-SysML/seaotter/src/seaotter/eval/codecs.py found in paper text by Syntology ran no licence file found · pointer only · f25085276731f51a · report
make_pillow_adapter UT-SysML/seaotter/src/seaotter/eval/codecs.py found in paper text by Syntology ran no licence file found · pointer only · 6bb9b61de0be44f2 · report
read_qtables UT-SysML/seaotter/src/seaotter/jpeg_codec.py found in paper text by Syntology ran no licence file found · pointer only · 4f5c46bef34cc3f5 · report
shape_distribution UT-SysML/seaotter/src/seaotter/eval/datasets.py found in paper text by Syntology ran no licence file found · pointer only · bd1b9c40f95932e2 · report
block_dct UT-SysML/seaotter/src/seaotter/_dct.py found in paper text by Syntology unverified no licence file found · pointer only · 35d0cc044bcc64fd · report
frappe_pipeline_forward UT-SysML/seaotter/src/seaotter/train/codecs.py found in paper text by Syntology unverified no licence file found · pointer only · 024cbf9156316642 · report
load_frappe UT-SysML/seaotter/src/seaotter/train/codecs.py found in paper text by Syntology unverified no licence file found · pointer only · 3f7ede9e84d55411 · report
load_walloc UT-SysML/seaotter/src/seaotter/train/codecs.py found in paper text by Syntology unverified no licence file found · pointer only · 9f68a1490e57827d · report
main UT-SysML/seaotter/src/seaotter/eval/encode_complexity.py found in paper text by Syntology unverified no licence file found · pointer only · cca8f4086ee700d3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.03940, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections