📄
Abstract - SimpleProc: Fully Procedural Synthetic Data from Simple Rules for Multi-View Stereo
In this paper, we explore the design space of procedural rules for multi-view stereo (MVS). We demonstrate that we can generate effective training data using SimpleProc: a new, fully procedural generator driven by a very small set of rules using Non-Uniform Rational Basis Splines (NURBS), as well as basic displacement and texture patterns. At a modest scale of 8,000 images, our approach achieves superior results compared to manually curated images (at the same scale) sourced from games and real-world objects. When scaled to 352,000 images, our method yields performance comparable to--and in several benchmarks, exceeding--models trained on over 692,000 manually curated images. The source code and the data are available at this https URL.
SimpleProc:基于简单规则生成用于多视角立体的全程序化合成数据 /
SimpleProc: Fully Procedural Synthetic Data from Simple Rules for Multi-View Stereo
1️⃣ 一句话总结
这篇论文提出了一种名为SimpleProc的新方法,它仅用几条简单的数学和纹理规则就能自动生成大量用于训练多视角立体视觉模型的合成数据,其效果在数据量相当时优于人工采集的数据,并且在大规模使用时能达到甚至超过使用海量人工数据训练模型的性能。