{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-03940","title":"SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction","arxiv_id":"2606.03940","date":"2026-06-02","proceeding":null,"authors":["Dan Jacobellis","Neeraja J. Yadwadkar"],"abstract":"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 .","url_abs":"https://arxiv.org/abs/2606.03940","url_pdf":"https://arxiv.org/pdf/2606.03940","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.03940"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/UT-SysML/seaotter","reach":null}],"summary":{"ran":9,"unverified":5},"by_repo_kind":{"found_in_text":{"samples":14,"ran":9,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":14,"samples":[{"code_sha256_prefix":"f26a63936a92c031","entry":"blockify","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/_dct.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/_dct.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f26a63936a92c031"}},{"code_sha256_prefix":"cf918a00c564800d","entry":"cells_to_run","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/eval/launch_load_bearing.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/eval/launch_load_bearing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cf918a00c564800d"}},{"code_sha256_prefix":"c3bb01c75a45ada3","entry":"deblockify","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/_dct.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/_dct.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c3bb01c75a45ada3"}},{"code_sha256_prefix":"39fd0a8491578762","entry":"decode","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/jpeg_codec.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/jpeg_codec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"39fd0a8491578762"}},{"code_sha256_prefix":"dcfb2b899f8a999d","entry":"encode","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/jpeg_codec.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/jpeg_codec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dcfb2b899f8a999d"}},{"code_sha256_prefix":"f25085276731f51a","entry":"make_adapter","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/eval/codecs.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/eval/codecs.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f25085276731f51a"}},{"code_sha256_prefix":"6bb9b61de0be44f2","entry":"make_pillow_adapter","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/eval/codecs.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/eval/codecs.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6bb9b61de0be44f2"}},{"code_sha256_prefix":"4f5c46bef34cc3f5","entry":"read_qtables","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/jpeg_codec.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/jpeg_codec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4f5c46bef34cc3f5"}},{"code_sha256_prefix":"bd1b9c40f95932e2","entry":"shape_distribution","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/eval/datasets.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/eval/datasets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bd1b9c40f95932e2"}},{"code_sha256_prefix":"35d0cc044bcc64fd","entry":"block_dct","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/_dct.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/_dct.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"35d0cc044bcc64fd"}},{"code_sha256_prefix":"024cbf9156316642","entry":"frappe_pipeline_forward","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/train/codecs.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/train/codecs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"024cbf9156316642"}},{"code_sha256_prefix":"3f7ede9e84d55411","entry":"load_frappe","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/train/codecs.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/train/codecs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3f7ede9e84d55411"}},{"code_sha256_prefix":"9f68a1490e57827d","entry":"load_walloc","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/train/codecs.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/train/codecs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9f68a1490e57827d"}},{"code_sha256_prefix":"cca8f4086ee700d3","entry":"main","repo":"UT-SysML/seaotter","repo_kind":"found_in_text","path":"src/seaotter/eval/encode_complexity.py","file_url":"https://github.com/UT-SysML/seaotter/blob/HEAD/src/seaotter/eval/encode_complexity.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cca8f4086ee700d3"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6795},"entries":[],"not_placed":{"boards":1,"rejected_by_independent_check":0,"refused_by_a_rule":1,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}