CVMar 19

EdgeCrafter: Compact ViTs for Edge Dense Prediction via Task-Specialized Distillation

arXiv:2603.1873975.8h-index: 5Has Code
Predicted impact top 35% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the problem of efficient dense prediction for edge computing, offering a competitive alternative to CNNs with potential applications in real-time object detection, segmentation, and pose estimation on devices with limited resources.

The paper tackles the challenge of deploying high-performance dense prediction models on resource-constrained edge devices by introducing EdgeCrafter, a unified compact Vision Transformer framework, which achieves strong results such as 51.7 AP on COCO with fewer than 10M parameters and outperforms YOLO26Pose-X in pose estimation.

Deploying high-performance dense prediction models on resource-constrained edge devices remains challenging due to strict limits on computation and memory. In practice, lightweight systems for object detection, instance segmentation, and pose estimation are still dominated by CNN-based architectures such as YOLO, while compact Vision Transformers (ViTs) often struggle to achieve similarly strong accuracy efficiency tradeoff, even with large scale pretraining. We argue that this gap is largely due to insufficient task specific representation learning in small scale ViTs, rather than an inherent mismatch between ViTs and edge dense prediction. To address this issue, we introduce EdgeCrafter, a unified compact ViT framework for edge dense prediction centered on ECDet, a detection model built from a distilled compact backbone and an edge-friendly encoder decoder design. On the COCO dataset, ECDet-S achieves 51.7 AP with fewer than 10M parameters using only COCO annotations. For instance segmentation, ECInsSeg achieves performance comparable to RF-DETR while using substantially fewer parameters. For pose estimation, ECPose-X reaches 74.8 AP, significantly outperforming YOLO26Pose-X (71.6 AP) despite the latter's reliance on extensive Objects365 pretraining. These results show that compact ViTs, when paired with task-specialized distillation and edge-aware design, can be a practical and competitive option for edge dense prediction. Code is available at: https://intellindust-ai-lab.github.io/projects/EdgeCrafter/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes