SlideShare a Scribd company logo
1 of 36
Automatic Detection of Action
Potentials in a Noisy Neural
Recording
I. Sadek, M. Elawady
Supervisor: Dr. Mathini Sellathurai
1B31XM Advanced Image Analysis
2B31XM Advanced Image Analysis
Spike Detection and
Clustering With Unsupervised
Wavelet Optimization in
Extracellular Neural
Recordings
Vahid Shalchyan, Winnie
Jensen and Dario Farina
IEEE Trans. Biomed.
Engineering, 59(9):2576-2585,
2012.
Agenda
• Overview
• Related Work
• Methodology
• Results
• Conclusion
B31XM Advanced Image Analysis 3
Agenda
• Overview
• Related Work
• Methodology
• Results
• Conclusion
B31XM Advanced Image Analysis 4
Overview
B31XM Advanced Image Analysis 5
Action Potential (AP)
A series of changes result from applying an electric stimulation to excitable tissues
(i.e. nerves, all types of muscle).
Overview
B31XM Advanced Image Analysis 6
Problem Definition
The signals acquired from the microelectrodes are contaminated by background
noise
Noisy
Simulated APs
Filtered
Simulated APs
Agenda
• Overview
• Related Work
• Methodology
• Results
• Conclusion
B31XM Advanced Image Analysis 7
Related Work
B31XM Advanced Image Analysis 8
Methods Pros Cons
Amplitude Thresholding Low computational load
• Threshold selection for a tradeoff
between false negatives (FNs)
and false positives (FPs)
• Failed when spike amplitude are
close to or lower than the
background noise
Template Matching High detection performance
Spike shape knowledge are
required
Nonlinear Energy Operator
(NEO)
& Multi-resolution
Teager Energy Operator
(MTEO)
Easy implementation and
computational simplicity
Same as Amplitude Thresholding
Wavelet Transformation
If wavelet shape is selected
properly, the wavelet transform can
be seen as a bank of matched filters
Prior knowledge about spike
shapes are required
Agenda
• Overview
• Related Work
• Methodology
• Results
• Conclusion
B31XM Advanced Image Analysis 9
Methodology
B31XM Advanced Image Analysis 10
Wavelet Transform
Wavelets are defined by two primary functions :
•Wavelet function (mother wavelet) ψ(t)
•Scaling function (father wavelet) φ(t)
where a is scalar factor and b is translation factor
Haar Wavelet
Transform
Methodology
B31XM Advanced Image Analysis 11
Stationary Wavelet Transform (SWT)
DWT SWT
Methodology
B31XM Advanced Image Analysis 12
Wavelet Parameterization
Filter length = 4
One independent parameter (α)
Methodology
B31XM Advanced Image Analysis 13
Flowchart
Noisy
Signals
Filtered
Signals
Detection
(SWT)
Clustering
(DWT)
Methodology
B31XM Advanced Image Analysis 14
Flowchart
Noisy
Signals
Filtered
Signals
Detection
(SWT)
Clustering
(DWT)
Methodology
B31XM Advanced Image Analysis 15
Detection
SWT five levels
decomposition
Hard thresholding
Three maximum
energy scale
selection
Summation &
Filtering
Selection Criteria I
Final AP
Candidates
AP Candidates
Methodology
B31XM Advanced Image Analysis 16
Detection
SWT five levels
decomposition
Hard thresholding
Three maximum
energy scale
selection
Summation &
Filtering
Selection Criteria I
Final AP
Candidates
AP Candidates
Methodology
B31XM Advanced Image Analysis 17
Detection
SWT five levels
decomposition
Hard thresholding
Three maximum
energy scale
selection
Summation &
Filtering
Selection Criteria I
Final AP
Candidates
AP Candidates
Methodology
B31XM Advanced Image Analysis 18
Detection – Thresholding I
Median Absolute Deviation (MAD) Operator
Example:
• Consider the data (1, 1, 2, 2, 4, 6, 9).
• It has a median value of 2.
• The absolute deviations about 2 are (1, 1, 0, 0, 2, 4, 7).
• The sorted absolute deviations are (0, 0, 1, 1, 2, 4, 7).
• So the median absolute deviation (MAD) for this data is 1
Methodology
B31XM Advanced Image Analysis 19
Detection – Thresholding II
Threshold level at each scale is computed as follows:
Where N is the number of samples (n) and σj is the noise standard
deviation at scale j which is estimated with (MAD) operator
80% of this threshold level are used to keep the highest 20% candidates
for detection
Methodology
B31XM Advanced Image Analysis 20
Detection – Thresholding III
Hard thresholding can be described as follows:
 wavelet coefficient after thresholding at scale j
Methodology
B31XM Advanced Image Analysis 21
Detection
SWT five levels
decomposition
Hard thresholding
Three maximum
energy scale
selection
Summation &
Filtering
Selection Criteria I
Final AP
Candidates
AP Candidates
Methodology
B31XM Advanced Image Analysis 22
Detection – Energy Selection
The signal energy at each scale (Ewj) is calculated as
 Wavelet coefficient after thresholding at scale j
 Average value at each scale
Methodology
B31XM Advanced Image Analysis 23
Detection
SWT five levels
decomposition
Hard thresholding
Three maximum
energy scale
selection
Summation &
Filtering
Selection Criteria I
Final AP
Candidates
AP Candidates
Methodology
B31XM Advanced Image Analysis 24
Detection – Summation & Filtering
S(n) is calculated as the summation of the absolute values of the wavelet
coefficients
 Wavelet coefficient after thresholding at scale j
for removing flase peaks, S(n) is filtered with smoothing window W(n)
Methodology
B31XM Advanced Image Analysis 25
Detection
SWT five levels
decomposition
Hard thresholding
Three maximum
energy scale
selection
Summation &
Filtering
Selection Criteria
Final AP
Candidates
AP Candidates
Methodology
B31XM Advanced Image Analysis 26
Detection – Selection Criteria
The optimal wavelet basis selection is based on the correlation similarity
(wave form x(n) and wave form y(n))
Where E is the expected value operator
 Designated label for i(n)  Median value of APs
KD = 0.4  Rejects very far outliers
Methodology
B31XM Advanced Image Analysis 27
Flowchart
Noisy
Signals
Filtered
Signals
Detection
(SWT)
Clustering
(DWT)
Methodology
B31XM Advanced Image Analysis 28
Clustering
DWT five levels
decomposition
ClusteringSelection Criteria
II
Final
Classified APs
Classified APs
Final AP
Candidates
Based on normal
distance
measurement
KC = 0.8  represents the high similarity of shapes
between APs
Agenda
• Overview
• Related Work
• Methodology
• Results
• Conclusion
B31XM Advanced Image Analysis 29
Results
B31XM Advanced Image Analysis 30
Detector Output
a-band pass filtered data b-THR detector c-NEO detector
d-MTEO detector e-DWT product detector f-Proposed method
Results
B31XM Advanced Image Analysis 31
Comparison of average TPR vs SNR
Results
B31XM Advanced Image Analysis 32
Detection Performance
1st
2nd
Agenda
• Overview
• Related Work
• Methodology
• Results
• Conclusion
B31XM Advanced Image Analysis 33
Conclusion
B31XM Advanced Image Analysis 34
• Introduce unsupervised optimization for the best
basis selection of detection & clustering APs.
• Improve the spike sorting performance by applying
unsupervised criterion based on the correlation
similarity.
References
B31XM Advanced Image Analysis 35
• Rieder, P.; Gerganoff, K.; Gotze, J.; Nossek, J.A., “Parameterization and
implementation of orthogonal wavelet transforms,” Acoustics, Speech,
and Signal Processing, 1996. ICASSP-96. Conference Proceedings.,
1996 IEEE International Conference on , vol.3, no., pp.1515,1518 vol. 3,
7-10 May 1996.
• Shalchyan, V.; Jensen, W.; Farina, D., “Spike Detection and Clustering
With Unsupervised Wavelet Optimization in Extracellular Neural
Recordings,” Biomedical Engineering, IEEE Transactions on , vol.59,
no.9, pp.2576,2585, Sept. 2012.
• Zhou, X.; Zhou, C.; Stewart, B.G., “Comparisons of discrete wavelet
transform, wavelet packet transform and stationary wavelet transform in
denoising PD measurement data,” Electrical Insulation, 2006.
Conference Record of the 2006 IEEE International Symposium on , vol.,
no., pp.237,240, 11-14 June 2006.
B31XM Advanced Image Analysis 36

More Related Content

What's hot

Data quality evaluation & orbit identification from scatterometer
Data quality evaluation & orbit identification from scatterometerData quality evaluation & orbit identification from scatterometer
Data quality evaluation & orbit identification from scatterometerMudit Dholakia
 
Talk 2011-buet-perception-event
Talk 2011-buet-perception-eventTalk 2011-buet-perception-event
Talk 2011-buet-perception-eventMahfuzul Haque
 
Intro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVEIntro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVEchenhm
 
Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...
Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...
Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...steig101
 
Moving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkMoving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkeSAT Publishing House
 
Etra 2010 Gaze Enhanced Visual Search
Etra 2010 Gaze Enhanced Visual Search Etra 2010 Gaze Enhanced Visual Search
Etra 2010 Gaze Enhanced Visual Search PernillaQ
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking SystemEditor IJMTER
 
Uniform geometrical theory of diffraction (User body shadowing)
Uniform geometrical theory of diffraction (User body shadowing)Uniform geometrical theory of diffraction (User body shadowing)
Uniform geometrical theory of diffraction (User body shadowing)Seoul National Univ in South Korea
 
B Eng Final Year Project Presentation
B Eng Final Year Project PresentationB Eng Final Year Project Presentation
B Eng Final Year Project Presentationjesujoseph
 
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...a3labdsp
 
Deep Local Parametric Filters for Image Enhancement
Deep Local Parametric Filters for Image EnhancementDeep Local Parametric Filters for Image Enhancement
Deep Local Parametric Filters for Image EnhancementSean Moran
 
Real-time Object Tracking
Real-time Object TrackingReal-time Object Tracking
Real-time Object TrackingWonsang You
 
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
 A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv... A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...Chennai Networks
 
Centertrack and naver airush 2020 review
Centertrack and naver airush 2020 reviewCentertrack and naver airush 2020 review
Centertrack and naver airush 2020 review경훈 김
 
Trail following and obstacle avoidance
Trail following and obstacle avoidanceTrail following and obstacle avoidance
Trail following and obstacle avoidance민재 정
 
Detection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyDetection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyIJERA Editor
 
Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)
Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)
Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)Saimunur Rahman
 
PhD thesis defence slides
PhD thesis defence slidesPhD thesis defence slides
PhD thesis defence slidesSean Moran
 

What's hot (19)

Data quality evaluation & orbit identification from scatterometer
Data quality evaluation & orbit identification from scatterometerData quality evaluation & orbit identification from scatterometer
Data quality evaluation & orbit identification from scatterometer
 
Talk 2011-buet-perception-event
Talk 2011-buet-perception-eventTalk 2011-buet-perception-event
Talk 2011-buet-perception-event
 
Intro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVEIntro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVE
 
Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...
Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...
Prioritization Routine for Digital and Visual Magnetic Anomaly Evaluation - F...
 
Moving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkMoving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulink
 
Etra 2010 Gaze Enhanced Visual Search
Etra 2010 Gaze Enhanced Visual Search Etra 2010 Gaze Enhanced Visual Search
Etra 2010 Gaze Enhanced Visual Search
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking System
 
Arp zmp
Arp zmpArp zmp
Arp zmp
 
Uniform geometrical theory of diffraction (User body shadowing)
Uniform geometrical theory of diffraction (User body shadowing)Uniform geometrical theory of diffraction (User body shadowing)
Uniform geometrical theory of diffraction (User body shadowing)
 
B Eng Final Year Project Presentation
B Eng Final Year Project PresentationB Eng Final Year Project Presentation
B Eng Final Year Project Presentation
 
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
 
Deep Local Parametric Filters for Image Enhancement
Deep Local Parametric Filters for Image EnhancementDeep Local Parametric Filters for Image Enhancement
Deep Local Parametric Filters for Image Enhancement
 
Real-time Object Tracking
Real-time Object TrackingReal-time Object Tracking
Real-time Object Tracking
 
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
 A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv... A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
 
Centertrack and naver airush 2020 review
Centertrack and naver airush 2020 reviewCentertrack and naver airush 2020 review
Centertrack and naver airush 2020 review
 
Trail following and obstacle avoidance
Trail following and obstacle avoidanceTrail following and obstacle avoidance
Trail following and obstacle avoidance
 
Detection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyDetection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A Survey
 
Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)
Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)
Reading group - Week 2 - Trajectory Pooled Deep-Convolutional Descriptors (TDD)
 
PhD thesis defence slides
PhD thesis defence slidesPhD thesis defence slides
PhD thesis defence slides
 

Viewers also liked

Artifact Detection and Removal from In-Vivo Neural Signals
Artifact Detection and Removal from In-Vivo Neural SignalsArtifact Detection and Removal from In-Vivo Neural Signals
Artifact Detection and Removal from In-Vivo Neural SignalsMd Kafiul Islam
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transformRaj Endiran
 
Python for Image Understanding: Deep Learning with Convolutional Neural Nets
Python for Image Understanding: Deep Learning with Convolutional Neural NetsPython for Image Understanding: Deep Learning with Convolutional Neural Nets
Python for Image Understanding: Deep Learning with Convolutional Neural NetsRoelof Pieters
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through ExamplesSri Ambati
 

Viewers also liked (7)

Artifact Detection and Removal from In-Vivo Neural Signals
Artifact Detection and Removal from In-Vivo Neural SignalsArtifact Detection and Removal from In-Vivo Neural Signals
Artifact Detection and Removal from In-Vivo Neural Signals
 
Neurons
NeuronsNeurons
Neurons
 
Wavelet
WaveletWavelet
Wavelet
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transform
 
Python for Image Understanding: Deep Learning with Convolutional Neural Nets
Python for Image Understanding: Deep Learning with Convolutional Neural NetsPython for Image Understanding: Deep Learning with Convolutional Neural Nets
Python for Image Understanding: Deep Learning with Convolutional Neural Nets
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through Examples
 

Similar to Automatic Detection of Action Potentials in Noisy Neural Recordings

Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...
Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...
Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...KwonTaesung
 
Amplification, ROADM and Optical Networking activities at CPqD
Amplification, ROADM and Optical Networking activities at CPqDAmplification, ROADM and Optical Networking activities at CPqD
Amplification, ROADM and Optical Networking activities at CPqDCPqD
 
Machine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdfMachine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdfMunir Ahmad
 
Machine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptxMachine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptxMunir Ahmad
 
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality EchocardiographyUnsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality EchocardiographyShujaat Khan
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionWookjin Choi
 
SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)Reheman Baikejiang
 
automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesWookjin Choi
 
Vladimir Milov and Andrey Savchenko - Classification of Dangerous Situations...
Vladimir Milov and  Andrey Savchenko - Classification of Dangerous Situations...Vladimir Milov and  Andrey Savchenko - Classification of Dangerous Situations...
Vladimir Milov and Andrey Savchenko - Classification of Dangerous Situations...AIST
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Raj Kumar Thenua
 
Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...
Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...
Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...Luigi Vanfretti
 
An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...
An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...
An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...a3labdsp
 
GAS@IGARSS2011.ppt
GAS@IGARSS2011.pptGAS@IGARSS2011.ppt
GAS@IGARSS2011.pptgrssieee
 
Random Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural FilterRandom Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural FilterEditor IJCATR
 
ADC Lab Analysis
ADC Lab AnalysisADC Lab Analysis
ADC Lab AnalysisKara Bell
 
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingDeep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingShujaat Khan
 
QA QC CR Pak Bagus.ppt
QA QC CR Pak Bagus.pptQA QC CR Pak Bagus.ppt
QA QC CR Pak Bagus.pptLuftiHajri
 
A Brain Computer Interface Speller for Smart Devices
A Brain Computer Interface Speller for Smart DevicesA Brain Computer Interface Speller for Smart Devices
A Brain Computer Interface Speller for Smart DevicesMahmoud Helal
 
Contrast and resolution improvement of pocus using self consistent cycle gan
Contrast and resolution improvement of pocus using self consistent cycle ganContrast and resolution improvement of pocus using self consistent cycle gan
Contrast and resolution improvement of pocus using self consistent cycle ganShujaat Khan
 

Similar to Automatic Detection of Action Potentials in Noisy Neural Recordings (20)

Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...
Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...
Cycle-free CycleGAN using invertible generator for unsupervised low-dose CT d...
 
Amplification, ROADM and Optical Networking activities at CPqD
Amplification, ROADM and Optical Networking activities at CPqDAmplification, ROADM and Optical Networking activities at CPqD
Amplification, ROADM and Optical Networking activities at CPqD
 
Machine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdfMachine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdf
 
Machine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptxMachine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptx
 
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality EchocardiographyUnsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detection
 
SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)
 
automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct images
 
Vladimir Milov and Andrey Savchenko - Classification of Dangerous Situations...
Vladimir Milov and  Andrey Savchenko - Classification of Dangerous Situations...Vladimir Milov and  Andrey Savchenko - Classification of Dangerous Situations...
Vladimir Milov and Andrey Savchenko - Classification of Dangerous Situations...
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
 
Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...
Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...
Vedran Peric's PhD Defense Presentation: Non-intrusive Methods for Mode Estim...
 
tracking.ppt
tracking.ppttracking.ppt
tracking.ppt
 
An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...
An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...
An Efficient DSP Implementation of a Dynamic Convolution Using Principal Comp...
 
GAS@IGARSS2011.ppt
GAS@IGARSS2011.pptGAS@IGARSS2011.ppt
GAS@IGARSS2011.ppt
 
Random Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural FilterRandom Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural Filter
 
ADC Lab Analysis
ADC Lab AnalysisADC Lab Analysis
ADC Lab Analysis
 
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingDeep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
 
QA QC CR Pak Bagus.ppt
QA QC CR Pak Bagus.pptQA QC CR Pak Bagus.ppt
QA QC CR Pak Bagus.ppt
 
A Brain Computer Interface Speller for Smart Devices
A Brain Computer Interface Speller for Smart DevicesA Brain Computer Interface Speller for Smart Devices
A Brain Computer Interface Speller for Smart Devices
 
Contrast and resolution improvement of pocus using self consistent cycle gan
Contrast and resolution improvement of pocus using self consistent cycle ganContrast and resolution improvement of pocus using self consistent cycle gan
Contrast and resolution improvement of pocus using self consistent cycle gan
 

More from Mohamed Elawady

You and Your Research -- LLMs Perspective
You and Your Research -- LLMs PerspectiveYou and Your Research -- LLMs Perspective
You and Your Research -- LLMs PerspectiveMohamed Elawady
 
Robotics Vision in Industry: Indonesia
Robotics Vision in Industry: IndonesiaRobotics Vision in Industry: Indonesia
Robotics Vision in Industry: IndonesiaMohamed Elawady
 
Wavelet-based Reflection Symmetry Detection via Textural and Color Histograms
Wavelet-based Reflection Symmetry Detection via Textural and Color HistogramsWavelet-based Reflection Symmetry Detection via Textural and Color Histograms
Wavelet-based Reflection Symmetry Detection via Textural and Color HistogramsMohamed Elawady
 
Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...
Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...
Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...Mohamed Elawady
 
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...Mohamed Elawady
 
Global Bilateral Symmetry Detection Using Multiscale Mirror Histograms
Global Bilateral Symmetry Detection Using Multiscale Mirror HistogramsGlobal Bilateral Symmetry Detection Using Multiscale Mirror Histograms
Global Bilateral Symmetry Detection Using Multiscale Mirror HistogramsMohamed Elawady
 
Exploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual ArtsExploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual ArtsMohamed Elawady
 
Underwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksUnderwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksMohamed Elawady
 
Robust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapesRobust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapesMohamed Elawady
 
Leafsnap: classification
Leafsnap: classificationLeafsnap: classification
Leafsnap: classificationMohamed Elawady
 
Breast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound ImagesBreast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound ImagesMohamed Elawady
 
(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about Egypt(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about EgyptMohamed Elawady
 
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...Mohamed Elawady
 
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...Mohamed Elawady
 
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...Mohamed Elawady
 
(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter Navigation(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter NavigationMohamed Elawady
 
(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map Approach(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map ApproachMohamed Elawady
 
Lost Civilization: NUBIA
Lost Civilization: NUBIALost Civilization: NUBIA
Lost Civilization: NUBIAMohamed Elawady
 
Programming contests and competitions
Programming contests and competitionsProgramming contests and competitions
Programming contests and competitionsMohamed Elawady
 
[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry Oriented[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry OrientedMohamed Elawady
 

More from Mohamed Elawady (20)

You and Your Research -- LLMs Perspective
You and Your Research -- LLMs PerspectiveYou and Your Research -- LLMs Perspective
You and Your Research -- LLMs Perspective
 
Robotics Vision in Industry: Indonesia
Robotics Vision in Industry: IndonesiaRobotics Vision in Industry: Indonesia
Robotics Vision in Industry: Indonesia
 
Wavelet-based Reflection Symmetry Detection via Textural and Color Histograms
Wavelet-based Reflection Symmetry Detection via Textural and Color HistogramsWavelet-based Reflection Symmetry Detection via Textural and Color Histograms
Wavelet-based Reflection Symmetry Detection via Textural and Color Histograms
 
Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...
Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...
Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density ...
 
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
 
Global Bilateral Symmetry Detection Using Multiscale Mirror Histograms
Global Bilateral Symmetry Detection Using Multiscale Mirror HistogramsGlobal Bilateral Symmetry Detection Using Multiscale Mirror Histograms
Global Bilateral Symmetry Detection Using Multiscale Mirror Histograms
 
Exploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual ArtsExploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual Arts
 
Underwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksUnderwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networks
 
Robust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapesRobust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapes
 
Leafsnap: classification
Leafsnap: classificationLeafsnap: classification
Leafsnap: classification
 
Breast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound ImagesBreast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound Images
 
(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about Egypt(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about Egypt
 
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
 
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
 
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
 
(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter Navigation(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter Navigation
 
(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map Approach(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map Approach
 
Lost Civilization: NUBIA
Lost Civilization: NUBIALost Civilization: NUBIA
Lost Civilization: NUBIA
 
Programming contests and competitions
Programming contests and competitionsProgramming contests and competitions
Programming contests and competitions
 
[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry Oriented[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry Oriented
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

Automatic Detection of Action Potentials in Noisy Neural Recordings

  • 1. Automatic Detection of Action Potentials in a Noisy Neural Recording I. Sadek, M. Elawady Supervisor: Dr. Mathini Sellathurai 1B31XM Advanced Image Analysis
  • 2. 2B31XM Advanced Image Analysis Spike Detection and Clustering With Unsupervised Wavelet Optimization in Extracellular Neural Recordings Vahid Shalchyan, Winnie Jensen and Dario Farina IEEE Trans. Biomed. Engineering, 59(9):2576-2585, 2012.
  • 3. Agenda • Overview • Related Work • Methodology • Results • Conclusion B31XM Advanced Image Analysis 3
  • 4. Agenda • Overview • Related Work • Methodology • Results • Conclusion B31XM Advanced Image Analysis 4
  • 5. Overview B31XM Advanced Image Analysis 5 Action Potential (AP) A series of changes result from applying an electric stimulation to excitable tissues (i.e. nerves, all types of muscle).
  • 6. Overview B31XM Advanced Image Analysis 6 Problem Definition The signals acquired from the microelectrodes are contaminated by background noise Noisy Simulated APs Filtered Simulated APs
  • 7. Agenda • Overview • Related Work • Methodology • Results • Conclusion B31XM Advanced Image Analysis 7
  • 8. Related Work B31XM Advanced Image Analysis 8 Methods Pros Cons Amplitude Thresholding Low computational load • Threshold selection for a tradeoff between false negatives (FNs) and false positives (FPs) • Failed when spike amplitude are close to or lower than the background noise Template Matching High detection performance Spike shape knowledge are required Nonlinear Energy Operator (NEO) & Multi-resolution Teager Energy Operator (MTEO) Easy implementation and computational simplicity Same as Amplitude Thresholding Wavelet Transformation If wavelet shape is selected properly, the wavelet transform can be seen as a bank of matched filters Prior knowledge about spike shapes are required
  • 9. Agenda • Overview • Related Work • Methodology • Results • Conclusion B31XM Advanced Image Analysis 9
  • 10. Methodology B31XM Advanced Image Analysis 10 Wavelet Transform Wavelets are defined by two primary functions : •Wavelet function (mother wavelet) ψ(t) •Scaling function (father wavelet) φ(t) where a is scalar factor and b is translation factor Haar Wavelet Transform
  • 11. Methodology B31XM Advanced Image Analysis 11 Stationary Wavelet Transform (SWT) DWT SWT
  • 12. Methodology B31XM Advanced Image Analysis 12 Wavelet Parameterization Filter length = 4 One independent parameter (α)
  • 13. Methodology B31XM Advanced Image Analysis 13 Flowchart Noisy Signals Filtered Signals Detection (SWT) Clustering (DWT)
  • 14. Methodology B31XM Advanced Image Analysis 14 Flowchart Noisy Signals Filtered Signals Detection (SWT) Clustering (DWT)
  • 15. Methodology B31XM Advanced Image Analysis 15 Detection SWT five levels decomposition Hard thresholding Three maximum energy scale selection Summation & Filtering Selection Criteria I Final AP Candidates AP Candidates
  • 16. Methodology B31XM Advanced Image Analysis 16 Detection SWT five levels decomposition Hard thresholding Three maximum energy scale selection Summation & Filtering Selection Criteria I Final AP Candidates AP Candidates
  • 17. Methodology B31XM Advanced Image Analysis 17 Detection SWT five levels decomposition Hard thresholding Three maximum energy scale selection Summation & Filtering Selection Criteria I Final AP Candidates AP Candidates
  • 18. Methodology B31XM Advanced Image Analysis 18 Detection – Thresholding I Median Absolute Deviation (MAD) Operator Example: • Consider the data (1, 1, 2, 2, 4, 6, 9). • It has a median value of 2. • The absolute deviations about 2 are (1, 1, 0, 0, 2, 4, 7). • The sorted absolute deviations are (0, 0, 1, 1, 2, 4, 7). • So the median absolute deviation (MAD) for this data is 1
  • 19. Methodology B31XM Advanced Image Analysis 19 Detection – Thresholding II Threshold level at each scale is computed as follows: Where N is the number of samples (n) and σj is the noise standard deviation at scale j which is estimated with (MAD) operator 80% of this threshold level are used to keep the highest 20% candidates for detection
  • 20. Methodology B31XM Advanced Image Analysis 20 Detection – Thresholding III Hard thresholding can be described as follows:  wavelet coefficient after thresholding at scale j
  • 21. Methodology B31XM Advanced Image Analysis 21 Detection SWT five levels decomposition Hard thresholding Three maximum energy scale selection Summation & Filtering Selection Criteria I Final AP Candidates AP Candidates
  • 22. Methodology B31XM Advanced Image Analysis 22 Detection – Energy Selection The signal energy at each scale (Ewj) is calculated as  Wavelet coefficient after thresholding at scale j  Average value at each scale
  • 23. Methodology B31XM Advanced Image Analysis 23 Detection SWT five levels decomposition Hard thresholding Three maximum energy scale selection Summation & Filtering Selection Criteria I Final AP Candidates AP Candidates
  • 24. Methodology B31XM Advanced Image Analysis 24 Detection – Summation & Filtering S(n) is calculated as the summation of the absolute values of the wavelet coefficients  Wavelet coefficient after thresholding at scale j for removing flase peaks, S(n) is filtered with smoothing window W(n)
  • 25. Methodology B31XM Advanced Image Analysis 25 Detection SWT five levels decomposition Hard thresholding Three maximum energy scale selection Summation & Filtering Selection Criteria Final AP Candidates AP Candidates
  • 26. Methodology B31XM Advanced Image Analysis 26 Detection – Selection Criteria The optimal wavelet basis selection is based on the correlation similarity (wave form x(n) and wave form y(n)) Where E is the expected value operator  Designated label for i(n)  Median value of APs KD = 0.4  Rejects very far outliers
  • 27. Methodology B31XM Advanced Image Analysis 27 Flowchart Noisy Signals Filtered Signals Detection (SWT) Clustering (DWT)
  • 28. Methodology B31XM Advanced Image Analysis 28 Clustering DWT five levels decomposition ClusteringSelection Criteria II Final Classified APs Classified APs Final AP Candidates Based on normal distance measurement KC = 0.8  represents the high similarity of shapes between APs
  • 29. Agenda • Overview • Related Work • Methodology • Results • Conclusion B31XM Advanced Image Analysis 29
  • 30. Results B31XM Advanced Image Analysis 30 Detector Output a-band pass filtered data b-THR detector c-NEO detector d-MTEO detector e-DWT product detector f-Proposed method
  • 31. Results B31XM Advanced Image Analysis 31 Comparison of average TPR vs SNR
  • 32. Results B31XM Advanced Image Analysis 32 Detection Performance 1st 2nd
  • 33. Agenda • Overview • Related Work • Methodology • Results • Conclusion B31XM Advanced Image Analysis 33
  • 34. Conclusion B31XM Advanced Image Analysis 34 • Introduce unsupervised optimization for the best basis selection of detection & clustering APs. • Improve the spike sorting performance by applying unsupervised criterion based on the correlation similarity.
  • 35. References B31XM Advanced Image Analysis 35 • Rieder, P.; Gerganoff, K.; Gotze, J.; Nossek, J.A., “Parameterization and implementation of orthogonal wavelet transforms,” Acoustics, Speech, and Signal Processing, 1996. ICASSP-96. Conference Proceedings., 1996 IEEE International Conference on , vol.3, no., pp.1515,1518 vol. 3, 7-10 May 1996. • Shalchyan, V.; Jensen, W.; Farina, D., “Spike Detection and Clustering With Unsupervised Wavelet Optimization in Extracellular Neural Recordings,” Biomedical Engineering, IEEE Transactions on , vol.59, no.9, pp.2576,2585, Sept. 2012. • Zhou, X.; Zhou, C.; Stewart, B.G., “Comparisons of discrete wavelet transform, wavelet packet transform and stationary wavelet transform in denoising PD measurement data,” Electrical Insulation, 2006. Conference Record of the 2006 IEEE International Symposium on , vol., no., pp.237,240, 11-14 June 2006.
  • 36. B31XM Advanced Image Analysis 36

Editor's Notes

  1. Blue arrows  represents time of correct APs