中文
相关论文

相关论文: Location Augmentation for CNN

200 篇论文

Convolutional Neural networks nowadays are of tremendous importance for any image classification system. One of the most investigated methods to increase the accuracy of CNN is by increasing the depth of CNN. Increasing the depth by…

计算机视觉与模式识别 · 计算机科学 2016-08-09 Hussein A. Al-Barazanchi , Hussam Qassim , Abhishek Verma

Scene parsing is an important and challenging prob- lem in computer vision. It requires labeling each pixel in an image with the category it belongs to. Tradition- ally, it has been approached with hand-engineered features from color…

机器学习 · 统计学 2014-11-18 Rahul Mohan

Semantic segmentation is an established while rapidly evolving field in medical imaging. In this paper we focus on the segmentation of brain Magnetic Resonance Images (MRI) into cerebral structures using convolutional neural networks (CNN).…

计算机视觉与模式识别 · 计算机科学 2018-04-13 Pierre-Antoine Ganaye , Michaël Sdika , Hugues Benoit-Cattin

In this paper, we present CLCC, a novel contrastive learning framework for color constancy. Contrastive learning has been applied for learning high-quality visual representations for image classification. One key aspect to yield useful…

计算机视觉与模式识别 · 计算机科学 2021-06-10 Yi-Chen Lo , Chia-Che Chang , Hsuan-Chao Chiu , Yu-Hao Huang , Chia-Ping Chen , Yu-Lin Chang , Kevin Jou

With the success of new computational architectures for visual processing, such as convolutional neural networks (CNN) and access to image databases with millions of labeled examples (e.g., ImageNet, Places), the state of the art in…

计算机视觉与模式识别 · 计算机科学 2015-04-16 Bolei Zhou , Aditya Khosla , Agata Lapedriza , Aude Oliva , Antonio Torralba

Thesedays, Convolutional Neural Networks are widely used in semantic segmentation. However, since CNN-based segmentation networks produce low-resolution outputs with rich semantic information, it is inevitable that spatial details (e.g.,…

计算机视觉与模式识别 · 计算机科学 2019-10-03 Youngeun Kim , Seunghyeon Kim , Taekyung Kim , Changick Kim

The need to count and localize repeating objects in an image arises in different scenarios, such as biological microscopy studies, production lines inspection, and surveillance recordings analysis. The use of supervised Convoutional Neural…

计算机视觉与模式识别 · 计算机科学 2021-11-17 Inbar Huberman-Spiegelglas , Raanan Fattal

Top-performing landmark estimation algorithms are based on exploiting the excellent ability of large convolutional neural networks (CNNs) to represent local appearance. However, it is well known that they can only learn weak spatial…

计算机视觉与模式识别 · 计算机科学 2022-10-14 Andrés Prados-Torreblanca , José M. Buenaposada , Luis Baumela

Visual localization is one of the most important components for robotics and autonomous driving. Recently, inspiring results have been shown with CNN-based methods which provide a direct formulation to end-to-end regress 6-DoF absolute…

计算机视觉与模式识别 · 计算机科学 2021-07-02 Mi Tian , Qiong Nie , Hao Shen , Xiahua Xia

Convolutional Neural Networks (CNNs) for visual tasks are believed to learn both the low-level textures and high-level object attributes, throughout the network depth. This paper further investigates the `texture bias' in CNNs. To this end,…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Amin Banitalebi-Dehkordi , Yong Zhang

Stain variation is a phenomenon observed when distinct pathology laboratories stain tissue slides that exhibit similar but not identical color appearance. Due to this color shift between laboratories, convolutional neural networks (CNNs)…

计算机视觉与模式识别 · 计算机科学 2020-04-16 David Tellez , Geert Litjens , Peter Bandi , Wouter Bulten , John-Melle Bokhorst , Francesco Ciompi , Jeroen van der Laak

In contrast to fully connected networks, Convolutional Neural Networks (CNNs) achieve efficiency by learning weights associated with local filters with a finite spatial extent. An implication of this is that a filter may know what it is…

计算机视觉与模式识别 · 计算机科学 2021-02-01 Md Amirul Islam , Matthew Kowal , Sen Jia , Konstantinos G. Derpanis , Neil D. B. Bruce

Planet-scale photo geolocalization involves the intricate task of estimating the geographic location depicted in an image purely based on its visual features. While deep learning models, particularly convolutional neural networks (CNNs),…

计算机视觉与模式识别 · 计算机科学 2026-03-26 David Faget , José Luis Lisani , Miguel Colom

Shape learning, or the ability to leverage shape information, could be a desirable property of convolutional neural networks (CNNs) when target objects have specific shapes. While some research on the topic is emerging, there is no…

计算机视觉与模式识别 · 计算机科学 2024-05-28 Yixin Zhang , Maciej A. Mazurowski

In this paper, we challenge the common assumption that collapsing the spatial dimensions of a 3D (spatial-channel) tensor in a convolutional neural network (CNN) into a vector via global pooling removes all spatial information.…

计算机视觉与模式识别 · 计算机科学 2021-08-19 Md Amirul Islam , Matthew Kowal , Sen Jia , Konstantinos G. Derpanis , Neil D. B. Bruce

Color and structure are the two pillars that combine to give an image its meaning. Interested in critical structures for neural network recognition, we isolate the influence of colors by limiting the color space to just a few bits, and find…

计算机视觉与模式识别 · 计算机科学 2022-08-18 Yunzhong Hou , Liang Zheng , Stephen Gould

Context in image is crucial for scene labeling while existing methods only exploit local context generated from a small surrounding area of an image patch or a pixel, by contrast long-range and global contextual information is ignored. To…

计算机视觉与模式识别 · 计算机科学 2016-08-12 Heng Fan , Xue Mei , Danil Prokhorov , Haibin Ling

While image data starts to enjoy the simple-but-effective self-supervised learning scheme built upon masking and self-reconstruction objective thanks to the introduction of tokenization procedure and vision transformer backbone,…

计算机视觉与模式识别 · 计算机科学 2024-06-11 Zhi-Yi Chin , Chieh-Ming Jiang , Ching-Chun Huang , Pin-Yu Chen , Wei-Chen Chiu

Salient object detection has recently witnessed substantial progress due to powerful features extracted using deep convolutional neural networks (CNNs). However, existing CNN-based methods operate at the patch level instead of the pixel…

计算机视觉与模式识别 · 计算机科学 2016-03-08 Guanbin Li , Yizhou Yu

We present a Visual Place Recognition system that follows the two-stage format common to image retrieval pipelines. The system encodes images of places by employing the activations of different layers of a pre-trained, off-the-shelf, VGG16…

计算机视觉与模式识别 · 计算机科学 2019-09-18 Luis G. Camara , Libor Přeučil