gyrojeff commited on
Commit
2928b04
β€’
1 Parent(s): e980b66

feat: add experiment logs

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -138,6 +138,28 @@ The generation is CPU bound, and the generation speed is highly dependent on the
138
 
139
  Some fonts are problematic during the generation process. The script has an manual exclusion list in `config/fonts.yml` and also support unqualified font detection on the fly. The script will automatically skip the problematic fonts and log them for future model training.
140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  ## Related works and Resources
142
 
143
  * Font Identification and Recommendations: https://mangahelpers.com/forum/threads/font-identification-and-recommendations.35672/
 
138
 
139
  Some fonts are problematic during the generation process. The script has an manual exclusion list in `config/fonts.yml` and also support unqualified font detection on the fly. The script will automatically skip the problematic fonts and log them for future model training.
140
 
141
+ ## Font Classification Experiment Results
142
+
143
+ On our synthesized dataset,
144
+
145
+ | Backbone | Output Normalization | Data Aug | Input Size | Hyper Param | Accur | Commit | Dataset |
146
+ | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
147
+ | ResNet-18 | Sigmoid | ❌ | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>4</sup> |
148
+ | ResNet-18 | Sigmoid | ❌ | 512x512 | II<sup>2</sup> | 14.39% | 5a85fd3 | I |
149
+ | ResNet-18 | Tanh | ❌ | 512x512 | II | 16.24% | ff82fe6 | I |
150
+ | ResNet-18 | Tanh | βœ…<sup>3</sup> | 512x512 | II | 27.71% | a976004 | I |
151
+ | ResNet-18 | Tanh | βœ… | 512x512 | I | 29.95% | 8364103 | I |
152
+ | ResNet-18 | Sigmoid | βœ… | 512x512 | I | 29.37% [Early stop] | 8d2e833 | I |
153
+ | ResNet-18 | Sigmoid | βœ… | 416x416 | I | [Lower Trend] | d5a3215 | I |
154
+ | ResNet-18 | Sigmoid | βœ… | 320x320 | I | [Lower Trend] | afcdd80 | I |
155
+ | ResNet-18 | Sigmoid | βœ… | 224x224 | I | [Lower Trend] | 8b9de80 | I |
156
+ | ResNet-34 | Sigmoid | βœ… | 512x512 | I | 32.03% | 912d566 | I |
157
+
158
+ * <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
159
+ * <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
160
+ * <sup>3</sup> Color Jitter + Random Crop + Random Horizontal Flip
161
+ * <sup>4</sup> Initial version of synthesized dataset
162
+
163
  ## Related works and Resources
164
 
165
  * Font Identification and Recommendations: https://mangahelpers.com/forum/threads/font-identification-and-recommendations.35672/