Co-designing a Sub-millisecond Latency Event-based Eye Tracking System with Submanifold Sparse CNN
Baoheng Zhang, Yizhao Gao, Jingyuan Li, Hayden Kwok-Hay So
TL;DR
This work presents SEE, a hardware-software co-design for sub-millisecond event-based eye tracking that leverages a submanifold sparse CNN backbone implemented on an FPGA accelerator and a GRU+FC head on an ARM host. By exploiting input sparsity and a specialized Sparse Dataflow, SEE achieves ultra-low latency with high p10 accuracy on the AIS2024 dataset, outperforming embedded GPUs by large margins. The paper introduces a co-optimization framework that searches for compact architectures balancing accuracy and hardware latency, and demonstrates substantial energy efficiency (low mJ per inference) alongside strong performance. The approach enables practical, real-time eye tracking for VR/AR and similar applications, with potential for further improvements by integrating recurrent/attention modules into the FPGA dataflow and refining quantization techniques.
Abstract
Eye-tracking technology is integral to numerous consumer electronics applications, particularly in the realm of virtual and augmented reality (VR/AR). These applications demand solutions that excel in three crucial aspects: low-latency, low-power consumption, and precision. Yet, achieving optimal performance across all these fronts presents a formidable challenge, necessitating a balance between sophisticated algorithms and efficient backend hardware implementations. In this study, we tackle this challenge through a synergistic software/hardware co-design of the system with an event camera. Leveraging the inherent sparsity of event-based input data, we integrate a novel sparse FPGA dataflow accelerator customized for submanifold sparse convolution neural networks (SCNN). The SCNN implemented on the accelerator can efficiently extract the embedding feature vector from each representation of event slices by only processing the non-zero activations. Subsequently, these vectors undergo further processing by a gated recurrent unit (GRU) and a fully connected layer on the host CPU to generate the eye centers. Deployment and evaluation of our system reveal outstanding performance metrics. On the Event-based Eye-Tracking-AIS2024 dataset, our system achieves 81% p5 accuracy, 99.5% p10 accuracy, and 3.71 Mean Euclidean Distance with 0.7 ms latency while only consuming 2.29 mJ per inference. Notably, our solution opens up opportunities for future eye-tracking systems. Code is available at https://github.com/CASR-HKU/ESDA/tree/eye_tracking.
