Tobias-Fischer / rt_gene

RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
http://www.imperial.ac.uk/personal-robotics
Other
366 stars 68 forks source link

How Can We Calculate and Include Confidence Scores during inference? #125

Closed Shohruh72 closed 2 months ago

Shohruh72 commented 2 months ago

Could you provide guidance or implement a feature to calculate and include confidence scores in the inference output? This would help users better assess the accuracy and reliability of the gaze predictions.

Tobias-Fischer commented 2 months ago

Unfortunately, that's not trivial and a research topic on its own. You could try strategies such as "Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles" (and many works since) to obtain uncertainties in the predictions. That said, confidence scores are outside the scope of this work.