FT-NCFM: An Influence-Aware Data Distillation Framework for Efficient VLA Models
Kewei Chen, Yayu Long, Shuai Li, Mingsheng Shang
TL;DR
FT-NCFM introduces a data-centric generative distillation framework for Vision-Language-Action models, tackling data redundancy and inefficiency by synthesizing a high-value coreset. It deploys a two-stage FT Influence Assessment Engine (causal attribution via Influence Functions and contrastive verification with programmatic counterexamples) to assign sample weights, which guide an influence-weighted Neural Characteristic Function Matching (NCFM) distillation to produce the synthetic data. Across CALVIN, Meta-World, and LIBERO, using only 5–10% of synthetic data yields 85–95% of full-data performance with substantial training-time reductions (often >80%), outperforming policy distillation and traditional coreset selection. This work demonstrates that data-level efficiency optimization can be a practical and powerful alternative to model-centric approaches for efficient, high-performance VLA systems, while noting limitations around perturbation coverage and simulator-based counterexamples that warrant future work.
Abstract
The powerful generalization of Vision-Language-Action (VLA) models is bottlenecked by their heavy reliance on massive, redundant, and unevenly valued datasets, hindering their widespread application. Existing model-centric optimization paths, such as model compression (which often leads to performance degradation) or policy distillation (whose products are model-dependent and lack generality), fail to fundamentally address this data-level challenge. To this end, this paper introduces FT-NCFM, a fundamentally different, data-centric generative data distillation framework. Our framework employs a self-contained Fact-Tracing (FT) engine that combines causal attribution with programmatic contrastive verification to assess the intrinsic value of samples. Guided by these assessments, an adversarial NCFM process synthesizes a model-agnostic, information-dense, and reusable data asset. Experimental results on several mainstream VLA benchmarks show that models trained on just 5% of our distilled coreset achieve a success rate of 85-90% compared with training on the full dataset, while reducing training time by over 80%. Our work demonstrates that intelligent data distillation is a highly promising new path for building efficient, high-performance VLA models.
