English
Related papers

Related papers: Width Transfer: On the (In)variance of Width Optim…

200 papers

In convolutional neural networks (CNNs), padding plays a pivotal role in preserving spatial dimensions throughout the layers. Traditional padding techniques do not explicitly distinguish between the actual image content and the padded…

Computer Vision and Pattern Recognition · Computer Science 2023-11-20 Juho Kim

Deploying vision models across devices with varying resource constraints, or even on a single device where available compute fluctuates due to battery state, thermal throttling, or latency deadlines, typically requires training and…

Computer Vision and Pattern Recognition · Computer Science 2026-05-22 Janek Haberer , Jon Eike Wilhelm , Olaf Landsiedel

The impressive performance of deep learning architectures is associated with a massive increase in model complexity. Millions of parameters need to be tuned, with training and inference time scaling accordingly, together with energy…

Machine Learning · Computer Science 2023-11-10 Paolo Didier Alfano , Vito Paolo Pastore , Lorenzo Rosasco , Francesca Odone

Recent progress in deep convolutional neural networks (CNNs) have enabled a simple paradigm of architecture design: larger models typically achieve better accuracy. Due to this, in modern CNN architectures, it becomes more important to…

Machine Learning · Computer Science 2019-05-14 Jongheon Jeong , Jinwoo Shin

Due to memory constraints on current hardware, most convolution neural networks (CNN) are trained on sub-megapixel images. For example, most popular datasets in computer vision contain images much less than a megapixel in size (0.09MP for…

Computer Vision and Pattern Recognition · Computer Science 2020-10-23 Hans Pinckaers , Bram van Ginneken , Geert Litjens

CNNs have made an undeniable impact on computer vision through the ability to learn high-capacity models with large annotated training sets. One of their remarkable properties is the ability to transfer knowledge from a large source dataset…

Computer Vision and Pattern Recognition · Computer Science 2019-07-19 Yu-Xiong Wang , Deva Ramanan , Martial Hebert

Overfit is a fundamental problem in machine learning in general, and in deep learning in particular. In order to reduce overfit and improve generalization in the classification of images, some employ invariance to a group of…

Machine Learning · Computer Science 2021-02-12 Roee Cates , Daphna Weinshall

The channel redundancy in feature maps of convolutional neural networks (CNNs) results in the large consumption of memories and computational resources. In this work, we design a novel Slim Convolution (SlimConv) module to boost the…

Computer Vision and Pattern Recognition · Computer Science 2021-09-08 Jiaxiong Qiu , Cai Chen , Shuaicheng Liu , Bing Zeng

Wide networks are often believed to have a nice optimization landscape, but what rigorous results can we prove? To understand the benefit of width, it is important to identify the difference between wide and narrow networks. In this work,…

Machine Learning · Computer Science 2021-09-03 Dawei Li , Tian Ding , Ruoyu Sun

Convolutional Neural Networks (CNN) for image recognition tasks are seeing rapid advances in the available architectures and how networks are trained based on large computational infrastructure and standard datasets with millions of images.…

Computer Vision and Pattern Recognition · Computer Science 2018-08-01 Thomas Cherico Wanger , Peter Frohn

The increasing complexity of modern deep neural network models and the expanding sizes of datasets necessitate the development of optimized and scalable training methods. In this white paper, we addressed the challenge of efficiently…

Machine Learning · Computer Science 2024-04-29 Raphael Ruschel , A. S. M. Iftekhar , B. S. Manjunath , Suya You

We introduce Virtual Width Networks (VWN), a framework that delivers the benefits of wider representations without incurring the quadratic cost of increasing the hidden size. VWN decouples representational width from backbone width,…

Machine Learning · Computer Science 2025-11-18 Seed , Baisheng Li , Banggu Wu , Bole Ma , Bowen Xiao , Chaoyi Zhang , Cheng Li , Chengyi Wang , Chengyin Xu , Chi Zhang , Chong Hu , Daoguang Zan , Defa Zhu , Dongyu Xu , Du Li , Faming Wu , Fan Xia , Ge Zhang , Guang Shi , Haobin Chen , Hongyu Zhu , Hongzhi Huang , Huan Zhou , Huanzhang Dou , Jianhui Duan , Jianqiao Lu , Jianyu Jiang , Jiayi Xu , Jiecao Chen , Jin Chen , Jin Ma , Jing Su , Jingji Chen , Jun Wang , Jun Yuan , Juncai Liu , Jundong Zhou , Kai Hua , Kai Shen , Kai Xiang , Kaiyuan Chen , Kang Liu , Ke Shen , Liang Xiang , Lin Yan , Lishu Luo , Mengyao Zhang , Ming Ding , Mofan Zhang , Nianning Liang , Peng Li , Penghao Huang , Pengpeng Mu , Qi Huang , Qianli Ma , Qiyang Min , Qiying Yu , Renming Pang , Ru Zhang , Shen Yan , Shen Yan , Shixiong Zhao , Shuaishuai Cao , Shuang Wu , Siyan Chen , Siyu Li , Siyuan Qiao , Tao Sun , Tian Xin , Tiantian Fan , Ting Huang , Ting-Han Fan , Wei Jia , Wenqiang Zhang , Wenxuan Liu , Xiangzhong Wu , Xiaochen Zuo , Xiaoying Jia , Ximing Yang , Xin Liu , Xin Yu , Xingyan Bin , Xintong Hao , Xiongcai Luo , Xujing Li , Xun Zhou , Yanghua Peng , Yangrui Chen , Yi Lin , Yichong Leng , Yinghao Li , Yingshuan Song , Yiyuan Ma , Yong Shan , Yongan Xiang , Yonghui Wu , Yongtao Zhang , Yongzhen Yao , Yu Bao , Yuehang Yang , Yufeng Yuan , Yunshui Li , Yuqiao Xian , Yutao Zeng , Yuxuan Wang , Zehua Hong , Zehua Wang , Zengzhi Wang , Zeyu Yang , Zhengqiang Yin , Zhenyi Lu , Zhexi Zhang , Zhi Chen , Zhi Zhang , Zhiqi Lin , Zihao Huang , Zilin Xu , Ziyun Wei , Zuo Wang

Searching for network width is an effective way to slim deep neural networks with hardware budgets. With this aim, a one-shot supernet is usually leveraged as a performance evaluator to rank the performance \wrt~different width.…

Computer Vision and Pattern Recognition · Computer Science 2021-02-25 Xiu Su , Shan You , Tao Huang , Fei Wang , Chen Qian , Changshui Zhang , Chang Xu

Although CNNs have gained the ability to transfer learned knowledge from source task to target task by virtue of large annotated datasets but consume huge processing time to fine-tune without GPU. In this paper, we propose a new…

Computer Vision and Pattern Recognition · Computer Science 2019-03-28 Tasfia Shermin , Manzur Murshed , Guojun Lu , Shyh Wei Teng

We recently proposed a convolutional neural network (CNN) for remote sensing image pansharpening obtaining a significant performance gain over the state of the art. In this paper, we explore a number of architectural and training variations…

Computer Vision and Pattern Recognition · Computer Science 2018-10-09 Giuseppe Scarpa , Sergio Vitale , Davide Cozzolino

Deep convolutional neural networks (CNNs) have shown appealing performance on various computer vision tasks in recent years. This motivates people to deploy CNNs to realworld applications. However, most of state-of-art CNNs require large…

Computer Vision and Pattern Recognition · Computer Science 2018-02-09 Qinghao Hu , Peisong Wang , Jian Cheng

In this paper we address the memory demands that come with the processing of 3-dimensional, high-resolution, multi-channeled medical images in deep learning. We exploit memory-efficient backpropagation techniques, to reduce the memory…

Computer Vision and Pattern Recognition · Computer Science 2018-08-17 Stefano B. Blumberg , Ryutaro Tanno , Iasonas Kokkinos , Daniel C. Alexander

Convolutional Neural Networks (CNN) have revolutionized perception for color images, and their application to sonar images has also obtained good results. But in general CNNs are difficult to train without a large dataset, need manual…

Computer Vision and Pattern Recognition · Computer Science 2017-09-11 Matias Valdenegro-Toro

High image resolution is critical to obtain a good performance in many computer vision applications. Computational complexity of CNNs, however, grows significantly with the increase in input image size. Here, we show that it is almost…

Computer Vision and Pattern Recognition · Computer Science 2021-03-10 Ali Borji

Classification performance based on ImageNet is the de-facto standard metric for CNN development. In this work we challenge the notion that CNN architecture design solely based on ImageNet leads to generally effective convolutional neural…

Computer Vision and Pattern Recognition · Computer Science 2023-03-07 Lukas Tuggener , Jürgen Schmidhuber , Thilo Stadelmann