§ 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.