Automatic Assessment of Students' Classroom Engagement with Bias Mitigated Multi-task Model
James Thiering, Tarun Sethupat Radha Krishna, Dylan Zelkin, Ashis Kumer Biswas
TL;DR
The paper tackles bias in automated engagement assessment for online classrooms by introducing a bias-mitigated training framework that uses attribute-orthogonal regularization in a split-model, multi-task setting. It leverages an external gender classifier pretrained on a separate dataset to minimize gender leakage into engagement predictions, achieving a substantial reduction in gender-based prediction disparity as evidenced by the Pearson correlation coefficient improving from $0.897$ to $0.999$. The approach is evaluated on the DAiSEE dataset, with analyses including Grad-CAM visualization and Fairlearn F1 metrics, highlighting both improvements in fairness and class-level trade-offs due to ground-truth skew. The work demonstrates that debiasing can be achieved through architectural design and regularization rather than solely data manipulation, with implications for fairer automated feedback in online education and potential applicability to other vision-based sensitive-prediction tasks.
Abstract
With the rise of online and virtual learning, monitoring and enhancing student engagement have become an important aspect of effective education. Traditional methods of assessing a student's involvement might not be applicable directly to virtual environments. In this study, we focused on this problem and addressed the need to develop an automated system to detect student engagement levels during online learning. We proposed a novel training method which can discourage a model from leveraging sensitive features like gender for its predictions. The proposed method offers benefits not only in the enforcement of ethical standards, but also to enhance interpretability of the model predictions. We applied an attribute-orthogonal regularization technique to a split-model classifier, which uses multiple transfer learning strategies to achieve effective results in reducing disparity in the distribution of prediction for sensitivity groups from a Pearson correlation coefficient of 0.897 for the unmitigated model, to 0.999 for the mitigated model. The source code for this project is available on https://github.com/ashiskb/elearning-engagement-study .
