中文
相关论文

相关论文: PSDNet and DPDNet: Efficient channel expansion, De…

200 篇论文

Convolutional layers are one of the basic building blocks of modern deep neural networks. One fundamental assumption is that convolutional kernels should be shared for all examples in a dataset. We propose conditionally parameterized…

计算机视觉与模式识别 · 计算机科学 2020-09-07 Brandon Yang , Gabriel Bender , Quoc V. Le , Jiquan Ngiam

Spatial-wise dynamic convolution has become a promising approach to improving the inference efficiency of deep networks. By allocating more computation to the most informative pixels, such an adaptive inference paradigm reduces the spatial…

计算机视觉与模式识别 · 计算机科学 2022-10-13 Yizeng Han , Zhihang Yuan , Yifan Pu , Chenhao Xue , Shiji Song , Guangyu Sun , Gao Huang

Deep convolutional neural networks (CNNs) are used for image denoising via automatically mining accurate structure information. However, most of existing CNNs depend on enlarging depth of designed networks to obtain better denoising…

图像与视频处理 · 电气工程与系统科学 2022-10-04 Chunwei Tian , Menghua Zheng , Wangmeng Zuo , Bob Zhang , Yanning Zhang , David Zhang

Deep neural networks have made significant progress in the field of computer vision. Recent studies have shown that depth, width and shortcut connections of neural network architectures play a crucial role in their performance. One of the…

计算机视觉与模式识别 · 计算机科学 2021-12-30 Rui-Yang Ju , Ting-Yu Lin , Jen-Shiun Chiang

We propose a novel neural architecture for computer vision -- WaveMix -- that is resource-efficient and yet generalizable and scalable. While using fewer trainable parameters, GPU RAM, and computations, WaveMix networks achieve comparable…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Pranav Jeevan , Kavitha Viswanathan , Anandu A S , Amit Sethi

Deep learning has made important contributions to the development of medical image segmentation. Convolutional neural networks, as a crucial branch, have attracted strong attention from researchers. Through the tireless efforts of numerous…

图像与视频处理 · 电气工程与系统科学 2024-05-02 Zhaojin Fu , Zheng Chen , Jinjiang Li , Lu Ren

We present QuickNet, a fast and accurate network architecture that is both faster and significantly more accurate than other fast deep architectures like SqueezeNet. Furthermore, it uses less parameters than previous networks, making it…

机器学习 · 计算机科学 2017-01-13 Tapabrata Ghosh

Dense optical flow estimation is challenging when there are large displacements in a scene with heterogeneous motion dynamics, occlusion, and scene homogeneity. Traditional approaches to handle these challenges include hierarchical and…

计算机视觉与模式识别 · 计算机科学 2023-11-02 Ali Salehi , Madhusudhanan Balasubramanian

The tradeoff between receptive field size and efficiency is a crucial issue in low level vision. Plain convolutional networks (CNNs) generally enlarge the receptive field at the expense of computational cost. Recently, dilated filtering has…

计算机视觉与模式识别 · 计算机科学 2018-05-23 Pengju Liu , Hongzhi Zhang , Kai Zhang , Liang Lin , Wangmeng Zuo

Deep 3-dimensional (3D) Convolutional Network (ConvNet) has shown promising performance on video recognition tasks because of its powerful spatio-temporal information fusion ability. However, the extremely intensive requirements on memory…

计算机视觉与模式识别 · 计算机科学 2019-06-03 Haonan Wang , Jun Lin , Zhongfeng Wang

Convolutional neural networks (CNNs) have recently demonstrated superior quality for computational imaging applications. Therefore, they have great potential to revolutionize the image pipelines on cameras and displays. However, it is…

分布式、并行与集群计算 · 计算机科学 2019-10-15 Chao-Tsung Huang , Yu-Chun Ding , Huan-Ching Wang , Chi-Wen Weng , Kai-Ping Lin , Li-Wei Wang , Li-De Chen

In this paper we propose a method based on deep learning that detects multiple people from a single overhead depth image with high reliability. Our neural network, called DPDnet, is based on two fully-convolutional encoder-decoder neural…

This paper analyzes the design choices of face detection architecture that improve efficiency of computation cost and accuracy. Specifically, we re-examine the effectiveness of the standard convolutional block as a lightweight backbone…

计算机视觉与模式识别 · 计算机科学 2023-11-03 Joonhyun Jeong , Beomyoung Kim , Joonsang Yu , Youngjoon Yoo

In this paper, we present a detailed design of dynamic video segmentation network (DVSNet) for fast and efficient semantic video segmentation. DVSNet consists of two convolutional neural networks: a segmentation network and a flow network.…

计算机视觉与模式识别 · 计算机科学 2018-06-15 Yu-Syuan Xu , Tsu-Jui Fu , Hsuan-Kung Yang , Chun-Yi Lee

Deep convolutional neural networks (DCNN) have recently shown promising results in low-level computer vision problems such as optical flow and disparity estimation, but still, have much room to further improve their performance. In this…

计算机视觉与模式识别 · 计算机科学 2018-10-12 Juan Luis Gonzalez , Muhammad Sarmad , Hyunjoo J. Lee , Munchurl Kim

We consider the use of deep neural network (DNN) to develop a decision-directed (DD)-channel estimation (CE) algorithm for multiple-input multiple-output (MIMO)-space-time block coded systems in highly dynamic vehicular environments. We…

信号处理 · 电气工程与系统科学 2019-01-14 Mehrtash Mehrabi , Mostafa Mohammadkarimi , Masoud Ardakani , Yindi Jing

Over the last decade, the demand for better segmentation and classification algorithms in 3D spaces has significantly grown due to the popularity of new 3D sensor technologies and advancements in the field of robotics. Point-clouds are one…

计算机视觉与模式识别 · 计算机科学 2019-10-02 Felipe Gomez Marulanda , Pieter Libin , Timothy Verstraeten , Ann Nowé

Depthwise convolution has gradually become an indispensable operation for modern efficient neural networks and larger kernel sizes ($\ge5$) have been applied to it recently. In this paper, we propose a novel extremely separated…

计算机视觉与模式识别 · 计算机科学 2020-02-28 Jiarong Chen , Zongqing Lu , Jing-Hao Xue , Qingmin Liao

Owing to flexible architectures of deep convolutional neural networks (CNNs), CNNs are successfully used for image denoising. However, they suffer from the following drawbacks: (i) deep network architecture is very difficult to train. (ii)…

计算机视觉与模式识别 · 计算机科学 2019-03-05 Chunwei Tian , Yong Xu , Lunke Fei , Junqian Wang , Jie Wen , Nan Luo

The emerging Learned Compression (LC) replaces the traditional codec modules with Deep Neural Networks (DNN), which are trained end-to-end for rate-distortion performance. This approach is considered as the future of image/video…

图像与视频处理 · 电气工程与系统科学 2024-07-08 Farhad Pakdaman , Moncef Gabbouj