capStareVideo.mp4
CapStARE is a capsule-based spatiotemporal model for gaze estimation. By combining capsule networks, attention mechanisms, and lightweight temporal decoders, CapStARE achieves state-of-the-art performance across multiple benchmarks while maintaining real-time efficiency.
- Capsule-based spatial encoding for robust handling of gaze under extreme head poses.
- Dual-path GRU decoders for temoral modeling of head and eye dynamics.
- Lightweight design: real-time inference at ~8ms per frame.
- Generalizable: validated across ETH-XGaze, MPIIfaceGaze, Gaze360, and RT-GENE.
- Practical: tested in real-time webcam video scenarios for human-robot interaction and unconstrained use cases.
| Method | ETH-XGaze ↓ | MPIIFaceGaze ↓ | Gaze360 ↓ | RT-GENE ↓ | Params |
|---|---|---|---|---|---|
| FullFace | 7.38° | 4.93° | 14.99° | 10.0° | 196M |
| Gaze360 | 4.46° | 4.06° | 11.04° | 7.08° | 11.9M |
| GazeCapsNet | 5.75° | 4.06° | 5.10° | – | 11.7M |
| CapStARE | 3.36° | 2.65° | 9.06° | 4.76° | 13.0M |
CapStARE achieves state-of-the-art accuracy on ETH-XGaze, MPIIFaceGaze, and RT-GENE, while remaining lightweight and real-time.
If you use this code, please cite our work.
@misc{samaniego2025capstarecapsulebasedspatiotemporalarchitecture,
title={CapStARE: Capsule-based Spatiotemporal Architecture for Robust and Efficient Gaze Estimation},
author={Miren Samaniego and Igor Rodriguez and Elena Lazkano},
year={2025},
eprint={2509.19936},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2509.19936},
}
For questions, open an issue or reach out at miren.samaniego@ehu.eus