Third-party cyber evaluations involving OpenAI models
openai.com·14h ago
TL;DR
Vision-Language-Action (VLA) models have primarily focused on discrete-token autoregression, leaving a gap in understanding post-training for continuous-action models. CrossVLA was developed to empirically study post-training optimization across different VLA paradigms.
✦ Why It Matters
Engineers can leverage DPO for optimizing continuous-action VLA models, improving their effectiveness in real-world applications.
Key Takeaways
How It Works
CrossVLA employs a surrogate flow-matching log-probability estimator that simplifies the DPO process for continuous-action models. This innovation eliminates the need for complex probability-flow ordinary differential equation (ODE) integration, making the optimization process more efficient.
Related