Mono2Stereo
收藏资源简介:
随着3D设备的快速发展和3D内容的短缺,立体转换正受到关注。最近的研究引入了预训练的扩散模型(DMs)来完成这一任务,但缺乏大规模的训练数据和全面的基准测试阻碍了最优方法和准确评估。为了解决这些问题,我们引入了Mono2Stereo数据集,提供高质量的训练数据和基准测试。我们的实证研究表明:1. 现有指标未能关注立体效果的关键区域;2. 主流方法在立体效果退化和图像失真方面面临挑战。我们提出了一种新的评估指标Stereo Intersection-over-Union(Stereo IoU),优先考虑视差并与人类判断有良好的相关性。此外,我们引入了一个强大的基线模型,平衡了立体效果和图像质量。
With the rapid advancement of 3D devices and the shortage of 3D content, stereo conversion has garnered increasing attention. Recent studies have introduced pretrained diffusion models (DMs) to tackle this task, but the lack of large-scale training data and comprehensive benchmarks has hindered the development of optimal methods and reliable evaluation. To address these issues, we introduce the Mono2Stereo dataset, which provides high-quality training data and benchmark suites. Our empirical study reveals two key findings: 1. Existing metrics fail to prioritize the key regions associated with stereo effects; 2. Mainstream methods face challenges in stereo effect degradation and image distortion. We propose a novel evaluation metric, Stereo Intersection-over-Union (Stereo IoU), which prioritizes disparity and exhibits strong correlation with human judgment. Additionally, we introduce a strong baseline model that balances stereo effect and image quality.
Mono2Stereo 数据集概述
数据集基本信息
- 名称: Mono2Stereo
- 领域: 立体声转换(Stereo Conversion)
- 相关论文: arXiv:2409.02095
- 项目页面: Mono2Stereo Project Page
- 发表会议: CVPR 2025
数据集背景与目的
- 针对3D设备增长与3D内容短缺的问题,提供高质量的立体声转换训练数据和基准测试。
- 解决现有方法在立体效果退化和图像失真方面的挑战。
- 提出新的评估指标Stereo Intersection-over-Union (Stereo IoU),优先考虑视差并与人类判断相关性较好。
数据集内容
- 训练数据: 提供数据处理代码(data_process.py),视频数据可从3Donlinefilms下载。
- 测试数据: 提供测试数据用于公平比较。
- 推荐测试集: 建议使用Inria 3DMovies进行模型测试。
使用方法
- 模型权重: 可从百度网盘下载。
- 依赖模型:
- 推理代码: 提供测试脚本
test.py。
环境要求
- Python: 3.8.20
- CUDA: 12.1
引用与致谢
- 引用: 提供BibTeX格式引用(具体内容见README)。
- 致谢: 感谢开源项目Depth Anything和Marigold的代码支持。




