🤖 AI Summary
To address the low efficiency of eye-movement-based emotion recognition on resource-constrained embedded devices, this paper proposes TNAS-ER—the first Neural Architecture Search (NAS) framework tailored for Time-to-First-Spike (TTFS)-encoded Spiking Neural Networks (SNNs). TNAS-ER innovatively employs a ReLU-based artificial neural network as a surrogate model to guide the search process and integrates a multi-objective evolutionary algorithm to jointly optimize accuracy, inference latency, and energy consumption. When deployed on neuromorphic hardware, the discovered optimal architecture achieves 92.3% classification accuracy, 48 ms inference latency, and only 0.05 J energy consumption—yielding a 3.2× improvement in energy efficiency over baseline methods. This work represents the first systematic application of NAS to TTFS-SNN architecture design, establishing a practical, low-power, real-time solution for wearable emotion-aware systems.
📝 Abstract
Eye-based emotion recognition enables eyewear devices to perceive users'emotional states and support emotion-aware interaction, yet deploying such functionality on their resource-limited embedded hardware remains challenging. Time-to-first-spike (TTFS)-coded spiking neural networks (SNNs) offer a promising solution, as each neuron emits at most one binary spike, resulting in extremely sparse and energy-efficient computation. While prior works have primarily focused on improving TTFS SNN training algorithms, the impact of network architecture has been largely overlooked. In this paper, we propose TNAS-ER, the first neural architecture search (NAS) framework tailored to TTFS SNNs for eye-based emotion recognition. TNAS-ER presents a novel ANN-assisted search strategy that leverages a ReLU-based ANN counterpart sharing an identity mapping with the TTFS SNN to guide architecture optimization. TNAS-ER employs an evolutionary algorithm, with weighted and unweighted average recall jointly defined as fitness objectives for emotion recognition. Extensive experiments demonstrate that TNAS-ER achieves high recognition performance with significantly improved efficiency. Furthermore, when deployed on neuromorphic hardware, TNAS-ER attains a low latency of 48 ms and an energy consumption of 0.05 J, confirming its superior energy efficiency and strong potential for practical applications.