paper-with-me

홈 › Papers

Learning to Reason: Temporal Saliency Distillation for Interpretable Knowledge Transfer

2026-01-07 · Nilushika Udayangani Hewa Dehigahawattage, Kishor Nandakishor, Marimuthu Palaniswami arxiv

Knowledge distillation has proven effective for model compression by transferring knowledge from a larger network called the teacher to a smaller network called the student. Current knowledge distillation in time series is predominantly based on logit and feature aligning techniques originally developed for computer vision tasks. These methods do not explicitly account for temporal data and fall short in two key aspects. First, the mechanisms by which the transferred knowledge helps the student model learning process remain unclear due to uninterpretability of logits and features. Second, these methods transfer only limited knowledge, primarily replicating the teacher predictive accuracy. As a result, student models often produce predictive distributions that differ significantly from those of their teachers, hindering their safe substitution for teacher models. In this work, we propose transferring interpretable knowledge by extending conventional logit transfer to convey not just the right prediction but also the right reasoning of the teacher. Specifically, we induce other useful knowledge from the teacher logits termed temporal saliency which captures the importance of each input timestep to the teacher prediction. By training the student with Temporal Saliency Distillation we encourage it to make predictions based on the same input features as the teacher. Temporal Saliency Distillation requires no additional parameters or architecture specific assumptions. We demonstrate that Temporal Saliency Distillation effectively improves the performance of baseline methods while also achieving desirable properties beyond predictive accuracy. We hope our work establishes a new paradigm for interpretable knowledge distillation in time series analysis.

📄 PDF Abstract BibTeX arXiv:2601.04263

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTime Series AnalysisModel Compression

Similar Papers 제목 키워드 기반

Spatiotemporal Knowledge Distillation for Efficient Estimation of Aerial Video Saliency

2019-04-10 · Jia Li, Kui Fu, Shengwei Zhao, Shiming Ge

The performance of video saliency estimation techniques has achieved significant advances along with the rapid development of Convolutional Neural Networks (CNNs). However, devices like cameras and drones may have limite…

GPUKnowledge DistillationSaliency Prediction

SED:Lightweight Saliency prediction for Event-based data via Distillation

2026-06-12 · Romaric Mazna, Jean Martinet, Michele Magno arxiv

Event-based saliency prediction has gained attention recently, as combining event cameras with saliency estimation can act as an upstream stage that naturally improves the efficiency of downstream eventbased perception a…

Knowledge DistillationSaliency Prediction

Fast Video Salient Object Detection via Spatiotemporal Knowledge Distillation

2020-10-20 · Yi Tang, Yuanman Li, Wenbin Zou

Since the wide employment of deep learning frameworks in video salient object detection, the accuracy of the recent approaches has made stunning progress. These approaches mainly adopt the sequential modules, based on op…

Knowledge DistillationObjectobject-detectionObject Detection+3

TinyHD: Efficient Video Saliency Prediction with Heterogeneous Decoders using Hierarchical Maps Distillation

2023-01-11 · Feiyan Hu, Simone Palazzo, Federica Proietto Salanitri, Giovanni Bellitto 외

Video saliency prediction has recently attracted attention of the research community, as it is an upstream task for several practical applications. However, current solutions are particularly computationally demanding, e…

Knowledge DistillationPredictionSaliency PredictionVideo Saliency Prediction

MSD: Saliency-aware Knowledge Distillation for Multimodal Understanding

2021-01-06 · Findings (EMNLP) 2021 11 · Woojeong Jin, Maziar Sanjabi, Shaoliang Nie, Liang Tan 외

To reduce a model size but retain performance, we often rely on knowledge distillation (KD) which transfers knowledge from a large "teacher" model to a smaller "student" model. However, KD on multimodal datasets such as …

Knowledge DistillationMeta-Learning