中文
相关论文

相关论文: Fully Convolutional Networks for Automatically Gen…

200 篇论文

In this paper, we propose a fast fully convolutional neural network (FCNN) for crowd segmentation. By replacing the fully connected layers in CNN with 1 by 1 convolution kernels, FCNN takes whole images as inputs and directly outputs…

计算机视觉与模式识别 · 计算机科学 2014-11-18 Kai Kang , Xiaogang Wang

Object segmentation is a key component in the visual system of a robot that performs tasks like grasping and object manipulation, especially in presence of occlusions. Like many other computer vision tasks, the adoption of deep…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Federico Ceola , Elisa Maiettini , Giulia Pasquale , Lorenzo Rosasco , Lorenzo Natale

Convolutional neural nets (CNN) are the leading computer vision method for classifying images. In some cases, it is desirable to classify only a specific region of the image that corresponds to a certain object. Hence, assuming that the…

计算机视觉与模式识别 · 计算机科学 2018-12-07 Sagi Eppel

Rapid advances in 2D perception have led to systems that accurately detect objects in real-world images. However, these systems make predictions in 2D, ignoring the 3D structure of the world. Concurrently, advances in 3D shape prediction…

计算机视觉与模式识别 · 计算机科学 2020-01-28 Georgia Gkioxari , Jitendra Malik , Justin Johnson

The Convolutional Neural Network (CNN) has achieved great success in image classification. The classification model can also be utilized at image or patch level for many other applications, such as object detection and segmentation. In this…

计算机视觉与模式识别 · 计算机科学 2014-12-23 Jun Yuan , Bingbing Ni , Ashraf A. Kassim

Mammographic mass detection and segmentation are usually performed as serial and separate tasks, with segmentation often only performed on manually confirmed true positive detections in previous studies. We propose a fully-integrated…

计算机视觉与模式识别 · 计算机科学 2019-10-22 Hang Min , Devin Wilson , Yinhuang Huang , Siyu Liu , Stuart Crozier , Andrew P Bradley , Shekhar S. Chandra

Deep convolutional neural network (DCNN) is the state-of-the-art method for image segmentation, which is one of key challenging computer vision tasks. However, DCNN requires a lot of training images with corresponding image masks to get a…

计算机视觉与模式识别 · 计算机科学 2018-09-19 Chuanhai Zhang , Kurt Loken , Zhiyu Chen , Zhiyong Xiao , Gary Kunkel

One of the most common tasks in medical imaging is semantic segmentation. Achieving this segmentation automatically has been an active area of research, but the task has been proven very challenging due to the large variation of anatomy…

计算机视觉与模式识别 · 计算机科学 2018-04-10 Holger R. Roth , Chen Shen , Hirohisa Oda , Masahiro Oda , Yuichiro Hayashi , Kazunari Misawa , Kensaku Mori

Automated segmentation of the optic cup and disk on retinal fundus images is fundamental for the automated detection / analysis of glaucoma. Traditional segmentation approaches depend heavily upon hand-crafted features and a priori…

计算机视觉与模式识别 · 计算机科学 2019-02-14 Lei Bi , Yuyu Guo , Qian Wang , Dagan Feng , Michael Fulham , Jinman Kim

Object detection is a trendy branch of computer vision, especially on human recognition and pedestrian detection. Recognizing the complete body of a person has always been a difficult problem. Over the years, researchers proposed various…

计算机视觉与模式识别 · 计算机科学 2019-10-29 Asati Minkesh , Kraittipong Worranitta , Miyachi Taizo

Recently, there has been a high demand for accelerating and improving the detection of automatic cadastral mapping. As this problem is in its starting point, there are many methods of computer vision and deep learning that have not been…

计算机视觉与模式识别 · 计算机科学 2023-10-02 Neda Rahimpour Anaraki , Alireza Azadbakht , Maryam Tahmasbi , Hadi Farahani , Saeed Reza Kheradpisheh , Alireza Javaheri

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

Fully convolutional neural network (FCN) has been dominating the game of face detection task for a few years with its congenital capability of sliding-window-searching with shared kernels, which boiled down all the redundant calculation,…

计算机视觉与模式识别 · 计算机科学 2018-06-05 Guanglu Song , Yu Liu , Ming Jiang , Yujie Wang , Junjie Yan , Biao Leng

Image segmentation is a fundamental and challenging problem in computer vision with applications spanning multiple areas, such as medical imaging, remote sensing, and autonomous vehicles. Recently, convolutional neural networks (CNNs) have…

计算机视觉与模式识别 · 计算机科学 2020-06-24 Ali Hatamizadeh

This paper presents a novel method of landslide detection by exploiting the Mask R-CNN capability of identifying an object layout by using a pixel-based segmentation, along with transfer learning used to train the proposed model. A data set…

计算机视觉与模式识别 · 计算机科学 2020-10-06 Silvia Liberata Ullo , Amrita Mohan , Alessandro Sebastianelli , Shaik Ejaz Ahamed , Basant Kumar , Ramji Dwivedi , G. R. Sinha

Tremendous efforts have been made to improve mask localization accuracy in instance segmentation. Modern instance segmentation methods relying on fully convolutional networks perform pixel-wise classification, which ignores object…

计算机视觉与模式识别 · 计算机科学 2020-07-20 Tianheng Cheng , Xinggang Wang , Lichao Huang , Wenyu Liu

In response to the global COVID-19 pandemic, there has been a critical demand for protective measures, with face masks emerging as a primary safeguard. The approach involves a two-fold strategy: first, recognizing the presence of a face by…

计算机视觉与模式识别 · 计算机科学 2023-11-20 R. Chinnaiyan , Iyyappan M , Al Raiyan Shariff A , Kondaveeti Sai , Mallikarjunaiah B M , P Bharath

In this paper, we propose a broad comparison between Fully Convolutional Networks (FCNs) and Mask Region-based Convolutional Neural Networks (Mask-RCNNs) applied in the Salient Object Detection (SOD) context. Studies in the SOD literature…

计算机视觉与模式识别 · 计算机科学 2019-09-19 Bruno A. Krinski , Daniel V. Ruiz , Guilherme Z. Machado , Eduardo Todt

Convolutional neural network (CNN) based architectures, such as Mask R-CNN, constitute the state of the art in object detection and segmentation. Recently, these methods have been extended for model-based segmentation where the network…

计算机视觉与模式识别 · 计算机科学 2021-01-14 Wenbo Dong , Volkan Isler

A major obstacle in instance segmentation is that existing methods often need many per-pixel labels in order to be effective. These labels require large human effort and for certain applications, such labels are not readily available. To…

计算机视觉与模式识别 · 计算机科学 2019-07-03 Issam H. Laradji , David Vazquez , Mark Schmidt