paper-with-me

홈 › Papers

ST-MFNet Mini: Knowledge Distillation-Driven Frame Interpolation

2023-02-16 · Crispian Morris, Duolikun Danier, Fan Zhang, Nantheera Anantrasirichai, David R. Bull

Currently, one of the major challenges in deep learning-based video frame interpolation (VFI) is the large model sizes and high computational complexity associated with many high performance VFI approaches. In this paper, we present a distillation-based two-stage workflow for obtaining compressed VFI models which perform competitively to the state of the arts, at a greatly reduced model size and complexity. Specifically, an optimisation-based network pruning method is first applied to a recently proposed frame interpolation model, ST-MFNet, which outperforms many other VFI methods but suffers from large model size. The resulting new network architecture achieves a 91% reduction in parameters and 35% increase in speed. Secondly, the performance of the new network is further enhanced through a teacher-student knowledge distillation training process using a Laplacian distillation loss. The final low complexity model, ST-MFNet Mini, achieves a comparable performance to most existing high-complex VFI methods, only outperformed by the original ST-MFNet. Our source code is available at https://github.com/crispianm/ST-MFNet-Mini

📄 PDF Abstract BibTeX arXiv:2302.08455

Code (1)

crispianm/st-mfnet-mini 공식 구현 pytorch

Tasks

Knowledge DistillationNetwork PruningVideo Frame Interpolation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

SafeSpace MFNet: Precise and Efficient MultiFeature Drone Detection Network

2022-11-30 · Misha Urooj Khan, Mahnoor Dil, Muhammad Zeshan Alam, Farooq Alam Orakazi 외

The increasing prevalence of unmanned aerial vehicles (UAVs), commonly known as drones, has generated a demand for reliable detection systems. The inappropriate use of drones presents potential security and privacy hazar…

object-detectionObject Detection

ST-MFNet: A Spatio-Temporal Multi-Flow Network for Frame Interpolation

2021-11-30 · CVPR 2022 1 · Duolikun Danier, Fan Zhang, David Bull

Video frame interpolation (VFI) is currently a very active research topic, with applications spanning computer vision, post production and video encoding. VFI can be extremely challenging, particularly in sequences conta…

Texture SynthesisVideo Frame Interpolation

MFNet: Multi-Feature Fusion Network for Real-Time Semantic Segmentation in Road Scenes

2022-11-01 · IEEE Transactions on Intelligent Transportation Systems 2022 11 · Mengxu Lu; Zhenxue Chen; Chengyun Liu; Sile Ma; Lei Cai; Hao Qin

Although high-accuracy networks have been applied to semantic segmentation at present, their inference speeds remain slow. A trade-off between accuracy and speed is demanded for real-time applications. To approach this p…

Real-Time Semantic SegmentationSemantic Segmentation

FreqKD: Frequency-Decoupled Cross-Modal Knowledge Distillation for Infrared Object Detection

2026-06-10 · Keval Thaker, Venkatraman Narayanan, Abdalmalek Aburaddaha, Samir A. Rawashdeh arxiv

Transfer learning from large-scale RGB foundation models to infrared (IR) imagery through knowledge distillation (KD) remains challenging due to fundamental differences in image formation physics. We investigate the spec…

Knowledge DistillationPedestrian DetectionTransfer LearningObject Detection

f-Divergence Minimization for Sequence-Level Knowledge Distillation

2023-07-27 · Yuqiao Wen, Zichao Li, Wenyu Du, Lili Mou

Knowledge distillation (KD) is the process of transferring knowledge from a large model to a small one. It has gained increasing attention in the natural language processing community, driven by the demands of compressin…

Knowledge Distillation