Gaze Label Alignment: Alleviating Domain Shift for Gaze Estimation
Guanzhong Zeng, Jingjing Wang, Zefu Xu, Pengwei Yin, Wenqi Ren, Di Xie, Jiang Zhu
TL;DR
This work identifies a previously overlooked source of error in cross-domain gaze estimation: gaze label distribution shift arising from label acquisition and individual physiology. It introduces Gaze Label Alignment (GLA), a pre-processing pipeline that aligns labels across multiple source domains by training an anchor-domain regressor, predicting labels on other domains, and fitting a mapping to align their labels with the anchor. GLA is designed to be compatible with any gaze estimation method and can boost state-of-the-art DG/DA approaches by reducing label misalignment, as demonstrated across multiple gaze datasets with consistent performance gains. The method yields practical impact by improving cross-domain gaze estimation robustness in real-world, privacy-preserving, and multi-source settings.
Abstract
Gaze estimation methods encounter significant performance deterioration when being evaluated across different domains, because of the domain gap between the testing and training data. Existing methods try to solve this issue by reducing the deviation of data distribution, however, they ignore the existence of label deviation in the data due to the acquisition mechanism of the gaze label and the individual physiological differences. In this paper, we first point out that the influence brought by the label deviation cannot be ignored, and propose a gaze label alignment algorithm (GLA) to eliminate the label distribution deviation. Specifically, we first train the feature extractor on all domains to get domain invariant features, and then select an anchor domain to train the gaze regressor. We predict the gaze label on remaining domains and use a mapping function to align the labels. Finally, these aligned labels can be used to train gaze estimation models. Therefore, our method can be combined with any existing method. Experimental results show that our GLA method can effectively alleviate the label distribution shift, and SOTA gaze estimation methods can be further improved obviously.
