StabStitch++ 数据集
收藏资源简介:
StabStitch++ 数据集是一个用于训练和评估视频拼接算法的综合性数据集,包含丰富的相机运动和场景多样性。该数据集旨在解决视频拼接中的新问题——'warping shake',即由于时间上不连续的扭曲导致的视频内容抖动。该数据集被用于训练StabStitch++框架,该框架能够同时实现空间拼接和时间稳定,通过引入双向分解模块,将拼接负担均匀分布在两个视图上,从而提高对齐度和减少扭曲。此外,该数据集还包含了由相机路径和空间时间扭曲组合得到的拼接轨迹的数学表达式,并提出了一个扭曲平滑模型,以在混合损失中同时鼓励内容对齐、轨迹平滑和在线协作。StabStitch++ 数据集的建立,为视频拼接领域的研究提供了宝贵的资源,并推动了实时在线视频拼接系统的发展。
The StabStitch++ dataset is a comprehensive dataset for training and evaluating video stitching algorithms, featuring diverse camera motions and scenes. It aims to address a novel problem in video stitching, namely 'warping shake', which refers to video content jitter caused by temporally discontinuous warping. The dataset is used to train the StabStitch++ framework, which achieves both spatial stitching and temporal stabilization simultaneously. By introducing a bidirectional decomposition module, the framework evenly distributes the stitching workload across the two views, thereby improving alignment accuracy and reducing warping artifacts. Additionally, the dataset includes mathematical expressions of stitching trajectories derived from combinations of camera paths and spatiotemporal warping, and proposes a warping smoothing model that simultaneously encourages content alignment, trajectory smoothness, and online collaboration in the hybrid loss function. The establishment of the StabStitch++ dataset provides a valuable resource for research in the video stitching field and promotes the development of real-time online video stitching systems.
StabStitch++ 数据集概述
基本信息
- 数据集名称: StabStitch++
- 主要开发者: Lang Nie, Chunyu Lin, Kang Liao, Yun Zhang, Shuaicheng Liu, Yao Zhao
- 机构: 北京交通大学、南洋理工大学、浙江传媒学院、电子科技大学
- 联系邮箱: nielang@bjtu.edu.cn
主要贡献
- 双向分解模块: 在虚拟中间平面上进行双向变形,均匀分担变形负担,适用于图像和视频拼接。
- 变形平滑模型: 在在线模式下同时优化内容对齐、轨迹平滑和在线协作。
性能对比
| 指标 | StabStitch | StabStitch++ |
|---|---|---|
| 对齐 (PSNR/SSIM) | 29.89/0.890 | 30.88/0.898 |
| 稳定性 | 48.74 | 41.70 |
| 失真 | 0.674 | 0.371 |
| 推理速度 (fps) | 35.5 | 28.3 |
数据集
- StabStitch-D 数据集: 参考 StabStitch。
- 传统数据集: 可通过 Google Drive 或 百度云(提取码: 1234)获取。
代码与运行环境
- 环境要求:
- Python 3.8.5
- numpy 1.19.5
- pytorch 1.13.1+cu116
- opencv-python-headless 4.5.1.48
- scikit-image 0.15.0
- tensorboard 2.9.0
- 运行指南:
- 推理: 参考 Full_model_inference/README.md
- 训练: 分别参考 SpatialWarp, TemporalWarp, SmoothWarp
参考文献
- Nie, L., et al. "Eliminating Warping Shakes for Unsupervised Online Video Stitching." ECCV, 2025.
- Nie, L., et al. "Parallax-Tolerant Unsupervised Deep Image Stitching." ICCV, 2023.
- Liu, S., et al. "Meshflow: Minimum latency online video stabilization." ECCV, 2016.

- 1StabStitch++: Unsupervised Online Video Stitching with Spatiotemporal Bidirectional Warps北京交通大学信息科学研究所 · 2025年



