From Observation to Action: Latent Action-based Primitive Segmentation for VLA Pre-training in Industrial Settings
Jiajie Zhang, Sören Schwertfeger, Alexander Kleiner
TL;DR
The paper addresses the data bottleneck in industrialVision-Language-Action pretraining by proposing LAPS, an unsupervised pipeline that converts continuous industrial video into a structured library of action primitives. It combines a Motion Tokenizer to encode motion dynamics, a Latent Action Energy metric to detect semantic boundaries, and a two-stage clustering approach (frozen Transformer embeddings followed by cosine k-means) to discover a finite set of primitives, validated with a Vision-Language Model via ICSS. Experiments on public benchmarks and a real-world motor assembly dataset show that Latent Action Energy improves segmentation quality, and the resulting primitives exhibit high semantic coherence, demonstrating the method’s practicality for scalable VLA pre-training in manufacturing. The approach offers a scalable, automated data-sourcing pathway for embodied AI, with potential extensions to broader domains and future work to connect the latent space to executable control.
Abstract
We present a novel unsupervised framework to unlock vast unlabeled human demonstration data from continuous industrial video streams for Vision-Language-Action (VLA) model pre-training. Our method first trains a lightweight motion tokenizer to encode motion dynamics, then employs an unsupervised action segmenter leveraging a novel "Latent Action Energy" metric to discover and segment semantically coherent action primitives. The pipeline outputs both segmented video clips and their corresponding latent action sequences, providing structured data directly suitable for VLA pre-training. Evaluations on public benchmarks and a proprietary electric motor assembly dataset demonstrate effective segmentation of key tasks performed by humans at workstations. Further clustering and quantitative assessment via a Vision-Language Model confirm the semantic coherence of the discovered action primitives. To our knowledge, this is the first fully automated end-to-end system for extracting and organizing VLA pre-training data from unstructured industrial videos, offering a scalable solution for embodied AI integration in manufacturing.
