By: Josh Coats & Jen Eckrote

Slides:



Advertisements
Similar presentations
Fitting: The Hough transform. Voting schemes Let each feature vote for all the models that are compatible with it Hopefully the noise features will not.
Advertisements

Vision Based Control Motion Matt Baker Kevin VanDyke.
Breast Cancer - FACTS:  Breast carcinoma leading cause of cancer death in womean  Every 8-10 th woman affected during lifetime  About 4000 new cases/a.
· Information gathering · Data analysis · Decision making · “ Human life is too important to be left to a computer “ Patients receive the best treatment.
Influence of Monitor Luminance & Tone Scale on Observers’ Search & Dwell Patterns.
WRSTA, 13 August, 2006 Rough Sets in Hybrid Intelligent Systems For Breast Cancer Detection By Aboul Ella Hassanien Cairo University, Faculty of Computer.
Fitting: The Hough transform
A Computer Aided Detection System For Digital Mammograms Based on Radial Basis Functions and Feature Extraction Techniques By Mohammed Jirari Shanghai,
3. Introduction to Digital Image Analysis
A Computer-Aided Diagnosis System For Digital Mammograms Based on Radial Basis Functions and Feature Extraction Techniques Dissertation written by Mohammed.
Lecture 1: Images and image filtering
A Computer Aided Detection System For Mammograms Based on Asymmetry and Feature Extraction Techniques By Mohammed Jirari Benidorm, Spain Sept 9th, 2005.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Automatic Detection And Classification Of Microcalcifications In Digital Mammograms Institute for Brain and Neural Systems Brown University Providence.
BREAST IMAGING Claudia E. Galbo,M.D. USUHS Department of Radiology and Radiological Sciences.
Breast Imaging Made Brief and Simple
Ulrich Bick, MD Maryellen L. Giger PhD Robert A. Schmidt, MD Robert M. Nishikawa, PhD Kunio Doi, PhD 1 報告者:劉治元.
Knowledge Systems Lab JN 8/24/2015 A Method for Temporal Hand Gesture Recognition Joshua R. New Knowledge Systems Laboratory Jacksonville State University.
September 10, 2012Introduction to Artificial Intelligence Lecture 2: Perception & Action 1 Boundary-following Robot Rules 1  2  3  4  5.
Purdue November 1998 Slide 1 Computer Aided Diagnosis in Digital Mammography Sheng Liu Charles F. Babbs Edward J. Delp Purdue University West Lafayette,
Slide 1 September 1999UCB The Analysis of Digital Mammograms: Spiculated Tumor Detection and Normal Mammogram Characterization Edward J. Delp Purdue University.
Introduction to Breast Imaging BREAST RAD LAB Directions: Please answer all the questions prior to interactive conference. 1.
Introduction to Clinical Radiology: The Breast
Managed by UT-Battelle for the Department of Energy Learning Cue Phrase Patterns from Radiology Reports Using a Genetic Algorithm Robert M. Patton, Ph.D.
Digital Image Processing CCS331 Relationships of Pixel 1.
Human Vision Model to Predict Observer Performance: Detection of Microcalcifications as a Function of Monitor Phosphor Elizabeth Krupinski, PhD Jeffrey.
3D Mammography Ernesto Coto Sören Grimm Stefan Bruckner M. Eduard Gröller Institute of Computer Graphics and Algorithms Vienna University of Technology.
Mammography Past & Present Similar equipments were & are still being used, these can be called as old fashioned equipments cone Tube Breast Stand.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Biometrics % Biostatistics
Mammographic image analysis for breast cancer detection using complex wavelet transforms and morphological operators.
The CALMA project A CAD tool in breast radiography A.Ceccopieri, Padova
Connor Carey. Aims  Record road scene from Android  Detect speed sign  Determine speed limit  Compare to current speed(GPS)  Alert driver if speeding.
Effects of Grayscale Window/Level on Breast Lesion Detectability Jeffrey Johnson, PhD a John Nafziger, PhD a Elizabeth Krupinski, PhD b Hans Roehrig, PhD.
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
Chapter 24: Perception April 20, Introduction Emphasis on vision Feature extraction approach Model-based approach –S stimulus –W world –f,
THIRD CLASSIFICATION OF MICROCALCIFICATION STAGES IN MAMMOGRAPHIC IMAGES THIRD REVIEW Supervisor: Mrs.P.Valarmathi HOD/CSE Project Members: M.HamsaPriya( )
Lecture 1: Images and image filtering CS4670/5670: Intro to Computer Vision Noah Snavely Hybrid Images, Oliva et al.,
MAMMOGRAPHY Positioning & Anatomy
Another Example: Circle Detection
Medical Image Analysis
Contrast-enhanced Dedicated Breast CT: Initial Clinical Experience
Miguel Tavares Coimbra
Image enhancement algorithms & techniques Point-wise operations
Applications of AI Image Processing.
IIS for Image Processing
Digital image self-adaptive acquisition in medical x-ray imaging
Fourier Transform: Real-World Images
Fitting Curve Models to Edges
Lecture 1: Images and image filtering
Mammography and Breast Localization for the Interventionalist
Current Status of Breast Ultrasound
Digital Media Dr. Jim Rowan ITEC 2110.
Static Image Filtering on Commodity Graphics Processors
Jeong Mi Park, MD, Limin Yang, MD, PhD, Archana Laroia, MD, Edmund A
Mammography and Breast Localization for the Interventionalist
Computerized Decision Support for Medical Imaging
Spatial operations and transformations
Image processing and computer vision
Avoiding Pitfalls in Mammographic Interpretation
Digital Image Processing Week III
Magnetic Resonance Imaging
Joshua Kahn, Scott Wiese ECE533 – Fall 2003 December 12, 2003
Edge Detection in Computer Vision
Edge Detection Today’s readings Cipolla and Gee Watt,
Lecture 1: Images and image filtering
Detection of clusters of small features such as microcalcifications
Introduction to Artificial Intelligence Lecture 22: Computer Vision II
Spatial operations and transformations
Presentation transcript:

By: Josh Coats & Jen Eckrote C.A.M.P. By: Josh Coats & Jen Eckrote

Computer-Aided Detection 11/22/2018

Currently Specific algorithms analyze radiographical features Image processing (IP): Enhances features of interest and de-enhances others with filters. Quantify visual features for providing geometric, topologic and others. Artificial Intelligence (AI): Make decisions regarding features the radiologists should be alerted to. 11/22/2018

How We Became Expert Mammographer’s

J&J’s Guide To Mammography Medio-Lateral Oblique (MLO) Medio: center Lateral: outside Cranio-Caudal (CC) Cranio: head Caudal: tail **note there are always at least 2 of each view because of both breasts. 11/22/2018

What Do Radiologists Look For? Differences between the Right and Left Breasts Differences between old and new mammograms Abnormal Lesions other than old surgical scars Calcium Deposits (aka Calcifications) 11/22/2018

Macrocalcifications and Microcalcifications Left vs Right Old vs New Macrocalcifications and Microcalcifications Lesions 11/22/2018

Where We Got Started With The Code

Popular Means of Manipulation Convolution Filters: obtain a weighted average of a group or pair of pixels surrounding the one to be manipulated. Edge Detection: a technique that locates an edge by examining an image for abrupt changes in pixel values. Hough Transform: feature extraction technique identifying lines, circles and other geometric shapes within an image. 11/22/2018

Shows array of filters mentioned in use. Demo of C.A.M.P. v0.5 Shows array of filters mentioned in use.

Computer Vision

Why It’s Hard To Do Data Size: because images are billions of pixels it takes a lot of time to look at all of them. Hope to enable with Segmentation Resolution: images may seem fuzzy and may contain “bad” pixels (inaccurate display of image as it really is) 11/22/2018

What makes Vision Hardest We live in a 3-D world! Yet we are trying to allow the computer to "see" this 3-D world with 2-D images If we could use 3-D images the math in writing the algorithms would be much more complex but there would be more and more things that the computer could use to "see." 11/22/2018

Levels of Computer Vision Digitizing - getting the image in a digital format which we really aren't that worried about Low-level processing - threshholding, noise filtering, and edge detection which we have finished High-level understanding - object detection, understanding objects, interpreting data which is what we are still working on 11/22/2018

WARNING OUR PROGRAM HAS BEEN DESIGNED TO AID THE RADIOLOGIST. IT IS NOT INTEDED TO TAKE OVER HIS JOB MERELY AS A SECOND SET OF EYES. IT IS TO BE VIEWED ONCE THE DOCTER HAS MADE HIS PRE-LIMINARY DIAGNOSIS AND IS INTEDED TO POINT OUT AREAS OF CONCERN. 11/22/2018

Computer-Aided Mammography Process Demo of C.A.M.P. v1.0 Computer-Aided Mammography Process

We Have Stats! Calcification Search: Invert Lump Search: Found 50%-100% of the calcifications Invert Lump Search: Found 78.46% of all abnormalities present in our nearly 100 mammograms Topographic Lump Search: Found 80.05% of all abnormalities present in our nearly 100 mammograms 11/22/2018

Ain’t Got No Time We would have implemented a working version of draw_Boxes, so that areas of concern would be boxed. We also would have liked to add Artificial Intelligence (AI) for computer learning so that we could not only collect data on performance but so that the computer could learn from it as well. 11/22/2018

Forgot to mention we have a beta version in progress J Demo of C.A.M.P. beta v1.1

April Fools Skin Markers During Mammography Used to help radiologists identify the nipple, surgical scars, raised moles, or other normal features on the breast may also be used to alert the radiologist to a breast abnormality that warrants close examination, such as a lump Images Courtesy of Beekley Corporation 11/22/2018

To All The Grad Students, Professor Weaver, and Kim J THANK YOU

FIN