中文
相关论文

相关论文: Fully Convolutional Networks for Semantic Segmenta…

200 篇论文

Convolutional networks are powerful visual models that yield hierarchies of features. We show that convolutional networks by themselves, trained end-to-end, pixels-to-pixels, exceed the state-of-the-art in semantic segmentation. Our key…

计算机视觉与模式识别 · 计算机科学 2015-03-10 Jonathan Long , Evan Shelhamer , Trevor Darrell

We propose a novel semantic segmentation algorithm by learning a deconvolution network. We learn the network on top of the convolutional layers adopted from VGG 16-layer net. The deconvolution network is composed of deconvolution and…

计算机视觉与模式识别 · 计算机科学 2015-05-19 Hyeonwoo Noh , Seunghoon Hong , Bohyung Han

Convolutional neural networks with many layers have recently been shown to achieve excellent results on many high-level tasks such as image classification, object detection and more recently also semantic segmentation. Particularly for…

计算机视觉与模式识别 · 计算机科学 2015-03-10 Alexander G. Schwing , Raquel Urtasun

We propose a method for high-performance semantic image segmentation (or semantic pixel labelling) based on very deep residual networks, which achieves the state-of-the-art performance. A few design factors are carefully considered to this…

计算机视觉与模式识别 · 计算机科学 2016-04-18 Zifeng Wu , Chunhua Shen , Anton van den Hengel

Semantic Segmentation using deep convolutional neural network pose more complex challenge for any GPU intensive task. As it has to compute million of parameters, it results to huge memory consumption. Moreover, extracting finer features and…

计算机视觉与模式识别 · 计算机科学 2020-05-19 Sharif Amit Kamran , Ali Shihab Sabbir

Fully Convolution Networks (FCN) have achieved great success in dense prediction tasks including semantic segmentation. In this paper, we start from discussing FCN by understanding its architecture limitations in building a strong…

计算机视觉与模式识别 · 计算机科学 2016-11-29 Bing Shuai , Ting Liu , Gang Wang

Semantic image segmentation is a principal problem in computer vision, where the aim is to correctly classify each individual pixel of an image into a semantic label. Its widespread use in many areas, including medical imaging and…

计算机视觉与模式识别 · 计算机科学 2016-08-16 Vladimir Nekrasov , Janghoon Ju , Jaesik Choi

One of recent trends [30, 31, 14] in network architec- ture design is stacking small filters (e.g., 1x1 or 3x3) in the entire network because the stacked small filters is more ef- ficient than a large kernel, given the same computational…

计算机视觉与模式识别 · 计算机科学 2017-03-09 Chao Peng , Xiangyu Zhang , Gang Yu , Guiming Luo , Jian Sun

We present a two-module approach to semantic segmentation that incorporates Convolutional Networks (CNNs) and Graphical Models. Graphical models are used to generate a small (5-30) set of diverse segmentations proposals, such that this set…

计算机视觉与模式识别 · 计算机科学 2014-12-17 Michael Cogswell , Xiao Lin , Senthil Purushwalkam , Dhruv Batra

Since the study of deep convolutional neural network became prevalent, one of the important discoveries is that a feature map from a convolutional network can be extracted before going into the fully connected layer and can be used as a…

计算机视觉与模式识别 · 计算机科学 2017-10-24 Jonghwa Yim , Kyung-Ah Sohn

This work proposes a general-purpose, fully-convolutional network architecture for efficiently processing large-scale 3D data. One striking characteristic of our approach is its ability to process unorganized 3D representations such as…

计算机视觉与模式识别 · 计算机科学 2018-08-22 Dario Rethage , Johanna Wald , Jürgen Sturm , Nassir Navab , Federico Tombari

Deep Convolutional Neural Networks (DCNNs) have recently shown state of the art performance in high level vision tasks, such as image classification and object detection. This work brings together methods from DCNNs and probabilistic…

计算机视觉与模式识别 · 计算机科学 2016-06-08 Liang-Chieh Chen , George Papandreou , Iasonas Kokkinos , Kevin Murphy , Alan L. Yuille

Over recent years, increasingly complex approaches based on sophisticated convolutional neural network architectures have been slowly pushing performance on well-established benchmark datasets. In this paper, we take a step back to examine…

图像与视频处理 · 电气工程与系统科学 2021-12-22 Tariq M Khan , Antonio Robles-Kelly , Syed S. Naqvi

Convolutional neural networks (CNN) exhibit unmatched performance in a multitude of computer vision tasks. However, the advantage of using convolutional networks over fully-connected networks is not understood from a theoretical…

机器学习 · 计算机科学 2020-10-06 Eran Malach , Shai Shalev-Shwartz

This paper proposes a convolutional neural network that can fuse high-level prior for semantic image segmentation. Motivated by humans' vision recognition system, our key design is a three-layer generative structure consisting of high-level…

计算机视觉与模式识别 · 计算机科学 2015-11-24 Haitian Zheng , Yebin Liu , Mengqi Ji , Feng Wu , Lu Fang

This paper presents GridNet, a new Convolutional Neural Network (CNN) architecture for semantic image segmentation (full scene labelling). Classical neural networks are implemented as one stream from the input to the output with subsampling…

计算机视觉与模式识别 · 计算机科学 2017-07-27 Damien Fourure , Rémi Emonet , Elisa Fromont , Damien Muselet , Alain Tremeau , Christian Wolf

In this paper, we present a comprehensive study on semantic segmentation with the Pascal VOC dataset. Here, we have to label each pixel with a class which in turn segments the entire image based on the objects/entities present. To tackle…

计算机视觉与模式识别 · 计算机科学 2023-05-08 Sourabh Prakash , Priyanshi Shah , Ashrya Agrawal

Convolutional neural networks are state-of-the-art for various segmentation tasks. While for 2D images these networks are also computationally efficient, 3D convolutions have huge storage requirements and therefore, end-to-end training is…

计算机视觉与模式识别 · 计算机科学 2022-02-01 Christoph Angermann , Markus Haltmeier

Semantic segmentation has recently witnessed major progress, where fully convolutional neural networks have shown to perform well. However, most of the previous work focused on improving single image segmentation. To our knowledge, no prior…

计算机视觉与模式识别 · 计算机科学 2016-11-23 Mennatullah Siam , Sepehr Valipour , Martin Jagersand , Nilanjan Ray

Convolutional networks are the de-facto standard for analyzing spatio-temporal data such as images, videos, and 3D shapes. Whilst some of this data is naturally dense (e.g., photos), many other data sources are inherently sparse. Examples…

计算机视觉与模式识别 · 计算机科学 2017-11-29 Benjamin Graham , Martin Engelcke , Laurens van der Maaten
‹ 上一页 1 2 3 10 下一页 ›