Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
video
video
3.06
3.06
label
class label
200 classes
01
01
110
110
2100
2100
1211
1211
2312
2312
3413
3413
4514
4514
5615
5615
6716
6716
7817
7817
8918
8918
10019
10019
1112
1112
11220
11220
11421
11421
11522
11522
11623
11623
11724
11724
11825
11825
11926
11926
12027
12027
12128
12128
12229
12229
1233
1233
12430
12430
12531
12531
12632
12632
12733
12733
12834
12834
12935
12935
13036
13036
13137
13137
13238
13238
13339
13339
1344
1344
13540
13540
13641
13641
13742
13742
13843
13843
13944
13944
14045
14045
14146
14146
14247
14247
14348
14348
14449
14449
1455
1455
14650
14650
14751
14751
14852
14852
14953
14953
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

SteerVTE: Precise Video Text Editing with Style and Glyph Control

Paper Homepage Weights License

πŸ’‘ Abstract

Visual text editing aims to precisely modify text in images and videos while preserving stylistic consistency and visual realism. Despite significant advances in the image domain, video text editing remains largely unexplored: it is a localized task demanding stroke-level precision within small text regions, which compounds the challenges of cross-frame accuracy, temporal coherence, and stylistic fidelity. We introduce πŸ”₯SteerVTEπŸ”₯, a unified framework that steers a frozen video diffusion model to perform precise Video Text Editing through style and glyph control. Built on a frozen diffusion transformer, SteerVTE attaches a lightweight text context adapter with two complementary modules: a style encoder capturing the original text's visual attributes, and dual-granularity glyph encoders encoding the target text at both the line and character levels. To overcome the inherently weak text rendering priors of video foundation models, we further propose a glyph-aware spatial-focal loss and a three-stage progressive training curriculum that scales from image to video data. To support large-scale training, we also develop an automatic synthesis pipeline and construct SteerVTE-1M, a dataset of one million triplets spanning diverse scenes, fonts, and stylistic effects. Extensive experiments demonstrate that SteerVTE substantially outperforms existing video editing baselines across text accuracy, style consistency, and temporal coherence.

πŸ“Š Dataset

VTE-Bench is a benchmark for video text editing, covering synthetic and real-world scenes with diverse text content, visual styles, and motion patterns. Each sample contains the source video, the target video or editing condition, a text mask, and reference images used to evaluate text editing quality.

The dataset is organized into three subsets:

  • Synth: synthetic video text editing samples;
  • Real: real-world video text editing samples;
  • SceneText: scene text editing samples collected from diverse videos.

The corresponding CSV files (Synth.csv, Real.csv, and SceneText.csv) provide the sample metadata and relative paths to the videos, masks, and reference images.

πŸ“š Citation

If you find SteerVTE is useful in your research or applications, please consider giving us a star 🌟 and citing it by the following BibTeX entry.

@article{zeng2026steervte,
  title={SteerVTE: Seamless Video Text Editing with Style and Glyph Control},
  author={Zeng, Kai and Li, Moran and Wang, Zhengwei and Yu, Yingchen and Lin, Yiheng and An, Ruichuan and Lu, Ming and She, Qi and Zhang, Wentao},
  journal={arXiv preprint arXiv:2606.23254},
  year={2026}
}
Downloads last month
-

Paper for MewtwoX23/VTE-Bench