Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
size_categories:
|
4 |
+
- 100B<n<1T
|
5 |
+
---
|
6 |
+
|
7 |
+
**OpenFWI: Large-scale Multi-structural Benchmark Datasets for Full Waveform Inversion**
|
8 |
+
|
9 |
+
|
10 |
+
OpenFWI is the first collection of large-scale, multi-structural benchmark datasets for machine learning driven seismic Full Wave Inversion (FWI). It includes eleven 2D datasets and one 3D dataset, in four subsurface structure families. Here, We provide three of them (Vel, Fault, and Style). For both 2D and 3D Kimberlina datasets, please refer to [OpenFWI](https://smileunc.github.io/projects/openfwi) for more details.
|
11 |
+
|
12 |
+
|
13 |
+
**Resources**
|
14 |
+
|
15 |
+
[Paper](https://proceedings.neurips.cc/paper_files/paper/2022/file/27d3ef263c7cb8d542c4f9815a49b69b-Paper-Datasets_and_Benchmarks.pdf) - Discover the technical details and baseline methods.
|
16 |
+
|
17 |
+
[Github Repo](https://github.com/lanl/OpenFWI) - Pytorch Implementation of OpenFWI Benchmarks.
|
18 |
+
|
19 |
+
[Tutorial](https://www.kaggle.com/competitions/waveform-inversion/data) - A simple example of using the data and our baseline models.
|
20 |
+
|
21 |
+
[OpenFWI Website](https://openfwi-lanl.github.io) - Explore more resources on the official website of OpenFWI.
|
22 |
+
|
23 |
+
**License**
|
24 |
+
|
25 |
+
This dataset is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/) (CC BY-NC-SA 4.0).
|
26 |
+
|
27 |
+
**Citation**
|
28 |
+
|
29 |
+
If you find the data useful, please cite:
|
30 |
+
```bibtex
|
31 |
+
@article{deng2022openfwi,
|
32 |
+
title={OpenFWI: Large-scale multi-structural benchmark datasets for full waveform inversion},
|
33 |
+
author={Deng, Chengyuan and Feng, Shihang and Wang, Hanchen and Zhang, Xitong and Jin, Peng and Feng, Yinan and Zeng, Qili and Chen, Yinpeng and Lin, Youzuo},
|
34 |
+
journal={Advances in Neural Information Processing Systems},
|
35 |
+
volume={35},
|
36 |
+
pages={6007--6020},
|
37 |
+
year={2022}
|
38 |
+
}
|
39 |
+
```
|