Object detection heads built on cofiber decomposition of frozen
EUPE-ViT-B
features. The cofiber decomposition produces multi-scale representations with zero learned parameters, replacing the 11M-parameter FPN typically used in FCOS-style detectors. Heads range from 70-parameter analytical constructions to 3.85M-parameter trained networks, evaluated on COCO val2017.
The Cofiber Decomposition
Given spatial backbone features
f : [768, H, W]
, the cofiber decomposition produces
n
scale bands via iterated subtraction of downsampled-then-upsampled content:
residual = f
for k = 0 to n-2:
omega_k = avgpool(residual, 2)
sigma_omega_k = upsample_bilinear(omega_k, size=residual.shape)
cofiber_k = residual - sigma_omega_k
residual = omega_k
cofiber_{n-1} = residual
Each
cofiber_k
captures frequency content at a distinct scale with no cross-scale interference. The decomposition is a fixed two-line operation, yet it provides the same multi-scale structure that an FPN synthesizes with 11M trained parameters.
The construction is machine-checked in Rocq/HoTT (
CofiberDecomposition.v
). The proof frames average pooling and bilinear upsampling as an adjoint pair whose counit gives a short exact sequence in a semi-additive category; the cofiber bands are the kernels of the projections, and the sum is exact by construction.
The best split_tower head reaches 20.7 mAP with 4.02M parameters — 50.5% of the FCOS baseline's 41.0 mAP at 24.9% of its parameters. The architecture has separate classification and regression towers, each consisting of 5 standard 3×3 convolutions followed by 4 depthwise residual blocks at 192 hidden channels, operating on cofiber-decomposed features with a stride-8 P3 level and top-down lateral connections. An earlier variant at 224 hidden channels with 3 standard + 6 depthwise layers reached 20.3 mAP at 3.85M parameters; narrowing the channels while adding more cross-channel-mixing standard convolutions gave the +0.4 mAP improvement.
Rocq/HoTT machine-checked proof that the cofiber decomposition is exact in a semi-additive category: every input decomposes uniquely as a sum of scale bands with zero cross-term residual.
Scaling Curve
The relationship between head parameters and mAP is approximately logarithmic across four orders of magnitude:
Non-cofiber detection heads (FCOS baseline, untrained architectural variants, alternative formulations) are hosted in
phanerozoic/detection-heads
, which also includes the top-performing cofiber head (split_tower) for reference. This repository is the canonical host for cofiber-based detection research.
License
Fair Research License. See
LICENSE
.
Runs of phanerozoic cofiber-detection on huggingface.co
576
Total runs
0
24-hour runs
2
3-day runs
94
7-day runs
259
30-day runs
More Information About cofiber-detection huggingface.co Model
cofiber-detection huggingface.co is an AI model on huggingface.co that provides cofiber-detection's model effect (), which can be used instantly with this phanerozoic cofiber-detection model. huggingface.co supports a free trial of the cofiber-detection model, and also provides paid use of the cofiber-detection. Support call cofiber-detection model through api, including Node.js, Python, http.
cofiber-detection huggingface.co is an online trial and call api platform, which integrates cofiber-detection's modeling effects, including api services, and provides a free online trial of cofiber-detection, you can try cofiber-detection online for free by clicking the link below.
phanerozoic cofiber-detection online free url in huggingface.co:
cofiber-detection is an open source model from GitHub that offers a free installation service, and any user can find cofiber-detection on GitHub to install. At the same time, huggingface.co provides the effect of cofiber-detection install, users can directly use cofiber-detection installed effect in huggingface.co for debugging and trial. It also supports api for free installation.