Marc Freir Picture

Marc Freir

SSL F3 Results

SSL Experiments on the F3 Seismic Dataset

This page collects all interactive visualizations and summary tables generated from the augmentation study on the F3 seismic dataset, comparing seven self-supervised learning (SSL) methods across four augmentation phases.

Methods: BYOL  ·  DenseCL  ·  FastSiam  ·  KenshoDense  ·  MoCo  ·  SimCLR  ·  TriBYOL

Metric: mean Intersection over Union (mIoU)  ·  Phases: Phase 1 (parameter optimization) · Phase 2 (pairwise transforms) · Phase 3 (triplets) · Phase 4 (random apply)

Each scatter point in the pairwise plots represents one augmentation configuration (averaged over runs), colored by augmentation phase. Dotted reference lines indicate the paper-original baseline where available.

All Plots — Combined Page Start here

Single self-contained HTML with every figure — SPLOM, 21-pair grid, and all 21 individual pair plots — in one scrollable page with a sticky navigation sidebar.

SPLOM & Overview Figures TriBYOL-centric

Multidimensional and grid views showing TriBYOL against all other methods simultaneously.

All 21 Pairwise Comparisons Individual

Each plot shows avg mIoU per transformation for one pair of methods. The X-axis method is listed first. Dotted reference lines mark paper-original baselines where available.

TriBYOL vs …
BYOL vs …
DenseCL vs …
FastSiam vs …
KenshoDense vs …
MoCo vs …

Individual Pair Files Directory

All 21 individual HTML files also live in the f3_pairwise_individual/ directory. Each file is a fully standalone Plotly figure (no internet needed after loading) and can be shared independently or embedded in slides. The naming convention is:

f3_pairwise_individual/
├── f3_pair_TriBYOL_vs_BYOL.html
├── f3_pair_TriBYOL_vs_KenshoDense.html
├── f3_pair_TriBYOL_vs_FastSiam.html
├── f3_pair_TriBYOL_vs_DenseCL.html
├── f3_pair_TriBYOL_vs_MoCo.html
├── f3_pair_TriBYOL_vs_SimCLR.html
├── f3_pair_BYOL_vs_DenseCL.html
├── f3_pair_BYOL_vs_FastSiam.html
├── f3_pair_BYOL_vs_KenshoDense.html
├── f3_pair_BYOL_vs_MoCo.html
├── f3_pair_BYOL_vs_SimCLR.html
├── f3_pair_DenseCL_vs_FastSiam.html
├── f3_pair_DenseCL_vs_KenshoDense.html
├── f3_pair_DenseCL_vs_MoCo.html
├── f3_pair_DenseCL_vs_SimCLR.html
├── f3_pair_FastSiam_vs_KenshoDense.html
├── f3_pair_FastSiam_vs_MoCo.html
├── f3_pair_FastSiam_vs_SimCLR.html
├── f3_pair_KenshoDense_vs_MoCo.html
├── f3_pair_KenshoDense_vs_SimCLR.html
└── f3_pair_MoCo_vs_SimCLR.html

Summary Charts Overview

High-level bar charts for a quick comparison of all methods.

Result Tables (CSV) Data

Machine-readable CSV files with all aggregated results. Open in Excel, LibreOffice, or load with pandas.read_csv().

All projects