paper-with-me

홈 › Papers

Random Ferns for Semantic Segmentation of PolSAR Images

2022-02-07 · Pengchao Wei, Ronny Hänsch

Random Ferns -- as a less known example of Ensemble Learning -- have been successfully applied in many Computer Vision applications ranging from keypoint matching to object detection. This paper extends the Random Fern framework to the semantic segmentation of polarimetric synthetic aperture radar images. By using internal projections that are defined over the space of Hermitian matrices, the proposed classifier can be directly applied to the polarimetric covariance matrices without the need to explicitly compute predefined image features. Furthermore, two distinct optimization strategies are proposed: The first based on pre-selection and grouping of internal binary features before the creation of the classifier; and the second based on iteratively improving the properties of a given Random Fern. Both strategies are able to boost the performance by filtering features that are either redundant or have a low information content and by grouping correlated features to best fulfill the independence assumptions made by the Random Fern classifier. Experiments show that results can be achieved that are similar to a more complex Random Forest model and competitive to a deep learning baseline.

📄 PDF Abstract BibTeX arXiv:2202.03498

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learningobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

MP-ResNet: Multi-path Residual Network for the Semantic segmentation of High-Resolution PolSAR Images

2020-11-10 · Lei Ding, Kai Zheng, Dong Lin, Yuxing Chen 외

There are limited studies on the semantic segmentation of high-resolution Polarimetric Synthetic Aperture Radar (PolSAR) images due to the scarcity of training data and the inference of speckle noises. The Gaofen contest…

DecoderSegmentationSemantic Segmentationvalid

A Comparison of Random Forests and Ferns on Recognition of Instruments in Jazz Recordings

2013-05-22 · Alicja A. Wieczorkowska, Miron B. Kursa

In this paper, we first apply random ferns for classification of real music recordings of a jazz band. No initial segmentation of audio data is assumed, i.e., no onset, offset, nor pitch data are needed. The notion of ra…

ClassificationGeneral Classification

Polarimetric SAR Image Semantic Segmentation with 3D Discrete Wavelet Transform and Markov Random Field

2020-08-05 · Haixia Bi, Lin Xu, Xiangyong Cao, Yong Xue 외

Polarimetric synthetic aperture radar (PolSAR) image segmentation is currently of great importance in image processing for remote sensing applications. However, it is a challenging task due to two main reasons. Firstly, …

Image SegmentationSegmentationSemantic Segmentation

Cell segmentation with random ferns and graph-cuts

2016-02-17 · Arnaud Browet, Christophe De Vleeschouwer, Laurent Jacques, Navrita Mathiah 외

The progress in imaging techniques have allowed the study of various aspect of cellular mechanisms. To isolate individual cells in live imaging data, we introduce an elegant image segmentation framework that effectively …

Cell SegmentationImage SegmentationSemantic Segmentation

rFerns: An Implementation of the Random Ferns Method for General-Purpose Machine Learning

2012-02-06 · Miron B. Kursa

In this paper I present an extended implementation of the Random ferns algorithm contained in the R package rFerns. It differs from the original by the ability of consuming categorical and numerical attributes instead of…

AttributeBIG-bench Machine Learning