中文
相关论文

相关论文: Hierarchical Spherical CNNs with Lifting-based Ada…

200 篇论文

Nowadays, Deep Neural Networks are among the main tools used in various sciences. Convolutional Neural Network is a special type of DNN consisting of several convolution layers, each followed by an activation function and a pooling layer.…

计算机视觉与模式识别 · 计算机科学 2020-09-17 Hossein Gholamalinezhad , Hossein Khosravi

We propose a platform based on neural networks to solve the image-to-image translation problem in the context of squeeze flow of micro-droplets. In the first part of this paper, we present the governing partial differential equations to lay…

机器学习 · 计算机科学 2022-11-17 Aryan Mehboudi , Shrawan Singhal , S. V. Sreenivasan

Convolutional neural networks (CNNs) are one of the most successful computer vision systems to solve object recognition. Furthermore, CNNs have major applications in understanding the nature of visual representations in the human brain. Yet…

计算机视觉与模式识别 · 计算机科学 2022-12-13 Amr Farahat , Felix Effenberger , Martin Vinck

We present a Multi-Scale Pyramidal Pooling Network, featuring a novel pyramidal pooling layer at multiple scales and a novel encoding layer. Thanks to the former the network does not require all images of a given classification task to be…

计算机视觉与模式识别 · 计算机科学 2012-07-10 Jonathan Masci , Ueli Meier , Gabriel Fricout , Jürgen Schmidhuber

Though widely used in image classification, convolutional neural networks (CNNs) are prone to noise interruptions, i.e. the CNN output can be drastically changed by small image noise. To improve the noise robustness, we try to integrate…

计算机视觉与模式识别 · 计算机科学 2021-09-01 Qiufu Li , Linlin Shen , Sheng Guo , Zhihui Lai

In convolutional neural networks (CNNs), pooling operations play important roles such as dimensionality reduction and deformation compensation. In general, max pooling, which is the most widely used operation for local pooling, is performed…

计算机视觉与模式识别 · 计算机科学 2020-08-07 Takato Otsuzuki , Hideaki Hayashi , Yuchen Zheng , Seiichi Uchida

Graph Neural Networks (GNNs) are powerful tools for graph classification. One important operation for GNNs is the downsampling or pooling that can learn effective embeddings from the node representations. In this paper, we propose a new…

机器学习 · 计算机科学 2024-05-17 Zhehan Zhao , Lu Bai , Lixin Cui , Ming Li , Yue Wang , Lixiang Xu , Edwin R. Hancock

Several variants of Convolutional Neural Networks (CNN) have been developed for Magnetic Resonance (MR) image reconstruction. Among them, U-Net has shown to be the baseline architecture for MR image reconstruction. However, sub-sampling is…

图像与视频处理 · 电气工程与系统科学 2020-01-09 Sriprabha Ramanarayanan , Balamurali Murugesan , Keerthi Ram , Mohanasankar Sivaprakasam

In this paper, we propose a multi-scale deep feature learning method for high-resolution satellite image classification. Specifically, we firstly warp the original satellite image into multiple different scales. The images in each scale are…

计算机视觉与模式识别 · 计算机科学 2016-11-14 Qingshan Liu , Renlong Hang , Huihui Song , Zhi Li

Image-matched nonseparable wavelets can find potential use in many applications including image classification, segmen- tation, compressive sensing, etc. This paper proposes a novel design methodology that utilizes convolutional neural net-…

计算机视觉与模式识别 · 计算机科学 2016-12-16 Naushad Ansari , Anubha Gupta , Rahul Duggal

This paper presents a new artificial neuron model capable of learning its receptive field in the topological domain of inputs. The model provides adaptive and differentiable local connectivity (plasticity) applicable to any domain. It…

神经与进化计算 · 计算机科学 2020-09-08 F. Boray Tek

Lifting is an efficient technique to scale up graphical models generalized to relational domains by exploiting the underlying symmetries. Concurrently, neural models are continuously expanding from grid-like tensor data into structured…

机器学习 · 计算机科学 2021-01-19 Gustav Sourek , Filip Zelezny , Ondrej Kuzelka

Hierarchical feature discovery using non-spiking convolutional neural networks (CNNs) has attracted much recent interest in machine learning and computer vision. However, it is still not well understood how to create a biologically…

神经与进化计算 · 计算机科学 2017-06-27 Amirhossein Tavanaei , Anthony S. Maida

Underwater image enhancement (UIE) is a practically important yet underexplored application of spiking neural networks (SNNs), where the dominant degradations are large-scale and low-frequency, such as wavelength-dependent colour casts and…

计算机视觉与模式识别 · 计算机科学 2026-05-12 Shuang Chen , Ruochen Li , Zihan Zhu , Ronald Thenius , Farshad Arvin , Amir Atapour-Abarghouei

Kernel methods are powerful tools to capture nonlinear patterns behind data. They implicitly learn high (even infinite) dimensional nonlinear features in the Reproducing Kernel Hilbert Space (RKHS) while making the computation tractable by…

机器学习 · 统计学 2017-11-28 Shuai Zhang , Jianxin Li , Pengtao Xie , Yingchun Zhang , Minglai Shao , Haoyi Zhou , Mengyi Yan

Conventional convolution neural networks (CNNs) trained on narrow Field-of-View (FoV) images are the state-of-the-art approaches for object recognition tasks. Some methods proposed the adaptation of CNNs to ultra-wide FoV images by learning…

计算机视觉与模式识别 · 计算机科学 2022-03-15 Ola Ahmad , Freddy Lecue

In this work we establish the relation between optimal control and training deep Convolution Neural Networks (CNNs). We show that the forward propagation in CNNs can be interpreted as a time-dependent nonlinear differential equation and…

神经与进化计算 · 计算机科学 2017-06-23 Eldad Haber , Lars Ruthotto , Elliot Holtham , Seong-Hwan Jun

One impressive advantage of convolutional neural networks (CNNs) is their ability to automatically learn feature representation from raw pixels, eliminating the need for hand-designed procedures. However, recent methods for single image…

计算机视觉与模式识别 · 计算机科学 2016-07-27 Yifan Wang , Lijun Wang , Hongyu Wang , Peihua Li

Transfer learning with pre-trained neural networks is a common strategy for training classifiers in medical image analysis. Without proper channel selections, this often results in unnecessarily large models that hinder deployment and…

计算机视觉与模式识别 · 计算机科学 2021-03-24 Ken C. L. Wong , Satyananda Kashyap , Mehdi Moradi

Convolutional neural network (CNN) has achieved great success on image super-resolution (SR). However, most deep CNN-based SR models take massive computations to obtain high performance. Downsampling features for multi-resolution fusion is…

图像与视频处理 · 电气工程与系统科学 2022-11-30 Bin Sun , Yulun Zhang , Songyao Jiang , Yun Fu