# NetTailor: Tuning the Architecture, Not Just the Weights

**Authors:** Pedro Morgado, Nuno Vasconcelos

arXiv: 1907.00274 · 2019-07-02

## TL;DR

NetTailor is a transfer learning method that adapts network architecture, not just weights, to different tasks, enabling smaller, more efficient models for simple tasks without sacrificing accuracy.

## Contribution

The paper introduces NetTailor, a novel approach that dynamically adjusts network architecture for each task using universal blocks and regularization, improving efficiency and flexibility.

## Key findings

- Smaller networks for simple tasks like character recognition.
- Maintains accuracy while reducing network size for various tasks.
- Modular architecture allows multi-task learning without parameter sharing compromise.

## Abstract

Real-world applications of object recognition often require the solution of multiple tasks in a single platform. Under the standard paradigm of network fine-tuning, an entirely new CNN is learned per task, and the final network size is independent of task complexity. This is wasteful, since simple tasks require smaller networks than more complex tasks, and limits the number of tasks that can be solved simultaneously. To address these problems, we propose a transfer learning procedure, denoted NetTailor, in which layers of a pre-trained CNN are used as universal blocks that can be combined with small task-specific layers to generate new networks. Besides minimizing classification error, the new network is trained to mimic the internal activations of a strong unconstrained CNN, and minimize its complexity by the combination of 1) a soft-attention mechanism over blocks and 2) complexity regularization constraints. In this way, NetTailor can adapt the network architecture, not just its weights, to the target task. Experiments show that networks adapted to simple tasks, such as character or traffic sign recognition, become significantly smaller than those adapted to hard tasks, such as fine-grained recognition. More importantly, due to the modular nature of the procedure, this reduction in network complexity is achieved without compromise of either parameter sharing across tasks, or classification accuracy.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.00274/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00274/full.md

## References

76 references — full list in the complete paper: https://tomesphere.com/paper/1907.00274/full.md

---
Source: https://tomesphere.com/paper/1907.00274