Objective
Collect and verify core information from label bands to support model selection and architecture design for embed2heights.
Scope
Analyze the distribution and reliability of the 4-band label/input information:
- Band 1: percentage of buildings
- Band 2: percentage of vegetation
- Band 3: percentage of water
- Band 4: relative height above ground (nDSM) — currently unverified
Tasks
-
Dataset-wide distribution profiling
- Compute summary statistics for each band (mean, std, min/max, percentiles).
- Measure frequency/distribution of values for Bands 1–3.
- Identify class imbalance and sparse-value regions.
-
Per-sample and spatial diagnostics
- Inspect sample-level band distributions.
- Visualize representative examples across low/medium/high ranges for each band.
- Check for abnormal values (NaN, inf, negatives where invalid, clipping/saturation).
-
Band consistency checks
- Verify that Bands 1–3 percentages are within expected ranges.
- Check whether percentages are mutually consistent (e.g., expected sum behavior if applicable to data spec).
- Flag samples violating constraints.
-
Band 4 (nDSM) verification and insight mining
- Validate value range and physical plausibility of nDSM.
- Compare nDSM patterns with Band 1 (buildings) and Band 2 (vegetation) to test expected correlations.
- Investigate whether nDSM provides useful signal for model design (e.g., separability, variance, noise patterns).
- Document confidence level of Band 4 and any caveats.
-
Model-design-oriented summary
- Provide actionable conclusions for model selection/design:
- whether reweighting is needed (class/band imbalance),
- whether normalization/transform is needed per band,
- whether Band 4 should be used directly, transformed, or conditionally excluded.
Deliverables
- A reproducible analysis report (notebook/script + summary markdown).
- Distribution tables/plots for all 4 bands.
- Data quality checklist and anomaly summary.
- Recommendation section for downstream model design decisions.
Acceptance Criteria
- Distribution statistics for all 4 bands are computed and documented.
- Data quality checks are completed with anomalies listed.
- Band 4 (nDSM) has a clear verification status with evidence-based insights.
- Final recommendations are specific enough to guide model training configuration.
Objective
Collect and verify core information from label bands to support model selection and architecture design for
embed2heights.Scope
Analyze the distribution and reliability of the 4-band label/input information:
Tasks
Dataset-wide distribution profiling
Per-sample and spatial diagnostics
Band consistency checks
Band 4 (nDSM) verification and insight mining
Model-design-oriented summary
Deliverables
Acceptance Criteria