Vidformer: Drop-in Declarative Optimization for Rendering Video-Native Query Results
Dominik Winecki, Arnab Nandi

TL;DR
Vidformer is a rendering accelerator that transforms existing visualization code into a declarative form, enabling optimized, parallelized, and just-in-time video rendering to achieve sub-second latency in interactive video-native querying.
Contribution
It introduces Vidformer, a drop-in system that significantly accelerates video rendering and reduces latency for interactive video-native queries by leveraging declarative optimization and parallelization.
Findings
Cuts full-render time by 2-3x across workloads
Drops time-to-playback to 0.25-0.5 seconds
Enables interactive video-native LLM-based conversational querying
Abstract
When interactively exploring video data, video-native querying involves consuming query results as videos, including steps such as compilation of extracted video clips or data overlays. These video-native queries are bottlenecked by rendering, not the execution of the underlying queries. This rendering is currently performed using post-processing scripts that are often slow. This step poses a critical point of friction in interactive video data workloads: even short clips contain thousands of high-definition frames; conventional OpenCV/Python scripts must decode -> transform -> encode the entire data stream before a single pixel appears, leaving users waiting for many seconds, minutes, or hours. To address these issues, we present Vidformer, a drop-in rendering accelerator for video-native querying which, (i) transparently lifts existing visualization code into a declarative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Analysis and Summarization · Data Management and Algorithms · Multimedia Communication and Technology
