OCDet: Object Center Detection via Bounding Box-Aware Heatmap Prediction on Edge Devices with NPUs
Chen Xin, Thomas Motz, Andreas Hartel, Enkelejda Kasneci

TL;DR
OCDet is a lightweight, NPU-optimized object center detection framework that improves accuracy and efficiency on edge devices by introducing novel heatmap generation, loss functions, and matching techniques.
Contribution
The paper introduces OCDet, a novel object center detection method with generalized centerness, balanced focal loss, and center alignment score, optimized for edge NPUs.
Findings
OCDet outperforms YOLO11 in CAS by up to 23%.
OCDet reduces parameters by 42% and latency by 64%.
OCDet achieves up to 186% CAS improvement over keypoint methods.
Abstract
Real-time object localization on edge devices is fundamental for numerous applications, ranging from surveillance to industrial automation. Traditional frameworks, such as object detection, segmentation, and keypoint detection, struggle in resource-constrained environments, often resulting in substantial target omissions. To address these challenges, we introduce OCDet, a lightweight Object Center Detection framework optimized for edge devices with NPUs. OCDet predicts heatmaps representing object center probabilities and extracts center points through peak identification. Unlike prior methods using fixed Gaussian distribution, we introduce Generalized Centerness (GC) to generate ground truth heatmaps from bounding box annotations, providing finer spatial details without additional manual labeling. Built on NPU-friendly Semantic FPN with MobileNetV4 backbones, OCDet models are trained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Law, AI, and Intellectual Property · Machine Learning and Data Classification
Methods1x1 Convolution · Convolution · Feature Pyramid Network · Focal Loss
