paper-with-me

홈 › Papers

Reparameterizing Convolutions for Incremental Multi-Task Learning without Task Interference

2020-07-24 · ECCV 2020 8 · Menelaos Kanakis, David Bruggemann, Suman Saha, Stamatios Georgoulis, Anton Obukhov, Luc van Gool

Multi-task networks are commonly utilized to alleviate the need for a large number of highly specialized single-task networks. However, two common challenges in developing multi-task models are often overlooked in literature. First, enabling the model to be inherently incremental, continuously incorporating information from new tasks without forgetting the previously learned ones (incremental learning). Second, eliminating adverse interactions amongst tasks, which has been shown to significantly degrade the single-task performance in a multi-task setup (task interference). In this paper, we show that both can be achieved simply by reparameterizing the convolutions of standard neural network architectures into a non-trainable shared part (filter bank) and task-specific parts (modulators), where each modulator has a fraction of the filter bank parameters. Thus, our reparameterization enables the model to learn new tasks without adversely affecting the performance of existing ones. The results of our ablation study attest the efficacy of the proposed reparameterization. Moreover, our method achieves state-of-the-art on two challenging multi-task learning benchmarks, PASCAL-Context and NYUD, and also demonstrates superior incremental learning capability as compared to its close competitors.

📄 PDF Abstract BibTeX arXiv:2007.12540

Code (1)

menelaoskanakis/RCM 공식 구현 pytorch

Tasks

Incremental LearningMulti-Task Learning

Similar Papers 제목 키워드 기반

Class Feature Pyramids for Video Explanation

2019-09-18 · Alexandros Stergiou, Georgios Kapidis, Grigorios Kalliatakis, Christos Chrysoulas 외

Deep convolutional networks are widely used in video action recognition. 3D convolutions are one prominent approach to deal with the additional time dimension. While 3D convolutions typically lead to higher accuracies, t…

Action RecognitionTemporal Action Localization

A geometric invariant for the study of planar curves and its application to spiral tip meander

2016-02-25

Planar curves with periodically varying curvature arise in the natural sciences as the result of a wide variety of periodic processes. The total curvature of a periodic arc in such curves constrains their symmetry. It is…

ARC

Reparameterized Multi-Resolution Convolutions for Long Sequence Modelling

2024-08-18 · Harry Jake Cunningham, Giorgio Giannone, Mingtian Zhang, Marc Peter Deisenroth

Global convolutions have shown increasing promise as powerful general-purpose sequence models. However, training long convolutions is challenging, and kernel parameterizations must be able to learn long-range dependencie…

Exemplar-Free Continual Transformer with Convolutions

2023-08-22 · ICCV 2023 1 · Anurag Roy, Vinay Kumar Verma, Sravan Voonna, Kripabandhu Ghosh 외

Continual Learning (CL) involves training a machine learning model in a sequential manner to learn new information while retaining previously learned tasks without the presence of previous training data. Although there h…

Continual LearningExemplar-FreeImage AugmentationIncremental Learning

LODAP: On-Device Incremental Learning Via Lightweight Operations and Data Pruning

2025-04-28 · Biqing Duan, Qing Wang, Di Liu, Wei Zhou 외

Incremental learning that learns new classes over time after the model's deployment is becoming increasingly crucial, particularly for industrial edge systems, where it is difficult to communicate with a remote server to…

Incremental Learning