File size: 1,669 Bytes
f5498f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | {
"variant": "stage_0_tight_fpr",
"parent": "classifier.json",
"description": "Extended-negative-dims classifier tuned for low prop-FPR. Positive dims unchanged; negative dims extended with 15 prop-correlated dims discovered via YOLO-filtered ImageNet prop-only images. See discovery/prop_specificity.json.",
"backbone": "facebook/EUPE-ViT-B",
"feature_dim": 768,
"input_resolution": 768,
"patch_size": 16,
"patch_grid": [
48,
48
],
"preprocessing": "layernorm over 768 channels then max-pool over 2304 patches",
"pos_dims": [
48,
525,
475,
645,
273,
292,
158,
510,
506,
337,
8,
309,
267,
217,
79,
13,
657,
207,
722,
311
],
"neg_dims_original": [
642,
224,
113,
565,
49,
637,
45,
520,
219,
290,
529,
617,
269,
745,
576,
701,
105,
694,
82,
283
],
"neg_dims_extra": [
11,
697,
572,
671,
51,
186,
752,
90,
161,
310,
88,
189,
613,
201,
360
],
"neg_dims": [
642,
224,
113,
565,
49,
637,
45,
520,
219,
290,
529,
617,
269,
745,
576,
701,
105,
694,
82,
283,
11,
697,
572,
671,
51,
186,
752,
90,
161,
310,
88,
189,
613,
201,
360
],
"pos_weight": 1.0,
"neg_weight": -1.0,
"threshold": 10.094175338745117,
"decision": "sum(feat[pos_dims]) - sum(feat[neg_dims]) > threshold",
"free_parameters": 1,
"fixed_parameters": {
"dim_indices": 55,
"signs": 55
}
}
|