Latent Replay Detection: Memory-Efficient Continual Object Detection on Microcontrollers via Task-Adaptive Compression
Bibin Wilson

TL;DR
This paper introduces Latent Replay Detection (LRD), a memory-efficient framework for continual object detection on microcontrollers, utilizing task-adaptive compression and spatially diverse exemplar selection to maintain detection accuracy within strict memory limits.
Contribution
The paper presents a novel continual detection method for MCUs that combines learnable FiLM-based compression and spatial exemplar selection, enabling effective detection with minimal memory usage.
Findings
LRD achieves high mAP@50 on initial and subsequent tasks.
Stores only 150 bytes per sample, enabling large exemplar buffers.
Operates with latency under 100ms on various MCUs.
Abstract
Deploying object detection on microcontrollers (MCUs) enables intelligent edge devices but current models cannot learn new object categories after deployment. Existing continual learning methods require storing raw images far exceeding MCU memory budgets of tens of kilobytes. We present Latent Replay Detection (LRD), the first framework for continual object detection under MCU memory constraints. Our key contributions are: 1. Task-Adaptive Compression: Unlike fixed PCA, we propose learnable compression with FiLM (Feature-wise Linear Modulation) conditioning, where task specific embeddings modulate the compression to preserve discriminative features for each task's distribution; 2. Spatial-Diverse Exemplar Selection: Traditional sampling ignores spatial information critical for detection - we select exemplars maximizing bounding box diversity via farthest-point sampling in IoU space,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques
