riteshhf commited on
Commit
5784a50
·
verified ·
1 Parent(s): 2188a91

Upload folder using huggingface_hub

Browse files
results/adftd_results.csv ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ config,label,n_seeds,acc,acc_sd,f1,f1_sd,auroc,auroc_sd,paper_acc,paper_f1,paper_auroc,sec_per_seed,params
2
+ tsfp_scratch,TS-Fingerprint · Scratch,3,46.903,1.433,43.676,0.101,63.920,0.633,48.83,45.8,65.29,111,2291355
3
+ tsfp_rec,TS-Fingerprint · Pre-trained (L_rec),3,47.433,1.983,43.222,2.237,63.057,2.598,53.51,50.48,70.21,1818,2291355
4
+ tsfp_rec_div,TS-Fingerprint · Pre-trained (L_rec + L_div),3,48.612,0.646,44.268,1.392,63.982,1.043,53.91,51.79,72.11,1901,2291355
5
+ timae_scratch,Ti-MAE · Scratch,3,50.867,0.428,45.723,1.744,66.952,1.647,50.27,45.88,None,196,1757467
6
+ timae_pretrain,Ti-MAE · Pre-trained,3,51.440,1.056,48.026,0.795,68.608,0.863,50.48,45.44,None,939,1757467
7
+ simmtm_scratch,SimMTM · Scratch,3,50.840,1.199,46.436,1.451,68.246,2.116,51.98,43.66,None,239,1724827
8
+ simmtm_pretrain,SimMTM · Pre-trained,2,51.594,1.328,45.419,0.472,66.954,0.774,52.92,45.59,None,1681,1724827
results/adftd_summary.json ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rows": [
3
+ {
4
+ "config": "tsfp_scratch",
5
+ "label": "TS-Fingerprint \u00b7 Scratch",
6
+ "acc": 46.902876388130345,
7
+ "acc_sd": 1.4328876901889862,
8
+ "f1": 43.67557696149921,
9
+ "f1_sd": 0.10091598998552632,
10
+ "auroc": 63.92026058140018,
11
+ "auroc_sd": 0.6333016175593597,
12
+ "paper_acc": 48.83,
13
+ "paper_f1": 45.8,
14
+ "paper_auroc": 65.29,
15
+ "n_seeds": 3,
16
+ "sec_per_seed": 111.18432490030925,
17
+ "params": 2291355
18
+ },
19
+ {
20
+ "config": "tsfp_rec",
21
+ "label": "TS-Fingerprint \u00b7 Pre-trained (L_rec)",
22
+ "acc": 47.43309666848717,
23
+ "acc_sd": 1.9826702124431916,
24
+ "f1": 43.22240845605449,
25
+ "f1_sd": 2.2369831881138147,
26
+ "auroc": 63.05685322351525,
27
+ "auroc_sd": 2.5975299392274254,
28
+ "paper_acc": 53.51,
29
+ "paper_f1": 50.48,
30
+ "paper_auroc": 70.21,
31
+ "n_seeds": 3,
32
+ "sec_per_seed": 1818.4855399131775,
33
+ "params": 2291355
34
+ },
35
+ {
36
+ "config": "tsfp_rec_div",
37
+ "label": "TS-Fingerprint \u00b7 Pre-trained (L_rec + L_div)",
38
+ "acc": 48.611869652284724,
39
+ "acc_sd": 0.6459805398087095,
40
+ "f1": 44.267873636807415,
41
+ "f1_sd": 1.3920798473448048,
42
+ "auroc": 63.982432712268974,
43
+ "auroc_sd": 1.0428416047973468,
44
+ "paper_acc": 53.91,
45
+ "paper_f1": 51.79,
46
+ "paper_auroc": 72.11,
47
+ "n_seeds": 3,
48
+ "sec_per_seed": 1901.299681742986,
49
+ "params": 2291355
50
+ },
51
+ {
52
+ "config": "timae_scratch",
53
+ "label": "Ti-MAE \u00b7 Scratch",
54
+ "acc": 50.86701256144184,
55
+ "acc_sd": 0.42775669573512964,
56
+ "f1": 45.72294477853583,
57
+ "f1_sd": 1.743512736073884,
58
+ "auroc": 66.95152429200117,
59
+ "auroc_sd": 1.6467709458084296,
60
+ "paper_acc": 50.27,
61
+ "paper_f1": 45.88,
62
+ "paper_auroc": null,
63
+ "n_seeds": 3,
64
+ "sec_per_seed": 195.6059282620748,
65
+ "params": 1757467
66
+ },
67
+ {
68
+ "config": "timae_pretrain",
69
+ "label": "Ti-MAE \u00b7 Pre-trained",
70
+ "acc": 51.4404696886947,
71
+ "acc_sd": 1.0559089309338627,
72
+ "f1": 48.025946935339896,
73
+ "f1_sd": 0.7953119168832719,
74
+ "auroc": 68.60833730430637,
75
+ "auroc_sd": 0.8633209679158568,
76
+ "paper_acc": 50.48,
77
+ "paper_f1": 45.44,
78
+ "paper_auroc": null,
79
+ "n_seeds": 3,
80
+ "sec_per_seed": 939.2966232299805,
81
+ "params": 1757467
82
+ },
83
+ {
84
+ "config": "simmtm_scratch",
85
+ "label": "SimMTM \u00b7 Scratch",
86
+ "acc": 50.839705079191695,
87
+ "acc_sd": 1.1987461147457648,
88
+ "f1": 46.4357871923211,
89
+ "f1_sd": 1.450700905411474,
90
+ "auroc": 68.24579496500643,
91
+ "auroc_sd": 2.1156886775765327,
92
+ "paper_acc": 51.98,
93
+ "paper_f1": 43.66,
94
+ "paper_auroc": null,
95
+ "n_seeds": 3,
96
+ "sec_per_seed": 239.06634585062662,
97
+ "params": 1724827
98
+ },
99
+ {
100
+ "config": "simmtm_pretrain",
101
+ "label": "SimMTM \u00b7 Pre-trained",
102
+ "acc": 51.59407427635172,
103
+ "acc_sd": 1.3278263244128823,
104
+ "f1": 45.419384825362656,
105
+ "f1_sd": 0.471820715689919,
106
+ "auroc": 66.95386496203326,
107
+ "auroc_sd": 0.7744715679528582,
108
+ "paper_acc": 52.92,
109
+ "paper_f1": 45.59,
110
+ "paper_auroc": null,
111
+ "n_seeds": 2,
112
+ "sec_per_seed": 1680.5461657047272,
113
+ "params": 1724827
114
+ }
115
+ ],
116
+ "promotions": {
117
+ "TS-Fingerprint": {
118
+ "f1": {
119
+ "scratch": 43.67557696149921,
120
+ "pretrained": 44.267873636807415,
121
+ "abs": 0.5922966753082051,
122
+ "rel_pct": 1.3561278785860689
123
+ },
124
+ "accuracy": {
125
+ "scratch": 46.902876388130345,
126
+ "pretrained": 48.611869652284724,
127
+ "abs": 1.7089932641543797,
128
+ "rel_pct": 3.643685410703026
129
+ }
130
+ },
131
+ "Ti-MAE": {
132
+ "f1": {
133
+ "scratch": 45.72294477853583,
134
+ "pretrained": 48.025946935339896,
135
+ "abs": 2.3030021568040624,
136
+ "rel_pct": 5.036863150348057
137
+ },
138
+ "accuracy": {
139
+ "scratch": 50.86701256144184,
140
+ "pretrained": 51.4404696886947,
141
+ "abs": 0.5734571272528584,
142
+ "rel_pct": 1.1273654543014184
143
+ }
144
+ },
145
+ "SimMTM": {
146
+ "f1": {
147
+ "scratch": 46.4357871923211,
148
+ "pretrained": 45.419384825362656,
149
+ "abs": -1.0164023669584452,
150
+ "rel_pct": -2.1888341480006686
151
+ },
152
+ "accuracy": {
153
+ "scratch": 50.839705079191695,
154
+ "pretrained": 51.59407427635172,
155
+ "abs": 0.7543691971600239,
156
+ "rel_pct": 1.483818987511754
157
+ }
158
+ }
159
+ },
160
+ "div_effect": {
161
+ "scratch": 43.22240845605449,
162
+ "pretrained": 44.267873636807415,
163
+ "abs": 1.0454651807529274,
164
+ "rel_pct": 2.418803620848392
165
+ },
166
+ "paired_div_test": {
167
+ "seeds": [
168
+ 41,
169
+ 42,
170
+ 43
171
+ ],
172
+ "per_seed_delta_f1": [
173
+ 0.9609414111714543,
174
+ -0.9225661747845066,
175
+ 3.0980203058718274
176
+ ],
177
+ "mean_delta": 1.045465180752925,
178
+ "n_positive": 2
179
+ }
180
+ }
results/claim1_audit.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape_invariance": {
3
+ "64": {
4
+ "n_patches": 8,
5
+ "F_shape": [
6
+ 3,
7
+ 8,
8
+ 128
9
+ ]
10
+ },
11
+ "128": {
12
+ "n_patches": 16,
13
+ "F_shape": [
14
+ 3,
15
+ 8,
16
+ 128
17
+ ]
18
+ },
19
+ "256": {
20
+ "n_patches": 32,
21
+ "F_shape": [
22
+ 3,
23
+ 8,
24
+ 128
25
+ ]
26
+ },
27
+ "512": {
28
+ "n_patches": 64,
29
+ "F_shape": [
30
+ 3,
31
+ 8,
32
+ 128
33
+ ]
34
+ },
35
+ "1024": {
36
+ "n_patches": 128,
37
+ "F_shape": [
38
+ 3,
39
+ 8,
40
+ 128
41
+ ]
42
+ },
43
+ "2048": {
44
+ "n_patches": 256,
45
+ "F_shape": [
46
+ 3,
47
+ 8,
48
+ 128
49
+ ]
50
+ },
51
+ "4096": {
52
+ "n_patches": 512,
53
+ "F_shape": [
54
+ 3,
55
+ 8,
56
+ 128
57
+ ]
58
+ },
59
+ "8192": {
60
+ "n_patches": 1024,
61
+ "F_shape": [
62
+ 3,
63
+ 8,
64
+ 128
65
+ ]
66
+ }
67
+ },
68
+ "all_outputs_are_k_by_d": true,
69
+ "Q_shape": [
70
+ 8,
71
+ 128
72
+ ],
73
+ "Q_is_parameter": true,
74
+ "Q_requires_grad": true,
75
+ "Q_grad_norm_after_backward": 0.2682032883167267,
76
+ "Q_receives_gradient": true,
77
+ "encoder_params_excluding_pos_embed": 1609856,
78
+ "compression_per_dataset": {
79
+ "ADFTD": {
80
+ "T": 256,
81
+ "C": 19,
82
+ "patch": 8,
83
+ "n_patches": 32,
84
+ "k": 8,
85
+ "k_over_T": 0.03125,
86
+ "k_over_n_patches": 0.25,
87
+ "k_much_less_than_T": true
88
+ },
89
+ "PTB": {
90
+ "T": 300,
91
+ "C": 15,
92
+ "patch": 10,
93
+ "n_patches": 30,
94
+ "k": 8,
95
+ "k_over_T": 0.02667,
96
+ "k_over_n_patches": 0.2667,
97
+ "k_much_less_than_T": true
98
+ },
99
+ "PTB-XL": {
100
+ "T": 250,
101
+ "C": 12,
102
+ "patch": 10,
103
+ "n_patches": 25,
104
+ "k": 8,
105
+ "k_over_T": 0.032,
106
+ "k_over_n_patches": 0.32,
107
+ "k_much_less_than_T": true
108
+ },
109
+ "APAVA": {
110
+ "T": 256,
111
+ "C": 16,
112
+ "patch": 8,
113
+ "n_patches": 32,
114
+ "k": 8,
115
+ "k_over_T": 0.03125,
116
+ "k_over_n_patches": 0.25,
117
+ "k_much_less_than_T": true
118
+ },
119
+ "FLAAP": {
120
+ "T": 100,
121
+ "C": 6,
122
+ "patch": 10,
123
+ "n_patches": 10,
124
+ "k": 8,
125
+ "k_over_T": 0.08,
126
+ "k_over_n_patches": 0.8,
127
+ "k_much_less_than_T": true
128
+ },
129
+ "UCIHAR": {
130
+ "T": 128,
131
+ "C": 9,
132
+ "patch": 32,
133
+ "n_patches": 4,
134
+ "k": 8,
135
+ "k_over_T": 0.0625,
136
+ "k_over_n_patches": 2.0,
137
+ "k_much_less_than_T": true
138
+ },
139
+ "Sleep-EDF": {
140
+ "T": 3000,
141
+ "C": 1,
142
+ "patch": 60,
143
+ "n_patches": 50,
144
+ "k": 8,
145
+ "k_over_T": 0.00267,
146
+ "k_over_n_patches": 0.16,
147
+ "k_much_less_than_T": true
148
+ }
149
+ },
150
+ "k_ll_T_on_all_datasets": true,
151
+ "compression_factor_TxC_to_kxd": {
152
+ "ADFTD": 4.75,
153
+ "PTB": 4.395,
154
+ "PTB-XL": 2.93,
155
+ "APAVA": 4.0,
156
+ "FLAAP": 0.586,
157
+ "UCIHAR": 1.125,
158
+ "Sleep-EDF": 2.93
159
+ },
160
+ "decoder_conditioned_solely_on_F": {
161
+ "delta_recon_when_F_changes": 1.7867159843444824,
162
+ "delta_recon_when_F_held_fixed": 0.0,
163
+ "strict_chain_X_to_F_to_Xhat": true
164
+ },
165
+ "decoder_forward_signature": "(f, n_patches)"
166
+ }
results/claim2_theorem31.csv ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ panel,x,y,series
2
+ B_ldiv_vs_tc,0.082652,-16.618521,ldiv
3
+ B_ldiv_vs_tc,0.098001,-16.606430,ldiv
4
+ B_ldiv_vs_tc,0.168294,-16.544101,ldiv
5
+ B_ldiv_vs_tc,0.181138,-16.528208,ldiv
6
+ B_ldiv_vs_tc,0.147713,-16.551459,ldiv
7
+ B_ldiv_vs_tc,0.194504,-16.514226,ldiv
8
+ B_ldiv_vs_tc,0.278751,-16.428987,ldiv
9
+ B_ldiv_vs_tc,0.365409,-16.344070,ldiv
10
+ B_ldiv_vs_tc,0.586267,-16.137898,ldiv
11
+ B_ldiv_vs_tc,0.488459,-16.219581,ldiv
12
+ B_ldiv_vs_tc,0.639408,-16.075354,ldiv
13
+ B_ldiv_vs_tc,0.637430,-16.081045,ldiv
14
+ B_ldiv_vs_tc,0.604972,-16.126196,ldiv
15
+ B_ldiv_vs_tc,0.933942,-15.808461,ldiv
16
+ B_ldiv_vs_tc,1.053886,-15.687612,ldiv
17
+ B_ldiv_vs_tc,1.077782,-15.639639,ldiv
18
+ B_ldiv_vs_tc,1.181892,-15.561662,ldiv
19
+ B_ldiv_vs_tc,1.476782,-15.288611,ldiv
20
+ B_ldiv_vs_tc,1.358085,-15.375262,ldiv
21
+ B_ldiv_vs_tc,1.528361,-15.215514,ldiv
22
+ B_ldiv_vs_tc,1.480698,-15.257758,ldiv
23
+ B_ldiv_vs_tc,1.666889,-15.082936,ldiv
24
+ B_ldiv_vs_tc,1.325286,-15.413176,ldiv
25
+ B_ldiv_vs_tc,2.240838,-14.543861,ldiv
26
+ B_ldiv_vs_tc,2.737701,-14.053432,ldiv
27
+ B_ldiv_vs_tc,2.691237,-14.108896,ldiv
28
+ B_ldiv_vs_tc,2.693020,-14.118219,ldiv
29
+ B_ldiv_vs_tc,2.511961,-14.131011,ldiv
30
+ B_ldiv_vs_tc,2.871024,-13.922792,ldiv
31
+ B_ldiv_vs_tc,3.880927,-12.983786,ldiv
32
+ B_ldiv_vs_tc,3.199178,-13.618010,ldiv
33
+ B_ldiv_vs_tc,3.763383,-13.027496,ldiv
34
+ B_ldiv_vs_tc,4.720335,-12.225903,ldiv
35
+ B_ldiv_vs_tc,5.596138,-11.411905,ldiv
36
+ B_ldiv_vs_tc,5.344320,-11.630132,ldiv
37
+ B_ldiv_vs_tc,5.574939,-11.457412,ldiv
38
+ B_ldiv_vs_tc,6.288176,-10.781633,ldiv
39
+ B_ldiv_vs_tc,7.305881,-9.890131,ldiv
40
+ B_ldiv_vs_tc,7.976777,-9.350065,ldiv
41
+ B_ldiv_vs_tc,9.921958,-7.831562,ldiv
42
+ A_residual,0.002497,-2.664535e-15,gaussian
43
+ A_residual,0.002497,-2.689522e+00,laplace_control
44
+ A_residual,0.017313,-2.664535e-15,gaussian
45
+ A_residual,0.017313,-2.091319e+00,laplace_control
46
+ A_residual,0.045218,-2.664535e-15,gaussian
47
+ A_residual,0.045218,-1.550324e+00,laplace_control
48
+ A_residual,0.086263,-2.664535e-15,gaussian
49
+ A_residual,0.086263,-1.050961e+00,laplace_control
50
+ A_residual,0.140230,-8.881784e-16,gaussian
51
+ A_residual,0.140230,-6.040263e-01,laplace_control
52
+ A_residual,0.208817,-1.776357e-15,gaussian
53
+ A_residual,0.208817,-1.956925e-01,laplace_control
54
+ A_residual,0.289122,-1.776357e-15,gaussian
55
+ A_residual,0.289122,1.478341e-01,laplace_control
56
+ A_residual,0.381534,-1.776357e-15,gaussian
57
+ A_residual,0.381534,4.522953e-01,laplace_control
58
+ A_residual,0.484496,-1.776357e-15,gaussian
59
+ A_residual,0.484496,7.011592e-01,laplace_control
60
+ A_residual,0.610719,-1.776357e-15,gaussian
61
+ A_residual,0.610719,9.182336e-01,laplace_control
62
+ A_residual,0.741416,-8.881784e-16,gaussian
63
+ A_residual,0.741416,1.074034e+00,laplace_control
64
+ A_residual,0.890315,1.776357e-15,gaussian
65
+ A_residual,0.890315,1.186429e+00,laplace_control
66
+ A_residual,1.051111,-1.776357e-15,gaussian
67
+ A_residual,1.051111,1.247146e+00,laplace_control
68
+ A_residual,1.224625,1.776357e-15,gaussian
69
+ A_residual,1.224625,1.270831e+00,laplace_control
70
+ A_residual,1.411997,1.776357e-15,gaussian
71
+ A_residual,1.411997,1.242254e+00,laplace_control
72
+ A_residual,1.606132,1.776357e-15,gaussian
73
+ A_residual,1.606132,1.161086e+00,laplace_control
74
+ A_residual,1.820862,0.000000e+00,gaussian
75
+ A_residual,1.820862,1.034323e+00,laplace_control
76
+ A_residual,2.044910,1.776357e-15,gaussian
77
+ A_residual,2.044910,8.408087e-01,laplace_control
78
+ A_residual,2.276912,3.552714e-15,gaussian
79
+ A_residual,2.276912,6.319278e-01,laplace_control
80
+ A_residual,2.548340,1.776357e-15,gaussian
81
+ A_residual,2.548340,3.313134e-01,laplace_control
82
+ A_residual,2.812235,3.552714e-15,gaussian
83
+ A_residual,2.812235,1.394456e-02,laplace_control
84
+ A_residual,3.084210,0.000000e+00,gaussian
85
+ A_residual,3.084210,-3.529019e-01,laplace_control
86
+ A_residual,3.363461,7.105427e-15,gaussian
87
+ A_residual,3.363461,-7.658129e-01,laplace_control
88
+ A_residual,3.679428,3.552714e-15,gaussian
89
+ A_residual,3.679428,-1.235376e+00,laplace_control
90
+ A_residual,3.982491,3.552714e-15,gaussian
91
+ A_residual,3.982491,-1.717683e+00,laplace_control
results/claim3_pretrain_dynamics.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,l_rec_reconly,l_rec_recdiv,l_div_recdiv
2
+ 0,1.007582,1.007585,-4.6585
3
+ 1,1.000236,1.000248,-5.6896
4
+ 2,1.000155,1.000630,-11.4926
5
+ 3,1.000110,1.000240,-13.6611
6
+ 4,1.000082,1.000113,-12.6779
7
+ 5,1.000055,0.999369,-12.8286
8
+ 6,0.999951,0.823309,-8.6925
9
+ 7,0.997591,0.472941,-8.0127
10
+ 8,0.653805,0.278885,-8.4084
11
+ 9,0.298573,0.222052,-8.6009
12
+ 10,0.226226,0.200142,-8.6663
13
+ 11,0.200749,0.188271,-8.6962
14
+ 12,0.187290,0.180894,-8.7293
15
+ 13,0.178034,0.175670,-8.7400
16
+ 14,0.171430,0.171099,-8.7670
17
+ 15,0.166638,0.166762,-8.7882
18
+ 16,0.162358,0.163381,-8.8271
19
+ 17,0.159138,0.160667,-8.8635
20
+ 18,0.156199,0.157689,-8.8929
21
+ 19,0.154037,0.155016,-8.9276
22
+ 20,0.151625,0.152662,-8.9495
23
+ 21,0.149639,0.150366,-8.9757
24
+ 22,0.147788,0.148804,-8.9911
25
+ 23,0.145936,0.147200,-9.0142
26
+ 24,0.144024,0.145286,-9.0307
27
+ 25,0.142223,0.143653,-9.0489
28
+ 26,0.140824,0.142187,-9.0660
29
+ 27,0.140093,0.141500,-9.0686
30
+ 28,0.138646,0.140500,-9.0751
31
+ 29,0.136699,0.139134,-9.0989
32
+ 30,0.134984,0.138453,-9.1169
33
+ 31,0.133541,0.137450,-9.1298
34
+ 32,0.131964,0.136087,-9.1574
35
+ 33,0.130760,0.134852,-9.1829
36
+ 34,0.129340,0.134072,-9.2026
37
+ 35,0.127698,0.132816,-9.2631
38
+ 36,0.126475,0.131814,-9.2810
39
+ 37,0.125118,0.130446,-9.3023
40
+ 38,0.123755,0.129432,-9.3627
41
+ 39,0.122685,0.128880,-9.3918
42
+ 40,0.122247,0.128637,-9.4183
43
+ 41,0.120872,0.126664,-9.4468
44
+ 42,0.120069,0.125881,-9.4622
45
+ 43,0.118963,0.124996,-9.4668
46
+ 44,0.118271,0.124330,-9.4806
47
+ 45,0.116945,0.123658,-9.4985
48
+ 46,0.116119,0.122973,-9.5077
49
+ 47,0.114616,0.121373,-9.5186
50
+ 48,0.114078,0.120806,-9.5407
51
+ 49,0.112912,0.119884,-9.5376
52
+ 50,0.112377,0.119205,-9.5748
53
+ 51,0.111835,0.118751,-9.5815
54
+ 52,0.110737,0.117507,-9.5959
55
+ 53,0.110771,0.117094,-9.6144
56
+ 54,0.110273,0.116353,-9.6322
57
+ 55,0.109564,0.115301,-9.6410
58
+ 56,0.109201,0.114947,-9.6521
59
+ 57,0.108829,0.114266,-9.6726
60
+ 58,0.107966,0.113543,-9.6856
61
+ 59,0.107271,0.112507,-9.7006
62
+ 60,0.106880,0.112107,-9.7220
63
+ 61,0.106304,0.111718,-9.7165
64
+ 62,0.105806,0.111400,-9.7371
65
+ 63,0.105294,0.110874,-9.7479
66
+ 64,0.105105,0.110675,-9.7819
67
+ 65,0.104695,0.110149,-9.7859
68
+ 66,0.104418,0.109795,-9.8016
69
+ 67,0.103888,0.109163,-9.8412
70
+ 68,0.103669,0.108943,-9.8653
71
+ 69,0.103389,0.108426,-9.9052
72
+ 70,0.103124,0.108436,-9.9208
73
+ 71,0.102893,0.108134,-9.9406
74
+ 72,0.102644,0.108214,-9.9869
75
+ 73,0.102014,0.107453,-9.9868
76
+ 74,0.101698,0.107188,-10.0047
77
+ 75,0.101287,0.106757,-10.0377
78
+ 76,0.101135,0.106535,-10.0655
79
+ 77,0.100925,0.106299,-10.1215
80
+ 78,0.100502,0.105783,-10.1414
81
+ 79,0.100379,0.105906,-10.1679
82
+ 80,0.099924,0.105656,-10.1669
83
+ 81,0.099807,0.105260,-10.2036
84
+ 82,0.099201,0.104875,-10.2328
85
+ 83,0.099086,0.104555,-10.2777
86
+ 84,0.098896,0.104494,-10.3117
87
+ 85,0.098843,0.104501,-10.3318
88
+ 86,0.098665,0.104018,-10.3299
89
+ 87,0.097870,0.103345,-10.3711
90
+ 88,0.098141,0.103309,-10.3997
91
+ 89,0.097544,0.103048,-10.3939
92
+ 90,0.097163,0.102468,-10.4384
93
+ 91,0.097148,0.102120,-10.4187
94
+ 92,0.096911,0.101958,-10.4285
95
+ 93,0.097284,0.101864,-10.4527
96
+ 94,0.096631,0.101036,-10.4411
97
+ 95,0.096351,0.100807,-10.4699
98
+ 96,0.096602,0.100857,-10.4700
99
+ 97,0.096166,0.100427,-10.4852
100
+ 98,0.095996,0.100274,-10.5080
101
+ 99,0.095797,0.099772,-10.4914
results/sweep_results.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ k,mask_ratio,n_seeds,f1,f1_sd,acc,acc_sd,auroc,paper_f1,paper_acc,sec
2
+ 6,0.5,1,54.377,0.000,68.031,0.000,85.662,54.81,70.19,352
3
+ 6,0.6,1,55.829,0.000,68.379,0.000,86.102,56.68,70.71,351
4
+ 6,0.7,1,55.202,0.000,68.135,0.000,85.919,55.41,70.63,355
5
+ 6,0.8,1,55.896,0.000,68.008,0.000,85.713,54.32,69.77,354
6
+ 8,0.5,1,54.993,0.000,68.309,0.000,85.822,62.6,74.07,489
7
+ 8,0.6,1,55.377,0.000,67.753,0.000,85.765,63.51,73.98,431
8
+ 8,0.7,1,54.805,0.000,67.324,0.000,85.577,62.1,73.86,415
9
+ 8,0.8,1,54.961,0.000,66.616,0.000,85.132,59.19,72.35,429
10
+ 10,0.5,1,54.775,0.000,66.292,0.000,85.175,51.76,67.36,455
11
+ 10,0.6,1,54.388,0.000,68.089,0.000,85.272,50.7,66.41,389
12
+ 10,0.7,1,55.687,0.000,68.564,0.000,85.978,56.33,71.07,472
13
+ 10,0.8,1,56.011,0.000,67.706,0.000,85.334,55.7,70.42,459
results/sweep_summary.json ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rows": [
3
+ {
4
+ "k": 6,
5
+ "r": 0.5,
6
+ "f1": 54.37697603215719,
7
+ "f1_sd": 0.0,
8
+ "acc": 68.03107606679035,
9
+ "acc_sd": 0.0,
10
+ "auroc": 85.66215586194795,
11
+ "n_seeds": 1,
12
+ "paper_f1": 54.81,
13
+ "paper_acc": 70.19,
14
+ "sec": 351.9200756549835
15
+ },
16
+ {
17
+ "k": 6,
18
+ "r": 0.6,
19
+ "f1": 55.82852861204005,
20
+ "f1_sd": 0.0,
21
+ "acc": 68.37894248608535,
22
+ "acc_sd": 0.0,
23
+ "auroc": 86.10185973084599,
24
+ "n_seeds": 1,
25
+ "paper_f1": 56.68,
26
+ "paper_acc": 70.71,
27
+ "sec": 351.3092691898346
28
+ },
29
+ {
30
+ "k": 6,
31
+ "r": 0.7,
32
+ "f1": 55.20164244351372,
33
+ "f1_sd": 0.0,
34
+ "acc": 68.13543599257885,
35
+ "acc_sd": 0.0,
36
+ "auroc": 85.91943718990865,
37
+ "n_seeds": 1,
38
+ "paper_f1": 55.41,
39
+ "paper_acc": 70.63,
40
+ "sec": 354.51162242889404
41
+ },
42
+ {
43
+ "k": 6,
44
+ "r": 0.8,
45
+ "f1": 55.89555263337231,
46
+ "f1_sd": 0.0,
47
+ "acc": 68.00788497217069,
48
+ "acc_sd": 0.0,
49
+ "auroc": 85.71324263520769,
50
+ "n_seeds": 1,
51
+ "paper_f1": 54.32,
52
+ "paper_acc": 69.77,
53
+ "sec": 353.5883004665375
54
+ },
55
+ {
56
+ "k": 8,
57
+ "r": 0.5,
58
+ "f1": 54.993045102144514,
59
+ "f1_sd": 0.0,
60
+ "acc": 68.30936920222635,
61
+ "acc_sd": 0.0,
62
+ "auroc": 85.82216585792203,
63
+ "n_seeds": 1,
64
+ "paper_f1": 62.6,
65
+ "paper_acc": 74.07,
66
+ "sec": 488.88276529312134
67
+ },
68
+ {
69
+ "k": 8,
70
+ "r": 0.6,
71
+ "f1": 55.37683466214507,
72
+ "f1_sd": 0.0,
73
+ "acc": 67.75278293135436,
74
+ "acc_sd": 0.0,
75
+ "auroc": 85.76532047398156,
76
+ "n_seeds": 1,
77
+ "paper_f1": 63.51,
78
+ "paper_acc": 73.98,
79
+ "sec": 430.7964942455292
80
+ },
81
+ {
82
+ "k": 8,
83
+ "r": 0.7,
84
+ "f1": 54.805449110076296,
85
+ "f1_sd": 0.0,
86
+ "acc": 67.32374768089053,
87
+ "acc_sd": 0.0,
88
+ "auroc": 85.57745658988081,
89
+ "n_seeds": 1,
90
+ "paper_f1": 62.1,
91
+ "paper_acc": 73.86,
92
+ "sec": 414.7394459247589
93
+ },
94
+ {
95
+ "k": 8,
96
+ "r": 0.8,
97
+ "f1": 54.96062247561335,
98
+ "f1_sd": 0.0,
99
+ "acc": 66.61641929499072,
100
+ "acc_sd": 0.0,
101
+ "auroc": 85.13160300507687,
102
+ "n_seeds": 1,
103
+ "paper_f1": 59.19,
104
+ "paper_acc": 72.35,
105
+ "sec": 429.1282160282135
106
+ },
107
+ {
108
+ "k": 10,
109
+ "r": 0.5,
110
+ "f1": 54.77524404670995,
111
+ "f1_sd": 0.0,
112
+ "acc": 66.2917439703154,
113
+ "acc_sd": 0.0,
114
+ "auroc": 85.17482633239955,
115
+ "n_seeds": 1,
116
+ "paper_f1": 51.76,
117
+ "paper_acc": 67.36,
118
+ "sec": 455.18480348587036
119
+ },
120
+ {
121
+ "k": 10,
122
+ "r": 0.6,
123
+ "f1": 54.388220152613734,
124
+ "f1_sd": 0.0,
125
+ "acc": 68.08905380333951,
126
+ "acc_sd": 0.0,
127
+ "auroc": 85.27193811966129,
128
+ "n_seeds": 1,
129
+ "paper_f1": 50.7,
130
+ "paper_acc": 66.41,
131
+ "sec": 388.5586168766022
132
+ },
133
+ {
134
+ "k": 10,
135
+ "r": 0.7,
136
+ "f1": 55.68678704182574,
137
+ "f1_sd": 0.0,
138
+ "acc": 68.56447124304268,
139
+ "acc_sd": 0.0,
140
+ "auroc": 85.97759672825653,
141
+ "n_seeds": 1,
142
+ "paper_f1": 56.33,
143
+ "paper_acc": 71.07,
144
+ "sec": 472.1071059703827
145
+ },
146
+ {
147
+ "k": 10,
148
+ "r": 0.8,
149
+ "f1": 56.01098269541115,
150
+ "f1_sd": 0.0,
151
+ "acc": 67.70640074211502,
152
+ "acc_sd": 0.0,
153
+ "auroc": 85.3341005897932,
154
+ "n_seeds": 1,
155
+ "paper_f1": 55.7,
156
+ "paper_acc": 70.42,
157
+ "sec": 459.3941607475281
158
+ }
159
+ ],
160
+ "best_cell_ours": {
161
+ "k": 10,
162
+ "r": 0.8,
163
+ "f1": 56.01098269541115
164
+ },
165
+ "best_cell_paper": {
166
+ "k": 8,
167
+ "r": 0.6,
168
+ "f1": 63.51
169
+ },
170
+ "best_k_per_r": {
171
+ "0.5": 8,
172
+ "0.6": 6,
173
+ "0.7": 10,
174
+ "0.8": 10
175
+ },
176
+ "best_r_per_k": {
177
+ "6": 0.8,
178
+ "8": 0.6,
179
+ "10": 0.8
180
+ },
181
+ "mean_f1_by_k": {
182
+ "6": 55.32567493027082,
183
+ "8": 55.033987837494806,
184
+ "10": 55.21530848414014
185
+ },
186
+ "mean_f1_by_r": {
187
+ "0.5": 54.715088393670555,
188
+ "0.6": 55.197861142266284,
189
+ "0.7": 55.231292865138585,
190
+ "0.8": 55.622385934798935
191
+ },
192
+ "paper_mean_f1_by_k": {
193
+ "6": 55.305,
194
+ "8": 61.85,
195
+ "10": 53.6225
196
+ },
197
+ "paper_mean_f1_by_r": {
198
+ "0.5": 56.38999999999999,
199
+ "0.6": 56.96333333333333,
200
+ "0.7": 57.94666666666666,
201
+ "0.8": 56.40333333333333
202
+ },
203
+ "r08_degradation": {
204
+ "6": {
205
+ "mean_r_le_0.7": 55.135715695903656,
206
+ "r_0.8": 55.89555263337231,
207
+ "delta": 0.7598369374686555
208
+ },
209
+ "8": {
210
+ "mean_r_le_0.7": 55.05844295812196,
211
+ "r_0.8": 54.96062247561335,
212
+ "delta": -0.09782048250860953
213
+ },
214
+ "10": {
215
+ "mean_r_le_0.7": 54.9500837470498,
216
+ "r_0.8": 56.01098269541115,
217
+ "delta": 1.0608989483613485
218
+ }
219
+ },
220
+ "pearson_ours_vs_paper_grid": 0.12106848382642352,
221
+ "spearman_ours_vs_paper_grid": 0.2447552447552448
222
+ }
results/table1_rank_audit.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_shape": [
3
+ 7,
4
+ 5,
5
+ 12
6
+ ],
7
+ "parse_spot_checks": {
8
+ "ADFTD/Accuracy/Ours": {
9
+ "parsed": 53.91,
10
+ "paper": 53.91,
11
+ "match": true
12
+ },
13
+ "ADFTD/F1-score/Ours": {
14
+ "parsed": 51.79,
15
+ "paper": 51.79,
16
+ "match": true
17
+ },
18
+ "ADFTD/F1-score/Medformer": {
19
+ "parsed": 50.65,
20
+ "paper": 50.65,
21
+ "match": true
22
+ },
23
+ "PTB-XL/F1-score/Ours": {
24
+ "parsed": 63.51,
25
+ "paper": 63.51,
26
+ "match": true
27
+ },
28
+ "UCI-HAR/Accuracy/Medformer": {
29
+ "parsed": 91.65,
30
+ "paper": 91.65,
31
+ "match": true
32
+ },
33
+ "SleepEDF/AUROC/Ours": {
34
+ "parsed": 95.37,
35
+ "paper": 95.37,
36
+ "match": true
37
+ }
38
+ },
39
+ "all_5_metrics": {
40
+ "n_cells": 35,
41
+ "avg_rank_ours": 1.2857142857142858,
42
+ "n_rank1": 27,
43
+ "worst_rank": 3.0,
44
+ "cells_not_rank1": {
45
+ "PTB/Precision": 2.0,
46
+ "APAVA/Precision": 2.0,
47
+ "FLAAP/AUROC": 3.0,
48
+ "UCI-HAR/Accuracy": 2.0,
49
+ "UCI-HAR/Precision": 3.0,
50
+ "UCI-HAR/Recall": 2.0,
51
+ "UCI-HAR/F1-score": 2.0,
52
+ "UCI-HAR/AUROC": 2.0
53
+ }
54
+ },
55
+ "acc_f1_auroc (challenge wording)": {
56
+ "n_cells": 21,
57
+ "avg_rank_ours": 1.2380952380952381,
58
+ "n_rank1": 17,
59
+ "worst_rank": 3.0,
60
+ "cells_not_rank1": {
61
+ "FLAAP/AUROC": 3.0,
62
+ "UCI-HAR/Accuracy": 2.0,
63
+ "UCI-HAR/F1-score": 2.0,
64
+ "UCI-HAR/AUROC": 2.0
65
+ }
66
+ },
67
+ "acc_f1": {
68
+ "n_cells": 14,
69
+ "avg_rank_ours": 1.1428571428571428,
70
+ "n_rank1": 12,
71
+ "worst_rank": 2.0,
72
+ "cells_not_rank1": {
73
+ "UCI-HAR/Accuracy": 2.0,
74
+ "UCI-HAR/F1-score": 2.0
75
+ }
76
+ },
77
+ "avg_rank_all_methods_5metrics": {
78
+ "Autoformer": 10.6,
79
+ "Crossformer": 5.3428571428571425,
80
+ "FEDformer": 8.842857142857143,
81
+ "Informer": 6.742857142857143,
82
+ "iTransformer": 6.685714285714286,
83
+ "MTST": 7.3428571428571425,
84
+ "Nonformer": 6.328571428571428,
85
+ "PatchTST": 8.82857142857143,
86
+ "Reformer": 6.114285714285714,
87
+ "Transformer": 7.228571428571429,
88
+ "Medformer": 2.657142857142857,
89
+ "Ours": 1.2857142857142858
90
+ },
91
+ "wilcoxon_ours_gt_medformer": {
92
+ "statistic": 579.0,
93
+ "p_value": 7.655490195739945e-06,
94
+ "n_pairs": 35,
95
+ "ours_wins": 30
96
+ }
97
+ }
results/theorem31_audit.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "A_sufficiency": {
3
+ "affine_max_abs_dev_nats": 3.552713678800501e-15,
4
+ "slope_sign_negative": true,
5
+ "spearman_mse_vs_elbo": -1.0,
6
+ "true_MI_nats": 3.295836866004329,
7
+ "I_LB_at_optimal_decoder_nats": 3.2912529417934726,
8
+ "bound_holds_I_LB_le_MI": true,
9
+ "bound_gap_nats": 0.004583924210856516,
10
+ "I_LB_suboptimal_decoder_nats": 1.792422155302205,
11
+ "worse_decoder_is_looser": true,
12
+ "control_laplace_affine_max_abs_dev_nats": 2.691125844709986
13
+ },
14
+ "B_independence": {
15
+ "TC_identity_max_abs_dev_nats": 2.6645352591003757e-15,
16
+ "TC_at_rho_0": 0.0,
17
+ "TC_at_rho_0.9": 7.065110651401988,
18
+ "TC_monotone_in_rho": true,
19
+ "pearson_Ldiv_vs_TC": 0.9995154920006596,
20
+ "affine_fit_Ldiv_vs_TC_slope": 0.925398438812194,
21
+ "affine_fit_Ldiv_vs_TC_max_abs_resid_nats": 0.27941074620311035,
22
+ "Ldiv_range_nats": 8.566508280660617,
23
+ "spearman_Ldiv_vs_TC": 0.9998123827392121,
24
+ "Ldiv_at_rho_0": -16.5818135856591,
25
+ "Ldiv_at_rho_0.95": -8.044056893650616,
26
+ "Ldiv_increases_with_redundancy": true,
27
+ "Ldiv_orthogonal_tokens": -16.697549079582547,
28
+ "Ldiv_collapsed_tokens": -3.120137951768286,
29
+ "orthogonal_is_the_minimiser": true,
30
+ "Ldiv_random_tokens_mean": -16.589238607313284,
31
+ "orthogonal_beats_random": true,
32
+ "sylvester_abs_dev": 7.105427357601002e-15,
33
+ "control_gaussian_TC_gauss_formula": 0.764297731299674,
34
+ "control_gaussian_TC_knn_estimate": 0.7807934429302339,
35
+ "control_gaussian_abs_error": 0.01649571163055985,
36
+ "control_uniform_TC_gauss_formula": 0.772922784316371,
37
+ "control_uniform_TC_knn_estimate": 1.0592673578233711,
38
+ "control_uniform_abs_error": 0.28634457350700016,
39
+ "control_student_t3_TC_gauss_formula": 0.7257800149072109,
40
+ "control_student_t3_TC_knn_estimate": 0.9149427687286575,
41
+ "control_student_t3_abs_error": 0.18916275382144665
42
+ }
43
+ }