中文
相关论文

相关论文: Hands-on Guidance for Distilling Object Detectors

200 篇论文

Knowledge distillation (KD) has witnessed its powerful capability in learning compact models in object detection. Previous KD methods for object detection mostly focus on imitating deep features within the imitation regions instead of…

计算机视觉与模式识别 · 计算机科学 2022-04-01 Zhaohui Zheng , Rongguang Ye , Ping Wang , Dongwei Ren , Wangmeng Zuo , Qibin Hou , Ming-Ming Cheng

Event cameras are gaining popularity due to their unique properties, such as their low latency and high dynamic range. One task where these benefits can be crucial is real-time object detection. However, RGB detectors still outperform…

计算机视觉与模式识别 · 计算机科学 2023-11-10 Lei Li , Alexander Liniger , Mario Millhaeusler , Vagia Tsiminaki , Yuanyou Li , Dengxin Dai

We propose the task of knowledge distillation detection, which aims to determine whether a student model has been distilled from a given teacher, under a practical setting where only the student's weights and the teacher's API are…

机器学习 · 计算机科学 2025-10-03 Qin Shi , Amber Yijia Zheng , Qifan Song , Raymond A. Yeh

Open-vocabulary object detection aims to detect novel object categories beyond the training set. The advanced open-vocabulary two-stage detectors employ instance-level visual-to-visual knowledge distillation to align the visual space of the…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Zongyang Ma , Guan Luo , Jin Gao , Liang Li , Yuxin Chen , Shaoru Wang , Congxuan Zhang , Weiming Hu

Knowledge distillation has shown great success in classification, however, it is still challenging for detection. In a typical image for detection, representations from different locations may have different contributions to detection…

计算机视觉与模式识别 · 计算机科学 2022-01-07 Zijian Kang , Peizhen Zhang , Xiangyu Zhang , Jian Sun , Nanning Zheng

Real-world object detection models should be cheap and accurate. Knowledge distillation (KD) can boost the accuracy of a small, cheap detection model by leveraging useful information from a larger teacher model. However, a key challenge is…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Chenhongyi Yang , Mateusz Ochal , Amos Storkey , Elliot J. Crowley

Previous knowledge distillation (KD) methods mostly focus on compressing network architectures, which is not thorough enough in deployment as some costs like transmission bandwidth and imaging equipment are related to the image size.…

计算机视觉与模式识别 · 计算机科学 2024-07-11 Guangyu Guo , Dingwen Zhang , Longfei Han , Nian Liu , Ming-Ming Cheng , Junwei Han

Object detection in documents is a key step to automate the structural elements identification process in a digital or scanned document through understanding the hierarchical structure and relationships between different elements. Large and…

计算机视觉与模式识别 · 计算机科学 2024-02-21 Ayan Banerjee , Sanket Biswas , Josep Lladós , Umapada Pal

Knowledge Distillation (KD) has been validated as an effective model compression technique for learning compact object detectors. Existing state-of-the-art KD methods for object detection are mostly based on feature imitation. In this…

计算机视觉与模式识别 · 计算机科学 2024-04-16 Jiabao Wang , Yuming Chen , Zhaohui Zheng , Xiang Li , Ming-Ming Cheng , Qibin Hou

The existing solutions for object detection distillation rely on the availability of both a teacher model and ground-truth labels. We propose a new perspective to relax this constraint. In our framework, a student is first trained with…

计算机视觉与模式识别 · 计算机科学 2021-05-25 Amin Banitalebi-Dehkordi

Efficient object detection methods have recently received great attention in remote sensing. Although deep convolutional networks often have excellent detection accuracy, their deployment on resource-limited edge devices is difficult.…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Pourya Shamsolmoali , Jocelyn Chanussot , Huiyu Zhou , Yue Lu

Deep learning has shown its efficacy in extracting useful features to solve various computer vision tasks. However, when the structure of the data is complex and noisy, capturing effective information to improve performance is very…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Eun Som Jeon , Rahul Khurana , Aishani Pathak , Pavan Turaga

Knowledge distillation has been applied to image classification successfully. However, object detection is much more sophisticated and most knowledge distillation methods have failed on it. In this paper, we point out that in object…

计算机视觉与模式识别 · 计算机科学 2022-03-10 Zhendong Yang , Zhe Li , Xiaohu Jiang , Yuan Gong , Zehuan Yuan , Danpei Zhao , Chun Yuan

In a real-world setting, object instances from new classes can be continuously encountered by object detectors. When existing object detectors are applied to such scenarios, their performance on old classes deteriorates significantly. A few…

计算机视觉与模式识别 · 计算机科学 2021-12-16 K J Joseph , Jathushan Rajasegaran , Salman Khan , Fahad Shahbaz Khan , Vineeth N Balasubramanian

In instance-level detection tasks (e.g., object detection), reducing input resolution is an easy option to improve runtime efficiency. However, this option traditionally hurts the detection performance much. This paper focuses on boosting…

计算机视觉与模式识别 · 计算机科学 2021-09-16 Lu Qi , Jason Kuen , Jiuxiang Gu , Zhe Lin , Yi Wang , Yukang Chen , Yanwei Li , Jiaya Jia

Efficient models for remote sensing object counting are urgently required for applications in scenarios with limited computing resources, such as drones or embedded systems. A straightforward yet powerful technique to achieve this is…

计算机视觉与模式识别 · 计算机科学 2025-03-11 Shengqin Jiang , Yuan Gao , Bowen Li , Fengna Cheng , Renlong Hang , Qingshan Liu

Knowledge Distillation is becoming one of the primary trends among neural network compression algorithms to improve the generalization performance of a smaller student model with guidance from a larger teacher model. This momentous rise in…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Sumanth Chennupati , Mohammad Mahdi Kamani , Zhongwei Cheng , Lin Chen

Knowledge Distillation (KD) aims at improving the performance of a low-capacity student model by inheriting knowledge from a high-capacity teacher model. Previous KD methods typically train a student by minimizing a task-related loss and…

计算机视觉与模式识别 · 计算机科学 2019-09-10 Mengya Gao , Yujun Shen , Quanquan Li , Junjie Yan , Liang Wan , Dahua Lin , Chen Change Loy , Xiaoou Tang

Distilling the structured information captured in feature maps has contributed to improved results for object detection tasks, but requires careful selection of baseline architectures and substantial pre-training. Self-distillation…

计算机视觉与模式识别 · 计算机科学 2024-01-22 Jieren Deng , Xin Zhou , Hao Tian , Zhihong Pan , Derek Aguiar

Traditional object detection are ill-equipped for incremental learning. However, fine-tuning directly on a well-trained detection model with only new data will leads to catastrophic forgetting. Knowledge distillation is a straightforward…

计算机视觉与模式识别 · 计算机科学 2021-10-27 Tao Feng , Mang Wang