AbstractPhil commited on
Commit
0ad6753
·
verified ·
1 Parent(s): 0f64434

Update README - GeoFractalDavid-Basin-k12 - Run 20251016_020120 - Acc 71.40%

Browse files
Files changed (1) hide show
  1. README.md +31 -31
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  type: imagenet-1k
24
  metrics:
25
  - type: accuracy
26
- value: 71.13
27
  name: Validation Accuracy
28
  ---
29
 
@@ -34,16 +34,16 @@ Features must "fit" geometric signatures: k-simplex shapes, Cantor positions, an
34
 
35
  ## 🎯 Performance
36
 
37
- - **Best Validation Accuracy**: 71.13%
38
- - **Epoch**: 8/10
39
- - **Training Time**: 14m
40
 
41
  ### Per-Scale Performance
42
- - **Scale 384D**: 61.51%
43
- - **Scale 512D**: 61.38%
44
- - **Scale 768D**: 70.29%
45
- - **Scale 1024D**: 51.67%
46
- - **Scale 1280D**: 44.19%
47
 
48
 
49
  ## 🏗️ Architecture
@@ -71,8 +71,8 @@ Each scale learns to weight these components differently.
71
  The alpha parameter controls middle-interval weighting in the Cantor staircase.
72
 
73
  - **Initial**: 0.3290
74
- - **Final**: -0.0653
75
- - **Change**: -0.3944
76
  - **Converged to 0.5**: False
77
 
78
  The Cantor staircase uses soft triadic decomposition with learnable alpha to map
@@ -84,29 +84,29 @@ Each class has a learned scalar Cantor prototype. The model pulls features towar
84
  their class's Cantor position.
85
 
86
  **Scale 384D**:
87
- - Mean: 0.0252
88
- - Std: 0.0787
89
- - Range: [-0.1327, 0.1920]
90
 
91
  **Scale 512D**:
92
- - Mean: 0.0252
93
- - Std: 0.0787
94
- - Range: [-0.1330, 0.1924]
95
 
96
  **Scale 768D**:
97
- - Mean: 0.0253
98
- - Std: 0.0787
99
- - Range: [-0.1328, 0.1917]
100
 
101
  **Scale 1024D**:
102
- - Mean: 0.0253
103
- - Std: 0.0787
104
- - Range: [-0.1331, 0.1921]
105
 
106
  **Scale 1280D**:
107
- - Mean: 0.0253
108
- - Std: 0.0787
109
- - Range: [-0.1331, 0.1919]
110
 
111
 
112
  Most classes cluster around 0.5 (middle Cantor region), with smooth spread across [0,1].
@@ -116,11 +116,11 @@ This creates a continuous manifold rather than discrete bins.
116
 
117
  Each scale learns optimal weights for combining geometric components:
118
 
119
- **Scale 384D**: Feature=0.920, Cantor=0.022, Crystal=0.058
120
- **Scale 512D**: Feature=0.872, Cantor=0.026, Crystal=0.103
121
- **Scale 768D**: Feature=0.995, Cantor=0.001, Crystal=0.004
122
- **Scale 1024D**: Feature=0.942, Cantor=0.006, Crystal=0.052
123
- **Scale 1280D**: Feature=0.432, Cantor=0.003, Crystal=0.564
124
 
125
 
126
  **Pattern**: Lower scales rely on feature similarity, higher scales use crystal geometry.
 
23
  type: imagenet-1k
24
  metrics:
25
  - type: accuracy
26
+ value: 71.40
27
  name: Validation Accuracy
28
  ---
29
 
 
34
 
35
  ## 🎯 Performance
36
 
37
+ - **Best Validation Accuracy**: 71.40%
38
+ - **Epoch**: 10/10
39
+ - **Training Time**: 18m
40
 
41
  ### Per-Scale Performance
42
+ - **Scale 384D**: 61.25%
43
+ - **Scale 512D**: 60.67%
44
+ - **Scale 768D**: 70.50%
45
+ - **Scale 1024D**: 51.69%
46
+ - **Scale 1280D**: 44.72%
47
 
48
 
49
  ## 🏗️ Architecture
 
71
  The alpha parameter controls middle-interval weighting in the Cantor staircase.
72
 
73
  - **Initial**: 0.3290
74
+ - **Final**: -0.0764
75
+ - **Change**: -0.4055
76
  - **Converged to 0.5**: False
77
 
78
  The Cantor staircase uses soft triadic decomposition with learnable alpha to map
 
84
  their class's Cantor position.
85
 
86
  **Scale 384D**:
87
+ - Mean: 0.0226
88
+ - Std: 0.0784
89
+ - Range: [-0.1377, 0.1894]
90
 
91
  **Scale 512D**:
92
+ - Mean: 0.0226
93
+ - Std: 0.0784
94
+ - Range: [-0.1377, 0.1895]
95
 
96
  **Scale 768D**:
97
+ - Mean: 0.0227
98
+ - Std: 0.0784
99
+ - Range: [-0.1373, 0.1897]
100
 
101
  **Scale 1024D**:
102
+ - Mean: 0.0226
103
+ - Std: 0.0784
104
+ - Range: [-0.1375, 0.1896]
105
 
106
  **Scale 1280D**:
107
+ - Mean: 0.0227
108
+ - Std: 0.0784
109
+ - Range: [-0.1375, 0.1898]
110
 
111
 
112
  Most classes cluster around 0.5 (middle Cantor region), with smooth spread across [0,1].
 
116
 
117
  Each scale learns optimal weights for combining geometric components:
118
 
119
+ **Scale 384D**: Feature=0.929, Cantor=0.020, Crystal=0.051
120
+ **Scale 512D**: Feature=0.885, Cantor=0.023, Crystal=0.092
121
+ **Scale 768D**: Feature=0.996, Cantor=0.001, Crystal=0.003
122
+ **Scale 1024D**: Feature=0.952, Cantor=0.005, Crystal=0.043
123
+ **Scale 1280D**: Feature=0.411, Cantor=0.003, Crystal=0.587
124
 
125
 
126
  **Pattern**: Lower scales rely on feature similarity, higher scales use crystal geometry.