Description
Observed repeating striping noise in embeddings generated using OLMoEarth
with Sentinel-2 as input. The artifact is visible both in the PCA components of the
embeddings and appears to be a systematic, repeating pattern rather than random noise.
Environment
- Model: OLMoEarth TINY/BASE
- Input: Sentinel-2 temporal data
Case 1 — Window size 256, Crop size 256
- Striping noise is visible as repeating straight lines in the Embeddings and PCA components of embeddings
- Observed within a single window (no mosaicking involved), ruling out a tile-merge artifact
- Pattern repeats consistently across all windows
Case 2 — Window size 64, Crop size 64
- Same striping artifact observed in Embeddings and embedding PCA components
- Suggests the artifact is model-level, not related to overlap blending or RasterMerger
Sample chunks
- window size 256, Crop size 256
Embeddings:

PCA components:

- window size 64, Crop size 64, Sentinel 2 as input.
Embeddings:
PCA Components:
for window size 64 *64 it is not quite evident from the image, but when multiple 64 * 64 windows are loaded/mosaicked, the noise is visible as below. Note: the pink colour vertical stripes we are seeing is not at the overlapping portions.
Tested on multiple regions.
Any help in understanding and fixing this issue would be appreciated.
Description
Observed repeating striping noise in embeddings generated using OLMoEarth
with Sentinel-2 as input. The artifact is visible both in the PCA components of the
embeddings and appears to be a systematic, repeating pattern rather than random noise.
Environment
Case 1 — Window size 256, Crop size 256
Case 2 — Window size 64, Crop size 64
Sample chunks
Embeddings:

PCA components:

Embeddings:
PCA Components:
for window size 64 *64 it is not quite evident from the image, but when multiple 64 * 64 windows are loaded/mosaicked, the noise is visible as below. Note: the pink colour vertical stripes we are seeing is not at the overlapping portions.
Tested on multiple regions.
Any help in understanding and fixing this issue would be appreciated.