EikoNet: Solving the Eikonal equation with Deep Neural Networks

arXiv:2004.00361v3170 citations
AI Analysis

This method addresses the need for efficient and accurate travel time computations in seismology and other fields requiring ray tracing, offering a novel deep learning-based alternative to traditional finite difference methods.

The authors tackled the problem of solving the Eikonal equation for first-arrival-time fields in 3D velocity structures by proposing EikoNet, a deep neural network approach that achieves grid-free, rapid travel time determination between any two points in a continuous domain, with training and inference optimized for GPU parallelization and low memory overhead.

The recent deep learning revolution has created an enormous opportunity for accelerating compute capabilities in the context of physics-based simulations. Here, we propose EikoNet, a deep learning approach to solving the Eikonal equation, which characterizes the first-arrival-time field in heterogeneous 3D velocity structures. Our grid-free approach allows for rapid determination of the travel time between any two points within a continuous 3D domain. These travel time solutions are allowed to violate the differential equation - which casts the problem as one of optimization - with the goal of finding network parameters that minimize the degree to which the equation is violated. In doing so, the method exploits the differentiability of neural networks to calculate the spatial gradients analytically, meaning the network can be trained on its own without ever needing solutions from a finite difference algorithm. EikoNet is rigorously tested on several velocity models and sampling methods to demonstrate robustness and versatility. Training and inference are highly parallelized, making the approach well-suited for GPUs. EikoNet has low memory overhead, and further avoids the need for travel-time lookup tables. The developed approach has important applications to earthquake hypocenter inversion, ray multi-pathing, and tomographic modeling, as well as to other fields beyond seismology where ray tracing is essential.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes