中文
相关论文

相关论文: General Instance Distillation for Object Detection

200 篇论文

We demonstrate that in knowledge distillation for diffusion models, the teacher network's highly complex denoising process - stemming from its substantially larger capacity - poses a significant challenge for the student model to faithfully…

计算机视觉与模式识别 · 计算机科学 2026-05-28 Hyunsoo Han , Sangyeop Yeo , Jaejun Yoo

Small CNN-based models usually require transferring knowledge from a large model before they are deployed in computationally resource-limited edge devices. Masked image modeling (MIM) methods achieve great success in various visual tasks…

计算机视觉与模式识别 · 计算机科学 2024-01-12 Ziming Wang , Shumin Han , Xiaodi Wang , Jing Hao , Xianbin Cao , Baochang Zhang

Knowledge distillation methods compress models by training a student network using the classification outputs of a high quality teacher model, but can fail to effectively transfer the properties of computer vision foundation models from the…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Evelyn J. Mannix , Liam Hodgkinson , Howard Bondell

Knowledge distillation (KD), a technique widely employed in computer vision, has emerged as a de facto standard for improving the performance of small neural networks. However, prevailing KD-based approaches in video tasks primarily focus…

计算机视觉与模式识别 · 计算机科学 2023-12-15 Guiqin Wang , Peng Zhao , Yanjiang Shi , Cong Zhao , Shusen Yang

In this work, we propose Mutual Information Maximization Knowledge Distillation (MIMKD). Our method uses a contrastive objective to simultaneously estimate and maximize a lower bound on the mutual information of local and global feature…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Aman Shrivastava , Yanjun Qi , Vicente Ordonez

This paper addresses the problem of model compression via knowledge distillation. To this end, we propose a new knowledge distillation method based on transferring feature statistics, specifically the channel-wise mean and variance, from…

计算机视觉与模式识别 · 计算机科学 2020-03-11 Jing Yang , Brais Martinez , Adrian Bulat , Georgios Tzimiropoulos

Transformers have revolutionized the object detection landscape by introducing DETRs, acclaimed for their simplicity and efficacy. Despite their advantages, the substantial size of these models poses significant challenges for practical…

计算机视觉与模式识别 · 计算机科学 2024-09-11 Yi Liu , Luting Wang , Zongheng Tang , Yue Liao , Yifan Sun , Lijun Zhang , Si Liu

Model compression is critical for deploying deep learning models on resource-constrained devices. We introduce a novel method enhancing knowledge distillation with integrated gradients (IG) as a data augmentation strategy. Our approach…

计算机视觉与模式识别 · 计算机科学 2025-06-18 David E. Hernandez , Jose Chang , Torbjörn E. M. Nordling

This paper presents a novel knowledge distillation based model compression framework consisting of a student ensemble. It enables distillation of simultaneously learnt ensemble knowledge onto each of the compressed student models. Each…

计算机视觉与模式识别 · 计算机科学 2020-11-17 Devesh Walawalkar , Zhiqiang Shen , Marios Savvides

Most teacher-student frameworks based on knowledge distillation (KD) depend on a strong congruent constraint on instance level. However, they usually ignore the correlation between multiple instances, which is also valuable for knowledge…

计算机视觉与模式识别 · 计算机科学 2019-04-04 Baoyun Peng , Xiao Jin , Jiaheng Liu , Shunfeng Zhou , Yichao Wu , Yu Liu , Dongsheng Li , Zhaoning Zhang

Object detection has achieved remarkable accuracy through deep learning, yet these improvements often come with increased computational cost, limiting deployment on resource-constrained devices. Knowledge Distillation (KD) provides an…

计算机视觉与模式识别 · 计算机科学 2025-08-06 Mahdi Golizadeh , Nassibeh Golizadeh , Mohammad Ali Keyvanrad , Hossein Shirazi

Knowledge distillation is a mainstream algorithm in model compression by transferring knowledge from the larger model (teacher) to the smaller model (student) to improve the performance of student. Despite many efforts, existing methods…

计算机视觉与模式识别 · 计算机科学 2024-10-21 Muhe Ding , Jianlong Wu , Xue Dong , Xiaojie Li , Pengda Qin , Tian Gan , Liqiang Nie

Model distillation aims to distill the knowledge of a complex model into a simpler one. In this paper, we consider an alternative formulation called dataset distillation: we keep the model fixed and instead attempt to distill the knowledge…

机器学习 · 计算机科学 2020-02-26 Tongzhou Wang , Jun-Yan Zhu , Antonio Torralba , Alexei A. Efros

In the surveillance and defense domain, multi-target detection and classification (MTD) is considered essential yet challenging due to heterogeneous inputs from diverse data sources and the computational complexity of algorithms designed…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Ngoc Tuyen Do , Tri Nhu Do

Knowledge distillation, a well-known model compression technique, is an active research area in both computer vision and remote sensing communities. In this paper, we evaluate in a remote sensing context various off-the-shelf object…

计算机视觉与模式识别 · 计算机科学 2023-07-19 Hoàng-Ân Lê , Minh-Tan Pham

Large pretrained visual models exhibit remarkable generalization across diverse recognition tasks. Yet, real-world applications often demand compact models tailored to specific problems. Variants of knowledge distillation have been devised…

计算机视觉与模式识别 · 计算机科学 2024-05-08 Juliette Marrie , Michael Arbel , Julien Mairal , Diane Larlus

Despite the success of deep learning models on instance segmentation, current methods still suffer from catastrophic forgetting in continual learning scenarios. In this paper, our contributions for continual instance segmentation are…

计算机视觉与模式识别 · 计算机科学 2023-09-12 Mathieu Pagé-Fortin , Brahim Chaib-draa

Transformer-based architectures have become the de-facto standard models for diverse vision tasks owing to their superior performance. As the size of the models continues to scale up, model distillation becomes extremely important in…

计算机视觉与模式识别 · 计算机科学 2024-07-08 Cheng Han , Qifan Wang , Sohail A. Dianat , Majid Rabbani , Raghuveer M. Rao , Yi Fang , Qiang Guan , Lifu Huang , Dongfang Liu

Weed detection is a critical component of precision agriculture, facilitating targeted herbicide application and reducing environmental impact. However, deploying accurate object detection models on resource-limited platforms remains…

计算机视觉与模式识别 · 计算机科学 2025-07-17 Ahmet Oğuz Saltık , Max Voigt , Sourav Modak , Mike Beckworth , Anthony Stein

Domain Generalization (DG), a crucial research area, seeks to train models across multiple domains and test them on unseen ones. In this paper, we introduce a novel approach, namely, Selective Cross-Modality Distillation for Domain…

计算机视觉与模式识别 · 计算机科学 2024-04-24 Jixuan Leng , Yijiang Li , Haohan Wang