Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
direction: string
arms: struct<baseline: struct<n_clusters: int64, mean: double, ci95: list<item: double>>, gaugeflow: struc (... 137 chars omitted)
  child 0, baseline: struct<n_clusters: int64, mean: double, ci95: list<item: double>>
      child 0, n_clusters: int64
      child 1, mean: double
      child 2, ci95: list<item: double>
          child 0, item: double
  child 1, gaugeflow: struct<n_clusters: int64, mean: double, ci95: list<item: double>>
      child 0, n_clusters: int64
      child 1, mean: double
      child 2, ci95: list<item: double>
          child 0, item: double
  child 2, negctrl: struct<n_clusters: int64, mean: double, ci95: list<item: double>>
      child 0, n_clusters: int64
      child 1, mean: double
      child 2, ci95: list<item: double>
          child 0, item: double
gaugeflow_minus_baseline: struct<signed_delta: double, ci95: list<item: double>, perm_p: double, n_paired_clusters: int64>
  child 0, signed_delta: double
  child 1, ci95: list<item: double>
      child 0, item: double
  child 2, perm_p: double
  child 3, n_paired_clusters: int64
negctrl_minus_baseline: struct<signed_delta: double, n_paired_clusters: int64>
  child 0, signed_delta: double
  child 1, n_paired_clusters: int64
gaugeflow_leakage_mean: double
gate_checks: struct<delta_meets_min: bool, leakage_under_cap: bool, negctrl_is_null: bool>
  child 0, delta_meets_min: bool
  child 1, leakage_under_cap: bool
  child 2, negctrl_is_null: bool
PASS: bool
arm: string
cluster: string
metric: double
seed: int64
leakage: double
to
{'arm': Value('string'), 'seed': Value('int64'), 'cluster': Value('string'), 'metric': Value('float64'), 'leakage': Value('float64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              direction: string
              arms: struct<baseline: struct<n_clusters: int64, mean: double, ci95: list<item: double>>, gaugeflow: struc (... 137 chars omitted)
                child 0, baseline: struct<n_clusters: int64, mean: double, ci95: list<item: double>>
                    child 0, n_clusters: int64
                    child 1, mean: double
                    child 2, ci95: list<item: double>
                        child 0, item: double
                child 1, gaugeflow: struct<n_clusters: int64, mean: double, ci95: list<item: double>>
                    child 0, n_clusters: int64
                    child 1, mean: double
                    child 2, ci95: list<item: double>
                        child 0, item: double
                child 2, negctrl: struct<n_clusters: int64, mean: double, ci95: list<item: double>>
                    child 0, n_clusters: int64
                    child 1, mean: double
                    child 2, ci95: list<item: double>
                        child 0, item: double
              gaugeflow_minus_baseline: struct<signed_delta: double, ci95: list<item: double>, perm_p: double, n_paired_clusters: int64>
                child 0, signed_delta: double
                child 1, ci95: list<item: double>
                    child 0, item: double
                child 2, perm_p: double
                child 3, n_paired_clusters: int64
              negctrl_minus_baseline: struct<signed_delta: double, n_paired_clusters: int64>
                child 0, signed_delta: double
                child 1, n_paired_clusters: int64
              gaugeflow_leakage_mean: double
              gate_checks: struct<delta_meets_min: bool, leakage_under_cap: bool, negctrl_is_null: bool>
                child 0, delta_meets_min: bool
                child 1, leakage_under_cap: bool
                child 2, negctrl_is_null: bool
              PASS: bool
              arm: string
              cluster: string
              metric: double
              seed: int64
              leakage: double
              to
              {'arm': Value('string'), 'seed': Value('int64'), 'cluster': Value('string'), 'metric': Value('float64'), 'leakage': Value('float64')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

arm
string
seed
int64
cluster
string
metric
float64
leakage
float64
baseline
0
1.3.46.670589.28.26690171363123020230907044538378765
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221215045517253130
0.375
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221213055748407678
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220506090648030213
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220623083204362336
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230721050202072796
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020231114051440146523
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220720064957173218
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220506070409530460
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221111081324828693
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221114060306447272
0.285714
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220318054824673683
0.142857
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220805064612159429
0.428571
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230502062809422681
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221014070854744341
0.142857
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221103061409295525
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020231004074330576530
0.363636
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220504054300138261
0.285714
0.486222
baseline
0
1.3.46.670589.28.26690171363123020231010065234771363
0
0.486222
baseline
0
1.3.46.670589.28.2669017136312302022051208245436655
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220512084121256190
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221111062358731671
0.166667
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220922061827943272
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220518051323809165
0.25
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221025071838012990
0.2
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230209051728587614
0.416667
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230802073133542380
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220301055108350820
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230628064102806174
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221114055213264137
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230810063321794946
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221215082101368536
0.285714
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220325052529535930
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220628061422400223
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220518063015241839
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230925084721412879
0.461538
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230816052523269826
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221020072022527571
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220919073323724714
0.166667
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221111074502289423
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220706090127438941
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230817083244680175
0.625
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220421065733425969
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220329053245464361
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220408054741142622
0.153846
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230203060423912440
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220621054126652114
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220927071034063965
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221213052829714446
0.333333
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220627061223058334
0
0.486222
baseline
0
1.3.46.670589.28.2669017136312302023081606022021353
0.375
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220907045521257151
0.125
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221021061440795479
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221010053720153112
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220519060330356769
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220511060556941271
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220421055104329449
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221123081350606338
0.1
0.486222
baseline
0
1.3.46.670589.28.2669017136312302023021005253049943
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221220061204607223
0.3
0.486222
baseline
0
1.3.46.670589.28.2669017136312302022042906501101443
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221121053159221571
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220722063001429376
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020230905061429625545
0.222222
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220915050956148170
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220325055701622201
0.222222
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220907063409312816
0.444444
0.486222
baseline
0
1.3.46.670589.28.266901713631230202204220514127291
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020231101044604214688
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220324063404185948
0.222222
0.486222
baseline
0
1.3.46.670589.28.26690171363123020231011074353078273
0.333333
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220822054819348391
0
0.486222
baseline
0
1.3.46.670589.28.2669017136312302023082506543276521
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220701052734414240
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221021053614089209
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220808051919434393
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221219072718404595
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220927061158949353
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220704051256416687
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020221128062455212843
0.444444
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220506044300567454
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220908050120415933
0
0.486222
baseline
0
1.3.46.670589.28.26690171363123020220506073639556692
0
0.486222
baseline
1
1.3.46.670589.28.26690171363123020221007052349143956
0.142857
0.237603
baseline
1
1.3.46.670589.28.26690171363123020230907044538378765
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020230118073856845370
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220921075140170420
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220318044650882335
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220525072441863228
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020231004063737379393
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220506070409530460
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220803052633700164
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020230918055653424574
0.222222
0.237603
baseline
1
1.3.46.670589.28.266901713631230202203280639118903
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020231031074055977773
0.153846
0.237603
baseline
1
1.3.46.670589.28.26690171363123020231004074330576530
0.363636
0.237603
baseline
1
1.3.46.670589.28.26690171363123020230330050512728741
0.3
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220318072935152506
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020230705043615749774
0
0.237603
baseline
1
1.3.46.670589.28.26690171363123020220512084121256190
0
0.237603
End of preview.

GaugeFlow — Gauge Frontier Evidence

Per-seed evaluation evidence behind the preprint "GaugeFlow: Equivariance, Not Invariance, Is the Right Prior for Continuous Physical Gauges in Self-Supervised Medical Imaging" (Colin Son, MD — Seldinger, Inc.).

This is the evidence bundle: every number in the paper is one analyzer verdict over five seeds, and the raw per-seed, per-study metrics plus the aggregated verdicts are here so the results are independently checkable without rerunning. Code to reproduce is on GitHub.

What's the finding

Gauge-equivariant self-supervision helps iff the nuisance is a continuous physical gauge, the downstream utility is covariant under it, and the gauge acts as a recoverable transformation of the representation. On angiographic projection-angle retrieval — a continuous physical gauge whose utility is invariance-shaped — adversarial invariance is a no-free-lunch wall, equivariance dominates it as an auxiliary, and equivariance fails as a primary objective. The boundary is the contribution.

Projection-angle gauge (CardioSYNTAX), same-study/same-artery retrieval@1, 5 seeds:

Objective Retrieval Δ vs. baseline Gauge used? (true vs. shuffled) Leakage R²
Adversarial invariance (GRL, single) −0.044, p≈0 0.31
Adversarial invariance (GRL, dual-path) −0.014 0.09
Equivariance, auxiliary −0.018, p=0.11 (n.s.) 0.079 vs. 0.028 (used) 0.30
Equivariance, primary (canonical) −0.080, p≈0 0.0089 vs. 0.0105 (none) 0.70
Equivariance, primary (pairwise-transport) −0.050, p≈0 0.0093 vs. 0.0089 (none) 0.73

Contents

File Contents
verdict_*.json Aggregated analyzer verdicts: per-arm means, cluster-bootstrap CIs, paired delta, permutation p, shuffled-gauge control, gate checks. equiv = auxiliary, equiv_ctr = primary/canonical, equiv_ptr = primary/pairwise-transport, dp = dual-path adversary.
results_*.jsonl Long-format per-seed, per-study-cluster metric + leakage rows feeding each verdict.
per_study_metrics/ Raw per-seed retrieval@1 and angle-R² per study, per arm.

Each row: {"arm", "seed", "cluster", "metric", "leakage"}. Treatment arm is named gaugeflow; negctrl is the shuffled-gauge control.

Methodology

  • Analyzer: cluster-bootstrap 95% CI, permutation null on the paired per-cluster delta, shuffled-gauge negative control. A method passes only if the task is non-inferior, leakage is under cap (0.035), and the control reads null.
  • Gauge continuity (verified pre-training): the CardioSYNTAX primary positioner angle takes 629 distinct values over [−46.4°, 47.5°]; within-study Δangle median 21.7°, only 5.4% exactly zero. The 11 coarse buckets used as a categorical label conceal a genuine continuous signal.
  • Caveat: per-run baselines drift ~0.014 from MPS nondeterminism; the within-run paired delta is the valid statistic.

Not included

The CardioSYNTAX / DIAS / MSD Task01 imaging data are licensed by their providers and are not redistributed. This repo holds only derived evaluation metrics.

Citation

@misc{son2026gaugeflow,
  title  = {GaugeFlow: Equivariance, Not Invariance, Is the Right Prior for
            Continuous Physical Gauges in Self-Supervised Medical Imaging},
  author = {Son, Colin},
  year   = {2026},
  note   = {Seldinger, Inc.}
}

Code: https://github.com/SeldingerMed/gaugeflow

Downloads last month
19