Animal Re-Identification on Microcontrollers

📅 2025-12-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Deploying animal re-identification (Re-ID) models on resource-constrained edge devices—such as microcontrollers—in wild and livestock settings is challenging due to stringent memory, compute, and input-resolution constraints. Method: We propose a lightweight Animal Re-ID system tailored for low-resolution inputs. It employs a scalable CNN backbone derived from MobileNetV2 with aggressive depth compression; integrates knowledge distillation–guided model pruning and quantization; and adopts a data-efficient fine-tuning strategy requiring only three images per class. Contribution/Results: On six public benchmarks, our model achieves over 100× reduction in parameter count while maintaining state-of-the-art retrieval accuracy. Evaluated on a newly collected cattle dataset, it enables full on-device deployment—achieving zero Top-1 accuracy degradation, sub-512 KB memory footprint, and, for the first time, real-time inference on MCU-class hardware.

Technology Category

Application Category

📝 Abstract
Camera-based animal re-identification (Animal Re-ID) can support wildlife monitoring and precision livestock management in large outdoor environments with limited wireless connectivity. In these settings, inference must run directly on collar tags or low-power edge nodes built around microcontrollers (MCUs), yet most Animal Re-ID models are designed for workstations or servers and are too large for devices with small memory and low-resolution inputs. We propose an on-device framework. First, we characterise the gap between state-of-the-art Animal Re-ID models and MCU-class hardware, showing that straightforward knowledge distillation from large teachers offers limited benefit once memory and input resolution are constrained. Second, guided by this analysis, we design a high-accuracy Animal Re-ID architecture by systematically scaling a CNN-based MobileNetV2 backbone for low-resolution inputs. Third, we evaluate the framework with a real-world dataset and introduce a data-efficient fine-tuning strategy to enable fast adaptation with just three images per animal identity at a new site. Across six public Animal Re-ID datasets, our compact model achieves competitive retrieval accuracy while reducing model size by over two orders of magnitude. On a self-collected cattle dataset, the deployed model performs fully on-device inference with only a small accuracy drop and unchanged Top-1 accuracy relative to its cluster version. We demonstrate that practical, adaptable Animal Re-ID is achievable on MCU-class devices, paving the way for scalable deployment in real field environments.
Problem

Research questions and friction points this paper is trying to address.

Develops microcontroller-compatible animal re-identification models for edge deployment
Addresses memory and resolution constraints of wildlife monitoring devices
Enables on-device inference with minimal accuracy loss for field applications
Innovation

Methods, ideas, or system contributions that make the work stand out.

MobileNetV2 backbone scaled for low-resolution inputs
Data-efficient fine-tuning with only three images per identity
Compact model reduces size by over two orders of magnitude
🔎 Similar Papers
No similar papers found.