gyrojeff commited on
Commit
69fba53
β€’
1 Parent(s): bc0f7fc

doc: update experiments

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -144,10 +144,10 @@ On our synthesized dataset,
144
 
145
  | Backbone | Data Aug | Pretrained | Crop<br>Text<br>BBox | Output<br>Norm | Input Size | Hyper<br>Param | Accur | Commit | Dataset |
146
  | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
147
- | ResNet-18 | ❌ | ❌ | ❌ | Sigmoid | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>3</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 | βœ…<sup>4</sup> | ❌ | ❌ | Tanh | 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 |
@@ -157,13 +157,16 @@ On our synthesized dataset,
157
  | ResNet-50 | βœ… | ❌ | ❌ | Sigmoid | 512x512 | I | 34.21% | e980b66 | I |
158
  | ResNet-18 | βœ… | βœ… | ❌ | Sigmoid | 512x512 | I | 31.24% | 416c7bb | I |
159
  | ResNet-18 | βœ… | βœ… | βœ… | Sigmoid | 512x512 | I | 34.69% | 855e240 | I |
160
- | ResNet-18 | βœ”οΈ<sup>5</sup> | βœ… | βœ… | Sigmoid | 512x512 | I | 38.32% | 1750035 | I |
 
161
 
162
  * <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
163
  * <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
164
- * <sup>3</sup> Initial version of synthesized dataset
165
- * <sup>4</sup> Data Augmentation v1: Color Jitter + Random Crop [81%-100%]
166
- * <sup>5</sup> Data Augmentation v2: Color Jitter + Random Crop [30%-130%] + Random Gaussian Blur + Random Gaussian Noise + Random Rotation [-15Β°, 15Β°]
 
 
167
 
168
  ## Related works and Resources
169
 
 
144
 
145
  | Backbone | Data Aug | Pretrained | Crop<br>Text<br>BBox | Output<br>Norm | Input Size | Hyper<br>Param | Accur | Commit | Dataset |
146
  | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
147
+ | ResNet-18 | ❌ | ❌ | ❌ | Sigmoid | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>5</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 | βœ…<sup>6</sup> | ❌ | ❌ | Tanh | 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 |
 
157
  | ResNet-50 | βœ… | ❌ | ❌ | Sigmoid | 512x512 | I | 34.21% | e980b66 | I |
158
  | ResNet-18 | βœ… | βœ… | ❌ | Sigmoid | 512x512 | I | 31.24% | 416c7bb | I |
159
  | ResNet-18 | βœ… | βœ… | βœ… | Sigmoid | 512x512 | I | 34.69% | 855e240 | I |
160
+ | ResNet-18 | βœ”οΈ<sup>7</sup> | βœ… | βœ… | Sigmoid | 512x512 | I | 38.32% | 1750035 | I |
161
+ | ResNet-18 | βœ”οΈ | βœ… | βœ… | Sigmoid | 512x512 | III<sup>3</sup> | 38.87% | 0693434 | I |
162
 
163
  * <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
164
  * <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
165
+ * <sup>3</sup> `learning rate = 0.001, lambda = (2, 0.5, 1)`
166
+ * <sup>3</sup> `learning rate = 0.01, lambda = (2, 0.5, 1)`
167
+ * <sup>5</sup> Initial version of synthesized dataset
168
+ * <sup>6</sup> Data Augmentation v1: Color Jitter + Random Crop [81%-100%]
169
+ * <sup>7</sup> Data Augmentation v2: Color Jitter + Random Crop [30%-130%] + Random Gaussian Blur + Random Gaussian Noise + Random Rotation [-15Β°, 15Β°]
170
 
171
  ## Related works and Resources
172