中文
相关论文

相关论文: Gaussian Filter in CRF Based Semantic Segmentation

200 篇论文

In this paper, we present a conceptually simple, strong, and efficient framework for panoptic segmentation, called Panoptic FCN. Our approach aims to represent and predict foreground things and background stuff in a unified fully…

计算机视觉与模式识别 · 计算机科学 2021-04-06 Yanwei Li , Hengshuang Zhao , Xiaojuan Qi , Liwei Wang , Zeming Li , Jian Sun , Jiaya Jia

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

Semantic segmentation is one of the key tasks in computer vision, which is to assign a category label to each pixel in an image. Despite significant progress achieved recently, most existing methods still suffer from two challenging issues:…

计算机视觉与模式识别 · 计算机科学 2022-09-08 Jianlong Yuan , Zelu Deng , Shu Wang , Zhenbo Luo

Convolutional neural networks (CNNs) have received increasing attention over the last few years. They were initially conceived for image categorization, i.e., the problem of assigning a semantic label to an entire input image. In this paper…

计算机视觉与模式识别 · 计算机科学 2018-02-14 Emmanuel Maggiori , Yuliya Tarabalka , Guillaume Charpiat , Pierre Alliez

State-of-the-art approaches for semantic segmentation rely on deep convolutional neural networks trained on fully annotated datasets, that have been shown to be notoriously expensive to collect, both in terms of time and money. To remedy…

计算机视觉与模式识别 · 计算机科学 2019-10-31 Anton Obukhov , Stamatios Georgoulis , Dengxin Dai , Luc Van Gool

Fully convolutional networks (FCN) has significantly improved the performance of many pixel-labeling tasks, such as semantic segmentation and depth estimation. However, it still remains non-trivial to thoroughly utilize the multi-level…

计算机视觉与模式识别 · 计算机科学 2018-12-05 Yunzhi Zhuge , Pingping Zhang , Huchuan Lu

This paper introduces a deep architecture for segmenting 3D objects into their labeled semantic parts. Our architecture combines image-based Fully Convolutional Networks (FCNs) and surface-based Conditional Random Fields (CRFs) to yield…

计算机视觉与模式识别 · 计算机科学 2017-11-15 Evangelos Kalogerakis , Melinos Averkiou , Subhransu Maji , Siddhartha Chaudhuri

Recent approaches for instance-aware semantic labeling have augmented convolutional neural networks (CNNs) with complex multi-task architectures or computationally expensive graphical models. We present a method that leverages a fully…

计算机视觉与模式识别 · 计算机科学 2016-07-15 Jonas Uhrig , Marius Cordts , Uwe Franke , Thomas Brox

Fully convolutional network (FCN) is a seminal work for semantic segmentation. However, due to its limited receptive field, FCN cannot effectively capture global context information which is vital for semantic segmentation. As a result, it…

计算机视觉与模式识别 · 计算机科学 2025-02-13 Xiaoyu Ren , Zhongying Deng , Jin Ye , Junjun He , Dongxu Yang

Weakly supervised semantic segmentation has been a subject of increased interest due to the scarcity of fully annotated images. We introduce a new approach for solving weakly supervised semantic segmentation with deep Convolutional Neural…

计算机视觉与模式识别 · 计算机科学 2018-07-25 Rania Briq , Michael Moeller , Juergen Gall

Models based on deep convolutional neural networks (CNN) have significantly improved the performance of semantic segmentation. However, learning these models requires a large amount of training images with pixel-level labels, which are very…

计算机视觉与模式识别 · 计算机科学 2018-02-05 Linwei Ye , Zhi Liu , Yang Wang

While initially devised for image categorization, convolutional neural networks (CNNs) are being increasingly used for the pixelwise semantic labeling of images. However, the proper nature of the most common CNN architectures makes them…

计算机视觉与模式识别 · 计算机科学 2017-04-24 Emmanuel Maggiori , Guillaume Charpiat , Yuliya Tarabalka , Pierre Alliez

Deep learning usually requires large amounts of labeled training data, but annotating data is costly and tedious. The framework of semi-supervised learning provides the means to use both labeled data and arbitrary amounts of unlabeled data…

计算机视觉与模式识别 · 计算机科学 2019-04-19 Christoph Baur , Shadi Albarqouni , Nassir Navab

In this paper, we consider the problem of automatically segmenting neuronal cells in dual-color confocal microscopy images. This problem is a key task in various quantitative analysis applications in neuroscience, such as tracing cell…

计算机视觉与模式识别 · 计算机科学 2017-06-01 Jianxu Chen , Sreya Banerjee , Abhinav Grama , Walter J. Scheirer , Danny Z. Chen

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

With the advancement of remote-sensed imaging large volumes of very high resolution land cover images can now be obtained. Automation of object recognition in these 2D images, however, is still a key issue. High intra-class variance and low…

计算机视觉与模式识别 · 计算机科学 2019-10-15 Vikas Agaradahalli Gurumurthy

Semantic segmentation of satellite imagery is a common approach to identify patterns and detect changes around the planet. Most of the state-of-the-art semantic segmentation models are trained in a fully supervised way using Convolutional…

计算机视觉与模式识别 · 计算机科学 2020-12-08 Aditya Kulkarni , Tharun Mohandoss , Daniel Northrup , Ernest Mwebaze , Hamed Alemohammad

This paper describes a fast and accurate semantic image segmentation approach that encodes not only the discriminative features from deep neural networks, but also the high-order context compatibility among adjacent objects as well as low…

计算机视觉与模式识别 · 计算机科学 2016-05-16 Falong Shen , Gang Zeng

OCR character segmentation for multilingual printed documents is difficult due to the diversity of different linguistic characters. Previous approaches mainly focus on monolingual texts and are not suitable for multilingual-lingual cases.…

计算机视觉与模式识别 · 计算机科学 2016-11-17 Huabin Zheng , Jingyu Wang , Zhengjie Huang , Yang Yang , Rong Pan

The fully convolutional network (FCN) has achieved tremendous success in dense visual recognition tasks, such as scene segmentation. The last layer of FCN is typically a global classifier (1x1 convolution) to recognize each pixel to a…

计算机视觉与模式识别 · 计算机科学 2021-09-22 Changqian Yu , Yuanjie Shao , Changxin Gao , Nong Sang