Skip to content

Striping noise in embeddings with Sentinel-2 input #499

@Chaitanyapix

Description

@Chaitanyapix

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

  1. window size 256, Crop size 256

Embeddings:
Image

PCA components:
Image

  1. window size 64, Crop size 64, Sentinel 2 as input.
    Embeddings:
Image

PCA Components:

Image

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.

Image

Tested on multiple regions.
Any help in understanding and fixing this issue would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions