Research
TAPe+ML: A Compact Structured Representation for Multi-Task Computer Vision
Overview Research area: Computer vision — specifically representation design for multi-task perception systems (classification, object detection, instance segmentation), with additional evaluation in

- arXiv
- 2609.20869
- Published
- 2026-09-15
- Authors
- Sergey Kurinov, Alexey Upatov
AI summary
Overview
Research area: Computer vision — specifically representation design for multi-task perception systems (classification, object detection, instance segmentation), with additional evaluation in video scene detection and industrial deployment.
Technical level: Advanced. The paper assumes familiarity with detection and segmentation metrics (mAP variants), prototype-based classification, distribution shift, and parameter-efficiency arguments.
One-sentence scope: The paper proposes TAPe+ML v3, a compact multi-task vision system built on a structured "Theory of Active Perception" (TAPe) representation rather than raw pixel tensors, and reports results across detection, segmentation, classification, video scene detection, and an industrial pilot.
What This Paper Is About
Most vision systems feed raw pixel tensors into a large neural network and rely on network parameters to learn structure implicitly. This paper argues for moving part of that modeling burden into the input itself: a structured representation (TAPe) that explicitly encodes relations among perceptual elements before recognition happens. The goal is a single shared representation plus a modular recognition architecture that can serve several tasks — classification, detection, and instance segmentation — while staying unusually small in parameter count.
Key Contributions
-
A structured input representation (TAPe). The system encodes relations among perceptual elements prior to recognition instead of operating directly on pixel tensors, and this representation is shared across tasks.
-
A modular multi-task recognition architecture. TAPe+ML v3 combines background and contour processing, local object localization, prototype-based classification, and a coordinator that orchestrates specialized submodels.
-
A compactness claim supported across tasks. Across the reported experiments, the system uses fewer than 100,000 parameters while addressing classification, detection, and instance segmentation.
-
Evaluation beyond standard benchmarks. The authors also examine compactness in video scene detection and behavior under distribution shift in an industrial pilot.
Main Findings
- Object detection on COCO: The system reports 84.7 mAP50 and 65.3 mAP50-95.
- Instance segmentation on COCO: It reports 80.7 mask mAP50 and 58.4 mask mAP50-95.
- Classification on Imagenette: It reaches 92 percent validation accuracy under an identical-training comparison against a raw-pixel baseline — meaning the comparison holds training conditions fixed, isolating the effect of the representation.
- Classification on ImageNet-Real: It reports 89.9 percent Top-1 accuracy.
- Parameter efficiency: Across all reported experiments the system stays under 100,000 parameters.
- Video and industrial evaluation: The abstract states that compactness was evaluated in video scene detection and that adaptation under distribution shift was tested in an industrial pilot, but it does not report the resulting figures, so no outcomes can be summarized here.
- Overall claim: Shifting part of the modeling burden from network parameters to a structured input representation can support compact multi-task vision systems with reduced data, memory, and compute requirements. The abstract asserts this as an interpretation of the results rather than quantifying the reductions.
Methodology in Plain English
The approach inverts a common assumption. Instead of handing a network a grid of raw pixels and letting it discover relationships between objects, edges, and regions through training, the authors first build a structured description — a TAPe representation — that already captures how perceptual elements relate to one another. Recognition then operates on that description rather than on pixels.
On top of this shared representation sits a modular pipeline rather than one monolithic network. Separate components handle background and contour information, locate objects locally, perform classification by comparing against prototypes, and a coordinator decides how to combine the specialized submodels for a given task. Because the same representation serves classification, detection, and segmentation, the system does not need a separate large model per task — which is the mechanism behind the parameter-count claim.
For evaluation, the authors use standard benchmarks (COCO for detection and segmentation, Imagenette and ImageNet-Real for classification), include an identical-training comparison against a raw-pixel baseline for Imagenette, and extend testing to video scene detection and an industrial setting involving distribution shift.
Why This Matters
Impact on research. The paper challenges the assumption that capability must come from scale in network parameters, suggesting that representational structure is an alternative place to invest. It also argues for a single shared representation across tasks, which runs counter to the trend of separate large models per task. The identical-training baseline comparison on Imagenette is the clearest evidence offered that the representation itself, not extra training, drives the result.
Real-world applications:
- Edge and embedded vision — systems where a parameter budget under 100,000 matters for memory and compute constraints.
- Industrial inspection and monitoring — the abstract's industrial pilot with distribution shift points to settings where conditions change after deployment.
- Video scene detection — continuous video analysis where per-frame cost compounds.
- Multi-task deployment — products needing classification, detection, and segmentation together without maintaining three separate large models.
Industry relevance. Reduced data, memory, and compute requirements are the practical levers for deployment cost, latency, and hardware choice. A compact multi-task system is attractive wherever models must run on constrained devices or at scale, though the abstract does not quantify these savings.
Future Directions
- Quantifying the efficiency claims. The abstract asserts reduced data, memory, and compute requirements but reports no measurements for them; direct measurement would test the central argument.
- Broadening the benchmark set. Results are reported for COCO, Imagenette, and ImageNet-Real. Whether the representation holds up on other domains, task types, or higher-resolution inputs is untested in the abstract.
- Detailing the industrial pilot. The distribution-shift pilot suggests robustness questions, but the abstract gives no numbers, so the magnitude of degradation and recovery remains open.
- Understanding where structure helps and where it does not. The paper positions structured representation against raw pixels; a fuller account of which task characteristics favor each approach would clarify when the tradeoff is worth it.
- Reproducibility and comparison to larger systems. Direct comparisons against established large-scale detectors and segmenters would place the reported mAP figures in context.
Target Audience
Researchers and engineers working on efficient computer vision, multi-task learning, or representation design — particularly those interested in alternatives to scaling network parameters. It is also relevant to practitioners deploying vision on constrained hardware or in industrial settings with shifting conditions. Readers seeking a beginner-level introduction to vision architectures will find the material dense, since the abstract assumes fluency with detection and segmentation metrics and prototype-based methods.
Authors’ abstract
We present TAPe+ML v3, a compact computer vision system based on TAPe (Theory of Active Perception), a structured representation that encodes relations among perceptual elements before recognition. Instead of operating directly on pixel tensors, the system uses a shared TAPe representation and a modular recognition architecture for image classification, object detection, and instance segmentation. TAPe+ML v3 combines background and contour processing, local object localization, prototype-based classification, and a coordinator for specialized submodels. Across the reported experiments, it uses fewer than 100,000 parameters. On COCO object detection, it obtains 84.7 mAP50 and 65.3 mAP50-95. On COCO instance segmentation, it obtains 80.7 mask mAP50 and 58.4 mask mAP50-95. In classification experiments, it reaches 92 percent validation accuracy on Imagenette under an identical-training comparison with a raw-pixel baseline, and 89.9 percent Top-1 accuracy on ImageNet-Real. We also evaluate compactness in video scene detection and adaptation under distribution shift in an industrial pilot. The results suggest that shifting part of the modeling burden from network parameters to a structured input representation can support compact multi-task vision systems with reduced data, memory, and compute requirements.