Matching Items (41)
152165-Thumbnail Image.png
Description
Surgery as a profession requires significant training to improve both clinical decision making and psychomotor proficiency. In the medical knowledge domain, tools have been developed, validated, and accepted for evaluation of surgeons' competencies. However, assessment of the psychomotor skills still relies on the Halstedian model of apprenticeship, wherein surgeons are

Surgery as a profession requires significant training to improve both clinical decision making and psychomotor proficiency. In the medical knowledge domain, tools have been developed, validated, and accepted for evaluation of surgeons' competencies. However, assessment of the psychomotor skills still relies on the Halstedian model of apprenticeship, wherein surgeons are observed during residency for judgment of their skills. Although the value of this method of skills assessment cannot be ignored, novel methodologies of objective skills assessment need to be designed, developed, and evaluated that augment the traditional approach. Several sensor-based systems have been developed to measure a user's skill quantitatively, but use of sensors could interfere with skill execution and thus limit the potential for evaluating real-life surgery. However, having a method to judge skills automatically in real-life conditions should be the ultimate goal, since only with such features that a system would be widely adopted. This research proposes a novel video-based approach for observing surgeons' hand and surgical tool movements in minimally invasive surgical training exercises as well as during laparoscopic surgery. Because our system does not require surgeons to wear special sensors, it has the distinct advantage over alternatives of offering skills assessment in both learning and real-life environments. The system automatically detects major skill-measuring features from surgical task videos using a computing system composed of a series of computer vision algorithms and provides on-screen real-time performance feedback for more efficient skill learning. Finally, the machine-learning approach is used to develop an observer-independent composite scoring model through objective and quantitative measurement of surgical skills. To increase effectiveness and usability of the developed system, it is integrated with a cloud-based tool, which automatically assesses surgical videos upload to the cloud.
ContributorsIslam, Gazi (Author) / Li, Baoxin (Thesis advisor) / Liang, Jianming (Thesis advisor) / Dinu, Valentin (Committee member) / Greenes, Robert (Committee member) / Smith, Marshall (Committee member) / Kahol, Kanav (Committee member) / Patel, Vimla L. (Committee member) / Arizona State University (Publisher)
Created2013
153433-Thumbnail Image.png
Description
The apolipoprotein E (APOE) e4 genotype is the most prevalent known genetic risk factor for Alzheimer's disease (AD). In this paper, we examined the longitudinal effect of APOE e4 on hippocampal morphometry in Alzheimer's Disease Neuroimaging Initiative (ADNI). Generally, atrophy of hippocampus has more chance occurs in AD patients who

The apolipoprotein E (APOE) e4 genotype is the most prevalent known genetic risk factor for Alzheimer's disease (AD). In this paper, we examined the longitudinal effect of APOE e4 on hippocampal morphometry in Alzheimer's Disease Neuroimaging Initiative (ADNI). Generally, atrophy of hippocampus has more chance occurs in AD patients who carrying the APOE e4 allele than those who are APOE e4 noncarriers. Also, brain structure and function depend on APOE genotype not just for Alzheimer's disease patients but also in health elderly individuals, so APOE genotyping is considered critical in clinical trials of Alzheimer's disease. We used a large sample of elderly participants, with the help of a new automated surface registration system based on surface conformal parameterization with holomorphic 1-forms and surface fluid registration. In this system, we automatically segmented and constructed hippocampal surfaces from MR images at many different time points, such as 6 months, 1- and 2-year follow up. Between the two different hippocampal surfaces, we did the high-order correspondences, using a novel inverse consistent surface fluid registration method. At each time point, using Hotelling's T^2 test, we found significant morphological deformation in APOE e4 carriers relative to noncarriers in the entire cohort as well as in the non-demented (pooled MCI and control) subjects, affecting the left hippocampus more than the right, and this effect was more pronounced in e4 homozygotes than heterozygotes.
ContributorsLi, Bolun (Author) / Wang, Yalin (Thesis advisor) / Maciejewski, Ross (Committee member) / Liang, Jianming (Committee member) / Arizona State University (Publisher)
Created2015
150086-Thumbnail Image.png
Description
Detecting anatomical structures, such as the carina, the pulmonary trunk and the aortic arch, is an important step in designing a CAD system of detection Pulmonary Embolism. The presented CAD system gets rid of the high-level prior defined knowledge to become a system which can easily extend to detect other

Detecting anatomical structures, such as the carina, the pulmonary trunk and the aortic arch, is an important step in designing a CAD system of detection Pulmonary Embolism. The presented CAD system gets rid of the high-level prior defined knowledge to become a system which can easily extend to detect other anatomic structures. The system is based on a machine learning algorithm --- AdaBoost and a general feature --- Haar. This study emphasizes on off-line and on-line AdaBoost learning. And in on-line AdaBoost, the thesis further deals with extremely imbalanced condition. The thesis first reviews several knowledge-based detection methods, which are relied on human being's understanding of the relationship between anatomic structures. Then the thesis introduces a classic off-line AdaBoost learning. The thesis applies different cascading scheme, namely multi-exit cascading scheme. The comparison between the two methods will be provided and discussed. Both of the off-line AdaBoost methods have problems in memory usage and time consuming. Off-line AdaBoost methods need to store all the training samples and the dataset need to be set before training. The dataset cannot be enlarged dynamically. Different training dataset requires retraining the whole process. The retraining is very time consuming and even not realistic. To deal with the shortcomings of off-line learning, the study exploited on-line AdaBoost learning approach. The thesis proposed a novel pool based on-line method with Kalman filters and histogram to better represent the distribution of the samples' weight. Analysis of the performance, the stability and the computational complexity will be provided in the thesis. Furthermore, the original on-line AdaBoost performs badly in imbalanced conditions, which occur frequently in medical image processing. In image dataset, positive samples are limited and negative samples are countless. A novel Self-Adaptive Asymmetric On-line Boosting method is presented. The method utilized a new asymmetric loss criterion with self-adaptability according to the ratio of exposed positive and negative samples and it has an advanced rule to update sample's importance weight taking account of both classification result and sample's label. Compared to traditional on-line AdaBoost Learning method, the new method can achieve far more accuracy in imbalanced conditions.
ContributorsWu, Hong (Author) / Liang, Jianming (Thesis advisor) / Farin, Gerald (Committee member) / Ye, Jieping (Committee member) / Arizona State University (Publisher)
Created2011
156682-Thumbnail Image.png
Description
Unsupervised learning of time series data, also known as temporal clustering, is a challenging problem in machine learning. This thesis presents a novel algorithm, Deep Temporal Clustering (DTC), to naturally integrate dimensionality reduction and temporal clustering into a single end-to-end learning framework, fully unsupervised. The algorithm utilizes an autoencoder for

Unsupervised learning of time series data, also known as temporal clustering, is a challenging problem in machine learning. This thesis presents a novel algorithm, Deep Temporal Clustering (DTC), to naturally integrate dimensionality reduction and temporal clustering into a single end-to-end learning framework, fully unsupervised. The algorithm utilizes an autoencoder for temporal dimensionality reduction and a novel temporal clustering layer for cluster assignment. Then it jointly optimizes the clustering objective and the dimensionality reduction objective. Based on requirement and application, the temporal clustering layer can be customized with any temporal similarity metric. Several similarity metrics and state-of-the-art algorithms are considered and compared. To gain insight into temporal features that the network has learned for its clustering, a visualization method is applied that generates a region of interest heatmap for the time series. The viability of the algorithm is demonstrated using time series data from diverse domains, ranging from earthquakes to spacecraft sensor data. In each case, the proposed algorithm outperforms traditional methods. The superior performance is attributed to the fully integrated temporal dimensionality reduction and clustering criterion.
ContributorsMadiraju, NaveenSai (Author) / Liang, Jianming (Thesis advisor) / Wang, Yalin (Thesis advisor) / He, Jingrui (Committee member) / Arizona State University (Publisher)
Created2018
157181-Thumbnail Image.png
Description
Measurements of different molecular species from single cells have the potential to reveal cell-to-cell variations, which are precluded by population-based measurements. An increasing percentage of researches have been focused on proteins, for its central roles in biological processes. Immunofluorescence (IF) has been a well-established protein analysis platform. To gain comprehensive

Measurements of different molecular species from single cells have the potential to reveal cell-to-cell variations, which are precluded by population-based measurements. An increasing percentage of researches have been focused on proteins, for its central roles in biological processes. Immunofluorescence (IF) has been a well-established protein analysis platform. To gain comprehensive insights into cell biology and diagnostic pathology, a crucial direction would be to increase the multiplexity of current single cell protein analysis technologies.

An azide-based chemical cleavable linker has been introduced to design and synthesis novel fluorescent probes. These probes allow cyclic immunofluorescence staining which leads to the feasibility of highly multiplexed single cell in situ protein profiling. These highly multiplexed imaging-based platforms have the potential to quantify more than 100 protein targets in cultured cells and more than 50 protein targets in single cells in tissues.

This approach has been successfully applied in formalin-fixed paraffin-embedded (FFPE) brain tissues. Multiplexed protein expression level results reveal neuronal heterogeneity in the human hippocampus.
ContributorsLiao, Renjie (Author) / Guo, Jia (Thesis advisor) / Borges, Chad (Committee member) / Liu, Yan (Committee member) / Arizona State University (Publisher)
Created2019
156996-Thumbnail Image.png
Description
Single-cell proteomics and transcriptomics analysis are crucial to gain insights of

healthy physiology and disease pathogenesis. The comprehensive profiling of biomolecules in individual cells of a heterogeneous system can provide deep insights into many important biological questions, such as the distinct cellular compositions or regulation of inter- and intracellular signaling pathways

Single-cell proteomics and transcriptomics analysis are crucial to gain insights of

healthy physiology and disease pathogenesis. The comprehensive profiling of biomolecules in individual cells of a heterogeneous system can provide deep insights into many important biological questions, such as the distinct cellular compositions or regulation of inter- and intracellular signaling pathways of healthy and diseased tissues. With multidimensional molecular imaging of many different biomarkers in patient biopsies, diseases can be accurately diagnosed to guide the selection of the ideal treatment.

As an urgent need to advance single-cell analysis, imaging-based technologies have been developed to detect and quantify multiple DNA, RNA and protein molecules in single cell in situ. Novel fluorescent probes have been designed and synthesized, which targets specifically either their nucleic acid counterpart or protein epitopes. These highly multiplexed imaging-based platforms have the potential to detect and quantify 100 different protein molecules and 1000 different nucleic acids in a single cell.

Using novel fluorescent probes, a large number of biomolecules have been detected and quantified in formalin-fixed paraffin-embedded (FFPE) brain tissue at single-cell resolution. By studying protein expression levels, neuronal heterogeneity has been revealed in distinct subregions of human hippocampus.
ContributorsMondal, Manas (Author) / Guo, Jia (Thesis advisor) / Gould, Ian (Committee member) / Ros, Alexandra (Committee member) / Arizona State University (Publisher)
Created2018
Description
The understanding of normal human physiology and disease pathogenesis shows great promise for progress with increasing ability to profile genomic loci and transcripts in single cells in situ. Using biorthogonal cleavable fluorescent oligonucleotides, a highly multiplexed single-cell in situ RNA and DNA analysis is reported. In this report, azide-based cleavable

The understanding of normal human physiology and disease pathogenesis shows great promise for progress with increasing ability to profile genomic loci and transcripts in single cells in situ. Using biorthogonal cleavable fluorescent oligonucleotides, a highly multiplexed single-cell in situ RNA and DNA analysis is reported. In this report, azide-based cleavable linker connects oligonucleotides to fluorophores to show nucleic acids through in situ hybridization. Post-imaging, the fluorophores are effectively cleaved off in half an hour without loss of RNA or DNA integrity. Through multiple cycles of hybridization, imaging, and cleavage this approach proves to quantify thousands of different RNA species or genomic loci because of single-molecule sensitivity in single cells in situ. Different nucleic acids can be imaged by shown by multi-color staining in each hybridization cycle, and that multiple hybridization cycles can be run on the same specimen. It is shown that in situ analysis of DNA, RNA and protein can be accomplished using both cleavable fluorescent antibodies and oligonucleotides. The highly multiplexed imaging platforms will have the potential for wide applications in both systems biology and biomedical research. Thus, proving to be cost effective and time effective.
ContributorsSamuel, Adam David (Author) / Guo, Jia (Thesis director) / Liu, Wei (Committee member) / Wang, Xu (Committee member) / School of Molecular Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
134929-Thumbnail Image.png
Description
The ability to profile proteins allows us to gain a deeper understanding of organization, regulation, and function of different biological systems. Many technologies are currently being used in order to accurately perform the protein profiling. Some of these technologies include mass spectrometry, microarray based analysis, and fluorescence microscopy. Deeper analysis

The ability to profile proteins allows us to gain a deeper understanding of organization, regulation, and function of different biological systems. Many technologies are currently being used in order to accurately perform the protein profiling. Some of these technologies include mass spectrometry, microarray based analysis, and fluorescence microscopy. Deeper analysis of these technologies have demonstrated limitations which have taken away from either the efficiency or the accuracy of the results. The objective of this project was to develop a technology in which highly multiplexed single cell in situ protein analysis can be completed in a comprehensive manner without the loss of the protein targets. This was accomplished in the span of 3 steps which is referred to as the immunofluorescence cycle. Antibodies with attached fluorophores with the help of novel azide-based cleavable linker are used to detect protein targets. Fluorescence imaging and data storage procedures are done on the targets and then the fluorophores are cleaved from the antibodies without the loss of the protein targets. Continuous cycles of the immunofluorescence procedure can help create a comprehensive and quantitative profile of the protein. The development of such a technique will not only help us understand biological systems such as solid tumor, brain tissues, and developing embryos. But it will also play a role in real-world applications such as signaling network analysis, molecular diagnosis and cellular targeted therapies.
ContributorsGupta, Aakriti (Author) / Guo, Jia (Thesis director) / Liang, Jianming (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
134940-Thumbnail Image.png
Description
Currently, quantification of single cell RNA species in their natural contexts is restricted due to the little number of parallel analysis. Through this, we identify a method to increase the multiplexing capacity of RNA analysis for single cells in situ. Initially, RNA transcripts are found by using fluorescence in situ

Currently, quantification of single cell RNA species in their natural contexts is restricted due to the little number of parallel analysis. Through this, we identify a method to increase the multiplexing capacity of RNA analysis for single cells in situ. Initially, RNA transcripts are found by using fluorescence in situ hybridization (FISH). Once imaging and data storage is completed, the fluorescence signal is detached through photobleaching. By doing so, the FISH is reinitiated to detect other RNA species residing in the same cell. After reiterative cycles of hybridization, imaging and photobleaching, the identities, positions and copy numbers of a huge amount of varied RNA species can be computed in individual cells in situ. Through this approach, we have evaluated seven different transcripts in single HeLa cells with five reiterative RNA FISH cycles. This method has the ability to detect over 100 varied RNA species in single cells in situ, which can be further applied in studies of systems biology, molecular diagnosis and targeted therapies.
ContributorsJavangula, Saiswathi (Author) / Guo, Jia (Thesis director) / Liang, Jianming (Committee member) / School of Molecular Sciences (Contributor) / School of Nutrition and Health Promotion (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
154703-Thumbnail Image.png
Description
Cardiovascular disease (CVD) is the leading cause of mortality yet largely preventable, but the key to prevention is to identify at-risk individuals before adverse events. For predicting individual CVD risk, carotid intima-media thickness (CIMT), a noninvasive ultrasound method, has proven to be valuable, offering several advantages over CT coronary artery

Cardiovascular disease (CVD) is the leading cause of mortality yet largely preventable, but the key to prevention is to identify at-risk individuals before adverse events. For predicting individual CVD risk, carotid intima-media thickness (CIMT), a noninvasive ultrasound method, has proven to be valuable, offering several advantages over CT coronary artery calcium score. However, each CIMT examination includes several ultrasound videos, and interpreting each of these CIMT videos involves three operations: (1) select three enddiastolic ultrasound frames (EUF) in the video, (2) localize a region of interest (ROI) in each selected frame, and (3) trace the lumen-intima interface and the media-adventitia interface in each ROI to measure CIMT. These operations are tedious, laborious, and time consuming, a serious limitation that hinders the widespread utilization of CIMT in clinical practice. To overcome this limitation, this paper presents a new system to automate CIMT video interpretation. Our extensive experiments demonstrate that the suggested system significantly outperforms the state-of-the-art methods. The superior performance is attributable to our unified framework based on convolutional neural networks (CNNs) coupled with our informative image representation and effective post-processing of the CNN outputs, which are uniquely designed for each of the above three operations.
ContributorsShin, Jaeyul (Author) / Liang, Jianming (Thesis advisor) / Maciejewski, Ross (Committee member) / Li, Baoxin (Committee member) / Arizona State University (Publisher)
Created2016