paper-with-me

Papers

Fully Convolutional Networks for Dense Semantic Labelling of High-Resolution Aerial Imagery

2016-06-08 · Jamie Sherrah

The trend towards higher resolution remote sensing imagery facilitates a transition from land-use classification to object-level scene understanding. Rather than relying purely on spectral content, appearance-based image features come into play. In this work, deep convolutional neural networks (CNNs) are applied to semantic labelling of high-resolution remote sensing data. Recent advances in fully convolutional networks (FCNs) are adapted to overhead data and shown to be as effective as in other domains. A full-resolution labelling is inferred using a deep FCN with no downsampling, obviating the need for deconvolution or interpolation. To make better use of image features, a pre-trained CNN is fine-tuned on remote sensing data in a hybrid network context, resulting in superior results compared to a network trained from scratch. The proposed approach is applied to the problem of labelling high-resolution aerial imagery, where fine boundary detail is important. The dense labelling yields state-of-the-art accuracy for the ISPRS Vaihingen and Potsdam benchmark data sets.

📄 PDF Abstract BibTeX arXiv:1606.02585

Code (0)

등록된 구현이 없습니다.

Tasks

Scene UnderstandingVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Learning Multi-level Region Consistency with Dense Multi-label Networks for Semantic Segmentation

2017-01-25 · Tong Shen, Guosheng Lin, Chunhua Shen, Ian Reid

Semantic image segmentation is a fundamental task in image understanding. Per-pixel semantic labelling of an image benefits greatly from the ability to consider region consistency both locally and globally. However, many…

Image SegmentationSegmentationSemantic Segmentation

ILabel: Interactive Neural Scene Labelling

2021-11-29 · Shuaifeng Zhi, Edgar Sucar, Andre Mouton, Iain Haughton 외

Joint representation of geometry, colour and semantics using a 3D neural field enables accurate dense labelling from ultra-sparse interactions as a user reconstructs a scene in real-time using a handheld RGB-D sensor. Ou…

Semantic Segmentation

Semantic3D.net: A new Large-scale Point Cloud Classification Benchmark

2017-04-12 · Timo Hackel, Nikolay Savinov, Lubor Ladicky, Jan D. Wegner 외

This paper presents a new 3D point cloud classification benchmark data set with over four billion manually labelled points, meant as input for data-hungry (deep) learning methods. We also discuss first submissions to the…

3D Point Cloud ClassificationClassificationDeep LearningGeneral Classification+4

Deep Learning for Semantic Part Segmentation with High-Level Guidance

2015-05-10 · S. Tsogkas, I. Kokkinos, G. Papandreou, A. Vedaldi

In this work we address the task of segmenting an object into its parts, or semantic part segmentation. We start by adapting a state-of-the-art semantic segmentation system to this task, and show that a combination of a …

Deep LearningObjectSegmentationSemantic Segmentation+1

SemanticFusion: Dense 3D Semantic Mapping with Convolutional Neural Networks

2016-09-16 · John McCormac, Ankur Handa, Andrew Davison, Stefan Leutenegger

Ever more robust, accurate and detailed mapping using visual sensing has proven to be an enabling factor for mobile robots across a wide variety of applications. For the next level of robot intelligence and intuitive use…