Parameters data list#
This page enumerates the key processing parameters and data items of the
embedding pipeline. Defaults are sourced from configs/default.yaml; CLI flags
override them at run time (see the Software user manual).
Processing parameters#
Parameter |
Value (default) |
Where |
Description |
|---|---|---|---|
Tile size |
|
|
Fixed tile edge; scenes are reflect/replicate-padded to multiples of 256. |
Embedding dimension |
|
|
Length of the class-token embedding vector (Clay v1.5). |
Encoder |
Clay v1.5 ViT (frozen) |
|
Production backbone; timm |
Patch size / grid |
|
|
Per-patch tokens for patch-level change maps (~80 m granularity). |
Normalization |
|
|
Per-band standardization with verified Clay statistics (S2 = 10 bands, S1 = 2 bands VV/VH dB). |
Embed batch size |
|
|
Encoder forward-pass batch (16 for the change probe encode). |
Search index |
|
|
Exact brute-force inner product over L2-normalized vectors. |
Search top-k |
|
|
Number of nearest neighbours returned per query. |
Change metric |
|
|
Per-tile bitemporal distance between embeddings. |
Change threshold |
F1-max over |
|
Operating point selected on the train split (or held-out validation slice for the supervised probe), never on test. |
Change label fraction |
|
|
A tile/patch is labelled “changed” if > frac of its pixels changed. |
Delta features |
|
|
Input representation for the supervised change probe. |
Probe classifier |
|
|
Few-shot linear probe on frozen embeddings. |
Probe held-out fraction |
|
|
Fixed stratified test split, held constant across all shot levels and seeds. |
Baseline |
ResNet-18, |
|
Supervised CNN reference ( |
Data items#
Data item |
Format |
Schema / shape |
Producer → consumer |
|---|---|---|---|
Embedding store |
Parquet |
columns |
|
Stacked matrix |
NumPy |
|
|
FAISS index |
in-memory |
|
|
Probe artifact |
|
|
|
Demo bundle |
release archive |
|
|
The end-to-end flow that consumes these parameters is described in the DPM Introduction and the Context overview.