CVAIJun 16

Video2Code: Generating Interactive Webpages from UI Videos via Action-Aware Revisit

arXiv:2606.2071126.7Has Code
Predicted impact top 4% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work tackles the challenge of converting UI videos into functional webpages for developers, but the improvement is incremental as it builds on existing open-source models.

Video2Code addresses the problem of generating interactive webpages from UI videos by recovering executable state transitions. It improves functional correctness over direct video observation, especially on dense multi-step interactions.

UI videos provide a natural input for generating interactive webpages, as they capture both webpage appearance and action-triggered state transitions. However, directly applying video-capable vision-language models to this task remains insufficient. Existing models typically rely on sparse sampling or compressed temporal representations, which may miss short action boundaries and break the state-action-state transitions needed to implement webpage behavior. We formulate UI video-to-code generation as executable state-transition recovery from interaction videos, and identify this failure mode as state-transition misalignment. We introduce Video2Code, an action-aware video-to-code approach for recovering executable UI state transitions. Rather than allocating the visual budget uniformly across the video, Video2Code first performs coarse video understanding to locate action-critical regions, then invokes a temporal clipping tool to revisit these regions at higher temporal resolution before generating HTML/CSS/JavaScript code. We instantiate Video2Code with action-aligned video-code supervision and evaluate it under both visual and functional criteria. Experiments show that Video2Code substantially strengthens the underlying open-source model for UI video-to-code generation, improving functional correctness over direct video observation, especially on dense multi-step interactions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes