<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adalca</id>
	<title>NAMIC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adalca"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Adalca"/>
	<updated>2026-05-28T17:31:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=95005</id>
		<title>2017 Winter Project Week/Population Based Image Imputation</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=95005"/>
		<updated>2017-01-13T14:36:57Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
Image:PW-Imputation2017.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca, MIT, MGH&lt;br /&gt;
*Katie Bouman, MIT&lt;br /&gt;
*Mert Sabuncu, MGH, Cornell&lt;br /&gt;
*Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* To test (and implement) a GPU version of Population Based Image Imputation, which learns a sparse-observation low-dimensional Gaussian Mixture Model at many locations in an image. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Test whether the type of operations we do (most many many small matrix multiplications and look-up) can be made significantly more efficient on a GPU&lt;br /&gt;
* Implement algorithm updates on GPU &lt;br /&gt;
* investigate banding side-effects.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Implemented entire algorithm on GPU. &lt;br /&gt;
* Comparing 4-CPU with a GTX1080, we gain significant speedup when dimensionality of subspace is large, but in the realistic scenario (subspace has low dimensionality) the speedup is only ~2x. &lt;br /&gt;
* Banding in images found to be due to bad cluster assignment of patches. We're working on assigning cluster assignment of patches based on original subject space rather than atlas space.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94681</id>
		<title>2017 Winter Project Week/Population Based Image Imputation</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94681"/>
		<updated>2017-01-09T18:41:32Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
Image:PW-Imputation2017.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca, MIT, MGH&lt;br /&gt;
*Katie Bouman, MIT&lt;br /&gt;
*Mert Sabuncu, MGH, Cornell&lt;br /&gt;
*Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* To test (and implement) a GPU version of Population Based Image Imputation, which learns a sparse-observation low-dimensional Gaussian Mixture Model at many locations in an image. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Test whether the type of operations we do (most many many small matrix multiplications and look-up) can be made significantly more efficient on a GPU&lt;br /&gt;
* Implement algorithm updates on GPU &lt;br /&gt;
* investigate banding side-effects.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94640</id>
		<title>2017 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94640"/>
		<updated>2017-01-09T18:19:33Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-Winter2017.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=Welcome to the web page for the 24th Project Week!=&lt;br /&gt;
&lt;br /&gt;
The 24th NA-MIC Project Week open source hackathon is being held during the week of January 9-13, 2017 at MIT. Please go through this page for information, and if you have questions, please contact [https://www.spl.harvard.edu/pages/People/tkapur Tina Kapur, PhD].&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 9-13, 2017.&lt;br /&gt;
*'''Location:''' [https://www.google.com/maps/place/MIT:+Computer+Science+and+Artificial+Intelligence+Laboratory/@42.361864,-71.090563,16z/data=!4m2!3m1!1s0x0:0x303ada1e9664dfed?hl=en MIT CSAIL], Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
*'''Transportation:''' Public transportation is highly encouraged, as no parking permits will be issued by MIT. For a list of local garages, please see [http://web.mit.edu/facilities/transportation/parking/visitors/public_parking.html here]&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/2017projectweek here]. Registration Fee: $330.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Next Project Week:'''' [http://wiki.na-mic.org/Wiki/index.php/2017_Summer_Project_Week June 26-30, 2017, Catanzaro, Italy]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The National Alliance for Medical Image Computing (NAMIC), was founded in 2005 and chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], enhancements to the underlying building blocks [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an open source hackathon event called Project Week.&lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual open source hackathon which draws 60-120 researchers. As of August 2014, it is a [http://www.miccai.org/organization MICCAI] endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past_Project_Weeks|here]].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the NA-MIC Project Week [http://public.kitware.com/mailman/listinfo/na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
==Conference Calls for Preparation==&lt;br /&gt;
&lt;br /&gt;
Conference call phone number and notes are available [[TCONS:2017_Winter_Project_Week|here]].&lt;br /&gt;
&lt;br /&gt;
==Calendar==&lt;br /&gt;
&lt;br /&gt;
'''''&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;The events are listed in the calendar below. Note that due to a current known limitation of our infrastructure, you will need to manually navigate to the week of January 8, 2017 to see the relevant events.&amp;lt;/font&amp;gt;'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Google Calendar&lt;br /&gt;
|id=kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&lt;br /&gt;
|timezone=America/New_York&amp;amp;dates=20170108%2F20170114&lt;br /&gt;
|title=NAMIC Winter Project Week&lt;br /&gt;
|view=WEEK&lt;br /&gt;
|dates=20170108/20170114&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
iCal (.ics) link: https://calendar.google.com/calendar/ical/kitware.com_sb07i171olac9aavh46ir495c4%40group.calendar.google.com/public/basic.ics&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
&lt;br /&gt;
*Use this [[2017_Project_Week_Template | Updated Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
== Deep Learning and GPUs ==&lt;br /&gt;
#[[2017 Winter Project Week/Deep Learning for Medical Image Computation| Deep Learning for Medical Image Computing]] (Tina Kapur)&lt;br /&gt;
#[[2017 Winter Project Week/Needle Segmentation from MRI | Needle Segmentation from MRI]] (Tina Kapur, Ziyang Wang, Guillaume Pernelle, Paolo Zaffino)&lt;br /&gt;
#[[2017 Winter Project Week/DeepInfer| DeepInfer: Open-source Deep Learning Deployment Toolkit]] (Alireza Mehrtash, Mehran Pesteie, Yang (Silvia) Yixin, Tina Kapur, Sandy Wells, Purang Abolmaesumi, Andriy Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/Diffusely abnormal white matter segmentation with 3d U-net| Diffusely abnormal white matter segmentation with 3d U-net]] (Mohsen Ghafoorrian, Bram Platel, Sandy Wells, Tina Kapur, Charles Guttmann)&lt;br /&gt;
# [[2017 Winter Project Week/OCM-MRI | Deep Learning for Synthetic MRI]] (Frank Preiswerk, Yaofei &amp;quot;Ada&amp;quot; Wang)&lt;br /&gt;
#[[2017 Winter Project Week/An open-source tool to classify TMJ OA condyles | An open-source tool to classify TMJ OA condyles]] (Priscille de Dumast, Juan Carlos Prieto, Beatriz Paniagua)&lt;br /&gt;
#[[2017 Winter Project Week/Evaluate Deep Learning for binary cancer legion classification | Evaluate Deep Learning for binary cancer lesion classification]] (Curt Lisle)&lt;br /&gt;
#[[2017 Winter Project Week/Convolutional neural nets for lung cancer survival prediction  | Convolutional neural nets for lung cancer survival prediction]] (Ahmed Hosny, Chintan Parmar, Roman Zeleznik, Hugo Aerts)&lt;br /&gt;
#[[2017 Winter Project Week/Population Based Image Imputation  | Population Based Image Imputation]] (Adrian Dalca, Katie Bouman, Mert Sabuncu, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
== Web Technologies ==&lt;br /&gt;
#[[2017_Winter_Project_Week/WebTechnologyAndSlicer| Web Technology and Slicer]]  (Steve Pieper, Erik Zeigler, Curt Lisle, Satra Ghosh, Hans Meine) &lt;br /&gt;
#[[2017 Winter Project Week/Slicer Qt5 and Python3 | Slicer Qt5 and Python3]]  (Steve Pieper, Jean-Christophe Fillion-Robin, Andras Lasso, Andrey Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/IPFS_NoSQL_Combination | IPFS and NoSQL for cloud databases]] (Hans Meine, Steve Pieper)&lt;br /&gt;
#[[Explore integration of Web-based imaging workflows with Slicer | Explore integration of Web-based imaging workflows with Slicer ]] (Curt Lisle, Satra Gosh, Steve Peiper)&lt;br /&gt;
#[[2017 Winter Project Week/Web-based system to federate biological, clinical and morphological data | Web-based system to federate biological, clinical and morphological data]] (Juan Carlos Prieto, Clément Mirabel)&lt;br /&gt;
#[[2017_Winter_Project_Week/OAuth2SlicerPathology | OAuth2.0 authentication in SlicerPathology]]  (Erich Bremer, Steve Pieper, Teodora Szasz)&lt;br /&gt;
#[[2017 Winter Project Week/Electron App to add, navigate and visualize DICOM images | Electron App to add, navigate and visualize DICOM images]] (Smruti Padhy, Satrajit Ghosh, Mathias Goncalves)&lt;br /&gt;
#[[2017 Winter Project Week/AMI: A 3D Medical Imaging Javascript Library | AMI: A 3D Medical Imaging Javascript Library]] (Rudolph Pienaar, Jorge Luis Bernal Rusiel, Nicolas Rannou)&lt;br /&gt;
#[[2017_Winter_Project_Week/MedicalVisualizerUsingParaViewWeb | Medical Visualizer using ParaViewWeb]] (Teodora Szasz)&lt;br /&gt;
&lt;br /&gt;
== IGT: Navigation, Robotics, Surgical Planning ==&lt;br /&gt;
#[[2017 Winter Project Week/Tracked Ultrasound Standardization | Tracked Ultrasound Standardization III: The Refining]]  (Andras Lasso, Simon Drouin, Junichi Tokuda, Longquan Chen, Adam Rankin, Janne Beate Bakeng)&lt;br /&gt;
#[[2017 Winter Project Week/ROS Surface Scan | ROS Surface Scan]]  (Tobias Frank, Junichi Tokuda, Longquan Chen)&lt;br /&gt;
#[[2017 Winter Project Week/Open_Source_Electromagnetic_Trackers | Open Source Electromagnetic Trackers]]  (Peter Traneus Anderson)&lt;br /&gt;
#[[2017 Winter Project Week/LiverResectionPlanning | Liver resection planning extension]] (Louise Oram, Andrey Fedorov, Christian Herz, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/3DSurgicalPlanningBreastReconstruction| 3D surgical planning solution for autologous breast reconstruction]] (Michael Chae, Andras Lasso, Julian Smith, Warren Rozen, David Hunter-Smith)&lt;br /&gt;
#[[2017 Winter Project Week/Intraoperative_Functional_Visualization | Visualization Concept for Intraoperative Use of Functional Mapping Data ]] (Rebekka Lauer, Anna Roethe, Prashin Unadkat, Sarah Frisken)&lt;br /&gt;
&lt;br /&gt;
==dMRI==&lt;br /&gt;
#[[2017 Winter Project Week/WhiteMatterAnalysis | Fiber endpoint analysis for neurosurgical planning]]  (Fan Zhang, Shun Gong, Isaiah Norton, Ye Wu, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/LORDWI | Density-based DMRI registration ]] (Henrik Groenholt Jensen, Lauren J. O'Donnell, Tina Kapur, Fan Zhang, Carl-Fredrik Westin)&lt;br /&gt;
#[[2017 Winter Project Week/SlicerDMRIDocumentationAndTesting | SlicerDMRI Testing and Documentation]]  (Shun Gong, Ye Wu, Isaiah Norton, Fan Zhang, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/DiPy_in_Slicer | DiPy integration in Slicer]] (Isaiah Norton, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/DWI_Similarity_Metrics | Identification of information-rich patches in Diffusion-Weighted Images]] (Laurent Chauvin, Fan Zhang, Lauren J. O'Donnell, Matthew Toews)&lt;br /&gt;
&lt;br /&gt;
==Quantitative Imaging Informatics==&lt;br /&gt;
#[[2017 Winter Project Week/dcmqi | dcmqi library]] (Andrey Fedorov, Christian Herz, JC, Steve Pieper)&lt;br /&gt;
#[[2017 Winter Project Week/QuantitativeReporting | DICOM QuantitativeReporting]] (Christian Herz, Andrey Fedorov, Andras Lasso, Csaba Pinter)&lt;br /&gt;
#[[2017 Winter Project Week/PyRadiomics | PyRadiomics library ]] (Joost van Griethuysen, Hugo Aerts, Andrey Fedorov, Steve Pieper, Jean-Christophe Fillion-Robin)&lt;br /&gt;
#[[2017 Winter Project Week/PkModeling | PkModeling - DCE Modeling Accuracy and UI/UX Update]] (Andrew Beers)&lt;br /&gt;
#[[2017 Winter Project Week/SegWithSubtractionAndModel| Manual Segmentation Module w/ Subtraction Maps + Delaunay Models]] (Andrew Beers)&lt;br /&gt;
&lt;br /&gt;
== Shape Analysis, Segmentation ==&lt;br /&gt;
#[[2017 Winter Project Week/SlicerShape | Slicer for Shape Analysis ]] (Beatriz Paniagua)&lt;br /&gt;
#[[2017 Winter Project Week/MandibularRegression | Mandibular Shape Regression ]] (Beatriz Paniagua, James Fishbaugh)&lt;br /&gt;
#[[2017 Winter Project Week/Slicer_HoloLens | Slicer &amp;amp; HoloLens]]  (Adam Rankin, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/HyperspectralOpht | Slicer for Hyperspectral Ophthalmology Analysis ]] (Sungmin Hong)&lt;br /&gt;
#[[2017 Winter Project Week/GeodesicSegmentationandLungtumorAnalysis| Geodesic Segmentation and Lung tumor Analysis]] (Patmaa S, Sarthak Pati, Ratheesh k, Mark B, Yong F, Despina K, Ragini V, Christos D)&lt;br /&gt;
#[[2017 Winter Project Week/ProstateSectorSegmentation | Prostate Gland Sector Segmentation]] (Anneke Meyer, Andrey Fedorov, Alireza Mehrtash, Christian Hansen)&lt;br /&gt;
#[[2017 Winter Project Week/Multi-ModalitySegmentationOfUSandMRImagesForGliomaSurgery | Multi-Modality Segmentation of US- and MR-Images for Glioma Surgery]] (Jennifer Nitsch)&lt;br /&gt;
#[[2017 Winter Project Week/MeningiomaSegmentation | Segmentation of meningiomas in structural MR images]] (Satrajit Ghosh, Omar Arnaout)&lt;br /&gt;
#[[2017 Winter Project Week/CoronarySegmentationTool| Automatic and Manual Segmentation Tool of Coronary Artery from CTA imaging]] (Haoyin Zhou, Jayender Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
#[[2017 Winter Project Week/SubjectHierarchyRefactoring | Subject hierarchy single-node refactoring]] (Csaba Pinter)&lt;br /&gt;
#[[2017 Winter Project Week/Plastimatch19 | Upgrade Plastimatch extension ]] (Greg Sharp)&lt;br /&gt;
#[[2017 Winter Project Week/UpdatingCommunityForums | Updating Community Forums (Discourse, GitHub, Gitter, ???)]] (Andrey Fedorov, Andras Lasso, Steve Pieper, Mike Halle, Isaiah Norton, and The Community)&lt;br /&gt;
#[[2017 Winter Project Week/SlicerGeometryModifier | Slicer support for interactive modification of 3D models ]] (Johan Andruejol, Beatriz Paniagua, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/Support_for_volumetric_meshes | Support for volumetric meshes ]] (Alexis Girault, Curtis Lisle, Steve Pieper)&lt;br /&gt;
#[[2017 Winter Project Week/Improve_Matlab_integration | Improve Matlab integration ]] (Alexis Girault, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/Integrative_Intraoperative_Interface | Integrative Interface for Intraoperative Software Applications ]] (Rebekka Lauer, Anna Roethe, Prashin Unadkat, Sarah Frisken)&lt;br /&gt;
&lt;br /&gt;
==Training and Dissemination==&lt;br /&gt;
#[[2017 Winter Project Week/2017TutorialContest| Tutorial contest]] (Sonia Pujol)&lt;br /&gt;
#[[2017 Winter Project Week/2017 NVIDIA Demo Contest|NVIDIA Demo Contest]] (Abdul Halabi, Abel Brown)&lt;br /&gt;
&lt;br /&gt;
==Next project week==&lt;br /&gt;
#[[2017 Winter Project Week/Next project week| Next project week]] (Paolo Zaffino, Maria Francesca Spadea, Tina Kapur)&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit this [https://www.regonline.com/2017projectweek registration site].&lt;br /&gt;
&lt;br /&gt;
# Aman Shboul, Zaina :: Old Dominion University&lt;br /&gt;
# Aerts, Hugo :: DFCI-Harvard&lt;br /&gt;
# Alam, Mahbubul :: Old Dominion University&lt;br /&gt;
# Anderson, Peter :: Retired&lt;br /&gt;
# Andruejol, Johan  :: Kitware, Inc.&lt;br /&gt;
# Bakeng, Janne Beate  :: SINTEF&lt;br /&gt;
# Beers, Andrew :: Massachusetts General Hospital&lt;br /&gt;
# Bernal Rusiel, Jorge Luis :: Boston Children's Hospital&lt;br /&gt;
# Bremer, Erich :: Stony Brook University&lt;br /&gt;
# Burke, Brice :: American University of Antigua College of Medicine&lt;br /&gt;
# Cetin Karayumak, Suheyla :: Brigham and Women's Hospital&lt;br /&gt;
# Chae, Michael :: Monash University&lt;br /&gt;
# Chauvin, Laurent :: ETS&lt;br /&gt;
# Dalca, Adrian :: Massachusetts Institute of Technology&lt;br /&gt;
# DiPrima, Tammy :: Stony Brook University&lt;br /&gt;
# Drouin, Simon :: Montreal Neurological Institute&lt;br /&gt;
# Fan, Zhipeng :: Brigham and Women's Hospital&lt;br /&gt;
# Fedorov, Andriy :: Brigham and Women's Hospital&lt;br /&gt;
# Fillion-Robin, Jean-Christophe :: Kitware, Inc.&lt;br /&gt;
# Fishbaugh, James :: New York University&lt;br /&gt;
# Frank, Tobias :: Leibniz Universität Hannover&lt;br /&gt;
# Frisken, Sarah :: Brigham and Women's Hospital&lt;br /&gt;
# García Mato, David :: Queen´s University / Universidad Carlos III de Madrid&lt;br /&gt;
# Ghafoorian, Mohsen :: Brigham and Women's Hospital&lt;br /&gt;
# Ghosh, Satrajit :: Massachusetts Institute of Technology&lt;br /&gt;
# Girault, Alexis :: Kitware, Inc.&lt;br /&gt;
# Golland, Polina :: Massachusetts Institute of Technology&lt;br /&gt;
# Gollub, Randy :: Massachusetts General Hospital&lt;br /&gt;
# Goncalves, Mathias :: Massachusetts Institute of Technology&lt;br /&gt;
# Gong, Shun :: Brigham and Women's Hospital&lt;br /&gt;
# Guerrier de Dumast, Priscille :: University of Michigan&lt;br /&gt;
# Halle, Michael :: Brigham and Women's Hospital&lt;br /&gt;
# Harris, Gordon :: Massachusetts General Hospital&lt;br /&gt;
# Helba, Brian :: Kitware, Inc.&lt;br /&gt;
# Herz, Christian :: Brigham and Women's Hospital&lt;br /&gt;
# Hong, Sungmin :: New York University&lt;br /&gt;
# Hosny, Ahmed :: Dana-Farber&lt;br /&gt;
# Jagadeesan, Jayender :: Brigham and Women's Hospital&lt;br /&gt;
# Jarecka, Dorota :: Massachusetts Institute of Technology&lt;br /&gt;
# Jensen, Henrik G. :: University of Copenhagen&lt;br /&gt;
# Kaczmarzyk, Jakub :: Massachusetts Institute of Technology&lt;br /&gt;
# Kapur, Tina :: Brigham and Women's Hospital&lt;br /&gt;
# Kennedy, David :: UMass Medical School&lt;br /&gt;
# Kikinis, Ron :: Brigham and Women's Hospital&lt;br /&gt;
# Lasso, Andras :: PerkLab, Queen's University&lt;br /&gt;
# Lauer, Rebekka :: Humboldt University Berlin&lt;br /&gt;
# Lisle, Curtis :: KnowledgeVis, LLC&lt;br /&gt;
# Mastrogiacomo, Katie :: Brigham and Women's Hospital&lt;br /&gt;
# Mateus, D. :: TUM&lt;br /&gt;
# Mehrtash, Alireza :: Brigham and Women's Hospital&lt;br /&gt;
# Meine, Hans :: University of Bremen&lt;br /&gt;
# Meyer, Anneke :: University of Magdeburg&lt;br /&gt;
# Miller, James :: GE Research&lt;br /&gt;
# Mirabel, Clement :: University of Michigan&lt;br /&gt;
# Nitsch, Jennifer :: University of Bremen&lt;br /&gt;
# Norton, Isaiah :: Brigham and Women's Hospital&lt;br /&gt;
# O'Donnell, Lauren :: Brigham and Women's Hospital&lt;br /&gt;
# Oram, Louise :: The Intervention Centre-Oslo University Hospital&lt;br /&gt;
# Padhy, Smruti :: Massachusetts Institute of Technology&lt;br /&gt;
# Paniagua, Beatriz :: Kitware, Inc.&lt;br /&gt;
# Parmar, Chintan :: DFCI-Harvard Medical School&lt;br /&gt;
# Peled, Sharon :: Brigham and Women's Hospital&lt;br /&gt;
# Pieper, Steve :: Isomics, Inc.&lt;br /&gt;
# Pinter, Csaba :: Queen's University&lt;br /&gt;
# Preiswerk, Frank :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Prieto, Juan :: NIRAL&lt;br /&gt;
# Pujol, Sonia :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Rankin, Adam :: Robarts Research Institute&lt;br /&gt;
# Rheault, Francois :: Université de Sherbrooke&lt;br /&gt;
# Roethe, Anna :: Humboldt University / Charité University Hospital Berlin&lt;br /&gt;
# Szczepankiewicz, Filip :: Lund University&lt;br /&gt;
# Sharp, Gregory :: Massachusetts General Hospital&lt;br /&gt;
# Sridharan, Patmaa :: University of Pennsylvania-CBICA&lt;br /&gt;
# Szasz, Teodora :: University of Chicago&lt;br /&gt;
# Unadkat, Prashin :: Brigham and Women's Hospital&lt;br /&gt;
# Van Griethuysen , Joost :: Netherlands Cancer Institute&lt;br /&gt;
# Vidyaratne, Lasitha :: Old Dominion University&lt;br /&gt;
# Wang, Yaofei :: Brigham and Women's Hospital&lt;br /&gt;
# Wang, Ziyang :: Brigham and Women's Hospital&lt;br /&gt;
# Wei, Dawei ::  Brigham and Women's Hospital&lt;br /&gt;
# Westin, Carl-Fredrik :: Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
# Xu, Wanxin :: Brigham and Women's Hospital&lt;br /&gt;
# Yang, Yixin :: Brigham and Women's Hospital&lt;br /&gt;
# Ye, Wu :: Brigham and Women's Hospital&lt;br /&gt;
# Zaffino, Paolo :: Magna Graecia University of Catanzaro, Italy&lt;br /&gt;
# Zeleznik, Roman :: DFCI&lt;br /&gt;
# Zhang, Fan :: Brigham and Women's Hospital&lt;br /&gt;
# Zhang, Miaomiao :: Massachusetts Institute of Technology&lt;br /&gt;
# Zhang, Yuqian :: Brigham and Women's Hospital&lt;br /&gt;
# Zhou, Haoyin :: Brigham and Women's Hospital&lt;br /&gt;
# Ziegler, Erik :: Open Health Imaging Foundation/Mass General Hospital&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94639</id>
		<title>2017 Winter Project Week/Population Based Image Imputation</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94639"/>
		<updated>2017-01-09T18:18:19Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
Image:PW-Imputation2017.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca, MIT, MGH&lt;br /&gt;
*Katie Bouman, MIT&lt;br /&gt;
*Mert Sabuncu, MGH&lt;br /&gt;
*Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* To test (and implement) a GPU version of Population Based Image Imputation, which learns a sparse-observation low-dimensional Gaussian Mixture Model at many locations in an image. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Test whether the type of operations we do (most many many small matrix multiplications and look-up) can be made significantly more efficient on a GPU&lt;br /&gt;
* Implement algorithm updates on GPU &lt;br /&gt;
* investigate banding side-effects.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94607</id>
		<title>2017 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94607"/>
		<updated>2017-01-09T16:39:55Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Learning and GPUs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-Winter2017.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=Welcome to the web page for the 24th Project Week!=&lt;br /&gt;
&lt;br /&gt;
The 24th NA-MIC Project Week open source hackathon is being held during the week of January 9-13, 2017 at MIT. Please go through this page for information, and if you have questions, please contact [https://www.spl.harvard.edu/pages/People/tkapur Tina Kapur, PhD].&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 9-13, 2017.&lt;br /&gt;
*'''Location:''' [https://www.google.com/maps/place/MIT:+Computer+Science+and+Artificial+Intelligence+Laboratory/@42.361864,-71.090563,16z/data=!4m2!3m1!1s0x0:0x303ada1e9664dfed?hl=en MIT CSAIL], Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
*'''Transportation:''' Public transportation is highly encouraged, as no parking permits will be issued by MIT. For a list of local garages, please see [http://web.mit.edu/facilities/transportation/parking/visitors/public_parking.html here]&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/2017projectweek here]. Registration Fee: $330.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Next Project Week:'''' [http://wiki.na-mic.org/Wiki/index.php/2017_Summer_Project_Week June 26-30, 2017, Catanzaro, Italy]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The National Alliance for Medical Image Computing (NAMIC), was founded in 2005 and chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], enhancements to the underlying building blocks [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an open source hackathon event called Project Week.&lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual open source hackathon which draws 60-120 researchers. As of August 2014, it is a [http://www.miccai.org/organization MICCAI] endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past_Project_Weeks|here]].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the NA-MIC Project Week [http://public.kitware.com/mailman/listinfo/na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
==Conference Calls for Preparation==&lt;br /&gt;
&lt;br /&gt;
Conference call phone number and notes are available [[TCONS:2017_Winter_Project_Week|here]].&lt;br /&gt;
&lt;br /&gt;
==Calendar==&lt;br /&gt;
&lt;br /&gt;
'''''&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;The events are listed in the calendar below. Note that due to a current known limitation of our infrastructure, you will need to manually navigate to the week of January 8, 2017 to see the relevant events.&amp;lt;/font&amp;gt;'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Google Calendar&lt;br /&gt;
|id=kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&lt;br /&gt;
|timezone=America/New_York&amp;amp;dates=20170108%2F20170114&lt;br /&gt;
|title=NAMIC Winter Project Week&lt;br /&gt;
|view=WEEK&lt;br /&gt;
|dates=20170108/20170114&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
iCal (.ics) link: https://calendar.google.com/calendar/ical/kitware.com_sb07i171olac9aavh46ir495c4%40group.calendar.google.com/public/basic.ics&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
&lt;br /&gt;
*Use this [[2017_Project_Week_Template | Updated Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
== Learning and GPUs ==&lt;br /&gt;
#[[2017 Winter Project Week/Deep Learning for Medical Image Computation| Deep Learning for Medical Image Computing]] (Tina Kapur)&lt;br /&gt;
#[[2017 Winter Project Week/Needle Segmentation from MRI | Needle Segmentation from MRI]] (Tina Kapur, Ziyang Wang, Guillaume Pernelle, Paolo Zaffino)&lt;br /&gt;
#[[2017 Winter Project Week/DeepInfer| DeepInfer: Open-source Deep Learning Deployment Toolkit]] (Alireza Mehrtash, Mehran Pesteie, Yang (Silvia) Yixin, Tina Kapur, Sandy Wells, Purang Abolmaesumi, Andriy Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/Diffusely abnormal white matter segmentation with 3d U-net| Diffusely abnormal white matter segmentation with 3d U-net]] (Mohsen Ghafoorrian, Bram Platel, Sandy Wells, Tina Kapur)&lt;br /&gt;
# [[2017 Winter Project Week/OCM-MRI | Deep Learning for Synthetic MRI]] (Frank Preiswerk, Yaofei &amp;quot;Ada&amp;quot; Wang)&lt;br /&gt;
#[[2017 Winter Project Week/An open-source tool to classify TMJ OA condyles | An open-source tool to classify TMJ OA condyles]] (Priscille de Dumast, Juan Carlos Prieto, Beatriz Paniagua)&lt;br /&gt;
#[[2017 Winter Project Week/Evaluate Deep Learning for binary cancer legion classification | Evaluate Deep Learning for binary cancer lesion classification]] (Curt Lisle)&lt;br /&gt;
#[[2017 Winter Project Week/Convolutional neural nets for lung cancer survival prediction  | Convolutional neural nets for lung cancer survival prediction]] (Ahmed Hosny, Chintan Parmar, Roman Zeleznik, Hugo Aerts)&lt;br /&gt;
#[[2017 Winter Project Week/Population Based Image Imputation  | Population Based Image Imputation]] (Adrian Dalca, Katie Bouman, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
== Web Technologies ==&lt;br /&gt;
#[[2017_Winter_Project_Week/WebTechnologyAndSlicer| Web Technology and Slicer]]  (Steve Pieper, Erik Zeigler, Curt Lisle, Satra Ghosh, Hans Meine) &lt;br /&gt;
#[[2017 Winter Project Week/Slicer Qt5 and Python3 | Slicer Qt5 and Python3]]  (Steve Pieper, Jean-Christophe Fillion-Robin, Andras Lasso, Andrey Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/IPFS_NoSQL_Combination | IPFS and NoSQL for cloud databases]] (Hans Meine, Steve Pieper)&lt;br /&gt;
#[[Explore integration of Web-based imaging workflows with Slicer | Explore integration of Web-based imaging workflows with Slicer ]] (Curt Lisle, Satra Gosh, Steve Peiper)&lt;br /&gt;
#[[2017 Winter Project Week/Web-based system to federate biological, clinical and morphological data | Web-based system to federate biological, clinical and morphological data]] (Juan Carlos Prieto, Clément Mirabel)&lt;br /&gt;
#[[2017_Winter_Project_Week/OAuth2SlicerPathology | OAuth2.0 authentication in SlicerPathology]]  (Erich Bremer, Steve Pieper, Teodora Szasz)&lt;br /&gt;
#[[2017 Winter Project Week/Electron App to add, navigate and visualize DICOM images | Electron App to add, navigate and visualize DICOM images]] (Smruti Padhy, Satrajit Ghosh, Mathias Goncalves)&lt;br /&gt;
#[[2017 Winter Project Week/AMI: A 3D Medical Imaging Javascript Library | AMI: A 3D Medical Imaging Javascript Library]] (Rudolph Pienaar, Jorge Luis Bernal Rusiel, Nicolas Rannou)&lt;br /&gt;
#[[2017_Winter_Project_Week/MedicalVisualizerUsingParaViewWeb | Medical Visualizer using ParaViewWeb]] (Teodora Szasz)&lt;br /&gt;
&lt;br /&gt;
== IGT: Navigation, Robotics, Surgical Planning ==&lt;br /&gt;
#[[2017 Winter Project Week/Tracked Ultrasound Standardization | Tracked Ultrasound Standardization III: The Refining]]  (Andras Lasso, Simon Drouin, Junichi Tokuda, Longquan Chen, Adam Rankin, Janne Beate Bakeng)&lt;br /&gt;
#[[2017 Winter Project Week/ROS Surface Scan | ROS Surface Scan]]  (Tobias Frank, Junichi Tokuda, Longquan Chen)&lt;br /&gt;
#[[2017 Winter Project Week/Open_Source_Electromagnetic_Trackers | Open Source Electromagnetic Trackers]]  (Peter Traneus Anderson)&lt;br /&gt;
#[[2017 Winter Project Week/LiverResectionPlanning | Liver resection planning extension]] (Louise Oram, Andrey Fedorov, Christian Herz, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/3DSurgicalPlanningBreastReconstruction| 3D surgical planning solution for autologous breast reconstruction]] (Michael Chae, Andras Lasso, Julian Smith, Warren Rozen, David Hunter-Smith)&lt;br /&gt;
&lt;br /&gt;
==dMRI==&lt;br /&gt;
#[[2017 Winter Project Week/WhiteMatterAnalysis | Fiber endpoint analysis for neurosurgical planning]]  (Fan Zhang, Shun Gong, Isaiah Norton, Ye Wu, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/LORDWI | Density-based DMRI registration ]] (Henrik Groenholt Jensen, Lauren J. O'Donnell, Tina Kapur, Fan Zhang, Carl-Fredrik Westin)&lt;br /&gt;
#[[2017 Winter Project Week/SlicerDMRIDocumentationAndTesting | SlicerDMRI Testing and Documentation]]  (Shun Gong, Ye Wu, Isaiah Norton, Fan Zhang, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/DiPy_in_Slicer | DiPy integration in Slicer]] (Isaiah Norton, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/DWI_Similarity_Metrics | Identification of information-rich patches in Diffusion-Weighted Images]] (Laurent Chauvin, Fan Zhang, Lauren J. O'Donnell, Matthew Toews)&lt;br /&gt;
&lt;br /&gt;
==Quantitative Imaging Informatics==&lt;br /&gt;
#[[2017 Winter Project Week/dcmqi | dcmqi library]] (Andrey Fedorov, Christian Herz, JC, Steve Pieper)&lt;br /&gt;
#[[2017 Winter Project Week/QuantitativeReporting | DICOM QuantitativeReporting]] (Christian Herz, Andrey Fedorov, Andras Lasso, Csaba Pinter)&lt;br /&gt;
#[[2017 Winter Project Week/PyRadiomics | PyRadiomics library ]] (Joost van Griethuysen, Hugo Aerts, Andrey Fedorov, Steve Pieper, Jean-Christophe Fillion-Robin)&lt;br /&gt;
#[[2017 Winter Project Week/PkModeling | PkModeling - DCE Modeling Accuracy and UI/UX Update]] (Andrew Beers)&lt;br /&gt;
#[[2017 Winter Project Week/SegWithSubtractionAndModel| Manual Segmentation Module w/ Subtraction Maps + Delaunay Models]] (Andrew Beers)&lt;br /&gt;
&lt;br /&gt;
== Shape Analysis, Segmentation, and Visualization ==&lt;br /&gt;
#[[2017 Winter Project Week/SlicerShape | Slicer for Shape Analysis ]] (Beatriz Paniagua)&lt;br /&gt;
#[[2017 Winter Project Week/MandibularRegression | Mandibular Shape Regression ]] (Beatriz Paniagua, James Fishbaugh)&lt;br /&gt;
#[[2017 Winter Project Week/Slicer_HoloLens | Slicer &amp;amp; HoloLens]]  (Adam Rankin, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/HyperspectralOpht | Slicer for Hyperspectral Ophthalmology Analysis ]] (Sungmin Hong)&lt;br /&gt;
#[[2017 Winter Project Week/GeodesicSegmentationandLungtumorAnalysis| Geodesic Segmentation and Lung tumor Analysis]] (Patmaa S, Sarthak Pati, Ratheesh k, Mark B, Yong F, Despina K, Ragini V, Christos D)&lt;br /&gt;
#[[2017 Winter Project Week/ProstateSectorSegmentation | Prostate Gland Sector Segmentation]] (Anneke Meyer, Andrey Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/Multi-ModalitySegmentationOfUSandMRImagesForGliomaSurgery | Multi-Modality Segmentation of US- and MR-Images for Glioma Surgery]] (Jennifer Nitsch)&lt;br /&gt;
#[[2017 Winter Project Week/MeningiomaSegmentation | Segmentation of meningiomas in structural MR images]] (Satrajit Ghosh, Omar Arnaout)&lt;br /&gt;
#[[2017 Winter Project Week/CoronarySegmentationTool| Automatic and Manual Segmentation Tool of Coronary Artery from CTA imaging]] (Haoyin Zhou, Jayender Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
#[[2017 Winter Project Week/SubjectHierarchyRefactoring | Subject hierarchy single-node refactoring]] (Csaba Pinter)&lt;br /&gt;
#[[2017 Winter Project Week/Plastimatch19 | Upgrade Plastimatch extension ]] (Greg Sharp)&lt;br /&gt;
#[[2017 Winter Project Week/UpdatingCommunityForums | Updating Community Forums (Discourse, GitHub, Gitter, ???)]] (Andrey Fedorov, Andras Lasso, Steve Pieper, Mike Halle, Isaiah Norton, and The Community)&lt;br /&gt;
#[[2017 Winter Project Week/SlicerGeometryModifier | Slicer support for interactive modification of 3D models ]] (Johan Andruejol, Beatriz Paniagua, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/Support_for_volumetric_meshes | Support for volumetric meshes ]] (Alexis Girault, Curtis Lisle, Steve Pieper)&lt;br /&gt;
#[[2017 Winter Project Week/Improve_Matlab_integration | Improve Matlab integration ]] (Alexis Girault, Andras Lasso)&lt;br /&gt;
&lt;br /&gt;
==Training and Dissemination==&lt;br /&gt;
#[[2017 Winter Project Week/2017TutorialContest| Tutorial contest]] (Sonia Pujol)&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit this [https://www.regonline.com/2017projectweek registration site].&lt;br /&gt;
&lt;br /&gt;
# Aman Shboul, Zaina :: Old Dominion University&lt;br /&gt;
# Aerts, Hugo :: DFCI-Harvard&lt;br /&gt;
# Alam, Mahbubul :: Old Dominion University&lt;br /&gt;
# Anderson, Peter :: Retired&lt;br /&gt;
# Andruejol, Johan  :: Kitware, Inc.&lt;br /&gt;
# Bakeng, Janne Beate  :: SINTEF&lt;br /&gt;
# Beers, Andrew :: Massachusetts General Hospital&lt;br /&gt;
# Bernal Rusiel, Jorge Luis :: Boston Children's Hospital&lt;br /&gt;
# Bremer, Erich :: Stony Brook University&lt;br /&gt;
# Burke, Brice :: American University of Antigua College of Medicine&lt;br /&gt;
# Cetin Karayumak, Suheyla :: Brigham and Women's Hospital&lt;br /&gt;
# Chae, Michael :: Monash University&lt;br /&gt;
# Chauvin, Laurent :: ETS&lt;br /&gt;
# Dalca, Adrian :: Massachusetts Institute of Technology&lt;br /&gt;
# DiPrima, Tammy :: Stony Brook University&lt;br /&gt;
# Drouin, Simon :: Montreal Neurological Institute&lt;br /&gt;
# Fan, Zhipeng :: Brigham and Women's Hospital&lt;br /&gt;
# Fedorov, Andriy :: Brigham and Women's Hospital&lt;br /&gt;
# Fillion-Robin, Jean-Christophe :: Kitware, Inc.&lt;br /&gt;
# Fishbaugh, James :: New York University&lt;br /&gt;
# Frank, Tobias :: Leibniz Universität Hannover&lt;br /&gt;
# Frisken, Sarah :: Brigham and Women's Hospital&lt;br /&gt;
# García Mato, David :: Queen´s University / Universidad Carlos III de Madrid&lt;br /&gt;
# Ghafoorian, Mohsen :: Brigham and Women's Hospital&lt;br /&gt;
# Ghosh, Satrajit :: Massachusetts Institute of Technology&lt;br /&gt;
# Girault, Alexis :: Kitware, Inc.&lt;br /&gt;
# Golland, Polina :: Massachusetts Institute of Technology&lt;br /&gt;
# Gollub, Randy :: Massachusetts General Hospital&lt;br /&gt;
# Goncalves, Mathias :: Massachusetts Institute of Technology&lt;br /&gt;
# Gong, Shun :: Brigham and Women's Hospital&lt;br /&gt;
# Guerrier de Dumast, Priscille :: University of Michigan&lt;br /&gt;
# Halle, Michael :: Brigham and Women's Hospital&lt;br /&gt;
# Harris, Gordon :: Massachusetts General Hospital&lt;br /&gt;
# Helba, Brian :: Kitware, Inc.&lt;br /&gt;
# Herz, Christian :: Brigham and Women's Hospital&lt;br /&gt;
# Hong, Sungmin :: New York University&lt;br /&gt;
# Hosny, Ahmed :: Dana-Farber&lt;br /&gt;
# Jagadeesan, Jayender :: Brigham and Women's Hospital&lt;br /&gt;
# Jarecka, Dorota :: Massachusetts Institute of Technology&lt;br /&gt;
# Jensen, Henrik G. :: University of Copenhagen&lt;br /&gt;
# Kaczmarzyk, Jakub :: Massachusetts Institute of Technology&lt;br /&gt;
# Kapur, Tina :: Brigham and Women's Hospital&lt;br /&gt;
# Kennedy, David :: UMass Medical School&lt;br /&gt;
# Kikinis, Ron :: Brigham and Women's Hospital&lt;br /&gt;
# Lasso, Andras :: PerkLab, Queen's University&lt;br /&gt;
# Lauer, Rebekka :: Humboldt University Berlin&lt;br /&gt;
# Lisle, Curtis :: KnowledgeVis, LLC&lt;br /&gt;
# Mastrogiacomo, Katie :: Brigham and Women's Hospital&lt;br /&gt;
# Mateus, D. :: TUM&lt;br /&gt;
# Mehrtash, Alireza :: Brigham and Women's Hospital&lt;br /&gt;
# Meine, Hans :: University of Bremen&lt;br /&gt;
# Meyer, Anneke :: University of Magdeburg&lt;br /&gt;
# Miller, James :: GE Research&lt;br /&gt;
# Mirabel, Clement :: University of Michigan&lt;br /&gt;
# Nitsch, Jennifer :: University of Bremen&lt;br /&gt;
# Norton, Isaiah :: Brigham and Women's Hospital&lt;br /&gt;
# O'Donnell, Lauren :: Brigham and Women's Hospital&lt;br /&gt;
# Oram, Louise :: The Intervention Centre-Oslo University Hospital&lt;br /&gt;
# Padhy, Smruti :: Massachusetts Institute of Technology&lt;br /&gt;
# Paniagua, Beatriz :: Kitware, Inc.&lt;br /&gt;
# Parmar, Chintan :: DFCI-Harvard Medical School&lt;br /&gt;
# Peled, Sharon :: Brigham and Women's Hospital&lt;br /&gt;
# Pieper, Steve :: Isomics, Inc.&lt;br /&gt;
# Pinter, Csaba :: Queen's University&lt;br /&gt;
# Preiswerk, Frank :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Prieto, Juan :: NIRAL&lt;br /&gt;
# Pujol, Sonia :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Rankin, Adam :: Robarts Research Institute&lt;br /&gt;
# Rheault, Francois :: Université de Sherbrooke&lt;br /&gt;
# Roethe, Anna :: Humboldt University / Charité University Hospital Berlin&lt;br /&gt;
# Szczepankiewicz, Filip :: Lund University&lt;br /&gt;
# Sharp, Gregory :: Massachusetts General Hospital&lt;br /&gt;
# Sridharan, Patmaa :: University of Pennsylvania-CBICA&lt;br /&gt;
# Szasz, Teodora :: University of Chicago&lt;br /&gt;
# Unadkat, Prashin :: Brigham and Women's Hospital&lt;br /&gt;
# Van Griethuysen , Joost :: Netherlands Cancer Institute&lt;br /&gt;
# Vidyaratne, Lasitha :: Old Dominion University&lt;br /&gt;
# Wang, Yaofei :: Brigham and Women's Hospital&lt;br /&gt;
# Wang, Ziyang :: Brigham and Women's Hospital&lt;br /&gt;
# Wei, Dawei ::  Brigham and Women's Hospital&lt;br /&gt;
# Westin, Carl-Fredrik :: Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
# Xu, Wanxin :: Brigham and Women's Hospital&lt;br /&gt;
# Yang, Yixin :: Brigham and Women's Hospital&lt;br /&gt;
# Ye, Wu :: Brigham and Women's Hospital&lt;br /&gt;
# Zaffino, Paolo :: Magna Graecia University of Catanzaro, Italy&lt;br /&gt;
# Zeleznik, Roman :: DFCI&lt;br /&gt;
# Zhang, Fan :: Brigham and Women's Hospital&lt;br /&gt;
# Zhang, Miaomiao :: Massachusetts Institute of Technology&lt;br /&gt;
# Zhang, Yuqian :: Brigham and Women's Hospital&lt;br /&gt;
# Zhou, Haoyin :: Brigham and Women's Hospital&lt;br /&gt;
# Ziegler, Erik :: Open Health Imaging Foundation/Mass General Hospital&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94606</id>
		<title>2017 Winter Project Week/Population Based Image Imputation</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94606"/>
		<updated>2017-01-09T16:38:50Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
Image:PW-Imputation2017.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca, MIT&lt;br /&gt;
*Katie Bouman, MIT&lt;br /&gt;
*Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* To test (and implement) a GPU version of Population Based Image Imputation, which learns a sparse-observation low-dimensional Gaussian Mixture Model at many locations in an image. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Test whether the type of operations we do (most many many small matrix multiplications and look-up) can be made significantly more efficient on a GPU&lt;br /&gt;
* Implement algorithm updates on GPU &lt;br /&gt;
* investigate banding side-effects.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94605</id>
		<title>2017 Winter Project Week/Population Based Image Imputation</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94605"/>
		<updated>2017-01-09T16:38:02Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
Image:PW-Imputation2017.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca, MIT&lt;br /&gt;
*Katie Bouman, MIT&lt;br /&gt;
*Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* To test (and implement) a GPU version of Population Based Image Imputation, which learns a sparse-observation low-dimensional Gaussian Mixture Model at many locations in an image. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Test whether the type of operations we do (most many many small matrix multiplications and look-up) can be made significantly more efficient on a GPU&lt;br /&gt;
* Implement algorithm updates on GPU &lt;br /&gt;
* investigate banding side-effects.&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:PW-Imputation2017.png&amp;diff=94603</id>
		<title>File:PW-Imputation2017.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:PW-Imputation2017.png&amp;diff=94603"/>
		<updated>2017-01-09T16:37:17Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94601</id>
		<title>2017 Winter Project Week/Population Based Image Imputation</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Population_Based_Image_Imputation&amp;diff=94601"/>
		<updated>2017-01-09T16:22:39Z</updated>

		<summary type="html">&lt;p&gt;Adalca: adding new project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
Image:PW-Imputation2017.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca, MIT&lt;br /&gt;
*Katie Bouman, MIT&lt;br /&gt;
*Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* To test (and implement) a GPU version of Population Based Image Imputation, which learns a sparse-observation low-dimensional Gaussian Mixture Model at many locations in an image. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Test whether the type of operations we do (most many many small matrix multiplications and look-up) can be made significantly more efficient on a GPU&lt;br /&gt;
* Implement algorithm updates on GPU &lt;br /&gt;
* investigate banding side-effects.|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=92043</id>
		<title>2016 Winter Project Week/Projects/PatchRegistration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=92043"/>
		<updated>2016-01-08T15:10:10Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:MRFRegresult.png|Current Resulting registration on isotropic Buckner images illustrated via segmentation overlap from an atlas.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Andreea Bobu (MIT)&lt;br /&gt;
*Polina Golland (MIT)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, and analysis, will fail. &lt;br /&gt;
In part, this is because registration algorithm depend on assumptions of smooth anatomical structures and good quality images, which are not present in these sparse clinical acquisitions. &lt;br /&gt;
Here, we are investigating a patch-based discrete image registration which allows for more versatile image metrics and does not impose similar assumptions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current implementation for patch-based discrete registration on sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We have an implementation of patch-based discrete registration using a standard patch distance metric. We'll start by evaluating this current metric on isotropic images&lt;br /&gt;
* We'll develop the infrastracture and evaluate the current metric on isotropic data at large. &lt;br /&gt;
* We'll develop a new metric for sparse images and test it out.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* We set up registration on a buckner40 dataset with a large number of parameters and launched on a large cluster&lt;br /&gt;
* We found a global setting that yields very good results, with volume overlap (DICE) of most subcortical structures in the 80s and 90s.&lt;br /&gt;
* Results shown above&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:MRFRegresult.png&amp;diff=92042</id>
		<title>File:MRFRegresult.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:MRFRegresult.png&amp;diff=92042"/>
		<updated>2016-01-08T15:09:13Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=92040</id>
		<title>2016 Winter Project Week/Projects/PatchRegistration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=92040"/>
		<updated>2016-01-08T15:08:30Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:MRFRegresult.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Andreea Bobu (MIT)&lt;br /&gt;
*Polina Golland (MIT)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, and analysis, will fail. &lt;br /&gt;
In part, this is because registration algorithm depend on assumptions of smooth anatomical structures and good quality images, which are not present in these sparse clinical acquisitions. &lt;br /&gt;
Here, we are investigating a patch-based discrete image registration which allows for more versatile image metrics and does not impose similar assumptions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current implementation for patch-based discrete registration on sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We have an implementation of patch-based discrete registration using a standard patch distance metric. We'll start by evaluating this current metric on isotropic images&lt;br /&gt;
* We'll develop the infrastracture and evaluate the current metric on isotropic data at large. &lt;br /&gt;
* We'll develop a new metric for sparse images and test it out.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* We set up registration on a buckner40 dataset with a large number of parameters and launched on a large cluster&lt;br /&gt;
* We found a global setting that yields very good results, with volume overlap (DICE) of most subcortical structures in the 80s and 90s.&lt;br /&gt;
* Results shown above&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:GmmResult2.png&amp;diff=91966</id>
		<title>File:GmmResult2.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:GmmResult2.png&amp;diff=91966"/>
		<updated>2016-01-08T14:09:55Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91965</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91965"/>
		<updated>2016-01-08T14:09:22Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:gmm_interp.png|Running result: Original (linear-interp) data | our gmm-based interp | &amp;quot;true&amp;quot; high res data&lt;br /&gt;
Image:gmmResult2.png|More results show our ability to improve images, but only on small areas. &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Katie Bouman (MIT)&lt;br /&gt;
*Polina Golland (MIT) &lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Essentially,  we explore a model where for a given location in all volumes of a dataset, we model those image patches as drawn from a particular mixture model.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We've implemented a small version of the model without regularization and that only works on a small section of a volume. We'll try to deploy it on large-scale dataset on entire volumes.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* We've built infrastructure for deploying the training at each location in parallele&lt;br /&gt;
* We've used our lab's cluster to deploy training with various parameter at each of 18,000 locations&lt;br /&gt;
* We've coded reconstruction modules to rebuild each region, but still need to combine each of the reconstructions.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91617</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91617"/>
		<updated>2016-01-04T18:43:52Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:gmm_interp.png|Running result: Original (linear-interp) data | our gmm-based interp | &amp;quot;true&amp;quot; high res data&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Katie Bouman (MIT)&lt;br /&gt;
*Polina Golland (MIT) &lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Essentially,  we explore a model where for a given location in all volumes of a dataset, we model those image patches as drawn from a particular mixture model.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We've implemented a small version of the model without regularization and that only works on a small section of a volume. We'll try to deploy it on large-scale dataset on entire volumes.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91616</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91616"/>
		<updated>2016-01-04T18:42:34Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:gmm_interp.png|Current Result: Original (linear-interpolated) data | our gmm-based interpolation | &amp;quot;true&amp;quot; high resolution data&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Katie Bouman (MIT)&lt;br /&gt;
*Polina Golland (MIT) &lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Essentially,  we explore a model where for a given location in all volumes of a dataset, we model those image patches as drawn from a particular mixture model.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We've implemented a small version of the model without regularization and that only works on a small section of a volume. We'll try to deploy it on large-scale dataset on entire volumes.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91605</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91605"/>
		<updated>2016-01-04T18:22:12Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:gmm_interp.png|Current Result: Original (linear-interpolated) data | our gmm-based interpolation | &amp;quot;true&amp;quot; high resolution data&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Katie Bouman (MIT)&lt;br /&gt;
*Polina Golland (MIT) &lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We've implemented a small version of the model without regularization and that only works on a small section of a volume. We'll try to deploy it on large-scale dataset on entire volumes.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=91600</id>
		<title>2016 Winter Project Week/Projects/PatchRegistration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=91600"/>
		<updated>2016-01-04T18:20:10Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Andreea Bobu (MIT)&lt;br /&gt;
*Polina Golland (MIT)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, and analysis, will fail. &lt;br /&gt;
In part, this is because registration algorithm depend on assumptions of smooth anatomical structures and good quality images, which are not present in these sparse clinical acquisitions. &lt;br /&gt;
Here, we are investigating a patch-based discrete image registration which allows for more versatile image metrics and does not impose similar assumptions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current implementation for patch-based discrete registration on sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* We have an implementation of patch-based discrete registration using a standard patch distance metric. We'll start by evaluating this current metric on isotropic images&lt;br /&gt;
&lt;br /&gt;
* We'll develop a new metric for sparse images and test it out.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:Gmm_interp.png&amp;diff=91506</id>
		<title>File:Gmm interp.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:Gmm_interp.png&amp;diff=91506"/>
		<updated>2016-01-04T03:29:05Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91505</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=91505"/>
		<updated>2016-01-04T03:28:28Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:gmm_interp.png|Current Result: Original (linear-interpolated) data | our gmm-based interpolation | &amp;quot;true&amp;quot; high resolution data&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Adrian Dalca (MIT)&lt;br /&gt;
*Katie Bouman (MIT)&lt;br /&gt;
*Polina Golland (MIT) &lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90689</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90689"/>
		<updated>2015-12-09T17:35:29Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-MIT2016.png|300px|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
&lt;br /&gt;
'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here].&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Founded  in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, January 4&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday,  January 5&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, January 6&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, January 7&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, January 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|'''10:30am-12pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 1 by Sarang Joshi)&amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: New Slicer Extensions'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: [[2015_Winter_Project_Week:SlicerROSIntegration| Slicer for Medical Robotics Research]] &amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJanuary2016|Tutorial Contest Winner Announcement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Welcome&amp;lt;/font&amp;gt;'''&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-2:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''2:45-4pm:''' [[Breakout Session: Ultrasound]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''4:00pm-5:30pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 2 by Sarang Joshi) &amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; [[Breakout Session: What's Planned for Slicer Core]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[Breakout Session: Diffusion MRI]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
* [[2016_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerROSIntegration | 3D Slicer + ROS Integration]] (Junichi Tokuda, Axel Krieger, Simon Leonard)&lt;br /&gt;
* [[2016_Winter_Project_Week:TrackedUltrasoundStandardization | Tracked ultrasound standardization]] (Andras Lasso, Christian Askeland, Simon Drouin, Junichi Tokuda, Steve Pieper, Adam Rankin)&lt;br /&gt;
*Integration of CustusX with PLUS on BK System (Christian A, Adam Rankin)&lt;br /&gt;
*Integration of ImFusion MR-US registration with BWH AMIGO neurosurgery setup (Christian A, Tina Kapur, Steve Pieper, Sandy Wells, Andras Lasso)&lt;br /&gt;
*Digital Pathology Nuclear Segmentation (Erich Bremer, Nicole Aucoin)&lt;br /&gt;
*Chest Imaging Platform: COPD and other pulmonary diseases (Raúl San José, Jorge Onieva)&lt;br /&gt;
*Upgrade the namic (and Slicer?) wiki (JC, Mike Halle)&lt;br /&gt;
* [[2016_Winter_Project_Week:BatchImageAnalysis  | Batch Clinical Image Analysis]] (Kalli Retzepi, Yangming Ou, Matt Toews, Steve Pieper, Sandy Wells, Randy Gollub)&lt;br /&gt;
* [[2016_Winter_Project_Week:ImageRestoration | Image Restoration via Patch GMMs]] (Adrian Dalca, Katie Bouman, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week:PatchRegistration | Patch Based Discrete Registration for Difficult Images]] (Adrian Dalca, Andreea Bobu, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerProjectName  | Project Name]] (List of people working on this project)&lt;br /&gt;
* [[2016_Winter_Project_Week:CommonGL  | CommonGL]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[2016_Winter_Project_Week:WebTechnologies  | Web Technologies and Slicer]] (Steve Pieper, Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLIModules Backgrounding in MeVisLab | Running CLI Modules in MeVisLab asynchronously]] (Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with BRAINSFit (or other interesting CLIs) in MeVisLab]] (Hans Meine, Steve Pieper)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLI_Dashboard | Kibana dashboard for browsing all available CLI modules]] (Hans Meine, JC?)&lt;br /&gt;
* [[2016_Winter_Project_Week:SegmentationEditorWidget | Editor widget using Segmentations]] (Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week:DICOMSegObjIntegration | Integration of DICOM SegObj with Segmentations]] (Kyle Sunderland, Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week:CondaSlicer | Integration of Anaconda Python in Slicer]] (JC, Raúl San José, Jorge Onieva, Slicer Community?)&lt;br /&gt;
* [[2016_Winter_Project_Week:Data Persisting | Mechanism to persist clinical user data from different modules based on SQLite and/or other database engines ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
* [[2016_Winter_Project_Week:Workflows | Workflow module that enables the navigation and data sharing between different modules in a clinical workflow ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
&lt;br /&gt;
= '''Logistics''' =&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT, Kiva Conference room; 4th floor of Building 32.&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here].&lt;br /&gt;
 *'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit [https://www.regonline.com/namic16 this registration url].&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=90688</id>
		<title>2016 Winter Project Week/Projects/PatchRegistration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/PatchRegistration&amp;diff=90688"/>
		<updated>2015-12-09T17:35:12Z</updated>

		<summary type="html">&lt;p&gt;Adalca: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-MIT2016.png|Projects List Image:WMH_T1.png|Clinical Stroke Image &amp;lt;/gallery&amp;gt;  ==Key Investigators== - Adrian Dal…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Andreea Bobu, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, and analysis, will fail. &lt;br /&gt;
In part, this is because registration algorithm depend on assumptions of smooth anatomical structures and good quality images, which are not present in these sparse clinical acquisitions. &lt;br /&gt;
Here, we are investigating a patch-based discrete image registration which allows for more versatile image metrics and does not impose similar assumptions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate a current implementation for patch-based discrete registration on sparse-slice data.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=90687</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=90687"/>
		<updated>2015-12-09T17:34:43Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Katie Bouman, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data..&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=90686</id>
		<title>2016 Winter Project Week/Projects/ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/ImageRestoration&amp;diff=90686"/>
		<updated>2015-12-09T17:34:34Z</updated>

		<summary type="html">&lt;p&gt;Adalca: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-MIT2015.png|Projects List Image:WMH_T1.png|Clinical Stroke Image &amp;lt;/gallery&amp;gt;  ==Key Investigators== - Adrian Dal…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2015.png|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Katie Bouman, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data..&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:PatchRegistration&amp;diff=90640</id>
		<title>2015 Winter Project Week:PatchRegistration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:PatchRegistration&amp;diff=90640"/>
		<updated>2015-12-07T15:38:22Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2015.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Andreea Bobu, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, and analysis, will fail. &lt;br /&gt;
In part, this is because registration algorithm depend on assumptions of smooth anatomical structures and good quality images, which are not present in these sparse clinical acquisitions. &lt;br /&gt;
Here, we are investigating a patch-based discrete image registration which allows for more versatile image metrics and does not impose similar assumptions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate a current implementation for patch-based discrete registration on sparse-slice data.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:ImageRestoration&amp;diff=90639</id>
		<title>2015 Winter Project Week:ImageRestoration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:ImageRestoration&amp;diff=90639"/>
		<updated>2015-12-07T15:35:10Z</updated>

		<summary type="html">&lt;p&gt;Adalca: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-MIT2015.png|Projects List Image:WMH_T1.png|Clinical Stroke Image &amp;lt;/gallery&amp;gt;  ==Key Investigators== - Adrian Dal…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2015.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Katie Bouman, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data..&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:PatchRegistration&amp;diff=90638</id>
		<title>2015 Winter Project Week:PatchRegistration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:PatchRegistration&amp;diff=90638"/>
		<updated>2015-12-07T15:34:40Z</updated>

		<summary type="html">&lt;p&gt;Adalca: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-MIT2015.png|Projects List Image:WMH_T1.png|Clinical Stroke Image &amp;lt;/gallery&amp;gt;  ==Key Investigators== - Adrian Dal…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2015.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Katie Bouman, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Most synthesis, in-painting or super-resolution methods require a training dataset which includes the desired-quality images. Unfortunately, in the clinical setting this is often now available.&lt;br /&gt;
&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. &lt;br /&gt;
&lt;br /&gt;
To improve results for large datasets of clinical-quality data, we are investigating restoration methods without training datasets. Here, we are using a patch-based Gaussian Mixture Model approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate a current model for learning and using Patch-based Gaussian Mixture Model to restore sparse-slice data..&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90637</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90637"/>
		<updated>2015-12-07T15:30:31Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-MIT2016.png|300px|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, January 4&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday,  January 5&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, January 6&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, January 7&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, January 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|'''10:30am-12pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 1 by Sarang Joshi)&amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: New Slicer Extensions'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: [[2015_Winter_Project_Week:SlicerROSIntegration| Slicer for Medical Robotics Research]] &amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2014|Tutorial Contest Winner Announcement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Welcome&amp;lt;/font&amp;gt;'''&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-2:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''2:45-4pm:''' [[Breakout Session: Ultrasound]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''4:00pm-5:30pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 2 by Sarang Joshi) &amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; [[Breakout Session: What's Planned for Slicer Core]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[Breakout Session: Diffusion MRI]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
* [[2016_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerROSIntegration | 3D Slicer + ROS Integration]] (Junichi Tokuda, Axel Krieger, Simon Leonard)&lt;br /&gt;
* [[2016_Winter_Project_Week:TrackedUltrasoundStandardization | Tracked ultrasound standardization]] (Andras Lasso, Christian Askeland, Simon Drouin, Junichi Tokuda, Steve Pieper, Adam Rankin)&lt;br /&gt;
*Integration of CustusX with PLUS on BK System (Christian A, Adam Rankin)&lt;br /&gt;
*Integration of ImFusion MR-US registration with BWH AMIGO neurosurgery setup (Christian A, Tina Kapur, Steve Pieper, Sandy Wells, Andras Lasso)&lt;br /&gt;
*Digital Pathology Nuclear Segmentation (Erich Bremer, Nicole Aucoin)&lt;br /&gt;
*Chest Imaging Platform: COPD and other pulmonary diseases (Raúl San José, Jorge Onieva)&lt;br /&gt;
*Upgrade the namic wiki (JC, Mike Halle)&lt;br /&gt;
* [[2016_Winter_Project_Week:BatchImageAnalysis  | Batch Clinical Image Analysis]] (Kalli Retzepi, Yangming Ou, Matt Toews, Steve Pieper, Sandy Wells, Randy Gollub)&lt;br /&gt;
* [[2015_Winter_Project_Week:ImageRestoration | Image Restoration via Patch GMMs]] (Adrian Dalca, Katie Bouman, Polina Golland)&lt;br /&gt;
* [[2015_Winter_Project_Week:PatchRegistration | Patch Based Discrete Registration for Difficult Images]] (Adrian Dalca, Andreea Bobu, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerProjectName  | Project Name]] (List of people working on this project)&lt;br /&gt;
* [[2016_Winter_Project_Week:CommonGL  | CommonGL]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[2016_Winter_Project_Week:WebTechnologies  | Web Technologies and Slicer]] (Steve Pieper, Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLIModules Backgrounding in MeVisLab | Running CLI Modules in MeVisLab asynchronously]] (Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with BRAINSFit (or other interesting CLIs) in MeVisLab]] (Hans Meine, Steve Pieper)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLI_Dashboard | Kibana dashboard for browsing all available CLI modules]] (Hans Meine, JC?)&lt;br /&gt;
* [[2016_Winter_Project_Week:SegmentationEditorWidget | Editor widget using Segmentations]] (Csaba Pinter, Andras Lasso, Steve Pieper?)&lt;br /&gt;
&lt;br /&gt;
= '''Logistics''' =&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT, Kiva Conference room; 4th floor of Building 32.&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here].&lt;br /&gt;
 *'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=87074</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=87074"/>
		<updated>2014-06-27T14:40:27Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
Image:STROKE_SR2.png|Super-Resolution results on Thursday evening -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image (top-center). The bottom row are all our results, with slight variations.&lt;br /&gt;
Image:STROKE_SR3.png| Top: Original, downsampled(input); Bottom results: NLM, us (before), us  (now)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. To improve results for large datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Several improvements (i.e. bug fixes :) ) as well as an implementation of scale-space has been done&lt;br /&gt;
* Changes helped significantly on simulated data. See result image.&lt;br /&gt;
* Trying to apply algorithm to new datasets: [http://slicer.kitware.com/midas3/folder/2182 Sample prostate MRI dataset to evaluate applicability] (see 3-SAG, 4-COR and 5-AX series of the same subject/prostate in sagittal coronal and axial planes)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:STROKE_SR3.png&amp;diff=87073</id>
		<title>File:STROKE SR3.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:STROKE_SR3.png&amp;diff=87073"/>
		<updated>2014-06-27T14:39:39Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=87071</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=87071"/>
		<updated>2014-06-27T14:39:22Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
Image:STROKE_SR2.png|Super-Resolution results on Thursday evening -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image (top-center). The bottom row are all our results, with slight variations.&lt;br /&gt;
Image:STROKE_SR3.png|Bottom results: NLM, Us (before), US  (now)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. To improve results for large datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Several improvements (i.e. bug fixes :) ) as well as an implementation of scale-space has been done&lt;br /&gt;
* Changes helped significantly on simulated data. See result image.&lt;br /&gt;
* Trying to apply algorithm to new datasets: [http://slicer.kitware.com/midas3/folder/2182 Sample prostate MRI dataset to evaluate applicability] (see 3-SAG, 4-COR and 5-AX series of the same subject/prostate in sagittal coronal and axial planes)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=87068</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=87068"/>
		<updated>2014-06-27T14:34:47Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
Image:STROKE_SR2.png|Super-Resolution results on Thursday evening -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image (top-center). The bottom row are all our results, with slight variations.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. To improve results for large datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Several improvements (i.e. bug fixes :) ) as well as an implementation of scale-space has been done&lt;br /&gt;
* Changes helped significantly on simulated data. See result image.&lt;br /&gt;
* Trying to apply algorithm to new datasets: [http://slicer.kitware.com/midas3/folder/2182 Sample prostate MRI dataset to evaluate applicability] (see 3-SAG, 4-COR and 5-AX series of the same subject/prostate in sagittal coronal and axial planes)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-ImagingGenetics&amp;diff=87065</id>
		<title>2014 Summer Project Week:Stroke-ImagingGenetics</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-ImagingGenetics&amp;diff=87065"/>
		<updated>2014-06-27T14:33:42Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:Leuk_model.png|Leukoaraiosis Model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
* Natalia Rost, Jonathan Rosand, MGH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is one of a series of projects on a large clinical dataset of stroke patients, including T2-FLAIR and DWI imaging, and genetic information. The ultimate goal is to investigate clinical and genetic causes affecting stroke outcome and small vessel disease. We recently (MICCAI 2014) developed a leukoaraiosis (small vessel disease) probabilistic co-variation model for T2-FLAIR, which we use to differentiate between small vessel disease and acute or chronic stroke. In this work, we wish to investigate the possible genetic and clinical effects related to this model.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://people.csail.mit.edu/adalca/stroke/tipix/mean_leuk/mainSubVol__$.png&amp;amp;xBins=256&amp;amp;nDims=1&amp;amp;debug=true: Average Leukoaraiosis projection]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://people.csail.mit.edu/adalca/stroke/tipix/leuk_span/x_$.nii.gz&amp;amp;xBins=1&amp;amp;nDims=1&amp;amp;debug=true: Explore the first component of the model]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Here, we wish to investigate the parameters of the model as potential phenotypes against for clinical and genetic analyses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will create the phenotype projections for ~80 stroke patients and experiment with correlating the genetic and clinical factors. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Run the projection on 100 projections. &lt;br /&gt;
* Feedback on looking at imaging genetics&lt;br /&gt;
* Genetics data needs significant processing.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:MipiX_2.png&amp;diff=87025</id>
		<title>File:MipiX 2.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:MipiX_2.png&amp;diff=87025"/>
		<updated>2014-06-27T14:08:45Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=87024</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=87024"/>
		<updated>2014-06-27T14:08:28Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true  mipiX]&lt;br /&gt;
Image:mipiX_2.png|[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true  mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1# ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/leuk/reg$_$.png&amp;amp;nDims=2&amp;amp;xBins=13&amp;amp;yBins=2&amp;amp;debug=true Time series demo]&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
Discussions led to:&lt;br /&gt;
* need support for multiple-sized images&lt;br /&gt;
* need support for various input types&lt;br /&gt;
* need support for more high dimensions, or fast switching between dimensions. We are considering use of mouse wheel.&lt;br /&gt;
Features implemented&lt;br /&gt;
* Support for (individual) mask files has been implemented and tested, although not yet in the full framework&lt;br /&gt;
* blending between images implemented&lt;br /&gt;
* started work on a simple GUI.&lt;br /&gt;
* investigated CamanJS for image control.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-ImagingGenetics&amp;diff=86774</id>
		<title>2014 Summer Project Week:Stroke-ImagingGenetics</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-ImagingGenetics&amp;diff=86774"/>
		<updated>2014-06-26T22:23:12Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:Leuk_model.png|Leukoaraiosis Model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
* Natalia Rost, Jonathan Rosand, MGH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is one of a series of projects on a large clinical dataset of stroke patients, including T2-FLAIR and DWI imaging, and genetic information. The ultimate goal is to investigate clinical and genetic causes affecting stroke outcome and small vessel disease. We recently (MICCAI 2014) developed a leukoaraiosis (small vessel disease) probabilistic co-variation model for T2-FLAIR, which we use to differentiate between small vessel disease and acute or chronic stroke. In this work, we wish to investigate the possible genetic and clinical effects related to this model.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://people.csail.mit.edu/adalca/stroke/tipix/mean_leuk/mainSubVol__$.png&amp;amp;xBins=256&amp;amp;nDims=1&amp;amp;debug=true: Average Leukoaraiosis projection]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://people.csail.mit.edu/adalca/stroke/tipix/leuk_span/x_$.nii.gz&amp;amp;xBins=1&amp;amp;nDims=1&amp;amp;debug=true: Explore the first component of the model]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Here, we wish to investigate the parameters of the model as potential phenotypes against for clinical and genetic analyses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will create the phenotype projections for ~80 stroke patients and experiment with correlating the genetic and clinical factors. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We've gotten some feedback on looking at imaging genetics, and run the projection on 100 projections. The genetics, however, needs much more processing.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86768</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86768"/>
		<updated>2014-06-26T22:02:06Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true  mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1# ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/leuk/reg$_$.png&amp;amp;nDims=2&amp;amp;xBins=13&amp;amp;yBins=2&amp;amp;debug=true Time series demo]&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
Discussions led to:&lt;br /&gt;
* need support for multiple-sized images&lt;br /&gt;
* need support for various input types&lt;br /&gt;
* need support for more high dimensions, or fast switching between dimensions. We are considering use of mouse wheel.&lt;br /&gt;
Features implemented&lt;br /&gt;
* Support for (individual) mask files has been implemented and tested, although not yet in the full framework&lt;br /&gt;
* blending between images implemented&lt;br /&gt;
* started work on a simple GUI.&lt;br /&gt;
* investigated CamanJS for image control.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86764</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86764"/>
		<updated>2014-06-26T21:56:26Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
Image:STROKE_SR2.png|Super-Resolution results on Thursday evening -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image (top-center). The bottom row are all our results, with slight variations.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. To improve results for large datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Several improvements as well as an implementation of scale-space has been done, which has helped significantly on simulated data. See result image.&lt;br /&gt;
* Trying to apply algorithm to new datasets: [http://slicer.kitware.com/midas3/folder/2182 Sample prostate MRI dataset to evaluate applicability] (see 3-SAG, 4-COR and 5-AX series of the same subject/prostate in sagittal coronal and axial planes)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:STROKE_SR2.png&amp;diff=86763</id>
		<title>File:STROKE SR2.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:STROKE_SR2.png&amp;diff=86763"/>
		<updated>2014-06-26T21:53:35Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:STROKE_SR1.png&amp;diff=86640</id>
		<title>File:STROKE SR1.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:STROKE_SR1.png&amp;diff=86640"/>
		<updated>2014-06-25T19:50:41Z</updated>

		<summary type="html">&lt;p&gt;Adalca: uploaded a new version of &amp;quot;File:STROKE SR1.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86439</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86439"/>
		<updated>2014-06-23T17:42:04Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true  mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1# ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/leuk/reg$_$.png&amp;amp;nDims=2&amp;amp;xBins=13&amp;amp;yBins=2&amp;amp;debug=true Time series demo]&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86329</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86329"/>
		<updated>2014-06-23T16:12:25Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly  mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1# ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/leuk/reg$_$.png&amp;amp;nDims=2&amp;amp;xBins=13&amp;amp;yBins=2&amp;amp;debug=true Time series demo]&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86322</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86322"/>
		<updated>2014-06-23T16:08:09Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly  mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://www.mit.edu/~adalca/tipiX/imageSets/lupus/lupus_$_$.jpg&amp;amp;nDims=2&amp;amp;xBins=5&amp;amp;yBins=56&amp;amp;debug=true Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1# ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-ImagingGenetics&amp;diff=86321</id>
		<title>2014 Summer Project Week:Stroke-ImagingGenetics</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-ImagingGenetics&amp;diff=86321"/>
		<updated>2014-06-23T16:07:12Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:Leuk_model.png|Leukoaraiosis Model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
* Natalia Rost, Jonathan Rosand, MGH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is one of a series of projects on a large clinical dataset of stroke patients, including T2-FLAIR and DWI imaging, and genetic information. The ultimate goal is to investigate clinical and genetic causes affecting stroke outcome and small vessel disease. We recently (MICCAI 2014) developed a leukoaraiosis (small vessel disease) probabilistic co-variation model for T2-FLAIR, which we use to differentiate between small vessel disease and acute or chronic stroke. In this work, we wish to investigate the possible genetic and clinical effects related to this model.&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://people.csail.mit.edu/adalca/stroke/tipix/mean_leuk/mainSubVol__$.png&amp;amp;xBins=256&amp;amp;nDims=1&amp;amp;debug=true: Average Leukoaraiosis projection]&lt;br /&gt;
&lt;br /&gt;
[http://www.mit.edu/~adalca/tipiXnightly/?path=http://people.csail.mit.edu/adalca/stroke/tipix/leuk_span/x_$.nii.gz&amp;amp;xBins=1&amp;amp;nDims=1&amp;amp;debug=true: Explore the first component of the model]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Here, we wish to investigate the parameters of the model as potential phenotypes against for clinical and genetic analyses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will create the phenotype projections for ~80 stroke patients and experiment with correlating the genetic and clinical factors. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86313</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86313"/>
		<updated>2014-06-23T16:04:31Z</updated>

		<summary type="html">&lt;p&gt;Adalca: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
Due to the low quality of clinical images (often with many artifacts, 7mm thick slices, etc), most standard algorithms, such as those for registration, segmentation, analysis, will fail. To improve results for large datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86306</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86306"/>
		<updated>2014-06-23T16:02:14Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:WMH_T1.png|Clinical Stroke Image&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
To improve results for Large Datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86243</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86243"/>
		<updated>2014-06-23T14:59:16Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
To improve results for Large Datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib patch library in MATLAB], and need to apply it in a scale-space framework to the T2-FLAIR dataset.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86224</id>
		<title>2014 Summer Project Week:Stroke-SuperResolution</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:Stroke-SuperResolution&amp;diff=86224"/>
		<updated>2014-06-23T14:40:06Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:STROKE_SR1.png|Super-Resolution initial results -- top-left is a 'real' image, from which we simulate a 1x1x7mm clinical image. The bottom images are state of the art interpolations. The top right is our current result.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
To improve results for Large Datasets of clinical-quality data, we are investigating super-resolution methods. Here, we are using a patch-based approach with MRF priors and utilizing only the current dataset, without an external training dataset. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We will investigate/implement a scale-space MRF inference based on patch search results.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We are developing a [https://github.com/adalca/patchlib| patch library in MATLAB] and applying it to a large stroke dataset&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86219</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86219"/>
		<updated>2014-06-23T14:34:07Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly  mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://goo.gl/EQ9iLt Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1# ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86218</id>
		<title>2014 Summer Project Week:mipiX</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:mipiX&amp;diff=86218"/>
		<updated>2014-06-23T14:33:51Z</updated>

		<summary type="html">&lt;p&gt;Adalca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:mipiX.png|[http://www.mit.edu/~adalca/tipiXnightly : mipiX]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.&lt;br /&gt;
&lt;br /&gt;
[http://goo.gl/EQ9iLt: Lupus Dataset Demo]&lt;br /&gt;
&lt;br /&gt;
[http://mipix.fotozygous.com/demo/?path=http://mipix.fotozygous.com/exdata/adnisel/crop_ds_$.nii.gz&amp;amp;nDims=1&amp;amp;xBins=20&amp;amp;crossOrigin=1&amp;amp;debug=1#: ADNI Demo]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* The development is done mostly in Javascript, maintained open-source at https://github.com/adalca/tipiX&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adalca</name></author>
		
	</entry>
</feed>