paper-with-me

Papers

Classification With an Edge: Improving Semantic Image Segmentation with Boundary Detection

2016-12-05 · Dimitrios Marmanis, Konrad Schindler, Jan Dirk Wegner, Silvano Galliani, Mihai Datcu, Uwe Stilla

We present an end-to-end trainable deep convolutional neural network (DCNN) for semantic segmentation with built-in awareness of semantically meaningful boundaries. Semantic segmentation is a fundamental remote sensing task, and most state-of-the-art methods rely on DCNNs as their workhorse. A major reason for their success is that deep networks learn to accumulate contextual information over very large windows (receptive fields). However, this success comes at a cost, since the associated loss of effecive spatial resolution washes out high-frequency details and leads to blurry object boundaries. Here, we propose to counter this effect by combining semantic segmentation with semantically informed edge detection, thus making class-boundaries explicit in the model, First, we construct a comparatively simple, memory-efficient model by adding boundary detection to the Segnet encoder-decoder architecture. Second, we also include boundary detection in FCN-type models and set up a high-end classifier ensemble. We show that boundary detection significantly improves semantic segmentation with CNNs. Our high-end ensemble achieves > 90% overall accuracy on the ISPRS Vaihingen benchmark.

📄 PDF Abstract BibTeX arXiv:1612.01337

Code (1)

deep-unlearn/ISPRS-Classification-With-an-Edge 공식 구현 caffe2

Tasks

Boundary DetectionDecoderEdge DetectionGeneral ClassificationImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
Kaiming Initialization 설명 없음
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SegNet SegNet is a semantic segmentation model. This core trainable segmentation architecture consists of an encoder network, a corresponding decoder network followed by a pixel-wise…

Similar Papers 제목 키워드 기반

Boundary-rendering network for breast lesion segmentation in ultrasound images

2022-12-10 · Medical Image Analysis 2022 12 · Ruobing Huanga, Mingrong Lina, Haoran Doua, Zehui Lina 외

Breast Ultrasound (BUS) has proven to be an effective tool for the early detection of cancer in the breast. A lesion segmentation provides identification of the boundary, shape, and location of the target, and serves …

Lesion SegmentationSegmentationSemantic Segmentation

Boundary Corrected Multi-scale Fusion Network for Real-time Semantic Segmentation

2022-03-01 · Tianjiao Jiang, Yi Jin, Tengfei Liang, Xu Wang 외

Image semantic segmentation aims at the pixel-level classification of images, which has requirements for both accuracy and speed in practical application. Existing semantic segmentation methods mainly rely on the high-re…

Real-Time Semantic SegmentationScene ParsingSegmentationSemantic Segmentation

Attention-based fusion of semantic boundary and non-boundary information to improve semantic segmentation

2021-08-05 · Jefferson Fontinele, Gabriel Lefundes, Luciano Oliveira

This paper introduces a method for image semantic segmentation grounded on a novel fusion scheme, which takes place inside a deep convolutional neural network. The main goal of our proposal is to explore object boundary …

Boundary DetectionSegmentationSemantic Segmentation

Boundary Knowledge Translation based Reference Semantic Segmentation

2021-08-01 · Lechao Cheng, Zunlei Feng, Xinchao Wang, Ya Jie Liu 외

Given a reference object of an unknown type in an image, human observers can effortlessly find the objects of the same category in another image and precisely tell their visual boundaries. Such visual cognition capabilit…

SegmentationSemantic SegmentationTranslation

End-to-End Boundary Aware Networks for Medical Image Segmentation

2019-08-21 · Ali Hatamizadeh, Demetri Terzopoulos, Andriy Myronenko

Fully convolutional neural networks (CNNs) have proven to be effective at representing and classifying textural information, thus transforming image intensity into output class masks that achieve semantic image segmentat…

Brain Tumor SegmentationImage SegmentationMedical Image AnalysisMedical Image Segmentation+3