stage_0: add prop-specificity audit + note in README
Browse files- stage_0/README.md +4 -0
- stage_0/prop_audit_image_list.json +0 -0
- stage_0/prop_specificity_audit.json +706 -0
stage_0/README.md
CHANGED
|
@@ -36,6 +36,10 @@ Three-step process, documented in the artifacts below.
|
|
| 36 |
|
| 37 |
Dim 48 is the canonical anthropogenic-scene axis in EUPE-ViT-B. It activates strongly on person scenes and on person-associated objects (sports equipment, wearable accessories, handheld items), and is suppressed on non-human animals and non-anthropogenic structures. Alone it delivers F1 = 0.83 as a 2-parameter classifier. The additional 39 dims stack on mostly orthogonal axes to reach F1 = 0.89 at 1 free parameter.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Hardware footprint estimate
|
| 40 |
|
| 41 |
At INT8 precision, the classifier synthesizes to an estimated 2,500–4,100 gates: two Wallace-tree adders (50-input each), one subtractor, one comparator. For reference, a 768-dim INT8 MAC unit is roughly 65,000 gates, and the prior 4,614-parameter multi-output person detector synthesizes to roughly 391,000 gates.
|
|
|
|
| 36 |
|
| 37 |
Dim 48 is the canonical anthropogenic-scene axis in EUPE-ViT-B. It activates strongly on person scenes and on person-associated objects (sports equipment, wearable accessories, handheld items), and is suppressed on non-human animals and non-anthropogenic structures. Alone it delivers F1 = 0.83 as a 2-parameter classifier. The additional 39 dims stack on mostly orthogonal axes to reach F1 = 0.89 at 1 free parameter.
|
| 38 |
|
| 39 |
+
## Prop-specificity audit
|
| 40 |
+
|
| 41 |
+
Artifacts `prop_specificity_audit.json` and `prop_audit_image_list.json` record a later audit of how well the classifier distinguishes "person-scene" from "scene containing person-associated objects but no person." 8,479 ImageNet training images were filtered with YOLO26l at confidence 0.25 to retain only images where no person was detected, drawn from 20 person-associated synsets (racket, tie, backpack, helmet, ski, remote, musical instruments, etc.). The Stage 0 classifier fires on **5.9%** of those truly person-free images at its operating threshold — tight enough that the "fires on tennis rackets and backpacks" concern in the per-class activation analysis is mostly a co-occurrence artifact in COCO (tennis racket images almost always contain the player). Adding up to 15 prop-specific negative dims lowers the false-positive rate to 2.7% but costs F1 on the primary person task.
|
| 42 |
+
|
| 43 |
## Hardware footprint estimate
|
| 44 |
|
| 45 |
At INT8 precision, the classifier synthesizes to an estimated 2,500–4,100 gates: two Wallace-tree adders (50-input each), one subtractor, one comparator. For reference, a 768-dim INT8 MAC unit is roughly 65,000 gates, and the prior 4,614-parameter multi-output person detector synthesizes to roughly 391,000 gates.
|
stage_0/prop_audit_image_list.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
stage_0/prop_specificity_audit.json
ADDED
|
@@ -0,0 +1,706 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_prop_images": 8479,
|
| 3 |
+
"ranked_candidates": [
|
| 4 |
+
{
|
| 5 |
+
"dim": 11,
|
| 6 |
+
"prop_mean": 1.7091748714447021,
|
| 7 |
+
"person_pos_mean": 1.089888095855713,
|
| 8 |
+
"person_neg_mean": 1.1654655933380127,
|
| 9 |
+
"prop_vs_neg": 0.5437092781066895,
|
| 10 |
+
"person_vs_neg": -0.0755774974822998,
|
| 11 |
+
"score": 0.6192867755889893
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"dim": 697,
|
| 15 |
+
"prop_mean": 1.63211190700531,
|
| 16 |
+
"person_pos_mean": 1.0918049812316895,
|
| 17 |
+
"person_neg_mean": 1.0371267795562744,
|
| 18 |
+
"prop_vs_neg": 0.5949851274490356,
|
| 19 |
+
"person_vs_neg": 0.05467820167541504,
|
| 20 |
+
"score": 0.5403069257736206
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"dim": 572,
|
| 24 |
+
"prop_mean": 1.4398308992385864,
|
| 25 |
+
"person_pos_mean": 0.9548083543777466,
|
| 26 |
+
"person_neg_mean": 0.8750605583190918,
|
| 27 |
+
"prop_vs_neg": 0.5647703409194946,
|
| 28 |
+
"person_vs_neg": 0.07974779605865479,
|
| 29 |
+
"score": 0.48502254486083984
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"dim": 671,
|
| 33 |
+
"prop_mean": 1.5082179307937622,
|
| 34 |
+
"person_pos_mean": 1.0776139497756958,
|
| 35 |
+
"person_neg_mean": 1.0892691612243652,
|
| 36 |
+
"prop_vs_neg": 0.418948769569397,
|
| 37 |
+
"person_vs_neg": -0.011655211448669434,
|
| 38 |
+
"score": 0.4306039810180664
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"dim": 51,
|
| 42 |
+
"prop_mean": 1.2916672229766846,
|
| 43 |
+
"person_pos_mean": 0.8612672090530396,
|
| 44 |
+
"person_neg_mean": 0.6743829846382141,
|
| 45 |
+
"prop_vs_neg": 0.6172842383384705,
|
| 46 |
+
"person_vs_neg": 0.18688422441482544,
|
| 47 |
+
"score": 0.430400013923645
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"dim": 186,
|
| 51 |
+
"prop_mean": 1.783549189567566,
|
| 52 |
+
"person_pos_mean": 1.3718806505203247,
|
| 53 |
+
"person_neg_mean": 1.2572942972183228,
|
| 54 |
+
"prop_vs_neg": 0.5262548923492432,
|
| 55 |
+
"person_vs_neg": 0.11458635330200195,
|
| 56 |
+
"score": 0.4116685390472412
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"dim": 752,
|
| 60 |
+
"prop_mean": 1.4307368993759155,
|
| 61 |
+
"person_pos_mean": 1.0203551054000854,
|
| 62 |
+
"person_neg_mean": 0.9466467499732971,
|
| 63 |
+
"prop_vs_neg": 0.4840901494026184,
|
| 64 |
+
"person_vs_neg": 0.07370835542678833,
|
| 65 |
+
"score": 0.4103817939758301
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"dim": 90,
|
| 69 |
+
"prop_mean": 1.4134135246276855,
|
| 70 |
+
"person_pos_mean": 1.027899980545044,
|
| 71 |
+
"person_neg_mean": 1.2588216066360474,
|
| 72 |
+
"prop_vs_neg": 0.15459191799163818,
|
| 73 |
+
"person_vs_neg": -0.23092162609100342,
|
| 74 |
+
"score": 0.3855135440826416
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"dim": 161,
|
| 78 |
+
"prop_mean": 1.110310673713684,
|
| 79 |
+
"person_pos_mean": 0.7282975316047668,
|
| 80 |
+
"person_neg_mean": 0.8111143708229065,
|
| 81 |
+
"prop_vs_neg": 0.2991963028907776,
|
| 82 |
+
"person_vs_neg": -0.08281683921813965,
|
| 83 |
+
"score": 0.38201314210891724
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"dim": 310,
|
| 87 |
+
"prop_mean": 1.6827064752578735,
|
| 88 |
+
"person_pos_mean": 1.306183934211731,
|
| 89 |
+
"person_neg_mean": 1.5448638200759888,
|
| 90 |
+
"prop_vs_neg": 0.13784265518188477,
|
| 91 |
+
"person_vs_neg": -0.2386798858642578,
|
| 92 |
+
"score": 0.3765225410461426
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"dim": 88,
|
| 96 |
+
"prop_mean": 1.7690833806991577,
|
| 97 |
+
"person_pos_mean": 1.3999791145324707,
|
| 98 |
+
"person_neg_mean": 1.0576374530792236,
|
| 99 |
+
"prop_vs_neg": 0.7114459276199341,
|
| 100 |
+
"person_vs_neg": 0.34234166145324707,
|
| 101 |
+
"score": 0.369104266166687
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"dim": 189,
|
| 105 |
+
"prop_mean": 1.2615772485733032,
|
| 106 |
+
"person_pos_mean": 0.893500030040741,
|
| 107 |
+
"person_neg_mean": 1.0122331380844116,
|
| 108 |
+
"prop_vs_neg": 0.2493441104888916,
|
| 109 |
+
"person_vs_neg": -0.11873310804367065,
|
| 110 |
+
"score": 0.36807721853256226
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"dim": 613,
|
| 114 |
+
"prop_mean": 1.854291558265686,
|
| 115 |
+
"person_pos_mean": 1.4975982904434204,
|
| 116 |
+
"person_neg_mean": 1.73020339012146,
|
| 117 |
+
"prop_vs_neg": 0.12408816814422607,
|
| 118 |
+
"person_vs_neg": -0.23260509967803955,
|
| 119 |
+
"score": 0.3566932678222656
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"dim": 201,
|
| 123 |
+
"prop_mean": 1.4382827281951904,
|
| 124 |
+
"person_pos_mean": 1.0972189903259277,
|
| 125 |
+
"person_neg_mean": 1.0087069272994995,
|
| 126 |
+
"prop_vs_neg": 0.4295758008956909,
|
| 127 |
+
"person_vs_neg": 0.08851206302642822,
|
| 128 |
+
"score": 0.3410637378692627
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"dim": 360,
|
| 132 |
+
"prop_mean": 1.5004557371139526,
|
| 133 |
+
"person_pos_mean": 1.1636990308761597,
|
| 134 |
+
"person_neg_mean": 1.24490487575531,
|
| 135 |
+
"prop_vs_neg": 0.2555508613586426,
|
| 136 |
+
"person_vs_neg": -0.08120584487915039,
|
| 137 |
+
"score": 0.33675670623779297
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"dim": 623,
|
| 141 |
+
"prop_mean": 1.1354831457138062,
|
| 142 |
+
"person_pos_mean": 0.8059989809989929,
|
| 143 |
+
"person_neg_mean": 0.7583788633346558,
|
| 144 |
+
"prop_vs_neg": 0.3771042823791504,
|
| 145 |
+
"person_vs_neg": 0.04762011766433716,
|
| 146 |
+
"score": 0.32948416471481323
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"dim": 688,
|
| 150 |
+
"prop_mean": 1.4130481481552124,
|
| 151 |
+
"person_pos_mean": 1.0897259712219238,
|
| 152 |
+
"person_neg_mean": 1.1911897659301758,
|
| 153 |
+
"prop_vs_neg": 0.22185838222503662,
|
| 154 |
+
"person_vs_neg": -0.10146379470825195,
|
| 155 |
+
"score": 0.3233221769332886
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"dim": 578,
|
| 159 |
+
"prop_mean": 1.6479562520980835,
|
| 160 |
+
"person_pos_mean": 1.3283374309539795,
|
| 161 |
+
"person_neg_mean": 1.4025310277938843,
|
| 162 |
+
"prop_vs_neg": 0.24542522430419922,
|
| 163 |
+
"person_vs_neg": -0.07419359683990479,
|
| 164 |
+
"score": 0.319618821144104
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"dim": 81,
|
| 168 |
+
"prop_mean": 1.904716968536377,
|
| 169 |
+
"person_pos_mean": 1.597719430923462,
|
| 170 |
+
"person_neg_mean": 1.7867015600204468,
|
| 171 |
+
"prop_vs_neg": 0.11801540851593018,
|
| 172 |
+
"person_vs_neg": -0.18898212909698486,
|
| 173 |
+
"score": 0.30699753761291504
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"dim": 692,
|
| 177 |
+
"prop_mean": 1.381159782409668,
|
| 178 |
+
"person_pos_mean": 1.0755085945129395,
|
| 179 |
+
"person_neg_mean": 1.1753791570663452,
|
| 180 |
+
"prop_vs_neg": 0.20578062534332275,
|
| 181 |
+
"person_vs_neg": -0.09987056255340576,
|
| 182 |
+
"score": 0.3056511878967285
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"dim": 638,
|
| 186 |
+
"prop_mean": 1.2797389030456543,
|
| 187 |
+
"person_pos_mean": 0.9781198501586914,
|
| 188 |
+
"person_neg_mean": 1.0837996006011963,
|
| 189 |
+
"prop_vs_neg": 0.195939302444458,
|
| 190 |
+
"person_vs_neg": -0.10567975044250488,
|
| 191 |
+
"score": 0.3016190528869629
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"dim": 522,
|
| 195 |
+
"prop_mean": 1.194052815437317,
|
| 196 |
+
"person_pos_mean": 0.8986038565635681,
|
| 197 |
+
"person_neg_mean": 0.8541845679283142,
|
| 198 |
+
"prop_vs_neg": 0.3398682475090027,
|
| 199 |
+
"person_vs_neg": 0.044419288635253906,
|
| 200 |
+
"score": 0.2954489588737488
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"dim": 257,
|
| 204 |
+
"prop_mean": 1.8521565198898315,
|
| 205 |
+
"person_pos_mean": 1.5771883726119995,
|
| 206 |
+
"person_neg_mean": 1.6870157718658447,
|
| 207 |
+
"prop_vs_neg": 0.16514074802398682,
|
| 208 |
+
"person_vs_neg": -0.10982739925384521,
|
| 209 |
+
"score": 0.27496814727783203
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"dim": 340,
|
| 213 |
+
"prop_mean": 0.9343926906585693,
|
| 214 |
+
"person_pos_mean": 0.6695823669433594,
|
| 215 |
+
"person_neg_mean": 0.6695160269737244,
|
| 216 |
+
"prop_vs_neg": 0.26487666368484497,
|
| 217 |
+
"person_vs_neg": 6.633996963500977e-05,
|
| 218 |
+
"score": 0.26481032371520996
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"dim": 308,
|
| 222 |
+
"prop_mean": 1.525191068649292,
|
| 223 |
+
"person_pos_mean": 1.2669845819473267,
|
| 224 |
+
"person_neg_mean": 1.1947391033172607,
|
| 225 |
+
"prop_vs_neg": 0.33045196533203125,
|
| 226 |
+
"person_vs_neg": 0.07224547863006592,
|
| 227 |
+
"score": 0.25820648670196533
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"dim": 479,
|
| 231 |
+
"prop_mean": 1.2297685146331787,
|
| 232 |
+
"person_pos_mean": 0.9748978018760681,
|
| 233 |
+
"person_neg_mean": 0.9749308824539185,
|
| 234 |
+
"prop_vs_neg": 0.25483763217926025,
|
| 235 |
+
"person_vs_neg": -3.30805778503418e-05,
|
| 236 |
+
"score": 0.2548707127571106
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"dim": 299,
|
| 240 |
+
"prop_mean": 1.3217650651931763,
|
| 241 |
+
"person_pos_mean": 1.0688191652297974,
|
| 242 |
+
"person_neg_mean": 1.1240233182907104,
|
| 243 |
+
"prop_vs_neg": 0.19774174690246582,
|
| 244 |
+
"person_vs_neg": -0.055204153060913086,
|
| 245 |
+
"score": 0.2529458999633789
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"dim": 440,
|
| 249 |
+
"prop_mean": 1.1131365299224854,
|
| 250 |
+
"person_pos_mean": 0.8602599501609802,
|
| 251 |
+
"person_neg_mean": 0.8018559217453003,
|
| 252 |
+
"prop_vs_neg": 0.31128060817718506,
|
| 253 |
+
"person_vs_neg": 0.05840402841567993,
|
| 254 |
+
"score": 0.2528765797615051
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"dim": 458,
|
| 258 |
+
"prop_mean": 1.2792733907699585,
|
| 259 |
+
"person_pos_mean": 1.029525637626648,
|
| 260 |
+
"person_neg_mean": 0.9404508471488953,
|
| 261 |
+
"prop_vs_neg": 0.33882254362106323,
|
| 262 |
+
"person_vs_neg": 0.08907479047775269,
|
| 263 |
+
"score": 0.24974775314331055
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"dim": 767,
|
| 267 |
+
"prop_mean": 1.4785064458847046,
|
| 268 |
+
"person_pos_mean": 1.2433205842971802,
|
| 269 |
+
"person_neg_mean": 1.2814769744873047,
|
| 270 |
+
"prop_vs_neg": 0.1970294713973999,
|
| 271 |
+
"person_vs_neg": -0.03815639019012451,
|
| 272 |
+
"score": 0.23518586158752441
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"dim": 713,
|
| 276 |
+
"prop_mean": 2.0065953731536865,
|
| 277 |
+
"person_pos_mean": 1.7764008045196533,
|
| 278 |
+
"person_neg_mean": 1.8709570169448853,
|
| 279 |
+
"prop_vs_neg": 0.13563835620880127,
|
| 280 |
+
"person_vs_neg": -0.09455621242523193,
|
| 281 |
+
"score": 0.2301945686340332
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"dim": 554,
|
| 285 |
+
"prop_mean": 1.3773629665374756,
|
| 286 |
+
"person_pos_mean": 1.1489109992980957,
|
| 287 |
+
"person_neg_mean": 1.0569530725479126,
|
| 288 |
+
"prop_vs_neg": 0.320409893989563,
|
| 289 |
+
"person_vs_neg": 0.0919579267501831,
|
| 290 |
+
"score": 0.22845196723937988
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"dim": 0,
|
| 294 |
+
"prop_mean": 1.518669605255127,
|
| 295 |
+
"person_pos_mean": 1.292944312095642,
|
| 296 |
+
"person_neg_mean": 1.2706265449523926,
|
| 297 |
+
"prop_vs_neg": 0.24804306030273438,
|
| 298 |
+
"person_vs_neg": 0.02231776714324951,
|
| 299 |
+
"score": 0.22572529315948486
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"dim": 351,
|
| 303 |
+
"prop_mean": 1.5037388801574707,
|
| 304 |
+
"person_pos_mean": 1.2783546447753906,
|
| 305 |
+
"person_neg_mean": 1.0354632139205933,
|
| 306 |
+
"prop_vs_neg": 0.46827566623687744,
|
| 307 |
+
"person_vs_neg": 0.24289143085479736,
|
| 308 |
+
"score": 0.22538423538208008
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"dim": 266,
|
| 312 |
+
"prop_mean": 3.2978885173797607,
|
| 313 |
+
"person_pos_mean": 3.0799922943115234,
|
| 314 |
+
"person_neg_mean": 3.1888484954833984,
|
| 315 |
+
"prop_vs_neg": 0.1090400218963623,
|
| 316 |
+
"person_vs_neg": -0.108856201171875,
|
| 317 |
+
"score": 0.2178962230682373
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"dim": 469,
|
| 321 |
+
"prop_mean": 1.2845133543014526,
|
| 322 |
+
"person_pos_mean": 1.0693851709365845,
|
| 323 |
+
"person_neg_mean": 1.0766862630844116,
|
| 324 |
+
"prop_vs_neg": 0.20782709121704102,
|
| 325 |
+
"person_vs_neg": -0.0073010921478271484,
|
| 326 |
+
"score": 0.21512818336486816
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"dim": 250,
|
| 330 |
+
"prop_mean": 1.1550997495651245,
|
| 331 |
+
"person_pos_mean": 0.9470953941345215,
|
| 332 |
+
"person_neg_mean": 1.0209672451019287,
|
| 333 |
+
"prop_vs_neg": 0.1341325044631958,
|
| 334 |
+
"person_vs_neg": -0.07387185096740723,
|
| 335 |
+
"score": 0.20800435543060303
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"dim": 684,
|
| 339 |
+
"prop_mean": 1.217105507850647,
|
| 340 |
+
"person_pos_mean": 1.0223654508590698,
|
| 341 |
+
"person_neg_mean": 0.9934371113777161,
|
| 342 |
+
"prop_vs_neg": 0.2236683964729309,
|
| 343 |
+
"person_vs_neg": 0.02892833948135376,
|
| 344 |
+
"score": 0.19474005699157715
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"dim": 604,
|
| 348 |
+
"prop_mean": 1.4056569337844849,
|
| 349 |
+
"person_pos_mean": 1.2120150327682495,
|
| 350 |
+
"person_neg_mean": 1.3198471069335938,
|
| 351 |
+
"prop_vs_neg": 0.08580982685089111,
|
| 352 |
+
"person_vs_neg": -0.10783207416534424,
|
| 353 |
+
"score": 0.19364190101623535
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"dim": 251,
|
| 357 |
+
"prop_mean": 1.238474726676941,
|
| 358 |
+
"person_pos_mean": 1.0456016063690186,
|
| 359 |
+
"person_neg_mean": 1.1859287023544312,
|
| 360 |
+
"prop_vs_neg": 0.052546024322509766,
|
| 361 |
+
"person_vs_neg": -0.1403270959854126,
|
| 362 |
+
"score": 0.19287312030792236
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"dim": 275,
|
| 366 |
+
"prop_mean": 1.1440684795379639,
|
| 367 |
+
"person_pos_mean": 0.9552448391914368,
|
| 368 |
+
"person_neg_mean": 1.0024899244308472,
|
| 369 |
+
"prop_vs_neg": 0.1415785551071167,
|
| 370 |
+
"person_vs_neg": -0.0472450852394104,
|
| 371 |
+
"score": 0.1888236403465271
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"dim": 236,
|
| 375 |
+
"prop_mean": 1.3713657855987549,
|
| 376 |
+
"person_pos_mean": 1.1866233348846436,
|
| 377 |
+
"person_neg_mean": 1.346700668334961,
|
| 378 |
+
"prop_vs_neg": 0.024665117263793945,
|
| 379 |
+
"person_vs_neg": -0.16007733345031738,
|
| 380 |
+
"score": 0.18474245071411133
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"dim": 110,
|
| 384 |
+
"prop_mean": 1.3540358543395996,
|
| 385 |
+
"person_pos_mean": 1.1696140766143799,
|
| 386 |
+
"person_neg_mean": 1.1514066457748413,
|
| 387 |
+
"prop_vs_neg": 0.2026292085647583,
|
| 388 |
+
"person_vs_neg": 0.018207430839538574,
|
| 389 |
+
"score": 0.18442177772521973
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"dim": 660,
|
| 393 |
+
"prop_mean": 1.294521689414978,
|
| 394 |
+
"person_pos_mean": 1.110160231590271,
|
| 395 |
+
"person_neg_mean": 1.258522391319275,
|
| 396 |
+
"prop_vs_neg": 0.035999298095703125,
|
| 397 |
+
"person_vs_neg": -0.1483621597290039,
|
| 398 |
+
"score": 0.18436145782470703
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"dim": 141,
|
| 402 |
+
"prop_mean": 1.2327960729599,
|
| 403 |
+
"person_pos_mean": 1.0510427951812744,
|
| 404 |
+
"person_neg_mean": 1.1455810070037842,
|
| 405 |
+
"prop_vs_neg": 0.08721506595611572,
|
| 406 |
+
"person_vs_neg": -0.09453821182250977,
|
| 407 |
+
"score": 0.1817532777786255
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"dim": 436,
|
| 411 |
+
"prop_mean": 0.7790431380271912,
|
| 412 |
+
"person_pos_mean": 0.6001676321029663,
|
| 413 |
+
"person_neg_mean": 0.7653905153274536,
|
| 414 |
+
"prop_vs_neg": 0.013652622699737549,
|
| 415 |
+
"person_vs_neg": -0.1652228832244873,
|
| 416 |
+
"score": 0.17887550592422485
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"dim": 732,
|
| 420 |
+
"prop_mean": 2.213838815689087,
|
| 421 |
+
"person_pos_mean": 2.035112142562866,
|
| 422 |
+
"person_neg_mean": 2.0301244258880615,
|
| 423 |
+
"prop_vs_neg": 0.1837143898010254,
|
| 424 |
+
"person_vs_neg": 0.0049877166748046875,
|
| 425 |
+
"score": 0.1787266731262207
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"dim": 160,
|
| 429 |
+
"prop_mean": 1.1959549188613892,
|
| 430 |
+
"person_pos_mean": 1.02139151096344,
|
| 431 |
+
"person_neg_mean": 0.985637366771698,
|
| 432 |
+
"prop_vs_neg": 0.21031755208969116,
|
| 433 |
+
"person_vs_neg": 0.03575414419174194,
|
| 434 |
+
"score": 0.17456340789794922
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"dim": 543,
|
| 438 |
+
"prop_mean": 1.6499507427215576,
|
| 439 |
+
"person_pos_mean": 1.4781776666641235,
|
| 440 |
+
"person_neg_mean": 1.5063472986221313,
|
| 441 |
+
"prop_vs_neg": 0.14360344409942627,
|
| 442 |
+
"person_vs_neg": -0.028169631958007812,
|
| 443 |
+
"score": 0.17177307605743408
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"dim": 27,
|
| 447 |
+
"prop_mean": 1.3894929885864258,
|
| 448 |
+
"person_pos_mean": 1.2205332517623901,
|
| 449 |
+
"person_neg_mean": 1.2239311933517456,
|
| 450 |
+
"prop_vs_neg": 0.16556179523468018,
|
| 451 |
+
"person_vs_neg": -0.0033979415893554688,
|
| 452 |
+
"score": 0.16895973682403564
|
| 453 |
+
}
|
| 454 |
+
],
|
| 455 |
+
"sweeps": [
|
| 456 |
+
{
|
| 457 |
+
"extra_neg_k": 0,
|
| 458 |
+
"F1": 0.884742021560669,
|
| 459 |
+
"threshold": 24.868803024291992,
|
| 460 |
+
"precision": 0.8963522911071777,
|
| 461 |
+
"recall": 0.8734287023544312,
|
| 462 |
+
"prop_false_positive_rate": 0.0593230314552784,
|
| 463 |
+
"added_dims": []
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"extra_neg_k": 5,
|
| 467 |
+
"F1": 0.8799648880958557,
|
| 468 |
+
"threshold": 19.580781936645508,
|
| 469 |
+
"precision": 0.8911111354827881,
|
| 470 |
+
"recall": 0.8690940737724304,
|
| 471 |
+
"prop_false_positive_rate": 0.04576011374592781,
|
| 472 |
+
"added_dims": [
|
| 473 |
+
11,
|
| 474 |
+
697,
|
| 475 |
+
572,
|
| 476 |
+
671,
|
| 477 |
+
51
|
| 478 |
+
]
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"extra_neg_k": 10,
|
| 482 |
+
"F1": 0.8703535795211792,
|
| 483 |
+
"threshold": 15.480006217956543,
|
| 484 |
+
"precision": 0.9121140241622925,
|
| 485 |
+
"recall": 0.8322497010231018,
|
| 486 |
+
"prop_false_positive_rate": 0.033730391412973404,
|
| 487 |
+
"added_dims": [
|
| 488 |
+
11,
|
| 489 |
+
697,
|
| 490 |
+
572,
|
| 491 |
+
671,
|
| 492 |
+
51,
|
| 493 |
+
186,
|
| 494 |
+
752,
|
| 495 |
+
90,
|
| 496 |
+
161,
|
| 497 |
+
310
|
| 498 |
+
]
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"extra_neg_k": 15,
|
| 502 |
+
"F1": 0.8526602983474731,
|
| 503 |
+
"threshold": 10.094175338745117,
|
| 504 |
+
"precision": 0.8967001438140869,
|
| 505 |
+
"recall": 0.8127438426017761,
|
| 506 |
+
"prop_false_positive_rate": 0.027243778109550476,
|
| 507 |
+
"added_dims": [
|
| 508 |
+
11,
|
| 509 |
+
697,
|
| 510 |
+
572,
|
| 511 |
+
671,
|
| 512 |
+
51,
|
| 513 |
+
186,
|
| 514 |
+
752,
|
| 515 |
+
90,
|
| 516 |
+
161,
|
| 517 |
+
310,
|
| 518 |
+
88,
|
| 519 |
+
189,
|
| 520 |
+
613,
|
| 521 |
+
201,
|
| 522 |
+
360
|
| 523 |
+
]
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"extra_neg_k": 20,
|
| 527 |
+
"F1": 0.8446601629257202,
|
| 528 |
+
"threshold": 2.4011502265930176,
|
| 529 |
+
"precision": 0.860224723815918,
|
| 530 |
+
"recall": 0.8296489119529724,
|
| 531 |
+
"prop_false_positive_rate": 0.031135747209191322,
|
| 532 |
+
"added_dims": [
|
| 533 |
+
11,
|
| 534 |
+
697,
|
| 535 |
+
572,
|
| 536 |
+
671,
|
| 537 |
+
51,
|
| 538 |
+
186,
|
| 539 |
+
752,
|
| 540 |
+
90,
|
| 541 |
+
161,
|
| 542 |
+
310,
|
| 543 |
+
88,
|
| 544 |
+
189,
|
| 545 |
+
613,
|
| 546 |
+
201,
|
| 547 |
+
360,
|
| 548 |
+
623,
|
| 549 |
+
688,
|
| 550 |
+
578,
|
| 551 |
+
81,
|
| 552 |
+
692
|
| 553 |
+
]
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"extra_neg_k": 30,
|
| 557 |
+
"F1": 0.8187528252601624,
|
| 558 |
+
"threshold": -6.868839740753174,
|
| 559 |
+
"precision": 0.8484426140785217,
|
| 560 |
+
"recall": 0.7910706400871277,
|
| 561 |
+
"prop_false_positive_rate": 0.023115932941436768,
|
| 562 |
+
"added_dims": [
|
| 563 |
+
11,
|
| 564 |
+
697,
|
| 565 |
+
572,
|
| 566 |
+
671,
|
| 567 |
+
51,
|
| 568 |
+
186,
|
| 569 |
+
752,
|
| 570 |
+
90,
|
| 571 |
+
161,
|
| 572 |
+
310,
|
| 573 |
+
88,
|
| 574 |
+
189,
|
| 575 |
+
613,
|
| 576 |
+
201,
|
| 577 |
+
360,
|
| 578 |
+
623,
|
| 579 |
+
688,
|
| 580 |
+
578,
|
| 581 |
+
81,
|
| 582 |
+
692,
|
| 583 |
+
638,
|
| 584 |
+
522,
|
| 585 |
+
257,
|
| 586 |
+
340,
|
| 587 |
+
308,
|
| 588 |
+
479,
|
| 589 |
+
299,
|
| 590 |
+
440,
|
| 591 |
+
458,
|
| 592 |
+
767
|
| 593 |
+
]
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"extra_neg_k": 40,
|
| 597 |
+
"F1": 0.7954637408256531,
|
| 598 |
+
"threshold": -25.408130645751953,
|
| 599 |
+
"precision": 0.7464842200279236,
|
| 600 |
+
"recall": 0.8513220548629761,
|
| 601 |
+
"prop_false_positive_rate": 0.043047528713941574,
|
| 602 |
+
"added_dims": [
|
| 603 |
+
11,
|
| 604 |
+
697,
|
| 605 |
+
572,
|
| 606 |
+
671,
|
| 607 |
+
51,
|
| 608 |
+
186,
|
| 609 |
+
752,
|
| 610 |
+
90,
|
| 611 |
+
161,
|
| 612 |
+
310,
|
| 613 |
+
88,
|
| 614 |
+
189,
|
| 615 |
+
613,
|
| 616 |
+
201,
|
| 617 |
+
360,
|
| 618 |
+
623,
|
| 619 |
+
688,
|
| 620 |
+
578,
|
| 621 |
+
81,
|
| 622 |
+
692,
|
| 623 |
+
638,
|
| 624 |
+
522,
|
| 625 |
+
257,
|
| 626 |
+
340,
|
| 627 |
+
308,
|
| 628 |
+
479,
|
| 629 |
+
299,
|
| 630 |
+
440,
|
| 631 |
+
458,
|
| 632 |
+
767,
|
| 633 |
+
713,
|
| 634 |
+
554,
|
| 635 |
+
0,
|
| 636 |
+
351,
|
| 637 |
+
266,
|
| 638 |
+
469,
|
| 639 |
+
250,
|
| 640 |
+
684,
|
| 641 |
+
604,
|
| 642 |
+
251
|
| 643 |
+
]
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"extra_neg_k": 50,
|
| 647 |
+
"F1": 0.7818812131881714,
|
| 648 |
+
"threshold": -36.89189910888672,
|
| 649 |
+
"precision": 0.7386276125907898,
|
| 650 |
+
"recall": 0.8305158019065857,
|
| 651 |
+
"prop_false_positive_rate": 0.041278451681137085,
|
| 652 |
+
"added_dims": [
|
| 653 |
+
11,
|
| 654 |
+
697,
|
| 655 |
+
572,
|
| 656 |
+
671,
|
| 657 |
+
51,
|
| 658 |
+
186,
|
| 659 |
+
752,
|
| 660 |
+
90,
|
| 661 |
+
161,
|
| 662 |
+
310,
|
| 663 |
+
88,
|
| 664 |
+
189,
|
| 665 |
+
613,
|
| 666 |
+
201,
|
| 667 |
+
360,
|
| 668 |
+
623,
|
| 669 |
+
688,
|
| 670 |
+
578,
|
| 671 |
+
81,
|
| 672 |
+
692,
|
| 673 |
+
638,
|
| 674 |
+
522,
|
| 675 |
+
257,
|
| 676 |
+
340,
|
| 677 |
+
308,
|
| 678 |
+
479,
|
| 679 |
+
299,
|
| 680 |
+
440,
|
| 681 |
+
458,
|
| 682 |
+
767,
|
| 683 |
+
713,
|
| 684 |
+
554,
|
| 685 |
+
0,
|
| 686 |
+
351,
|
| 687 |
+
266,
|
| 688 |
+
469,
|
| 689 |
+
250,
|
| 690 |
+
684,
|
| 691 |
+
604,
|
| 692 |
+
251,
|
| 693 |
+
275,
|
| 694 |
+
236,
|
| 695 |
+
110,
|
| 696 |
+
660,
|
| 697 |
+
141,
|
| 698 |
+
436,
|
| 699 |
+
732,
|
| 700 |
+
160,
|
| 701 |
+
543,
|
| 702 |
+
27
|
| 703 |
+
]
|
| 704 |
+
}
|
| 705 |
+
]
|
| 706 |
+
}
|