Efficient Edge Test-Time Adaptation via Latent Feature Coordinate Correction
By: Xinyu Luo , Jie Liu , Kecheng Chen and more
Potential Business Impact:
Makes smart devices learn faster with less power.
Edge devices face significant challenges due to limited computational resources and distribution shifts, making efficient and adaptable machine learning essential. Existing test-time adaptation (TTA) methods often rely on gradient-based optimization or batch processing, which are inherently unsuitable for resource-constrained edge scenarios due to their reliance on backpropagation and high computational demands. Gradient-free alternatives address these issues but often suffer from limited learning capacity, lack flexibility, or impose architectural constraints. To overcome these limitations, we propose a novel single-instance TTA method tailored for edge devices (TED), which employs forward-only coordinate optimization in the principal subspace of latent using the covariance matrix adaptation evolution strategy (CMA-ES). By updating a compact low-dimensional vector, TED not only enhances output confidence but also aligns the latent representation closer to the source latent distribution within the latent principal subspace. This is achieved without backpropagation, keeping the model parameters frozen, and enabling efficient, forgetting-free adaptation with minimal memory and computational overhead. Experiments on image classification and keyword spotting tasks across the ImageNet and Google Speech Commands series datasets demonstrate that TED achieves state-of-the-art performance while $\textit{reducing computational complexity by up to 63 times}$, offering a practical and scalable solution for real-world edge applications. Furthermore, we successfully $\textit{deployed TED on the ZYNQ-7020 platform}$, demonstrating its feasibility and effectiveness for resource-constrained edge devices in real-world deployments.
Similar Papers
Backpropagation-Free Test-Time Adaptation via Probabilistic Gaussian Alignment
CV and Pattern Recognition
Makes AI better at guessing without retraining.
Backpropagation-Free Test-Time Adaptation via Probabilistic Gaussian Alignment
CV and Pattern Recognition
Makes AI work better on new, unseen data.
On-demand Test-time Adaptation for Edge Devices
Machine Learning (CS)
Smart AI learns new things without using much power.