中文
相关论文

相关论文: Log-Polar Space Convolution for Convolutional Neur…

200 篇论文

In recent years, there have been attempts to increase the kernel size of Convolutional Neural Nets (CNNs) to mimic the global receptive field of Vision Transformers' (ViTs) self-attention blocks. That approach, however, quickly hit an upper…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Shahaf E. Finder , Roy Amoyal , Eran Treister , Oren Freifeld

Recent empirical work has shown that hierarchical convolutional kernels inspired by convolutional neural networks (CNNs) significantly improve the performance of kernel methods in image classification tasks. A widely accepted explanation…

机器学习 · 统计学 2022-06-06 Theodor Misiakiewicz , Song Mei

In this paper we present a methodology that uses convolutional neural networks (CNNs) for segmentation by iteratively growing predicted mask regions in each coordinate direction. The CNN is used to predict class probability scores in a…

图像与视频处理 · 电气工程与系统科学 2020-09-25 John Lagergren , Erica Rutter , Kevin Flores

Depth data provide geometric information that can bring progress in RGB-D scene parsing tasks. Several recent works propose RGB-D convolution operators that construct receptive fields along the depth-axis to handle 3D neighborhood relations…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Yajie Xing , Jingbo Wang , Gang Zeng

Practical networks for edge devices adopt shallow depth and small convolutional kernels to save memory and computational cost, which leads to a restricted receptive field. Conventional efficient learning methods focus on lightweight…

计算机视觉与模式识别 · 计算机科学 2023-01-25 Peijie Dong , Xin Niu , Zhiliang Tian , Lujun Li , Xiaodong Wang , Zimian Wei , Hengyue Pan , Dongsheng Li

The task of reflection symmetry detection remains challenging due to significant variations and ambiguities of symmetry patterns in the wild. Furthermore, since the local regions are required to match in reflection for detecting a symmetry…

计算机视觉与模式识别 · 计算机科学 2021-09-06 Ahyun Seo , Woohyeon Shim , Minsu Cho

Augmenting transformation knowledge onto a convolutional neural network's weights has often yielded significant improvements in performance. For rotational transformation augmentation, an important element to recent approaches has been the…

计算机视觉与模式识别 · 计算机科学 2019-06-11 Rohan Ghosh , Anupam K. Gupta

Convolutional Sparse Coding (CSC) is an increasingly popular model in the signal and image processing communities, tackling some of the limitations of traditional patch-based sparse representations. Although several works have addressed the…

计算机视觉与模式识别 · 计算机科学 2017-05-10 Vardan Papyan , Yaniv Romano , Jeremias Sulam , Michael Elad

We propose learnable polyphase sampling (LPS), a pair of learnable down/upsampling layers that enable truly shift-invariant and equivariant convolutional networks. LPS can be trained end-to-end from data and generalizes existing handcrafted…

计算机视觉与模式识别 · 计算机科学 2022-10-17 Renan A. Rojas-Gomez , Teck-Yian Lim , Alexander G. Schwing , Minh N. Do , Raymond A. Yeh

Convolutional Neural Networks have been the backbone of recent rapid progress in Single-Image Super-Resolution. However, existing networks are very deep with many network parameters, thus having a large memory footprint and being…

计算机视觉与模式识别 · 计算机科学 2018-04-24 George Seif , Dimitrios Androutsos

Time Delay Neural Networks (TDNN)-based methods are widely used in dialect identification. However, in previous work with TDNN application, subtle variant is being neglected in different feature scales. To address this issue, we propose a…

计算与语言 · 计算机科学 2021-08-18 Tianlong Kong , Shouyi Yin , Dawei Zhang , Wang Geng , Xin Wang , Dandan Song , Jinwen Huang , Huiyu Shi , Xiaorui Wang

In convolutional neural networks, the convolutions are conventionally performed using a square kernel with a fixed N $\times$ N receptive field (RF). However, what matters most to the network is the effective receptive field (ERF) that…

计算机视觉与模式识别 · 计算机科学 2023-04-21 Qi Chen , Chao Li , Jia Ning , Stephen Lin , Kun He

Convolution plays a crucial role in various applications in signal and image processing, analysis, and recognition. It is also the main building block of convolution neural networks (CNNs). Designing appropriate convolution neural networks…

计算机视觉与模式识别 · 计算机科学 2021-02-23 Pengfei Jin , Tianhao Lai , Rongjie Lai , Bin Dong

Recent works indicate that convolutional neural networks (CNN) need large receptive fields (RF) to compete with visual transformers and their attention mechanism. In CNNs, RFs can simply be enlarged by increasing the convolution kernel…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Ismail Khalfaoui-Hassani , Thomas Pellegrini , Timothée Masquelier

In synthetic aperture radar (SAR) image change detection, it is quite challenging to exploit the changing information from the noisy difference image subject to the speckle. In this paper, we propose a multi-scale spatial pooling (MSSP)…

计算机视觉与模式识别 · 计算机科学 2020-05-25 Jia-Wei Chen , Rongfang Wang , Fan Ding , Bo Liu , Licheng Jiao , Jie Zhang

The layers of convolutional neural networks (CNNs) can be used to alter the resolution of their inputs, but the scaling factors are limited to integer values. However, in many image and video processing applications, the ability to resize…

图像与视频处理 · 电气工程与系统科学 2021-05-24 Li-Heng Chen , Christos G. Bampis , Zhi Li , Chao Chen , Alan C. Bovik

Most convolutional neural networks use some method for gradually downscaling the size of the hidden layers. This is commonly referred to as pooling, and is applied to reduce the number of parameters, improve invariance to certain…

计算机视觉与模式识别 · 计算机科学 2018-04-13 Faraz Saeedan , Nicolas Weber , Michael Goesele , Stefan Roth

The dominant approach for learning local patch descriptors relies on small image regions whose scale must be properly estimated a priori by a keypoint detector. In other words, if two patches are not in correspondence, their descriptors…

计算机视觉与模式识别 · 计算机科学 2019-08-16 Patrick Ebel , Anastasiia Mishchuk , Kwang Moo Yi , Pascal Fua , Eduard Trulls

Depthwise convolution and grouped convolution has been successfully applied to improve the efficiency of convolutional neural network (CNN). We suggest that these models can be considered as special cases of a generalized convolution…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Dong-Qing Zhang

Spatio-temporal forecasting is challenging attributing to the high nonlinearity in temporal dynamics as well as complex location-characterized patterns in spatial domains, especially in fields like weather forecasting. Graph convolutions…

机器学习 · 计算机科学 2021-12-14 Haitao Lin , Zhangyang Gao , Yongjie Xu , Lirong Wu , Ling Li , Stan. Z. Li