
ICMU2025 in Busan, Korea
Four research presentations at ICMU2025, with Best Paper Candidate award

International Conference · 2025
Accurately measuring student engagement in collaborative learning environments is essential yet challenging, especially in dynamic group settings where traditional methods like analyzing facial expressions and speech patterns are often inadequate. This paper introduces a novel approach that focuses on detecting micro-actions, which offer a more consistent and reliable gauge of engagement across such settings. Instead of creating individual detectors for each micro-action, our method utilizes ImageBind, a pre-trained multimodal foundation model. This model efficiently encodes text, video, and audio into a unified latent space. We generate textual descriptions of these microactions and convert them, along with real-time classroom video and audio data, into comparable latent space representations. The resulting similarities between these representations are used as features for an engagement-level classifier. Our method was validated in a simulated university setting with eight groups of three students each performing a 20 -minute programming task, achieving an accuracy of 80.1 % in classifying engagement levels. It demonstrated real-time processing capabilities, confirming its practicality for classroom use. This enhances the deployment of AI-driven tools to improve educational outcomes by providing reliable engagement measurement.
Measuring whether students are engaged in collaborative learning is usually attempted through facial expression or speech analysis, but in a group that moves around, faces are often out of view and it is not always clear who is speaking. This work looks instead at micro-actions. Small movements such as nodding, reaching for a document or turning the body remain observable in these settings and track engagement fairly reliably.

Building a separate detector for each micro-action would require labelled data for every one of them. The alternative used here rests on multimodal foundation models. ImageBind is pretrained to embed text, video and audio into a single shared latent space, which makes data of different kinds directly comparable.
That property turns detection into a similarity computation. Written descriptions of the micro-actions are embedded alongside live classroom video and audio, and the resulting similarities indicate which actions are occurring. No per-action detector is needed, and covering a new action amounts to writing another description. These similarities are then used as features for an engagement-level classifier.
Validation in a simulated university setting, with eight groups of three students each working on a twenty-minute programming task, gave 80.1% accuracy in classifying engagement levels, and the system ran in real time, confirming that it is practical for classroom use.