phanerozoic commited on
Commit
a5dc2da
·
verified ·
1 Parent(s): de78c6d

Rewrite Caveats section as Evaluation details; strip personal-context and apologetic framing

Browse files
Files changed (1) hide show
  1. README.md +5 -6
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
- ## Caveats
91
 
92
- These are first-pass trained heads at conservative schedules (one-shot overnight training run). None are at peer-reviewed publication quality:
93
-
94
- - 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. Beats the EUPE-ViT-S paper kNN baseline (78.2).
95
- - Detection head has no mAP evaluation in this release; loss curve converged but COCO-eval requires a separate pass.
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