Diversified Dynamic Routing for Vision TasksDownload PDF

Published: 08 Aug 2022, Last Modified: 22 Oct 2023VIPriors 2022 OralPosterTBDReaders: Everyone
Keywords: computer vision, dynamic routing, mixture of experts, unsupervised, segmentation, detection
TL;DR: Incentivizing dynamic routing networks to create diverse paths improves accuracy and efficiency
Abstract: Deep learning models for vision tasks are trained on large datasets under the assumption that there exists a universal representation that can be used to make predictions for all samples. Whereas high complexity models are proven to be capable of learning such representations, a mixture of experts trained on specific subsets of the data can infer the labels more efficiently. However using mixture of experts poses two new problems, namely (\textbf{i}) assigning the correct expert at inference time when a new unseen sample is presented. (\textbf{ii}) Finding the optimal partitioning of the training data, such that the experts rely the least on common features. In Dynamic Routing (DR) a novel architecture is proposed where each layer is composed of a set of experts, however without addressing the two challenges we demonstrate that the model reverts to using the same subset of experts. In our method, Diversified Dynamic Routing (DivDR) the model is explicitly trained to solve the challenge of finding relevant partitioning of the data and assigning the correct experts in an unsupervised approach. We conduct several experiments on semantic segmentation on Cityscapes and object detection and instance segmentation on MS-COCO showing improved performance over several baselines.
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:2209.13071/code)
3 Replies

Loading