中文
相关论文

相关论文: Improved Bilinear Pooling with CNNs

200 篇论文

We propose a local modelling approach using deep convolutional neural networks (CNNs) for fine-grained image classification. Recently, deep CNNs trained from large datasets have considerably improved the performance of object recognition.…

计算机视觉与模式识别 · 计算机科学 2015-03-02 ZongYuan Ge , Chris McCool , Conrad Sanderson , Peter Corke

Due to strong learning abilities of convolutional neural networks (CNNs), they have become mainstream methods for image super-resolution. However, there are big differences of different deep learning methods with different types. There is…

计算机视觉与模式识别 · 计算机科学 2025-06-09 Chunwei Tian , Mingjian Song , Wangmeng Zuo , Bo Du , Yanning Zhang , Shichao Zhang

Image classification is a fundamental task in computer vision with diverse applications, ranging from autonomous systems to medical imaging. The CIFAR-10 dataset is a widely used benchmark to evaluate the performance of classification…

计算机视觉与模式识别 · 计算机科学 2025-02-04 Xiaoran Yang , Shuhan Yu , Wenxi Xu

Feature pooling layers (e.g., max pooling) in convolutional neural networks (CNNs) serve the dual purpose of providing increasingly abstract representations as well as yielding computational savings in subsequent convolutional layers. We…

机器学习 · 计算机科学 2016-11-17 Shuangfei Zhai , Hui Wu , Abhishek Kumar , Yu Cheng , Yongxi Lu , Zhongfei Zhang , Rogerio Feris

We describe the class of convexified convolutional neural networks (CCNNs), which capture the parameter sharing of convolutional neural networks in a convex manner. By representing the nonlinear convolutional filters as vectors in a…

机器学习 · 计算机科学 2016-09-06 Yuchen Zhang , Percy Liang , Martin J. Wainwright

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

Convolutional Neural Networks (CNN) have been pivotal to the success of many state-of-the-art classification problems, in a wide variety of domains (for e.g. vision, speech, graphs and medical imaging). A commonality within those domains is…

机器学习 · 计算机科学 2019-12-02 Rohan Ghosh , Anupam K. Gupta , Mehul Motani

Deep convolutional networks have recently shown excellent performance on Fine-Grained Vehicle Classification. Based on these existing works, we consider that the back-probation algorithm does not focus on extracting less discriminative…

计算机视觉与模式识别 · 计算机科学 2020-01-28 Zhanyu Ma , Dongliang Chang , Xiaoxu Li

Recurrent Neural Network (RNN) is one of the most popular architectures used in Natural Language Processsing (NLP) tasks because its recurrent structure is very suitable to process variable-length text. RNN can utilize distributed…

计算与语言 · 计算机科学 2016-11-22 Peng Zhou , Zhenyu Qi , Suncong Zheng , Jiaming Xu , Hongyun Bao , Bo Xu

Convolutional Neural Networks (CNNs) have achieved comparable error rates to well-trained human on ILSVRC2014 image classification task. To achieve better performance, the complexity of CNNs is continually increasing with deeper and bigger…

计算机视觉与模式识别 · 计算机科学 2014-12-30 Wei Yu , Kuiyuan Yang , Yalong Bai , Hongxun Yao , Yong Rui

Most modern convolutional neural networks (CNNs) used for object recognition are built using the same principles: Alternating convolution and max-pooling layers followed by a small number of fully connected layers. We re-evaluate the state…

机器学习 · 计算机科学 2015-04-14 Jost Tobias Springenberg , Alexey Dosovitskiy , Thomas Brox , Martin Riedmiller

In this paper we propose integrating a priori knowledge into both design and training of convolutional neural networks (CNNs) to learn object representations that are invariant to affine transformations (i.e., translation, scale, rotation).…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Xenju Xu , Guanghui Wang , Alan Sullivan , Ziming Zhang

In this paper, we address the problem of image retrieval by learning images representation based on the activations of a Convolutional Neural Network. We present an end-to-end trainable network architecture that exploits a novel multi-scale…

计算机视觉与模式识别 · 计算机科学 2020-04-27 Federico Vaccaro , Marco Bertini , Tiberio Uricchio , Alberto Del Bimbo

In this paper we introduce a novel method for segmentation that can benefit from general semantics of Convolutional Neural Network (CNN). Our segmentation proposes visually and semantically coherent image segments. We use binary encoding of…

计算机视觉与模式识别 · 计算机科学 2016-11-22 Mahdyar Ravanbakhsh , Hossein Mousavi , Moin Nabi , Lucio Marcenaro , Carlo Regazzoni

The objective of this paper is the effective transfer of the Convolutional Neural Network (CNN) feature in image search and classification. Systematically, we study three facts in CNN transfer. 1) We demonstrate the advantage of using…

计算机视觉与模式识别 · 计算机科学 2016-04-04 Liang Zheng , Yali Zhao , Shengjin Wang , Jingdong Wang , Qi Tian

This paper proposes a novel regularization approach to bias Convolutional Neural Networks (CNNs) toward utilizing edge and line features in their hidden layers. Rather than learning arbitrary kernels, we constrain the convolution layers to…

计算机视觉与模式识别 · 计算机科学 2024-10-23 Christoph Linse , Beatrice Brückner , Thomas Martinetz

Both the Dictionary Learning (DL) and Convolutional Neural Networks (CNN) are powerful image representation learning systems based on different mechanisms and principles, however whether we can seamlessly integrate them to improve the…

计算机视觉与模式识别 · 计算机科学 2020-01-16 Zhao Zhang , Yulin Sun , Yang Wang , Zhengjun Zha , Shuicheng Yan , Meng Wang

Convolutional Neural Network (CNN) features have been successfully employed in recent works as an image descriptor for various vision tasks. But the inability of the deep CNN features to exhibit invariance to geometric transformations and…

计算机视觉与模式识别 · 计算机科学 2015-04-27 Konda Reddy Mopuri , R. Venkatesh Babu

Convolutional Neural Networks (CNN) have become state-of-the-art in the field of image classification. However, not everything is understood about their inner representations. This paper tackles the interpretability and explainability of…

计算机视觉与模式识别 · 计算机科学 2019-11-11 Brian Kenji Iwana , Ryohei Kuroki , Seiichi Uchida

Convolutional neural networks (CNNs) have achieved state-of-the-art results on many visual recognition tasks. However, current CNN models still exhibit a poor ability to be invariant to spatial transformations of images. Intuitively, with…

计算机视觉与模式识别 · 计算机科学 2019-12-04 Xu Shen , Xinmei Tian , Anfeng He , Shaoyan Sun , Dacheng Tao