中文
相关论文

相关论文: MicroNet: Improving Image Recognition with Extreme…

200 篇论文

Neural networks performance has been significantly improved in the last few years, at the cost of an increasing number of floating point operations per second (FLOPs). However, more FLOPs can be an issue when computational resources are…

计算机视觉与模式识别 · 计算机科学 2022-12-08 Thibault Castells , Seul-Ki Yeom

Modern deep neural networks are powerful and widely applicable models that extract task-relevant information through multi-level abstraction. Their cross-domain success, however, is often achieved at the expense of computational cost, high…

计算机视觉与模式识别 · 计算机科学 2020-07-31 Wenhan Xia , Hongxu Yin , Xiaoliang Dai , Niraj K. Jha

Recent studies revealed that convolutional neural networks do not generalize well to small image transformations, e.g. rotations by a few degrees or translations of a few pixels. To improve the robustness to such transformations, we propose…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Adrian Sandru , Mariana-Iuliana Georgescu , Radu Tudor Ionescu

We propose a novel transformer-style architecture called Global-Local Filter Network (GLFNet) for medical image segmentation and demonstrate its state-of-the-art performance. We replace the self-attention mechanism with a combination of…

计算机视觉与模式识别 · 计算机科学 2024-09-02 Athanasios Tragakis , Qianying Liu , Chaitanya Kaul , Swalpa Kumar Roy , Hang Dai , Fani Deligianni , Roderick Murray-Smith , Daniele Faccio

Despite the promising results of convolutional neural networks (CNNs), their application on devices with limited resources is still a big challenge; this is mainly due to the huge memory and computation requirements of the CNN. To counter…

机器学习 · 计算机科学 2020-03-04 Csanád Sándor , Szabolcs Pável , Lehel Csató

Convolution Neural Networks (CNN) have been extremely successful in solving intensive computer vision tasks. The convolutional filters used in CNNs have played a major role in this success, by extracting useful features from the inputs.…

计算机视觉与模式识别 · 计算机科学 2020-01-08 Pravendra Singh , Pratik Mazumder , Vinay P. Namboodiri

Convolutional neural networks (CNNs) are inherently suffering from massively redundant computation (FLOPs) due to the dense connection pattern between feature maps and convolution kernels. Recent research has investigated the sparse…

计算机视觉与模式识别 · 计算机科学 2019-11-04 Dandan Li , Yuan Zhou , Shuwei Huo , Sun-Yuan Kung

The increasing computational demands of modern neural networks present deployment challenges on resource-constrained devices. Network pruning offers a solution to reduce model size and computational cost while maintaining performance.…

机器学习 · 计算机科学 2024-03-13 Xiang Meng , Wenyu Chen , Riade Benbaki , Rahul Mazumder

Deep representation learning has become one of the most widely adopted approaches for visual search, recommendation, and identification. Retrieval of such representations from a large database is however computationally challenging.…

机器学习 · 计算机科学 2020-04-14 Biswajit Paria , Chih-Kuan Yeh , Ian E. H. Yen , Ning Xu , Pradeep Ravikumar , Barnabás Póczos

This paper introduces an incremental training framework for compressing popular Deep Neural Network (DNN) based unfolded multiple-input-multiple-output (MIMO) detection algorithms like DetNet. The idea of incremental training is explored to…

信息论 · 计算机科学 2021-04-19 Nancy Nayak , Thulasi Tholeti , Muralikrishnan Srinivasan , Sheetal Kalyani

Transformers have sprung up in the field of computer vision. In this work, we explore whether the core self-attention module in Transformer is the key to achieving excellent performance in image recognition. To this end, we build an…

计算机视觉与模式识别 · 计算机科学 2022-05-31 Chuanxin Tang , Yucheng Zhao , Guangting Wang , Chong Luo , Wenxuan Xie , Wenjun Zeng

Reusing features in deep networks through dense connectivity is an effective way to achieve high computational efficiency. The recent proposed CondenseNet has shown that this mechanism can be further improved if redundant features are…

计算机视觉与模式识别 · 计算机科学 2021-04-12 Le Yang , Haojun Jiang , Ruojin Cai , Yulin Wang , Shiji Song , Gao Huang , Qi Tian

In image denoising networks, feature scaling is widely used to enlarge the receptive field size and reduce computational costs. This practice, however, also leads to the loss of high-frequency information and fails to consider within-scale…

计算机视觉与模式识别 · 计算机科学 2023-04-04 Hao Shen , Zhong-Qiu Zhao , Wandi Zhang

Light-weight convolutional neural networks (CNNs) suffer performance degradation as their low computational budgets constrain both the depth (number of convolution layers) and the width (number of channels) of CNNs, resulting in limited…

计算机视觉与模式识别 · 计算机科学 2020-04-02 Yinpeng Chen , Xiyang Dai , Mengchen Liu , Dongdong Chen , Lu Yuan , Zicheng Liu

Deep neural networks have made remarkable progresses on various computer vision tasks. Recent works have shown that depth, width and shortcut connections of networks are all vital to their performances. In this paper, we introduce a method…

计算机视觉与模式识别 · 计算机科学 2018-04-17 Wenqi Liu , Kun Zeng

Vision Transformers (ViT) have recently demonstrated success across a myriad of computer vision tasks. However, their elevated computational demands pose significant challenges for real-world deployment. While low-rank approximation stands…

计算机视觉与模式识别 · 计算机科学 2023-11-08 Chi-Chih Chang , Yuan-Yao Sung , Shixing Yu , Ning-Chi Huang , Diana Marculescu , Kai-Chiang Wu

Diverse user preferences over images have recently led to a great amount of interest in controlling the imagery effects for image restoration tasks. However, existing methods require separate inference through the entire network per each…

计算机视觉与模式识别 · 计算机科学 2020-12-22 Heewon Kim , Sungyong Baik , Myungsub Choi , Janghoon Choi , Kyoung Mu Lee

Few-shot learning remains a challenging problem, with unsatisfactory 1-shot accuracies for most real-world data. Here, we present a different perspective for data distributions in the feature space of a deep network and show how to exploit…

计算机视觉与模式识别 · 计算机科学 2021-12-09 Joseph F Comer , Philip L Jacobson , Heiko Hoffmann

Due to data privacy issues, accelerating networks with tiny training sets has become a critical need in practice. Previous methods achieved promising results empirically by filter-level pruning. In this paper, we both study this problem…

计算机视觉与模式识别 · 计算机科学 2023-03-13 Guo-Hua Wang , Jianxin Wu

Network pruning techniques, including weight pruning and filter pruning, reveal that most state-of-the-art neural networks can be accelerated without a significant performance drop. This work focuses on filter pruning which enables…

计算机视觉与模式识别 · 计算机科学 2023-04-20 Xuanyu He , Yu-I Yang , Ran Song , Jiachen Pu , Conggang Hu , Feijun Jiang , Wei Zhang , Huanghao Ding