<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Progress_Report%3ABayesian_Classification</id>
	<title>Progress Report:Bayesian Classification - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Progress_Report%3ABayesian_Classification"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Progress_Report:Bayesian_Classification&amp;action=history"/>
	<updated>2026-06-10T00:20:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Progress_Report:Bayesian_Classification&amp;diff=3172&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Progress_Report:Bayesian_Classification&amp;diff=3172&amp;oldid=prev"/>
		<updated>2006-12-18T13:17:22Z</updated>

		<summary type="html">&lt;p&gt;Update from Wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= BAYESIAN CLASSIFIER IMAGE FILTER =&lt;br /&gt;
&lt;br /&gt;
[[Image:BayesianProgWeekProject.ppt|Link to Project Template]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Utilizing Bayes's Rule along with an edge-preserving, affine invariant noise remover, brain imagery can be successfully segmented.&lt;br /&gt;
&lt;br /&gt;
== Use Case ==&lt;br /&gt;
&lt;br /&gt;
I'd like to segment a brain image or volume into 'N' classes in a very general manner. I will provide the data and the number of classes that I expect and the algorithm will output a segmented data image or volume with 'N' classes.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
We are using the 28 UCI Schizo cases (structural) for this project. [https://portal.nbirn.net/BIRN/cgi-bin/DataGrid/browse.cgi?browseloc=/home/Projects/Study5000__0005/Files/Archive data].&lt;br /&gt;
&lt;br /&gt;
== Algorithm ==&lt;br /&gt;
&lt;br /&gt;
# The user decides the number of distinct classes in the data: 'N' (default, N = 2)&lt;br /&gt;
# Generate 'N' prior images (default, 'N' uniform prior images) &amp;lt;br /&amp;gt;&lt;br /&gt;
# Generate 'N' statistical distributions (default, 'N' normal distributions) &amp;lt;br /&amp;gt;&lt;br /&gt;
# Generate 'N' data images by applying the statistical distributions to the raw data &amp;lt;br /&amp;gt;&lt;br /&gt;
# Generate 'N' posterior images by applying Bayes' rule to the prior and data images &amp;lt;br /&amp;gt;&lt;br /&gt;
# Smooth the posterior images for 'm' iterations using an anisotropic PDE and renormalize after each iteration (default, m = 5) &amp;lt;br /&amp;gt;&lt;br /&gt;
# Apply maximum a posteriori rule to apply labeling and finalize segmentation&lt;br /&gt;
&lt;br /&gt;
== Porting the Code to an ITK filter ==&lt;br /&gt;
&lt;br /&gt;
The following are ideas per our 06/Sep/2005 project TCON:&lt;br /&gt;
&lt;br /&gt;
* Let's subdivide the code into 3 classes:&lt;br /&gt;
&lt;br /&gt;
# An initializer class&lt;br /&gt;
# A generic Bayesian classifier class&lt;br /&gt;
# A Bayesian classifier with posterior smoothing class&lt;br /&gt;
&lt;br /&gt;
* Filter data inputs include:&lt;br /&gt;
&lt;br /&gt;
# The raw data volume (required, restricted to scalar images)&lt;br /&gt;
# 'N' prior images (optional) {default, 'N' uniform prior images}&lt;br /&gt;
# 'N' statistical distributions (optional) {default, 'N' normal distributions}&lt;br /&gt;
# A segmentation mask (optional) {default, no mask}&lt;br /&gt;
&lt;br /&gt;
* Filter control inputs include:&lt;br /&gt;
&lt;br /&gt;
# Number of Classes 'N' (optional) {default, N = 2}&lt;br /&gt;
# Number of posterior smoothing iterations 'm' (optional) {default, m = 5}&lt;br /&gt;
&lt;br /&gt;
* A wish list of future control inputs include:&lt;br /&gt;
&lt;br /&gt;
# Other smoothing parameters&lt;br /&gt;
&lt;br /&gt;
* Filter data outputs include:&lt;br /&gt;
&lt;br /&gt;
# The resulting labelmap segmentation&lt;br /&gt;
# The intermediate posterior maps (optional)&lt;br /&gt;
&lt;br /&gt;
== Project Status ==&lt;br /&gt;
&lt;br /&gt;
* Fully implemented and tested in Matlab and in ITK. &amp;lt;br /&amp;gt;&lt;br /&gt;
* The working ITK code is currently being ported to an ITK filter for inclusion in the CVS repository. &amp;lt;br /&amp;gt;&lt;br /&gt;
* The working ITK code has been committed to the [http://www.na-mic.org:8000/svn/NAMICSandBox/BayesianSegmentationModule/ SandBox].&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
&lt;br /&gt;
* Algorithm details currently in submission to SPIE.&lt;br /&gt;
* ITK implementation published in the Insight Journal.&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Melonakos|John Melonakos]] @ Georgia Tech&lt;br /&gt;
* Luis Ibanez @ Kitware&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>