paper-with-me

홈 › Papers

NAC: Neural Action Codec for Vision-Language-Action Models

2026-06-19 · Ahad Jawaid, Yu Xiang arxiv

Vision-language-action (VLA) models rely on discrete action tokenizers to bridge continuous robot control and autoregressive sequence modeling, yet existing tokenizers often trade off between compression, latency, and downstream performance. We revisit this design through the lens of neural audio codecs-convolutional encoder-decoder architectures with residual vector quantization that serve as the standard front end for audio foundation models. Motivated by their success, we introduce the Neural Action Codec (NAC), which treats short robot action trajectories as multi-channel 1D signals and compresses them using a multi-scale RVQGAN architecture. We observe that audio-specific mel-spectrogram objectives are ill-suited for kinematic signals; however, by replacing them with simple time-domain and non-mel spectral reconstruction losses, audio-codec-style models can autoencode actions with high fidelity without substantial architectural changes. NAC provides a compact, ordered token space via offset codebooks, enabling standard autoregressive policies to operate over short, structured sequences. Meanwhile, a Vocos-style decoder with an ISTFT head and adversarial discriminators recovers smooth, detailed trajectories. Across LIBERO-10, RoboMimic, and a suite of real-world manipulation tasks, NAC achieves lower reconstruction error and higher success rates than binning, FAST, and prior VQ-based tokenizers at comparable or better compression rates. These results demonstrate that repurposed neural audio codecs offer a strong, practical backbone for learned action tokenization in modern VLAs.

📄 PDF Abstract BibTeX arXiv:2606.21372

Code (0)

등록된 구현이 없습니다.

Tasks

Spectral Reconstruction

Similar Papers 제목 키워드 기반

ActionCodec: What Makes for Good Action Tokenizers

2026-02-17 · Zibin Dong, Yicheng Liu, Shiduo Zhang, Baijun Ye 외 arxiv

Vision-Language-Action (VLA) models leveraging the native autoregressive paradigm of Vision-Language Models (VLMs) have demonstrated superior instruction-following and training efficiency. Central to this paradigm is act…

CodecCap: High-Fidelity Codec-Inspired Residual Modeling for Dense Video Captioning

2026-05-26 · Zihan Lin, Songhe Deng, Shuwei He, Danxiang Zhu 외 arxiv

Existing video captioning methods struggle to balance visual fidelity and redundancy: holistic captions are compact but lose fine-grained evidence, whereas segment-wise captions improve coverage but introduce heavy redun…

Dense Video CaptioningDense Captioning

A Perspective on Deep Vision Performance with Standard Image and Video Codecs

2024-04-18 · Christoph Reich, Oliver Hahn, Daniel Cremers, Stefan Roth 외

Resource-constrained hardware, such as edge devices or cell phones, often rely on cloud servers to provide the required computational resources for inference in deep vision models. However, transferring image and video d…

Image ClassificationSemantic Segmentation

CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules

2023-10-13 · Hung Le, Hailin Chen, Amrita Saha, Akash Gokul 외

Large Language Models (LLMs) have already become quite proficient at solving simpler programming tasks like those in HumanEval or MBPP benchmarks. However, solving more complex and competitive programming tasks is still …

Code GenerationHumanEvalmbpp

EGGCodec: A Robust Neural Encodec Framework for EGG Reconstruction and F0 Extraction

2025-08-12 · Rui Feng, Yuang Chen, Yu Hu, Jun Du 외 arxiv

This letter introduces EGGCodec, a robust neural Encodec framework engineered for electroglottography (EGG) signal reconstruction and F0 extraction. We propose a multi-scale frequency-domain loss function to capture the …