← All projects
/03 PUBLISHED 2025 IEEE IGARSS 2025

TFNet — a tuning-fork network for building footprints.

A multi-task segmentation architecture with a Dilated ResNet encoder and dual decoders that jointly predict footprint masks and edge maps. Achieved SOTA 94% F1 on SpaceNet2 and WHU benchmarks.

F1 on SpaceNet2
94.1
%
F1 on WHU
92.7
%
Parameters
28.3
M
Benchmarks
2
SpaceNet2 + WHU
§ 01
PROBLEM

What it had to solve.

Single-decoder segmentation networks trade off between crisp boundaries and solid masks — get one right and the other degrades. Building extraction needs both: solid masks for area, sharp edges for parcelization.

§ 02
APPROACH

How it works.

The "tuning fork" uses two decoders that share an encoder but predict complementary targets (mask + edge). A consistency loss forces them to agree on where the boundary sits, co-regularizing shape and edge.

§ 03
RESULTS

What it delivered.

Beat the prior SOTA (HRNet + BCE) by +1.6 F1 on SpaceNet2 and +2.1 on WHU, with stronger generalization across sensors.