GPUPRSI:地震干涉测量法的 GPU 实现,用于检索无源地震记录的反射响应

IF 4.2 2区 地球科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Computers & Geosciences Pub Date : 2024-06-12 DOI:10.1016/j.cageo.2024.105654
Jun Zheng, Guofeng Liu
{"title":"GPUPRSI:地震干涉测量法的 GPU 实现,用于检索无源地震记录的反射响应","authors":"Jun Zheng,&nbsp;Guofeng Liu","doi":"10.1016/j.cageo.2024.105654","DOIUrl":null,"url":null,"abstract":"<div><p>Passive seismic exploration is an environmentally friendly, economical, and highly accessible exploration method that is widely used in different-scale subsurface imaging. Retrieving reflections from ambient noise is a newly developed passive seismic method that can be used in many fields such as mineral exploration and near-surface imaging, but the interferometry calculation is time-consuming because it requires a longer period of data acquisition to improve the signal-to-noise ratio of the retrieved reflections. In this study, we introduced a graphical processing unit (GPU)- based implementation of seismic interferometry for retrieving reflection responses from passive source seismic recordings. Because all traces are involved in the computation process, but the size of passive source data often exceeds available memory, repeated disk reads lead to a decrease in computational efficiency. We design a strategy of grouping computations followed by stacking to minimize disk input and output, simultaneously keeping the memory requirements low. Passive source data is read and written only once, and there is no requirement for the memory size to be greater than the data size. Additionally, acceleration technologies such as asynchronous execution, asynchronous memory transfer, and GPU-accelerated libraries are used. We test the efficiency using short data where the number of sampling points per trace is on the order of 30,000, and long data, where the number of sampling points per trace is on the order of 30,000,000. For short data, the average speedup is 4 compared with a multi-core central processing unit (CPU); for long data, the speedup can reach 24. The GPU-based implementation of interferometry greatly reduces the calculation time for retrieving reflections from passive source seismic recordings, providing a solution to the problem of large calculation in three-dimensional (3D) passive source reflection exploration.</p></div>","PeriodicalId":55221,"journal":{"name":"Computers & Geosciences","volume":"190 ","pages":"Article 105654"},"PeriodicalIF":4.2000,"publicationDate":"2024-06-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"GPUPRSI: GPU implementation of seismic interferometry for retrieving reflection responses from passive source seismic recordings\",\"authors\":\"Jun Zheng,&nbsp;Guofeng Liu\",\"doi\":\"10.1016/j.cageo.2024.105654\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><p>Passive seismic exploration is an environmentally friendly, economical, and highly accessible exploration method that is widely used in different-scale subsurface imaging. Retrieving reflections from ambient noise is a newly developed passive seismic method that can be used in many fields such as mineral exploration and near-surface imaging, but the interferometry calculation is time-consuming because it requires a longer period of data acquisition to improve the signal-to-noise ratio of the retrieved reflections. In this study, we introduced a graphical processing unit (GPU)- based implementation of seismic interferometry for retrieving reflection responses from passive source seismic recordings. Because all traces are involved in the computation process, but the size of passive source data often exceeds available memory, repeated disk reads lead to a decrease in computational efficiency. We design a strategy of grouping computations followed by stacking to minimize disk input and output, simultaneously keeping the memory requirements low. Passive source data is read and written only once, and there is no requirement for the memory size to be greater than the data size. Additionally, acceleration technologies such as asynchronous execution, asynchronous memory transfer, and GPU-accelerated libraries are used. We test the efficiency using short data where the number of sampling points per trace is on the order of 30,000, and long data, where the number of sampling points per trace is on the order of 30,000,000. For short data, the average speedup is 4 compared with a multi-core central processing unit (CPU); for long data, the speedup can reach 24. The GPU-based implementation of interferometry greatly reduces the calculation time for retrieving reflections from passive source seismic recordings, providing a solution to the problem of large calculation in three-dimensional (3D) passive source reflection exploration.</p></div>\",\"PeriodicalId\":55221,\"journal\":{\"name\":\"Computers & Geosciences\",\"volume\":\"190 \",\"pages\":\"Article 105654\"},\"PeriodicalIF\":4.2000,\"publicationDate\":\"2024-06-12\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Computers & Geosciences\",\"FirstCategoryId\":\"89\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0098300424001377\",\"RegionNum\":2,\"RegionCategory\":\"地球科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Computers & Geosciences","FirstCategoryId":"89","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0098300424001377","RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS","Score":null,"Total":0}
引用次数: 0

摘要

被动地震勘探是一种环保、经济、方便的勘探方法,广泛应用于不同规模的地下成像。从环境噪声中提取反射波是一种新开发的被动地震方法,可用于矿产勘探和近地表成像等多个领域,但干涉测量计算耗时较长,因为它需要较长时间的数据采集来提高提取反射波的信噪比。在本研究中,我们介绍了一种基于图形处理单元(GPU)的地震干涉测量实现方法,用于检索无源地震记录的反射响应。由于计算过程涉及所有地震道,但被动源数据的大小往往超过可用内存,重复读取磁盘导致计算效率下降。我们设计了一种先分组后堆叠的计算策略,以尽量减少磁盘输入和输出,同时保持较低的内存需求。被动源数据只需读写一次,不要求内存大小大于数据大小。此外,我们还使用了异步执行、异步内存传输和 GPU 加速库等加速技术。我们使用短数据和长数据对效率进行了测试,前者每个跟踪的采样点数量约为 30,000 个,后者每个跟踪的采样点数量约为 30,000,000 个。对于短数据,与多核中央处理器(CPU)相比平均提速 4 倍;对于长数据,提速可达 24 倍。基于 GPU 的干涉测量实现大大缩短了从被动源地震记录中检索反射的计算时间,为三维(3D)被动源反射勘探中的大量计算问题提供了解决方案。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
GPUPRSI: GPU implementation of seismic interferometry for retrieving reflection responses from passive source seismic recordings

Passive seismic exploration is an environmentally friendly, economical, and highly accessible exploration method that is widely used in different-scale subsurface imaging. Retrieving reflections from ambient noise is a newly developed passive seismic method that can be used in many fields such as mineral exploration and near-surface imaging, but the interferometry calculation is time-consuming because it requires a longer period of data acquisition to improve the signal-to-noise ratio of the retrieved reflections. In this study, we introduced a graphical processing unit (GPU)- based implementation of seismic interferometry for retrieving reflection responses from passive source seismic recordings. Because all traces are involved in the computation process, but the size of passive source data often exceeds available memory, repeated disk reads lead to a decrease in computational efficiency. We design a strategy of grouping computations followed by stacking to minimize disk input and output, simultaneously keeping the memory requirements low. Passive source data is read and written only once, and there is no requirement for the memory size to be greater than the data size. Additionally, acceleration technologies such as asynchronous execution, asynchronous memory transfer, and GPU-accelerated libraries are used. We test the efficiency using short data where the number of sampling points per trace is on the order of 30,000, and long data, where the number of sampling points per trace is on the order of 30,000,000. For short data, the average speedup is 4 compared with a multi-core central processing unit (CPU); for long data, the speedup can reach 24. The GPU-based implementation of interferometry greatly reduces the calculation time for retrieving reflections from passive source seismic recordings, providing a solution to the problem of large calculation in three-dimensional (3D) passive source reflection exploration.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Computers & Geosciences
Computers & Geosciences 地学-地球科学综合
CiteScore
9.30
自引率
6.80%
发文量
164
审稿时长
3.4 months
期刊介绍: Computers & Geosciences publishes high impact, original research at the interface between Computer Sciences and Geosciences. Publications should apply modern computer science paradigms, whether computational or informatics-based, to address problems in the geosciences.
期刊最新文献
Multimodal feature integration network for lithology identification from point cloud data A two-dimensional magnetotelluric deep learning inversion approach based on improved Dense Convolutional Network Removing atmospheric noise from InSAR interferograms in mountainous regions with a convolutional neural network Novel empirical curvelet denoising strategy for suppressing mixed noise of microseismic data Curvilinear lineament extraction: Bayesian optimization of Principal Component Wavelet Analysis and Hysteresis Thresholding
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1