paper-with-me

Papers

Conv-Adapter: Exploring Parameter Efficient Transfer Learning for ConvNets

2022-08-15 · Hao Chen, Ran Tao, Han Zhang, Yidong Wang, Xiang Li, Wei Ye, Jindong Wang, Guosheng Hu, Marios Savvides

While parameter efficient tuning (PET) methods have shown great potential with transformer architecture on Natural Language Processing (NLP) tasks, their effectiveness with large-scale ConvNets is still under-studied on Computer Vision (CV) tasks. This paper proposes Conv-Adapter, a PET module designed for ConvNets. Conv-Adapter is light-weight, domain-transferable, and architecture-agnostic with generalized performance on different tasks. When transferring on downstream tasks, Conv-Adapter learns tasks-specific feature modulation to the intermediate representations of backbones while keeping the pre-trained parameters frozen. By introducing only a tiny amount of learnable parameters, e.g., only 3.5% full fine-tuning parameters of ResNet50. It can also be applied for transformer-based backbones. Conv-Adapter outperforms previous PET baseline methods and achieves comparable or surpasses the performance of full fine-tuning on 23 classification tasks of various domains. It also presents superior performance on the few-shot classification with an average margin of 3.39%. Beyond classification, Conv-Adapter can generalize to detection and segmentation tasks with more than 50% reduction of parameters but comparable performance to the traditional full fine-tuning.

📄 PDF Abstract BibTeX arXiv:2208.07463

Code (1)

hhhhhhao/conv-adapter 공식 구현 pytorch

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Photo style transfer with consistency losses

2020-05-09 · Xu Yao, Gilles Puy, Patrick Pérez

We address the problem of style transfer between two photos and propose a new way to preserve photorealism. Using the single pair of photos available as input, we train a pair of deep convolution networks (convnets), eac…

Style Transfer

Kernel Modulation: A Parameter-Efficient Method for Training Convolutional Neural Networks

2022-03-29 · Yuhuang Hu, Shih-Chii Liu

Deep Neural Networks, particularly Convolutional Neural Networks (ConvNets), have achieved incredible success in many vision tasks, but they usually require millions of parameters for good accuracy performance. With incr…

Meta-LearningModel CompressionTransfer Learning

Exploring Adapter-based Transfer Learning for Recommender Systems: Empirical Studies and Practical Insights

2023-05-24 · Junchen Fu, Fajie Yuan, Yu Song, Zheng Yuan 외

Adapters, a plug-in neural network module with some tunable parameters, have emerged as a parameter-efficient transfer learning technique for adapting pre-trained models to downstream tasks, especially for natural langua…

Recommendation SystemsTransfer Learning

Dec-Adapter: Exploring Efficient Decoder-Side Adapter for Bridging Screen Content and Natural Image Compression

2023-01-01 · ICCV 2023 1 · Sheng Shen, Huanjing Yue, Jingyu Yang

Natural image compression has been greatly improved in the deep learning era. However, the compression performance will be heavily degraded if the pretrained encoder is directly applied on screen content image compre…

DecoderImage CompressionTransfer Learning

Analyzing Filters Toward Efficient ConvNet

2018-06-01 · CVPR 2018 6 · Takumi Kobayashi

Deep convolutional neural network (ConvNet) is a promising approach for high-performance image classification. The behavior of ConvNet is analyzed mainly based on the neuron activations, such as by visualizing them. In t…

ClassificationGeneral Classificationimage-classificationImage Classification