TL;DR
This paper introduces NDDR-CNN, a novel multi-task learning CNN architecture that automatically fuses features at every layer using a mathematically interpretable discriminative dimensionality reduction approach, improving multi-task performance.
Contribution
The paper proposes a new layerwise feature fusion scheme called NDDR, which is end-to-end trainable, extensible, and applicable to various CNN architectures for multi-task learning.
Findings
NDDR-CNN achieves promising performance across different tasks.
The method is robust to hyperparameter variations.
It is easily integrated into existing CNN architectures.
Abstract
In this paper, we propose a novel Convolutional Neural Network (CNN) structure for general-purpose multi-task learning (MTL), which enables automatic feature fusing at every layer from different tasks. This is in contrast with the most widely used MTL CNN structures which empirically or heuristically share features on some specific layers (e.g., share all the features except the last convolutional layer). The proposed layerwise feature fusing scheme is formulated by combining existing CNN components in a novel way, with clear mathematical interpretability as discriminative dimensionality reduction, which is referred to as Neural Discriminative Dimensionality Reduction (NDDR). Specifically, we first concatenate features with the same spatial resolution from different tasks according to their channel dimension. Then, we show that the discriminative dimensionality reduction can be…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsInterpretability · Convolution · 1x1 Convolution · Batch Normalization · Weight Decay
