中文
相关论文

相关论文: A Simple Recipe for Competitive Low-compute Self s…

200 篇论文

Knowledge distillation involves transferring the predictive capabilities of large, high-performing AI models (teachers) to smaller models (students) that can operate in environments with limited computing power. In this paper, we address…

机器学习 · 计算机科学 2026-01-12 Pattarawat Chormai , Ali Hashemi , Klaus-Robert Müller , Grégoire Montavon

Self-supervised learning solves pretext prediction tasks that do not require annotations to learn feature representations. For vision tasks, pretext tasks such as predicting rotation, solving jigsaw are solely created from the input data.…

计算机视觉与模式识别 · 计算机科学 2021-07-01 Prashant Bhat , Elahe Arani , Bahram Zonooz

Self-supervised learning (SSL) has made remarkable progress in visual representation learning. Some studies combine SSL with knowledge distillation (SSL-KD) to boost the representation learning performance of small models. In this study, we…

计算机视觉与模式识别 · 计算机科学 2023-06-02 Kaiyou Song , Jin Xie , Shan Zhang , Zimeng Luo

Semi-supervised learning (SSL) has emerged as a practical solution for addressing data scarcity challenges by leveraging unlabeled data. Recently, vision-language models (VLMs), pre-trained on massive image-text pairs, have demonstrated…

机器学习 · 计算机科学 2025-10-01 Seongjae Kang , Dong Bok Lee , Hyungjoon Jang , Sung Ju Hwang

Recent advances have indicated the strengths of self-supervised pre-training for improving representation learning on downstream tasks. Existing works often utilize self-supervised pre-trained models by fine-tuning on downstream tasks.…

计算机视觉与模式识别 · 计算机科学 2022-11-28 Yuchen Ma , Yanbei Chen , Zeynep Akata

The large memory and computation consumption in convolutional neural networks (CNNs) has been one of the main barriers for deploying them on resource-limited systems. To this end, most cheap convolutions (e.g., group convolution, depth-wise…

计算机视觉与模式识别 · 计算机科学 2019-10-11 Jiao Xie , Shaohui Lin , Yichen Zhang , Linkai Luo

Self-supervised pretraining (SSP) has been recognized as a method to enhance prediction accuracy in various downstream tasks. However, its efficacy for DNA sequences remains somewhat constrained. This limitation stems primarily from the…

机器学习 · 计算机科学 2024-05-15 Tong Yu , Lei Cheng , Ruslan Khalitov , Erland Brandser Olsson , Zhirong Yang

Optimizing a deep neural network is a fundamental task in computer vision, yet direct training methods often suffer from over-fitting. Teacher-student optimization aims at providing complementary cues from a model trained previously, but…

计算机视觉与模式识别 · 计算机科学 2018-12-04 Chenglin Yang , Lingxi Xie , Chi Su , Alan L. Yuille

Artificial intelligence algorithms have demonstrated their image classification and segmentation ability in the past decade. However, artificial intelligence algorithms perform less for actual clinical data than those used for simulations.…

计算机视觉与模式识别 · 计算机科学 2024-12-12 Mostafa Hajighasemlou , Samad Sheikhaei , Hamid Soltanian-Zadeh

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR). The MV-MR is based on the maximization of dependence between learnable embeddings from augmented and…

计算机视觉与模式识别 · 计算机科学 2024-06-04 Vitaliy Kinakh , Mariia Drozdova , Slava Voloshynovskiy

Unsupervised video segmentation is a challenging computer vision task, especially due to the lack of supervisory signals coupled with the complexity of visual scenes. To overcome this challenge, state-of-the-art models based on slot…

计算机视觉与模式识别 · 计算机科学 2025-11-19 Diana-Nicoleta Grigore , Neelu Madan , Andreas Mogelmose , Thomas B. Moeslund , Radu Tudor Ionescu

This paper studies the problem of pre-training for small models, which is essential for many mobile devices. Current state-of-the-art methods on this problem transfer the representational knowledge of a large network (as a Teacher) into a…

计算机视觉与模式识别 · 计算机科学 2024-06-18 Mingsheng Li , Lin Zhang , Mingzhen Zhu , Zilong Huang , Gang Yu , Jiayuan Fan , Tao Chen

The advancement of knowledge distillation has played a crucial role in enabling the transfer of knowledge from larger teacher models to smaller and more efficient student models, and is particularly beneficial for online and…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Wanli Ma , Oktay Karakus , Paul L. Rosin

Structured prediction models aim at solving a type of problem where the output is a complex structure, rather than a single variable. Performing knowledge distillation for such models is not trivial due to their exponentially large output…

机器学习 · 计算机科学 2022-03-10 Wenye Lin , Yangming Li , Lemao Liu , Shuming Shi , Hai-tao Zheng

Convolutional Neural Networks (CNNs) are prone to overfit small training datasets. We present a novel two-phase pipeline that leverages self-supervised learning and knowledge distillation to improve the generalization ability of CNN models…

计算机视觉与模式识别 · 计算机科学 2020-08-04 Bingchen Zhao , Xin Wen

Many text mining models are constructed by fine-tuning a large deep pre-trained language model (PLM) in downstream tasks. However, a significant challenge nowadays is maintaining performance when we use a lightweight model with limited…

计算与语言 · 计算机科学 2023-10-23 Weifeng Jiang , Qianren Mao , Chenghua Lin , Jianxin Li , Ting Deng , Weiyi Yang , Zheng Wang

Knowledge Distillation refers to a class of methods that transfers the knowledge from a teacher network to a student network. In this paper, we propose Sparse Representation Matching (SRM), a method to transfer intermediate knowledge…

计算机视觉与模式识别 · 计算机科学 2021-04-01 Dat Thanh Tran , Moncef Gabbouj , Alexandros Iosifidis

Super-resolution (SR) aims to reconstruct high-resolution (HR) images from their low-resolution (LR) counterparts, often relying on effective downsampling to generate diverse and realistic training pairs. In this work, we propose a…

图像与视频处理 · 电气工程与系统科学 2025-03-18 Sohwi Kim , Tae-Kyun Kim

With the rapid development of computer vision, Vision Transformers (ViTs) offer the tantalising prospect of unified information processing across visual and textual domains due to the lack of inherent inductive biases in ViTs. ViTs require…

计算机视觉与模式识别 · 计算机科学 2025-08-25 Gousia Habib , Tausifa Jan Saleem , Ishfaq Ahmad Malik , Brejesh Lall

Image copy detection is the task of detecting edited copies of any image within a reference database. While previous approaches have shown remarkable progress, the large size of their networks and descriptors remains a disadvantage,…

计算机视觉与模式识别 · 计算机科学 2024-11-12 Juntae Kim , Sungwon Woo , Jongho Nang