Papers › Deep Learning-based Damage Mapping with InSAR Coherence Time Series

Deep Learning-based Damage Mapping with InSAR Coherence Time Series

24 May 2021arXiv:2105.11544archive 2025-07-28

Oliver L. Stephenson, Tobias Köhne, Eric Zhan, Brent E. Cahill, Sang-Ho Yun, Zachary E. Ross, Mark Simons

Satellite remote sensing is playing an increasing role in the rapid mapping of damage after natural disasters. In particular, synthetic aperture radar (SAR) can image the Earth's surface and map damage in all weather conditions, day and night. However, current SAR damage mapping methods struggle to separate damage from other changes in the Earth's surface. In this study, we propose a novel approach to damage mapping, combining deep learning with the full time history of SAR observations of an impacted region in order to detect anomalous variations in the Earth's surface properties due to a natural disaster. We quantify Earth surface change using time series of Interferometric SAR coherence, then use a recurrent neural network (RNN) as a probabilistic anomaly detector on these coherence time series. The RNN is first trained on pre-event coherence time series, and then forecasts a probability distribution of the coherence between pre- and post-event SAR images. The difference between the forecast and observed co-event coherence provides a measure of the confidence in the identification of damage. The method allows the user to choose a damage detection threshold that is customized for each location, based on the local behavior of coherence through time before the event. We apply this method to calculate estimates of damage for three earthquakes using multi-year time series of Sentinel-1 SAR acquisitions. Our approach shows good agreement with observed damage and quantitative improvement compared to using pre- to co-event coherence loss as a damage proxy.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2105.11544")

Code

Syntology Ran 1 of 15 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 3 samples from 1 repository, 1 ran; community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

olliestephenson/dpm-rnn-public officialmentioned in papermentioned on GitHubpytorch report
opera-adt/distmetrics mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
14unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

load_json olliestephenson/dpm-rnn-public/generate_dpm.py official repository ran · our draft was wrong MIT (permissive) · 80f7689e7087217d · report
compute_scores olliestephenson/dpm-rnn-public/generate_dpm.py official repository unverified MIT (permissive) · 9c50f551d8c3877d · report
get_device olliestephenson/dpm-rnn-public/generate_dpm.py official repository unverified MIT (permissive) · 9d65b96001e83302 · report
compile_model opera-adt/distmetrics/src/distmetrics/model_load.py community (archive-listed) unverified Apache-2.0 (permissive) · b87a34572c6d5bc8 · report
compute_cusum_1d opera-adt/distmetrics/src/distmetrics/cusum.py community (archive-listed) unverified Apache-2.0 (permissive) · 26003403f1efde48 · report
compute_log_ratio_decrease_metric opera-adt/distmetrics/src/distmetrics/logratio.py community (archive-listed) unverified Apache-2.0 (permissive) · acf574d22fa3258b · report
compute_log_ratio_raw opera-adt/distmetrics/src/distmetrics/logratio.py community (archive-listed) unverified Apache-2.0 (permissive) · 51391fa8ec64c5cf · report
compute_prob_cusum_1d opera-adt/distmetrics/src/distmetrics/cusum.py community (archive-listed) unverified Apache-2.0 (permissive) · d1f6c42fef3fd4dc · report
get_exterior_nodata_mask opera-adt/distmetrics/src/distmetrics/nd_tools.py community (archive-listed) unverified Apache-2.0 (permissive) · edfe246780053786 · report
get_url_tif opera-adt/distmetrics/src/distmetrics/asf_burst_search.py community (archive-listed) unverified Apache-2.0 (permissive) · f059953116fda4aa · report
iterative_linear_interpolate opera-adt/distmetrics/src/distmetrics/nd_tools.py community (archive-listed) unverified Apache-2.0 (permissive) · 21adcef1c039073c · report
load_library_model_config opera-adt/distmetrics/src/distmetrics/model_load.py community (archive-listed) unverified Apache-2.0 (permissive) · 174343a0b45a4ffb · report
load_weights_from_path opera-adt/distmetrics/src/distmetrics/model_load.py community (archive-listed) unverified Apache-2.0 (permissive) · 565016e91dea1047 · report
nn_interpolate opera-adt/distmetrics/src/distmetrics/nd_tools.py community (archive-listed) unverified Apache-2.0 (permissive) · 9c10176d94ec0c95 · report
read_bytes opera-adt/distmetrics/src/distmetrics/asf_io.py community (archive-listed) unverified Apache-2.0 (permissive) · 6d25b34006692bf9 · report

Tasks

Deep LearningTime SeriesTime Series Analysis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections