中文
相关论文

相关论文: Knowledge Distillation in YOLOX-ViT for Side-Scan …

200 篇论文

Few-shot learning deals with problems such as image classification using very few training examples. Recent vision foundation models show excellent few-shot transfer abilities, but are large and slow at inference. Using knowledge…

计算机视觉与模式识别 · 计算机科学 2025-03-21 Erik Landolsi , Fredrik Kahl

Self-supervised learning (SSL) has achieved remarkable success across various speech-processing tasks. To enhance its efficiency, previous works often leverage the use of compression techniques. A notable recent attempt is DPHuBERT, which…

音频与语音处理 · 电气工程与系统科学 2024-02-27 Luca Zampierin , Ghouthi Boukli Hacene , Bac Nguyen , Mirco Ravanelli

In this paper, we propose a cross-modal distillation method named StereoDistill to narrow the gap between the stereo and LiDAR-based approaches via distilling the stereo detectors from the superior LiDAR model at the response level, which…

计算机视觉与模式识别 · 计算机科学 2023-01-10 Zhe Liu , Xiaoqing Ye , Xiao Tan , Errui Ding , Xiang Bai

Image-text contrastive models like CLIP have wide applications in zero-shot classification, image-text retrieval, and transfer learning. However, they often struggle on compositional visio-linguistic tasks (e.g., attribute-binding or…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Samyadeep Basu , Shell Xu Hu , Maziar Sanjabi , Daniela Massiceti , Soheil Feizi

Knowledge Distillation (KD) is a well-known training paradigm in deep neural networks where knowledge acquired by a large teacher model is transferred to a small student. KD has proven to be an effective technique to significantly improve…

计算机视觉与模式识别 · 计算机科学 2022-11-24 Philip de Rijk , Lukas Schneider , Marius Cordts , Dariu M. Gavrila

Real-time visual localization often utilizes online computing, for which query images or videos are transmitted to remote servers for visual place recognition (VPR). However, limited network bandwidth necessitates image-quality reduction…

计算机视觉与模式识别 · 计算机科学 2025-04-07 Anbang Yang , Ge Jin , Junjie Huang , Yao Wang , John-Ross Rizzo , Chen Feng

Optimizing neural networks with noisy labels is a challenging task, especially if the label set contains real-world noise. Networks tend to generalize to reasonable patterns in the early training stages and overfit to specific details of…

计算机视觉与模式识别 · 计算机科学 2023-04-27 Timo Kaiser , Lukas Ehmann , Christoph Reinders , Bodo Rosenhahn

Knowledge Distillation is an effective method of transferring knowledge from a large model to a smaller model. Distillation can be viewed as a type of model compression, and has played an important role for on-device ASR applications. In…

音频与语音处理 · 电气工程与系统科学 2020-11-13 Sankaran Panchapagesan , Daniel S. Park , Chung-Cheng Chiu , Yuan Shangguan , Qiao Liang , Alexander Gruenstein

Over the past year, the emergence of transfer learning with large-scale language models (LM) has led to dramatic performance improvements across a broad range of natural language understanding tasks. However, the size and memory footprint…

计算与语言 · 计算机科学 2020-02-04 Luke Melas-Kyriazi , George Han , Celine Liang

Underwater object detection faces the problem of underwater image degradation, which affects the performance of the detector. Underwater object detection methods based on noise reduction and image enhancement usually do not provide images…

计算机视觉与模式识别 · 计算机科学 2025-07-08 Zhuoyan Liu , Bo Wang , Ye Li , Jiaxian He , Yunfeng Li

Deep neural networks often have a huge number of parameters, which posts challenges in deployment in application scenarios with limited memory and computation capacity. Knowledge distillation is one approach to derive compact models from…

机器学习 · 计算机科学 2021-07-21 Wenxian Shi , Yuxuan Song , Hao Zhou , Bohan Li , Lei Li

The global waste crisis is escalating, with solid waste generation expected to increase tremendously in the coming years. Traditional waste collection methods, particularly in remote or harsh environments like deserts, are labor-intensive,…

计算机视觉与模式识别 · 计算机科学 2025-11-20 Abdulmumin Sa'ad , Sulaimon Oyeniyi Adebayo

Pre-trained language-vision models have shown remarkable performance on the visual question answering (VQA) task. However, most pre-trained models are trained by only considering monolingual learning, especially the resource-rich language…

计算与语言 · 计算机科学 2021-09-13 Humair Raj Khan , Deepak Gupta , Asif Ekbal

Advanced change detection techniques primarily target image pairs of equal and high quality. However, variations in imaging conditions and platforms frequently lead to image pairs with distinct qualities: one image being high-quality, while…

计算机视觉与模式识别 · 计算机科学 2024-01-22 Chao Pang , Xingxing Weng , Jiang Wu , Qiang Wang , Gui-Song Xia

Large vision Transformers (ViTs) driven by self-supervised pre-training mechanisms achieved unprecedented progress. Lightweight ViT models limited by the model capacity, however, benefit little from those pre-training mechanisms. Knowledge…

计算机视觉与模式识别 · 计算机科学 2023-03-01 Wei Huang , Zhiliang Peng , Li Dong , Furu Wei , Jianbin Jiao , Qixiang Ye

Knowledge distillation as a broad class of methods has led to the development of lightweight and memory efficient models, using a pre-trained model with a large capacity (teacher network) to train a smaller model (student network).…

计算机视觉与模式识别 · 计算机科学 2023-03-01 Eun Som Jeon , Hongjun Choi , Ankita Shukla , Pavan Turaga

Mirrors can degrade the performance of computer vision models, but research into detecting them is in the preliminary phase. YOLOv4 achieves phenomenal results in terms of object detection accuracy and speed, but it still fails in detecting…

计算机视觉与模式识别 · 计算机科学 2024-11-06 Fengze Li , Jieming Ma , Zhongbei Tian , Ji Ge , Hai-Ning Liang , Yungang Zhang , Tianxi Wen

Current methods for incremental object detection (IOD) primarily rely on Faster R-CNN or DETR series detectors; however, these approaches do not accommodate the real-time YOLO detection frameworks. In this paper, we first identify three…

计算机视觉与模式识别 · 计算机科学 2026-01-05 Shizhou Zhang , Xueqiang Lv , Yinghui Xing , Qirui Wu , Di Xu , Chen Zhao , Yanning Zhang

Deep convolutional neural network with increased number of parameters has achieved improved precision in task of object detection on natural images, where objects of interests are annotated with horizontal boundary boxes. On aerial images…

计算机视觉与模式识别 · 计算机科学 2022-06-22 Yicheng Xiao , Junpeng Zhang

Recently, various intermediate layer distillation (ILD) objectives have been shown to improve compression of BERT models via Knowledge Distillation (KD). However, a comprehensive evaluation of the objectives in both task-specific and…

计算与语言 · 计算机科学 2023-05-25 Xinpeng Wang , Leonie Weissweiler , Hinrich Schütze , Barbara Plank