Rewrite Caveats section as Evaluation details; strip personal-context and apologetic framing
Browse files
README.md
CHANGED
|
@@ -87,13 +87,12 @@ Same 20-domain class-agnostic AR@100 protocol as Argus, evaluated live through t
|
|
| 87 |
|
| 88 |
Per-domain numbers live in `rf100vl_results.json`.
|
| 89 |
|
| 90 |
-
##
|
| 91 |
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
-
|
| 95 |
-
-
|
| 96 |
-
- Depth head is a simpler architecture than Argus-B's DPT; full DPT with hooked intermediate blocks is a natural next iteration.
|
| 97 |
|
| 98 |
## Source backbone
|
| 99 |
|
|
|
|
| 87 |
|
| 88 |
Per-domain numbers live in `rf100vl_results.json`.
|
| 89 |
|
| 90 |
+
## Evaluation details
|
| 91 |
|
| 92 |
+
- Classifier val top-1 is **79.13 %**, top-5 **95.53 %** on 50K ImageNet val 2012 images, using the TensorFlow Models repo's synset-label mapping for ground truth. Above the EUPE-ViT-S paper kNN baseline (78.2).
|
| 93 |
+
- Detection head ships training-loss curves and the RF100-VL cross-domain AR@100 number above; COCO val2017 mAP is a future addition.
|
| 94 |
+
- Depth head here is a BN + two-conv + 256-bin variant. A full DPT decoder reassembling the four hooked block activations from the cache is the natural next iteration.
|
| 95 |
+
- Segmentation head is a linear probe at 5 epochs; the EUPE-ViT-S paper reports mIoU 0.466 at a much longer schedule.
|
|
|
|
| 96 |
|
| 97 |
## Source backbone
|
| 98 |
|