TTSD-FAR: Test-Time Self-Distillation with Fisher-Anchored Restoration for Missing-Modality Emotion Recognition in LVLMs
This paper proposes TTSD-FAR, a parameter-efficient framework that combines Test-Time Self-Distillation with Fisher-Anchored Restoration to enable Large Video-Language Models to robustly adapt to missing or noisy modalities during emotion recognition while preventing performance degradation through stability monitoring and drift correction.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the bustling world of artificial intelligence, a new generation of systems has emerged that can watch videos and listen to speech simultaneously, understanding the complex interplay between what we see and what we say. These large video-language models are trained on vast libraries of movies, interviews, and conversations, learning to recognize subtle human emotions by weaving together facial expressions, tone of voice, and spoken words. For these systems to work as intended, they rely on a complete picture: the face, the voice, and the text must all be present. However, the real world is rarely so cooperative. In noisy environments, microphones might fail; in privacy-conscious settings, audio might be silenced; or sensors might malfunction, leaving the system with only a fragment of the story. When a key piece of information is missing, these powerful models often stumble, their understanding collapsing because they cannot fill in the gaps on their own.
This is the specific challenge that researchers set out to solve: how to keep these sophisticated emotion-recognition systems working when parts of the input are missing, without having to retrain the entire massive model from scratch. Retraining such systems is prohibitively expensive, requiring weeks of computing power and specialized hardware, making it impossible to update them for every new situation or missing data scenario. The researchers proposed a clever, lightweight solution that allows the model to adapt itself on the fly, learning to compensate for missing information while it is being used, rather than waiting for a future update.
The core of their approach involves a partnership between two versions of the same model. One version, the teacher, remains frozen and unchanged, having been trained perfectly on complete data where all modalities are present. The other version, the student, is a smaller, adaptable component that operates on the incomplete data arriving in real time. As the system encounters a video with missing audio or text, the student tries to guess the emotional state. To learn how to do this better, it constantly compares its internal understanding against the teacher's understanding of what the full picture should look like. This process, known as self-distillation, guides the student to align its reasoning with the teacher's, effectively teaching the student how to reconstruct the missing semantic information based on the clues that remain.
However, the researchers discovered that simply letting the student keep learning forever leads to trouble. If the student continues to update its parameters indefinitely, it eventually starts to forget what it has already learned, or it begins to drift into making random errors as it chases noise in the data. To prevent this, they introduced a safety mechanism that acts like a vigilant monitor. This system watches the stability of the student's learning process. When the student has found a solid solution and its internal understanding has stabilized, the system locks the student in place, freezing its knowledge to preserve what it has learned. It only unlocks the student again if the incoming data changes significantly enough to suggest that the environment has truly shifted, requiring a new adjustment. This cycle of learning, freezing, and re-evaluating ensures the model remains accurate over long periods of use.
The team tested this method on three different datasets involving human emotion, simulating scenarios where up to half of the input data was missing. They compared their approach against other existing methods that tried to fix the problem by guessing based on confidence levels or by searching for similar past examples. The results showed that those other methods often failed, with performance dropping to near-random levels when the missing information was critical, such as when the text transcript was unavailable. In contrast, the new method maintained high accuracy, staying close to the performance of a model that had access to all the data. Even when half the information was missing, the system successfully adapted, proving that it could recover the lost meaning without needing to be retrained.
Crucially, the study demonstrated that this adaptation comes with very little computational cost. The system only updates a tiny fraction of the model's total parameters, leaving the massive underlying structure untouched. This makes the approach practical for real-world deployment, where speed and efficiency are essential. The researchers found that by carefully monitoring the stability of the learning process, they could prevent the model from degrading over time, a common problem in systems that try to learn continuously. Their work suggests that for large, complex AI systems to function reliably in the messy, unpredictable real world, they need a way to learn from incomplete information without losing their core understanding, a balance achieved by guiding them with a stable reference and knowing exactly when to stop and start learning.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.