Learned Image Compression for Vision-Language-Action Models

22d ago · Global · primary source: export.arxiv.org

A new learned image compression framework called SPARC aims to solve a growing bottleneck in robotics: transmitting high-frequency visual data to vision-language-action models over constrained networks without degrading task performance [1]. The framework, detailed in a paper submitted 15 Jun 2026 to arXiv, is formally named SPatially Adaptive Rate Control [1]. Its designers note that vision-language-action models, or VLAs, increasingly depend on streams from multiple cameras, turning visual communication into a major obstacle for real-time control in bandwidth-limited or distributed deployments [2]. VLAs are a class of multimodal foundation models that take an image and a text instruction and directly output low-level robot actions [6]. The concept was pioneered by Google DeepMind with RT-2 in July 2023 [6]. Conventional image and video codecs are built to preserve generic visual fidelity, not the control performance of a downstream VLA policy [3]. SPARC addresses this mismatch by exploiting an observation: the importance of visual information varies sharply across camera views and spatial regions within a single frame [1]. A lightweight temporal mask selector adaptively allocates bitrate over latent representations according to task relevance, using temporal context to guide the allocation [2]. To prevent the compression process from discarding rare but task-critical visual patterns, the authors introduce a tilted rate loss that stabilizes training by reducing the tendency of entropy-based objectives to over-suppress those patterns [3]. The system is built atop a pretrained neural image codec and trained end-to-end to optimize downstream action quality under a communication budget [3]. Experiments were run on three robotic benchmarks: RoboCasa365, VLABench, and LIBERO [1]. Across all three, SPARC delivered stronger control performance than conventional image and video codecs as well as recent learned compression methods when operating at the same bitrate [2]. The team also tested the framework in real-world remote-control settings and reported a substantial improvement in the bitrate-success tradeoff [1]. The work arrives as researchers increasingly flag the inadequacy of existing codecs for embodied AI. A separate study introduced the EmbodiedComp benchmark and found that none of three VLAs could maintain operational status on manipulation tasks when fed compressed images, underscoring the need for codecs designed specifically for embodied agents [4]. Related efforts have pursued semantically driven compression for large vision-language models, achieving more than 50 percent bitrate savings at equivalent accuracy by optimizing for semantic information rather than a single analytical task [5]. Foundation models, which underpin VLAs, are trained on vast datasets and can cost hundreds of millions of dollars to develop, though adapting them for specific tasks is far less expensive [8].

research-paperapplicationregulationtool-release

Background sources we checked (7)
  • arxiv.org ↗ Vision-language-action (VLA) models increasingly rely on high-frequency multi-camera observations, making visual communication a major bottleneck for real-time robotic control in bandwidth-constrained or distributed deployment settings. Existing image and video codecs, however, a…
  • arxiv.org ↗ Vision-language-action (VLA) models increasingly rely on high-frequency multi-camera observations, making visual communication a major bottleneck for real-time robotic control in bandwidth-constrained or distributed deployment settings. Existing image and video codecs, however, a…
  • arxiv.org ↗ Image Compression for Machines (ICM) has emerged as a pivotal research direction in the field of visual data compression. However, with the rapid evolution of machine intelligence, the target of compression has shifted from task-specific virtual models to Embodied agents operatin…
  • arxiv.org ↗ In this paper, we propose a dedicated image codec for LVLMs, as shown in Fig. 1. The primary idea is developing a token-based pre-editing framework and training the preprocessing network and codec jointly by incorporating a semantically-oriented optimization function. As such, we…
  • en.wikipedia.org ↗ In robot learning, a vision–language–action model (VLA) is a class of multimodal foundation models that integrates vision, language and actions. Given an input image (or video) of the robot's surroundings and a text instruction, a VLA directly outputs low-level robot actions that…
  • en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
  • en.wikipedia.org ↗ In artificial intelligence, a foundation model (FM), also known as large x model (LxM, where "x" is a variable representing any text, image, sound, etc.), is a machine learning or deep learning model trained on vast datasets so that it can be applied across a wide range of use ca…

Sources

Spot something wrong? Report an issue