External links
Abstract
Honey bee behavior inside a hive is difficult to analyze because of high density of similar objects, occlusions, small object size, diverse backgrounds, and fast motion. The authors studied individual bee tracking in an observation hive using deep learning and a Kalman filter.
Mask R-CNN with a ResNet-101 backbone was used for detection and instance segmentation. A Kalman filter then linked segmented objects across frames to build multi-bee trajectories. Video was captured in a custom observation hive at 30 fps and processed at 10 fps. Metrics included mAP for detection and segmentation, CLEAR MOT for tracking, and MOTS for joint tracking and segmentation. The model reached 0.85 mAP for segmentation, 77.48% MOTA, 79.79% MOTSP, and 79.56% recall, showing practical utility for in-hive behavior analysis.
Relevancy to Gratheon
This paper is directly applicable to Gratheon's video-based hive monitoring: it combines detection, segmentation, and multi-object tracking in conditions similar to real observation hives. The stack could power entrance-camera analytics, bee interaction analysis, and future in-hive frame video monitoring.
The chosen metrics are especially useful for product development: Gratheon can use MOTA, MOTSP, and recall as quality benchmarks when comparing its own tracking models. The work also shows that detection alone is insufficient - useful behavioral analytics need a robust tracking layer that preserves individual trajectories through occlusions and dense motion.