paper-with-me

Papers

Bayesian aggregation improves traditional single image crop classification approaches

2020-04-07 · Ivan Matvienko, Mikhail Gasanov, Anna Petrovskaia, Raghavendra Belur Jana, Maria Pukalchik, Ivan Oseledets

Machine learning (ML) methods and neural networks (NN) are widely implemented for crop types recognition and classification based on satellite images. However, most of these studies use several multi-temporal images which could be inapplicable for cloudy regions. We present a comparison between the classical ML approaches and U-Net NN for classifying crops with a single satellite image. The results show the advantages of using field-wise classification over pixel-wise approach. We first used a Bayesian aggregation for field-wise classification and improved on 1.5% results between majority voting aggregation. The best result for single satellite image crop classification is achieved for gradient boosting with an overall accuracy of 77.4% and macro F1-score 0.66.

📄 PDF Abstract BibTeX arXiv:2004.03468

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCrop ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
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…
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…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Context Aggregation for Neural Processes

2021-01-01 · ICLR 2021 1 · Michael Volpp, Fabian Flürenbrock, Lukas Grossberger, Christian Daniel 외

Formulating scalable probabilistic regression models with reliable uncertainty estimates has been a long-standing challenge in machine learning research. Recently, casting probabilistic regression as a multi-task learnin…

Bayesian InferenceMulti-Task Learningregression

Integrating uncertainty in deep neural networks for MRI based stroke analysis

2020-08-13 · Lisa Herzog, Elvis Murina, Oliver Dürr, Susanne Wegener 외

At present, the majority of the proposed Deep Learning (DL) methods provide point predictions without quantifying the models uncertainty. However, a quantification of the reliability of automated image analysis is essent…

Federated Bayesian Deep Learning: The Application of Statistical Aggregation Methods to Bayesian Models

2024-03-22 · John Fischer, Marko Orescanin, Justin Loomis, Patrick McClure

Federated learning (FL) is an approach to training machine learning models that takes advantage of multiple distributed datasets while maintaining data privacy and reducing communication costs associated with sharing loc…

Federated LearningUncertainty QuantificationVariational Inference

Flow-Guided Feature Aggregation for Video Object Detection

2017-03-29 · ICCV 2017 10 · Xizhou Zhu, Yujie Wang, Jifeng Dai, Lu Yuan 외

Extending state-of-the-art object detectors from image to video is challenging. The accuracy of detection suffers from degenerated object appearances in videos, e.g., motion blur, video defocus, rare poses, etc. Existing…

Objectobject-detectionObject DetectionVideo Object Detection+1

Improving Deep Ensembles by Estimating Confusion Matrices

2025-03-10 · Danil Kuzin, Olga Isupova, Steven Reece, Brooke D Simmons

Ensembling in deep learning improves accuracy and calibration over single networks. The traditional aggregation approach, ensemble averaging, treats all individual networks equally by averaging their outputs. Inspired by…

Out-of-Distribution Detection