paper-with-me

홈 › Papers

Resizable Neural Networks

2019-09-25 · Yichen Zhu, Xiangyu Zhang, Tong Yang, Jian Sun

In this paper, we present a deep convolutional neural network (CNN) which performs arbitrary resize operation on intermediate feature map resolution at stage-level. Motivated by weight sharing mechanism in neural architecture search, where a super-network is trained and sub-networks inherit the weights from the super-network, we present a novel CNN approach. We construct a spatial super-network which consists of multiple sub-networks, where each sub-network is a single scale network that obtain a unique spatial configuration, the convolutional layers are shared across all sub-networks. Such network, named as Resizable Neural Networks, are equivalent to training infinite single scale networks, but has no extra computational cost. Moreover, we present a training algorithm such that all sub-networks achieve better performance than individually trained counterparts. On large-scale ImageNet classification, we demonstrate its effectiveness on various modern network architectures such as MobileNet, ShuffleNet, and ResNet. To go even further, we present three variants of resizable networks: 1) Resizable as Architecture Search (Resizable-NAS). On ImageNet, Resizable-NAS ResNet-50 attain 0.4% higher on accuracy and 44% smaller than the baseline model. 2) Resizable as Data Augmentation (Resizable-Aug). While we use resizable networks as a data augmentation technique, it obtains superior performance on ImageNet classification, outperform AutoAugment by 1.2% with ResNet-50. 3) Adaptive Resizable Network (Resizable-Adapt). We introduce the adaptive resizable networks as dynamic networks, which further improve the performance with less computational cost via data-dependent inference.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationNeural Architecture Search

Similar Papers 제목 키워드 기반

ReverseORC: Reverse Engineering of Resizable User Interface Layouts with OR-Constraints

2022-02-23 · Yue Jiang, Wolfgang Stuerzlinger, Christof Lutteroth

Reverse engineering (RE) of user interfaces (UIs) plays an important role in software evolution. However, the large diversity of UI technologies and the need for UIs to be resizable make this challenging. We propose Reve…

Diversity

A Resizable Mini-batch Gradient Descent based on a Multi-Armed Bandit

2017-11-17 · ICLR 2019 5 · Seong Jin Cho, Sunghun Kang, Chang D. Yoo

Determining the appropriate batch size for mini-batch gradient descent is always time consuming as it often relies on grid search. This paper considers a resizable mini-batch gradient descent (RMGD) algorithm based on a …

URNet : User-Resizable Residual Networks with Conditional Gating Module

2019-01-15 · Sang-ho Lee, Simyung Chang, Nojun Kwak

Convolutional Neural Networks are widely used to process spatial scenes, but their computational cost is fixed and depends on the structure of the network used. There are methods to reduce the cost by compressing network…

Introducing Resizable Region Packing Problem in Image Generation, with a Heuristic Solution

2025-09-19 · Hrishikesh Sharma arxiv

The problem of image data generation in computer vision has traditionally been a harder problem to solve, than discriminative problems. Such data generation entails placing relevant objects of appropriate sizes each, at …

Synthetic Data GenerationAnomaly DetectionImage Generation

ROAM: Recurrently Optimizing Tracking Model

2019-07-28 · CVPR 2020 6 · Tianyu Yang, Pengfei Xu, Runbo Hu, Hua Chai 외

In this paper, we design a tracking model consisting of response generation and bounding box regression, where the first component produces a heat map to indicate the presence of the object at different positions and the…

Meta-LearningmodelResponse Generation