paper-with-me

Papers

Target Identification and Bayesian Model Averaging with Probabilistic Hierarchical Factor Probabilities

2022-07-21 · William Basener

Target detection in hyperspectral imagery is the process of locating pixels from an image which are likely to contain target, typically done by comparing one or more spectra for the desired target material to each pixel in the image. Target identification is the process of target detection incorporating an additional process to identify more specifically the material that is present in each pixel that scored high in detection. Detection is generally a 2-class problem of target vs. background, and identification is a many class problem including target, background, and additional know materials. The identification process we present is probabilistic and hierarchical which provides transparency to the process and produces trustworthy output. In this paper we show that target identification has a much lower false alarm rate than detection alone, and provide a detailed explanation of a robust identification method using probabilistic hierarchical classification that handles the vague categories of materials that depend on users which are different than the specific physical categories of chemical constituents. Identification is often done by comparing mixtures of materials including the target spectra to mixtures of materials that do not include the target spectra, possibly with other steps. (band combinations, feature checking, background removal, etc.) Standard linear regression does not handle these problems well because the number of regressors (identification spectra) is greater than the number of feature variables (bands), and there are multiple correlated spectra. Our proposed method handles these challenges efficiently and provides additional important practical information in the form of hierarchical probabilities computed from Bayesian model averaging.

📄 PDF Abstract BibTeX arXiv:2207.11212

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Distributed Probabilistic Bisection Search using Social Learning

2016-08-21 · Athanasios Tsiligkaridis, Theodoros Tsiligkaridis

We present a novel distributed probabilistic bisection algorithm using social learning with application to target localization. Each agent in the network first constructs a query about the target based on its local infor…

Probabilistic Deterministic Infinite Automata

2010-12-01 · NeurIPS 2010 12 · David Pfau, Nicholas Bartlett, Frank Wood

We propose a novel Bayesian nonparametric approach to learning with probabilistic deterministic finite automata (PDFA). We define and develop and sampler for a PDFA with an infinite number of states which we call the pro…

Neural Implementation of Hierarchical Bayesian Inference by Importance Sampling

2009-12-01 · NeurIPS 2009 12 · Lei Shi, Thomas L. Griffiths

The goal of perception is to infer the hidden states in the hierarchical process by which sensory data are generated. Human behavior is consistent with the optimal statistical solution to this problem in many tasks, incl…

Bayesian Inference

Automating Model Comparison in Factor Graphs

2023-06-09 · Bart van Erp, Wouter W. L. Nuijten, Thijs van de Laar, Bert de Vries

Bayesian state and parameter estimation have been automated effectively in a variety of probabilistic programming languages. The process of model comparison on the other hand, which still requires error-prone and time-co…

modelparameter estimationProbabilistic Programming

BayesBlend: Easy Model Blending using Pseudo-Bayesian Model Averaging, Stacking and Hierarchical Stacking in Python

2024-04-30 · Nathaniel Haines, Conor Goold

Averaging predictions from multiple competing inferential models frequently outperforms predictions from any single model, providing that models are optimally weighted to maximize predictive performance. This is particul…

model