Top Banner
William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Insight Segmentation Segmentation and and Registration Registration Toolkit Toolkit
32

William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Dec 26, 2015

Download

Documents

Kelley Webb
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

William Lorensen

GE Research

Niskayuna, NY

February 12, 2001

Insight Insight Segmentation Segmentation

and and Registration Registration

ToolkitToolkit

Page 2: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

AgendaAgenda

IntroductionChronologyRecipe For SuccessObservations

Page 3: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

What is it?What is it?

A common Application Programmers Interface (API).– A framework for software development– A toolkit for registration and segmentation– An Open Source resource for future research

A validation model for segmentation and registration.– A framework for validation development– Assistance for algorithm designers– A seed repository for validated segmentations

Page 4: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Chronology Chronology

October 1999, Bethesda– Project kick-off

January 2000, NiskayunaRequirements

March 2000, Big Apple– Validation Strategies

June 2000, Bethesda– Core classes

February 2001, Salt Lake– Code reviews

April 2001, Bethesda– Show and Tell

July 2001, Seattle– Refactoring

November 2001, Bethesda– Demos– Preparation for the beta

February 2002, UNC Chapel Hill– Developer exchange

Page 5: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Recipe for SuccessRecipe for Success

VisionStrong Core TeamOpennessCore ArchitectureLight Weight Software EngineeringCommunity SupportFunding

Page 6: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

The NLM VisionThe NLM Vision

Create a dynamic, self-sustaining, public domain and extensible toolkit that will empower researchers throughout the

world to develop new segmentation and registration algorithms and create new applications that leverage the NLM’s

investment in the Visible Human Male and Female data sets

Page 7: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

The TeamThe Team

GE CRD/Brigham and Womens– Architecture, algorithms, testing, validation

KitwareArchitecture, user community support

Insightful/UPenn– Statistical segmentation, mutual information

registration, deformable registration, level sets– Beta test management

Utah– Level sets, low level image processing

UNC/Pitt– Image processing, registration, high-dimensional

segmentation UPenn/Columbia

– Deformable surfaces, fuzzy connectedness, hybrid methods

Page 8: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

OpennessOpenness

From the start, NLM recognized the value of Open Source software

There are NO restrictions on the software

The Team has embraced openness

Page 9: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Open Source ProductsOpen Source Products

Page 10: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

The Core - RequirementsThe Core - Requirements

Shall handle large datasets– Visible Human data on a 512MB PC

Shall run on multiple platforms– Sun, SGI, Linux, Windows

Shall provide multiple language api’sShall support parallel processingShall have no visualization system

dependenciesShall support multi-dimensional imagesShall support n-component data

Page 11: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

The Core - ArchitectureThe Core - Architecture

Established a core architecture and support classes in June, 2000

Team used the initial core to develop their algorithms

Architecture team adapted and modified the core

Page 12: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Architecture: Data FlowArchitecture: Data Flow

A sequence of process objects that operate on data objects to generate additional data objects

Data

Filter

Data Display/disk

Data

Data Filter

Mapper

Mapper

Source

Page 13: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

ArchitectureArchitecture

Segmentation – Fuzzy connectedness– Supervised/Unsupervised Classification– Level Set Shape Detection– N-D Morphological Watershed– Voronoi based– Gradient Magnitude– Balloon Force Filter– Region Growing– Watershed

Dozens of basic filters

Page 14: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Registration ArchitectureRegistration Architecture

Multi-Resolution Registration Framework PDE Deformable Registration

InputReference

TargetReference

Mapper

Metric

Transform

Optimizer

Page 15: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Longitudinal MRI No Registration

Checkerboard

SourceOriginalimage

Difference

TargetOriginal image

Page 16: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Longitudinal MRI

Registration

Checkerboard

SourceOriginalimage

Difference

TargetOriginal image

Page 17: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Lung CT No Registration

Checkerboard

SourceOriginalImage

Difference

TargetOriginal Image

Page 18: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Lung CT Registration

Checkerboard

SourceOriginalImage

Difference

TargetOriginal Image

Page 19: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

microPet/Volume CTmicroPet/Volume CT

Page 20: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

microPet/Volume CTmicroPet/Volume CT

Page 21: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Process: Process: Extreme ProgrammingExtreme Programming

Page 22: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

A Light Weight Software A Light Weight Software Engineering ProcessEngineering Process

Based on the new Extreme Programming process– High intensity design, test, implement cycle– Supported with web-enabled tools– Automated testing integrated with the

software development

Page 23: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Extreme ProgrammingExtreme Programming

Compression of standard analyze, design, implement, test cycle into a continuous process

Page 24: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Insight Development Insight Development CyclesCycles

Daily – dashboard Weekly – telephone conferencesBi-weekly – architecture reviewsQuarterly – developer meetings Yearly – work assignments

Page 25: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Extreme ProgrammingExtreme ProgrammingDaily Testing Is The KeyDaily Testing Is The Key

Testing anchors the development process (Dart)

Developers monitor the testing dashboard constantly

Problems are identified and fixed immediately

Developers receive e-mail if they“Break the Build”

Page 26: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.
Page 27: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.
Page 28: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.
Page 29: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Building a CommunityBuilding a Community

Initial community of consortium members Outreach to other groups

– Siggraph– Digital Human– DOE Genomes to Life– IEEE Visualization– NSF Shape Modeling Workshop– Supercomputer Conference

Public Beta, February 2002 Application development, both academic and

commercial

Page 30: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

FundingFunding

Seed funding by NLM and its co-sponsors– Establish an architecture– Implement a representative set of algorithms– Produce frameworks to accommodate new algorithms– Define a development process– Establish a community support mechanism

Continued support will be needed– Outreach to other communities– Create applications– More algorithms to fill gaps– Infrastructure support

Page 31: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

ObservationsObservations

Good mix of commercial and academicImportance of communicationThe daily rhythm of Extreme

ProgrammingThe Whole >>> Sum of the partsThis process can (and should) be

repeated

Page 32: William Lorensen GE Research Niskayuna, NY February 12, 2001 Insight Segmentation and Registration Toolkit.

Insight Segmentation Insight Segmentation and Registration and Registration

ToolkitToolkit

William Lorensen

GE Research

Niskayuna, NY

February 12, 2001