paper-with-me

Papers

Optimizing a Transformer-based network for a deep learning seismic processing workflow

2023-08-09 · Randy Harsuko, Tariq Alkhalifah

StorSeismic is a recently introduced model based on the Transformer to adapt to various seismic processing tasks through its pretraining and fine-tuning training strategy. In the original implementation, StorSeismic utilized a sinusoidal positional encoding and a conventional self-attention mechanism, both borrowed from the natural language processing (NLP) applications. For seismic processing they admitted good results, but also hinted to limitations in efficiency and expressiveness. We propose modifications to these two key components, by utilizing relative positional encoding and low-rank attention matrices as replacements to the vanilla ones. The proposed changes are tested on processing tasks applied to a realistic Marmousi and offshore field data as a sequential strategy, starting from denoising, direct arrival removal, multiple attenuation, and finally root-mean-squared velocity ($V_{RMS}$) prediction for normal moveout (NMO) correction. We observe faster pretraining and competitive results on the fine-tuning tasks and, additionally, fewer parameters to train compared to the vanilla model.

📄 PDF Abstract BibTeX arXiv:2308.04739

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

The role of visual saliency in the automation of seismic interpretation

2018-12-31 · Muhammad Amir Shafiq, Tariq Alshawi, Zhiling Long, Ghassan AlRegib

In this paper, we propose a workflow based on SalSi for the detection and delineation of geological structures such as salt domes. SalSi is a seismic attribute designed based on the modeling of human visual system that d…

AttributeSeismic Interpretation

Parameter-Efficient Transfer Learning for Microseismic Phase Picking Using a Neural Operator

2025-12-15 · Ayrat Abdullin, Umair Bin Waheed, Leo Eisner, Naveed Iqbal arxiv

Seismic phase picking is fundamental for microseismic monitoring and subsurface imaging. Manual processing is impractical for real-time applications and large sensor arrays, motivating the use of deep learning-based pick…

parameter-efficient fine-tuningTransfer Learning

Across-domains transferability of Deep-RED in de-noising and compressive sensing recovery of seismic data

2020-07-20 · Nasser Kazemi

In the past decade, deep learning algorithms gained a remarkable interest in the signal processing community. The availability of big datasets and advanced computational resources resulted in developing efficient algorit…

Compressive SensingDeep Learning

Foundation Models For Seismic Data Processing: An Extensive Review

2025-03-31 · Fabian Fuchs, Mario Ruben Fernandez, Norman Ettrich, Janis Keuper

Seismic processing plays a crucial role in transforming raw data into high-quality subsurface images, pivotal for various geoscience applications. Despite its importance, traditional seismic processing techniques face ch…

DenoisingImage-to-Image Regression

StorSeismic: A new paradigm in deep learning for seismic processing

2022-04-30 · Randy Harsuko, Tariq Alkhalifah

Machine learned tasks on seismic data are often trained sequentially and separately, even though they utilize the same features (i.e. geometrical) of the data. We present StorSeismic, as a framework for seismic data proc…

Deep LearningDenoising