Evaluation Setup
Cross-dataset validation where models are trained on a source dataset and personalized on a target dataset (person-specific subsets)
Benchmarks:
- MPIIGaze (Gaze Estimation)
- Gaze360 (Gaze Estimation)
- ETH-XGaze (Gaze Estimation)
Metrics:
- Gaze Estimation Error (angular error in degrees)
- Adaptation Speed / Time
- Statistical methodology: Not explicitly reported in the paper
Key Results
| Benchmark |
Metric |
Baseline |
This Paper |
Δ |
| The method shows superior performance in adaptation speed compared to existing UDA methods. |
| Not specified (General finding) |
Adaptation Speed |
1.0 |
10.0 |
9.0
|
| ResNet-18 |
Trainable Parameters |
100 |
1 |
-99
|
Main Takeaways
- Meta-learning effectively aligns the unsupervised symmetry loss with the supervised gaze error, allowing the model to improve using only unlabeled data at test time.
- Updating only the prompt (tunable padding) is sufficient for personalization and significantly more efficient than fine-tuning the entire backbone.
- The method generalizes well across different datasets (MPIIGaze, Gaze360, ETH-XGaze) in cross-dataset validation settings.