Papers › ResUNet-a: a deep learning framework for semantic segmentation of remotely sensed data

ResUNet-a: a deep learning framework for semantic segmentation of remotely sensed data

1 Apr 2019arXiv:1904.00592archive 2025-07-28

Foivos I. Diakogiannis, François Waldner, Peter Caccetta, Chen Wu

Scene understanding of high resolution aerial images is of great importance for the task of automated monitoring in various remote sensing applications. Due to the large within-class and small between-class variance in pixel values of objects of interest, this remains a challenging task. In recent years, deep convolutional neural networks have started being used in remote sensing applications and demonstrate state of the art performance for pixel level classification of objects. \textcolor{black}{Here we propose a reliable framework for performant results for the task of semantic segmentation of monotemporal very high resolution aerial images. Our framework consists of a novel deep learning architecture, ResUNet-a, and a novel loss function based on the Dice loss. ResUNet-a uses a UNet encoder/decoder backbone, in combination with residual connections, atrous convolutions, pyramid scene parsing pooling and multi-tasking inference. ResUNet-a infers sequentially the boundary of the objects, the distance transform of the segmentation mask, the segmentation mask and a colored reconstruction of the input. Each of the tasks is conditioned on the inference of the previous ones, thus establishing a conditioned relationship between the various tasks, as this is described through the architecture's computation graph. We analyse the performance of several flavours of the Generalized Dice loss for semantic segmentation, and we introduce a novel variant loss function for semantic segmentation of objects that has excellent convergence properties and behaves well even under the presence of highly imbalanced classes.} The performance of our modeling framework is evaluated on the ISPRS 2D Potsdam dataset. Results show state-of-the-art performance with an average F1 score of 92.9\% over all classes for our best model.

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="1904.00592")

Code

Syntology Ran 1 of 13 code samples harvested from 4 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · violated contract.

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

feevos/resuneta mentioned in papermentioned on GitHubmxnetNOASSERTION report
Akhilesh64/ResUnet-a mentioned on GitHubtfMIT report
mohuazheliu/ResUnet-a mentioned on GitHubtf 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

13 samples harvested; 1 ran; 0 honoured the contract we drafted; 12 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 · violated contract
12unverified

Licence: 0 of the 13 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 4 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.

down_block Nguyendat-bit/U-net/model.py official repository unverified MIT (permissive) · f4fc88dbc53101fa · report
up_block Nguyendat-bit/U-net/model.py official repository unverified MIT (permissive) · 7ee5caba8c72b702 · report
str2bool thimabru1010/ResUnet-a_multitasking/preprocess_save_patches_Amazon.py community (archive-listed) ran · violated contract MIT (permissive) · 7c508037b40522af · report
ResUNET_a_block yingkaisha/keras-unet-collection/keras_unet_collection/_model_resunet_a_2d.py community (archive-listed) unverified MIT (permissive) · 2bedb532bd930b5c · report
ResUNET_a_right yingkaisha/keras-unet-collection/keras_unet_collection/_model_resunet_a_2d.py community (archive-listed) unverified MIT (permissive) · d8c07105b75f296b · report
Tanimoto_loss Akhilesh64/ResUnet-a/loss.py community (archive-listed) unverified MIT (permissive) · ac254c09046cbb72 · report
binarize_matrix Akhilesh64/ResUnet-a/utils.py community (archive-listed) unverified MIT (permissive) · 3f1f2dbfd358b7ab · report
compute_mcc thimabru1010/ResUnet-a_multitasking/train_ISPRS.py community (archive-listed) unverified MIT (permissive) · a6948e9f5f9c149e · report
get_boundary_label thimabru1010/ResUnet-a_multitasking/multitasking_utils.py community (archive-listed) unverified MIT (permissive) · a6b9928c656450b6 · report
get_distance_label thimabru1010/ResUnet-a_multitasking/multitasking_utils.py community (archive-listed) unverified MIT (permissive) · 8e8a32cb782d2ce1 · report
normalize_rgb Akhilesh64/ResUnet-a/utils.py community (archive-listed) unverified MIT (permissive) · 4ffac96d4446033c · report
resunet_a_2d_base yingkaisha/keras-unet-collection/keras_unet_collection/_model_resunet_a_2d.py community (archive-listed) unverified MIT (permissive) · a36550becdeff22b · report
split_pair_names Akhilesh64/ResUnet-a/utils.py community (archive-listed) unverified MIT (permissive) · 5f853242800ab2ce · report

Tasks

Scene ParsingScene UnderstandingSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Dice Loss

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