中文
相关论文

相关论文: FAKD: Feature Augmented Knowledge Distillation for…

200 篇论文

Knowledge distillation is a method of transferring the knowledge from a pretrained complex teacher model to a student model, so a smaller network can replace a large teacher network at the deployment stage. To reduce the necessity of…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Mingi Ji , Seungjae Shin , Seunghyun Hwang , Gibeom Park , Il-Chul Moon

Knowledge distillation (KD) has been applied to various tasks successfully, and mainstream methods typically boost the student model via spatial imitation losses. However, the consecutive downsamplings induced in the spatial domain of…

计算机视觉与模式识别 · 计算机科学 2024-05-24 Yuan Zhang , Tao Huang , Jiaming Liu , Tao Jiang , Kuan Cheng , Shanghang Zhang

Both accuracy and efficiency are of significant importance to the task of semantic segmentation. Existing deep FCNs suffer from heavy computations due to a series of high-resolution feature maps for preserving the detailed knowledge in…

计算机视觉与模式识别 · 计算机科学 2019-03-13 Tong He , Chunhua Shen , Zhi Tian , Dong Gong , Changming Sun , Youliang Yan

Knowledge distillation is widely adopted in semantic segmentation to reduce the computation cost.The previous knowledge distillation methods for semantic segmentation focus on pixel-wise feature alignment and intra-class feature variation…

计算机视觉与模式识别 · 计算机科学 2022-07-18 Zhengbo Zhang , Chunluan Zhou , Zhigang Tu

Deep learning architectures have shown remarkable results in scene understanding problems, however they exhibit a critical drop of performances when they are required to learn incrementally new tasks without forgetting old ones. This…

计算机视觉与模式识别 · 计算机科学 2021-01-22 Umberto Michieli , Pietro Zanuttigh

Knowledge Distillation (KD) is one proposed solution to large model sizes and slow inference speed in semantic segmentation. In our research we identify 25 proposed distillation loss terms from 14 publications in the last 4 years.…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Onno Niemann , Christopher Vox , Thorben Werner

As a promising approach in model compression, knowledge distillation improves the performance of a compact model by transferring the knowledge from a cumbersome one. The kind of knowledge used to guide the training of the student is…

计算机视觉与模式识别 · 计算机科学 2022-07-13 Tao Liu , Xi Yang , Chenshu Chen

Knowledge distillation (KD) requires sufficient data to transfer knowledge from large-scale teacher models to small-scale student models. Therefore, data augmentation has been widely used to mitigate the shortage of data under specific…

计算与语言 · 计算机科学 2023-05-23 Ziqi Wang , Chi Han , Wenxuan Bao , Heng Ji

Knowledge distillation is a technique to enhance the generalization ability of a student model by exploiting outputs from a teacher model. Recently, feature-map based variants explore knowledge transfer between manually assigned…

计算机视觉与模式识别 · 计算机科学 2021-08-31 Defang Chen , Jian-Ping Mei , Yuan Zhang , Can Wang , Yan Feng , Chun Chen

Data-free knowledge distillation (DFKD) has emerged as a pivotal technique in the domain of model compression, substantially reducing the dependency on the original training data. Nonetheless, conventional DFKD methods that employ…

计算机视觉与模式识别 · 计算机科学 2024-10-24 Muquan Li , Dongyang Zhang , Tao He , Xiurui Xie , Yuan-Fang Li , Ke Qin

This paper proposes a new knowledge distillation method tailored for image semantic segmentation, termed Intra- and Inter-Class Knowledge Distillation (I2CKD). The focus of this method is on capturing and transferring knowledge between the…

计算机视觉与模式识别 · 计算机科学 2025-09-01 Ayoub Karine , Thibault Napoléon , Maher Jridi

Knowledge distillation (KD) is an effective framework that aims to transfer meaningful information from a large teacher to a smaller student. Generally, KD often involves how to define and transfer knowledge. Previous KD methods often focus…

计算机视觉与模式识别 · 计算机科学 2022-07-26 Chuanguang Yang , Zhulin An , Linhang Cai , Yongjun Xu

Current knowledge distillation approaches in semantic segmentation tend to adopt a holistic approach that treats all spatial locations equally. However, for dense prediction, students' predictions on edge regions are highly uncertain due to…

计算机视觉与模式识别 · 计算机科学 2023-09-04 Liyang Liu , Zihan Wang , Minh Hieu Phan , Bowen Zhang , Jinchao Ge , Yifan Liu

Knowledge distillation (KD) has been widely applied in semantic segmentation to compress large models, but conventional approaches primarily preserve in-domain accuracy while neglecting out-of-domain generalization, which is essential under…

计算机视觉与模式识别 · 计算机科学 2026-03-04 Chonghua Lv , Dong Zhao , Shuang Wang , Dou Quan , Ning Huyan , Nicu Sebe , Zhun Zhong

In recent years, knowledge distillation methods based on contrastive learning have achieved promising results on image classification and object detection tasks. However, in this line of research, we note that less attention is paid to…

计算机视觉与模式识别 · 计算机科学 2023-12-08 Jiawei Fan , Chao Li , Xiaolong Liu , Meina Song , Anbang Yao

Knowledge Distillation (KD) aims to transfer knowledge in a teacher-student framework, by providing the predictions of the teacher network to the student network in the training stage to help the student network generalize better. It can…

计算机视觉与模式识别 · 计算机科学 2019-09-25 SeongUk Park , Nojun Kwak

Recent mainstream masked distillation methods function by reconstructing selectively masked areas of a student network from the feature map of its teacher counterpart. In these methods, the masked regions need to be properly selected, such…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Guang Yang , Yin Tang , Zhijian Wu , Jun Li , Jianhua Xu , Xili Wan

Knowledge distillation field delicately designs various types of knowledge to shrink the performance gap between compact student and large-scale teacher. These existing distillation approaches simply focus on the improvement of…

计算机视觉与模式识别 · 计算机科学 2021-09-28 Xuanyang Zhang , Xiangyu Zhang , Jian Sun

Semantic segmentation benchmarks in the realm of autonomous driving are dominated by large pre-trained transformers, yet their widespread adoption is impeded by substantial computational costs and prolonged training durations. To lift this…

计算机视觉与模式识别 · 计算机科学 2024-09-06 Ruiping Liu , Kailun Yang , Alina Roitberg , Jiaming Zhang , Kunyu Peng , Huayao Liu , Yaonan Wang , Rainer Stiefelhagen

Consistency regularization has been widely studied in recent semisupervised semantic segmentation methods, and promising performance has been achieved. In this work, we propose a new consistency regularization framework, termed mutual…

计算机视觉与模式识别 · 计算机科学 2023-08-31 Jianlong Yuan , Jinchao Ge , Zhibin Wang , Yifan Liu
‹ 上一页 1 2 3 10 下一页 ›