{"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-2602-22286","title":"OmniZip: Learning a Unified and Lightweight Lossless Compressor for Multi-Modal Data","arxiv_id":"2602.22286","date":"2026-02-25","proceeding":null,"authors":["Yan Zhao","Zhengxue Cheng","Junxuan Zhang","Dajiang Zhou","Qunshan Gu","Qi Wang","Li Song"],"abstract":"Lossless compression is essential for efficient data storage and transmission. Although learning-based lossless compressors achieve strong results, most of them are designed for a single modality, leading to redundant compressor deployments in multi-modal settings. Designing a unified multi-modal compressor is critical yet challenging, as different data types vary largely in format, dimension, and statistics. Multi-modal large language models offer a promising resolution but remain too complex for practical use. Thus, we propose \\textbf{OmniZip}, \\textbf{a unified and lightweight lossless compressor for multi-modal data (like image, text, speech, tactile, database, and gene sequence)}. Built on a lightweight backbone, OmniZip incorporates three key components to enable efficient multi-modal lossless compression: a modality-unified tokenizer that reversibly transforms diverse data into tokens, a modality-routing context learning mechanism that enables flexible multi-modal context modeling, and a modality-routing feedforward design that further enhances the model's nonlinear representation flexibility. A reparameterization training strategy is used to enhance model capacity. OmniZip outperforms or matches other state-of-the-art compressors on multiple modalities, achieving 42\\%, 57\\%, 62\\% and 42\\%, 53\\% higher compression efficiency than gzip on CLIC-M, TouchandGo, enwik9, LibriSpeech, and WikiSQL datasets, respectively. It also supports near real-time inference on resource-constrained edge devices, reaching about 1MB/s on MacBook CPUs and iPhone NPUs. Our code is released at https://github.com/adminasmi/OmniZip-CVPR2026.","url_abs":"https://arxiv.org/abs/2602.22286","url_pdf":"https://arxiv.org/pdf/2602.22286","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":{"atlas_url":"https://app.syntology.ai/?focus=2602.22286","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.22286"}},"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/adminasmi/OmniZip-CVPR2026","reach":null}],"summary":{"ran":3,"ran_fixture":2,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":13,"ran":5,"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":13,"samples":[{"code_sha256_prefix":"149772ae5e8b0d5a","entry":"AttnBlkHiRA","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"149772ae5e8b0d5a"}},{"code_sha256_prefix":"bda257f078dbbab8","entry":"MLP","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"bda257f078dbbab8"}},{"code_sha256_prefix":"c1ff30fd8e32c15e","entry":"RMSNorm","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"c1ff30fd8e32c15e"}},{"code_sha256_prefix":"4ad12fdafbefb97b","entry":"expert_balance_jit","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4ad12fdafbefb97b"}},{"code_sha256_prefix":"99695f198331261b","entry":"gates_to_load_jit","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"99695f198331261b"}},{"code_sha256_prefix":"6f658e386bcf4fa5","entry":"BaseBlockMoAMoE","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"6f658e386bcf4fa5"}},{"code_sha256_prefix":"00ae33db75447388","entry":"BaseRWKV_HIRA_MOA_MOE","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"00ae33db75447388"}},{"code_sha256_prefix":"bcca08dbafa1bf18","entry":"ExpertRouter","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"bcca08dbafa1bf18"}},{"code_sha256_prefix":"5e190de60aac899d","entry":"MoE","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"5e190de60aac899d"}},{"code_sha256_prefix":"62250fc6b0cb47f9","entry":"_log_expert_stats","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"62250fc6b0cb47f9"}},{"code_sha256_prefix":"ed91c0888857ce4d","entry":"_plot_expert_usage","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"ed91c0888857ce4d"}},{"code_sha256_prefix":"1bf0709d8a84d473","entry":"cv_squared_jit","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"1bf0709d8a84d473"}},{"code_sha256_prefix":"a55a7c552eac18c2","entry":"prob_in_top_k_jit","repo":"adminasmi/OmniZip-CVPR2026","repo_kind":"found_in_text","path":"models/rwkv7_hira_moa_moe.py","file_url":"https://github.com/adminasmi/OmniZip-CVPR2026/blob/HEAD/models/rwkv7_hira_moa_moe.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":"a55a7c552eac18c2"}}]},"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":null}