Author Login Editor-in-Chief Peer Review Editor Work Office Work

Computer Engineering ›› 2022, Vol. 48 ›› Issue (11): 275-283. doi: 10.19678/j.issn.1000-3428.0063095

• Development Research and Engineering Application • Previous Articles     Next Articles

Fast 3D Visualization of Massive Seismic Data in Deep Clustering Index

TANG Wenlin1,2,3, XIE Kai1,2,3, WEN Chang3,4, HE Jianbiao5   

  1. 1. School of Electronic Information, Yangtze University, Jingzhou, Hubei 434023, China;
    2. National Electrical and Electronic Experimental Teaching Demonstration Center, Yangtze University, Jingzhou, Hubei 434023, China;
    3. Western Research Institute, Yangtze University, Karamay, Xinjiang 834000, China;
    4. School of Computer Science, Yangtze University, Jingzhou, Hubei 434023, China;
    5. College of Information Science and Engineering, Central South University, Changsha 410083, China
  • Received:2021-11-01 Revised:2021-12-30 Published:2022-01-04

深度聚类索引下的海量地震数据快速三维可视化

汤文琳1,2,3, 谢凯1,2,3, 文畅3,4, 贺建飚5   

  1. 1. 长江大学 电子信息学院, 湖北 荆州 434023;
    2. 长江大学 电工电子国家级实验教学示范中心, 湖北 荆州 434023;
    3. 长江大学 西部研究院, 新疆 克拉玛依 834000;
    4. 长江大学 计算机科学学院, 湖北 荆州 434023;
    5. 中南大学 计算机学院, 长沙 410083
  • 作者简介:汤文琳(1997—),女,硕士研究生,主研方向为图形图像处理、人工智能;谢凯(通信作者),教授、博士;文畅,讲师、硕士;贺建飚,副教授。
  • 基金资助:
    新疆维吾尔自治区自然科学基金项目(2020D01A131);湖北省教育厅项目(B2019039)。

Abstract: The 3D visualization technology of seismic data can intuitively analyze geological structure information, which can provide data support for geological exploration and other research.To solve the problems of display delay and image jump lag when loading large scale data in traditional volume-rendering algorithms, this study proposes a fast 3D visualization algorithm of massive seismic data based on deep clustering index.Firstly, the spatial feature representation of data is learned by variational autoencoding and deep clustering;then, the clustering performance is improved by iterative optimization of objective function.Thus, the problem of overlapping nodes caused by uneven spatial data distribution is solved, and an efficient index structure is established to improve the efficiency of real-time data reading.Additionally, a temporal convolutional network is used to predict the position of the next viewpoint, and the potential data is loaded into memory in advance to avoid the problem of picture-stuck jump caused by centralized loading when the data amount is too large.Finally, combined with the viewpoint dynamic-division scheduling model based on double-layer visual cone, redundant nodes are removed to reduce the system load, and improve the data-rendering speed and fluency.The experimental results show that, compared with the Hilbert R-Tree (HRT), the time of querying data sub-blocks on the index structure of algorithm in this paper is reduced by 64.14%~66.37%, and the accuracy of predicting viewpoints is improved by 12.08%~22.70%, compared with the Lagrange interpolation algorithm.The real-time frame rate can also be relatively stable and smooth on a large subset.The rendering performance of the whole system achieves the desired effect under the premise of ensuring the image quality.

Key words: 3D visualization, deep learning, deep clustering, Hilbert R-Tree(HRT), sequence trajectory prediction forecasting, view frustum culling

摘要: 地震数据的三维可视化能够直观反映地质的相关结构信息,为地质勘探等研究提供数据支持。针对传统体绘制算法在集中载入海量数据时存在显示延迟、画面跳跃、卡顿等问题,提出一种快速三维可视化算法。使用变分自编码器和深度聚类学习数据的空间特征表示,通过迭代优化目标函数提高聚类性能,以解决因空间数据分布不均造成的节点重叠问题。建立高效的索引结构,提高数据实时读取的效率,通过时序卷积网络预测下一个视点位置,提前将潜在数据载入内存,避免因海量数据集中加载导致画面卡顿、跳跃。使用基于双层视锥体的视点动态划分调度模型,剔除不必要的绘制节点及减轻系统负荷,从而提高数据渲染速度和流畅度。实验结果表明,该算法在索引结构上查询数据块的时间相比希尔伯特R树算法减少了64.14%~66.37%,预测视点的正确率相比拉格朗日插值算法提高了12.08%~22.70%,实时帧率在较大规模的子集上也能够相对稳定平滑,在保证图像质量的前提下整体系统的渲染性能达到预期效果。

关键词: 三维可视化, 深度学习, 深度聚类, 希尔伯特R树, 时序轨迹预测, 视锥体裁剪

CLC Number: