AI Navigate

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

arXiv cs.CV / 3/20/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • The paper introduces EdgeCrafter, a unified compact ViT framework for edge dense prediction to address the performance-gap of small-scale ViTs on resource-constrained devices.
  • It centers on ECDet, a detection model built from a distilled compact backbone and an edge-friendly encoder-decoder design to enable efficient object detection, instance segmentation, and pose estimation.
  • On COCO, ECDet-S achieves 51.7 AP with fewer than 10M parameters using only COCO annotations, and ECInsSeg reaches performance comparable to RF-DETR with substantially fewer parameters; ECPose-X attains 74.8 AP, outperforming YOLO26Pose-X despite less extensive pretraining.
  • The results imply that compact ViTs paired with task-specific distillation and edge-aware design can be a practical and competitive option for edge dense prediction, with code released for community use.

Abstract

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/