Hugging Face Daily PapersSergey Kurinov, Alexey Upatov1 min readpaperintermediate
TAPe+ML: A Compact Structured Representation for Multi-Task Computer Vision
Summary
TAPe+ML v3 is a compact multi‑task vision system that replaces raw‑pixel processing with a structured TAPe representation. Using <100 k parameters, it achieves 84.7 mAP50 (65.3 mAP50‑95) on COCO detection, 80.7 mask mAP50 (58.4 mask mAP50‑95) on COCO segmentation, 92 % top‑1 on Imagenette and 89.9 % on ImageNet‑Real, while also showing robustness to distribution shift in video scene detection.
- TAPe encodes relations among perceptual elements before recognition, allowing a shared representation across classification, detection, and segmentation.
- The architecture is modular: background/contour processing → local object localization → prototype‑based classifier → coordinator for task‑specific sub‑models.
- Parameter count stays under 100 k, dramatically reducing memory and compute compared to typical deep CNNs.
- Empirical results on COCO and ImageNet show competitive accuracy despite the tiny model size.
If the TAPe representation can consistently shift modeling complexity from learned weights to structured inputs, it opens a path to ultra‑lightweight, multi‑task vision models suitable for edge devices and low‑bandwidth scenarios.
6/10