phanerozoic commited on
Commit
3df17bb
·
verified ·
1 Parent(s): 51eb329

Add combined parameter count and Argus comparison

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,4 +33,6 @@ Image → EUPE-ViT-B (frozen, 86M params) → spatial features [768, H, W]
33
  └── [any spatial task] (768 → N)
34
  ```
35
 
 
 
36
  The scale decomposition is derived from the adjoint structure of the upsample/downsample pair. A machine-checked proof of the decomposition's cross-scale orthogonality properties is available at `phanerozoic/threshold-cofiber-detection`.
 
33
  └── [any spatial task] (768 → N)
34
  ```
35
 
36
+ All three task heads combined: approximately 377K learned parameters. The decomposition and normalization add zero. For comparison, the standard Argus multi-task heads (FCOS detection + linear segmentation + DPT depth) total approximately 30M parameters on the same backbone.
37
+
38
  The scale decomposition is derived from the adjoint structure of the upsample/downsample pair. A machine-checked proof of the decomposition's cross-scale orthogonality properties is available at `phanerozoic/threshold-cofiber-detection`.