Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.93 KB

README.md

File metadata and controls

36 lines (23 loc) · 2.93 KB

Budget-Aware Adapters for Multi-Domain Learning

Code for the ICCV'19 paper "Budget-Aware Adapters for Multi-Domain Learning"

Rodrigo Berriel, Stéphane Lathuilière, Moin Nabi, Tassilo Klein, Thiago Oliveira-Santos, Nicu Sebe, Elisa Ricci

Paper Thumbnail

Multi-Domain Learning (MDL) refers to the problem of learning a set of models derived from a common deep architecture, each one specialized to perform a task in a certain domain (e.g., photos, sketches, paintings). This paper tackles MDL with a particular interest in obtaining domain-specific models with an adjustable budget in terms of the number of network parameters and computational complexity. Our intuition is that, as in real applications the number of domains and tasks can be very large, an effective MDL approach should not only focus on accuracy but also on having as few parameters as possible. To implement this idea we derive specialized deep models for each domain by adapting a pre-trained architecture but, differently from other methods, we propose a novel strategy to automatically adjust the computational complexity of the network. To this aim, we introduce Budget-Aware Adapters that select the most relevant feature channels to better handle data from a novel domain. Some constraints on the number of active switches are imposed in order to obtain a network respecting the desired complexity budget. Experimentally, we show that our approach leads to recognition accuracy competitive with state-of-the-art approaches but with much lighter networks both in terms of storage and computation.

Figures

Questions?

If you have questions, send me an e-mail or open an issue.

The code will be released soon. Subscribe to this issue if you want to be notified.

BibTeX

If you find this useful, consider citing:

@InProceedings{berriel2019iccv,
  author    = {Rodrigo Berriel
               and St'{e}phane Lathuili`{e}re
               and Moin Nabi
               and Tassilo Klein
               and Thiago Oliveira-Santos
               and Nicu Sebe
               and Elisa Ricci},
  title     = {{Budget-Aware Adapters for Multi-Domain Learning}},
  booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
  year      = {2019}
}