paper-with-me

Papers

KSM: Fast Multiple Task Adaption via Kernel-wise Soft Mask Learning

2020-09-11 · CVPR 2021 1 · Li Yang, Zhezhi He, Junshan Zhang, Deliang Fan

Deep Neural Networks (DNN) could forget the knowledge about earlier tasks when learning new tasks, and this is known as \textit{catastrophic forgetting}. While recent continual learning methods are capable of alleviating the catastrophic problem on toy-sized datasets, some issues still remain to be tackled when applying them in real-world problems. Recently, the fast mask-based learning method (e.g. piggyback \cite{mallya2018piggyback}) is proposed to address these issues by learning only a binary element-wise mask in a fast manner, while keeping the backbone model fixed. However, the binary mask has limited modeling capacity for new tasks. A more recent work \cite{hung2019compacting} proposes a compress-grow-based method (CPG) to achieve better accuracy for new tasks by partially training backbone model, but with order-higher training cost, which makes it infeasible to be deployed into popular state-of-the-art edge-/mobile-learning. The primary goal of this work is to simultaneously achieve fast and high-accuracy multi task adaption in continual learning setting. Thus motivated, we propose a new training method called \textit{kernel-wise Soft Mask} (KSM), which learns a kernel-wise hybrid binary and real-value soft mask for each task, while using the same backbone model. Such a soft mask can be viewed as a superposition of a binary mask and a properly scaled real-value tensor, which offers a richer representation capability without low-level kernel support to meet the objective of low hardware overhead. We validate KSM on multiple benchmark datasets against recent state-of-the-art methods (e.g. Piggyback, Packnet, CPG, etc.), which shows good improvement in both accuracy and training cost.

📄 PDF Abstract BibTeX arXiv:2009.05668

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Fast learning rate of multiple kernel learning: Trade-off between sparsity and smoothness

2012-03-02 · Taiji Suzuki, Masashi Sugiyama

We investigate the learning rate of multiple kernel learning (MKL) with $\ell_1$ and elastic-net regularizations. The elastic-net regularization is a composition of an $\ell_1$-regularizer for inducing the sparsity and a…

Pointwise HSIC: A Linear-Time Kernelized Co-occurrence Norm for Sparse Linguistic Expressions

2018-09-04 · EMNLP 2018 10 · Sho Yokoi, Sosuke Kobayashi, Kenji Fukumizu, Jun Suzuki 외

In this paper, we propose a new kernel-based co-occurrence measure that can be applied to sparse linguistic expressions (e.g., sentences) with a very short learning time, as an alternative to pointwise mutual information…

Machine TranslationSentenceSentence EmbeddingsTranslation

Multikernel activation functions: formulation and a case study

2019-01-29 · Simone Scardapane, Elena Nieddu, Donatella Firmani, Paolo Merialdo

The design of activation functions is a growing research area in the field of neural networks. In particular, instead of using fixed point-wise functions (e.g., the rectified linear unit), several authors have proposed w…

Optical Character Recognition (OCR)

Bayesian Meta Sampling for Fast Uncertainty Adaptation

2020-05-01 · ICLR 2020 1 · Zhenyi Wang, Yang Zhao, Ping Yu, Ruiyi Zhang 외

Meta learning has been making impressive progress for fast model adaptation. However, limited work has been done on learning fast uncertainty adaption for Bayesian modeling. In this paper, we propose to achieve the goal …

Meta-Learning

Unified Graph based Multi-Cue Feature Fusion for Robust Visual Tracking

2018-12-16 · Kapil Sharma, Himanshu Ahuja, Ashish Kumar, Nipun Bansal 외

Visual Tracking is a complex problem due to unconstrained appearance variations and dynamic environment. Extraction of complementary information from the object environment via multiple features and adaption to the targe…

ObjectObject TrackingOutlier DetectionVisual Tracking