Soft targets & weights converts hard or probabilistic class labels into model-ready supervision layers: soft class targets, uncertainty, confidence and training weights. UST means Uncertainty-aware Soft Targets.
| Input | Needed for | Notes |
|---|---|---|
| Hard label raster | Hard-to-soft mode | Converted to one-hot class probabilities. |
| Probability stack | Probabilities-to-UST mode | One band per class, normalized internally. UST = Uncertainty-aware Soft Targets. |
| Class schema CSV | Recommended | Defines class order, names and optional quality values. |
| Edge, temporal, source, context inputs | Optional | Increase smoothing/risk and reduce reliability where labels are less certain. |
| Control | Effect |
|---|---|
| Base smoothing alpha and max alpha | Control how strongly the original label is softened. |
| Edge/temporal/source/context contributions | Weights for risk terms in the smoothing strength. |
| Quality prior Q | Global prior reliability of the label source. |
| Class balancing | Optional inverse or square-root inverse class-frequency weights. |
Smoothing strength: risk terms increase label softening. e is edge risk, rt temporal risk, rs source risk and rc context risk.
Soft target: the original class probability pc is mixed with a smoothing target uc. The smoothing target is uniform unless class-context information is supplied.
Entropy: normalized uncertainty of the soft target over C classes.
Uncertainty: combines low class dominance and high entropy into one 0..1 uncertainty layer.
Reliability: separates usable training weight from uncertainty. Temporal risk is 1 − qt when temporal quality is supplied.
Class weight: combines soft membership, pixel reliability, optional per-class quality qc and optional balancing factor bc.
| Output | Meaning |
|---|---|
| Soft target stack | One probability-like supervision band per class. |
| Uncertainty | Overall uncertainty derived from dominance and entropy. |
| Training weights | Overall reliability/weight raster. |
| Class confidence, uncertainty and weights | Optional per-class supervision diagnostics. |
| Report JSON | Inputs, parameters, source mode and output paths. |
The quality-aware and ageing-aware supervision idea is applied in: Hauser, S., Dachsberger, S., Schmitt, A., & Hinz, S. (2026). Calibrated U-Net with HELIX-Based Label Enrichment for Ageing-Aware Spatio-Temporal Urban Change Detection. ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Accepted / in press; DOI not publicly available yet.