Matching Items (591)
Filtering by

Clear all filters

152300-Thumbnail Image.png
Description
In blindness research, the corpus callosum (CC) is the most frequently studied sub-cortical structure, due to its important involvement in visual processing. While most callosal analyses from brain structural magnetic resonance images (MRI) are limited to the 2D mid-sagittal slice, we propose a novel framework to capture a complete set

In blindness research, the corpus callosum (CC) is the most frequently studied sub-cortical structure, due to its important involvement in visual processing. While most callosal analyses from brain structural magnetic resonance images (MRI) are limited to the 2D mid-sagittal slice, we propose a novel framework to capture a complete set of 3D morphological differences in the corpus callosum between two groups of subjects. The CCs are segmented from whole brain T1-weighted MRI and modeled as 3D tetrahedral meshes. The callosal surface is divided into superior and inferior patches on which we compute a volumetric harmonic field by solving the Laplace's equation with Dirichlet boundary conditions. We adopt a refined tetrahedral mesh to compute the Laplacian operator, so our computation can achieve sub-voxel accuracy. Thickness is estimated by tracing the streamlines in the harmonic field. We combine areal changes found using surface tensor-based morphometry and thickness information into a vector at each vertex to be used as a metric for the statistical analysis. Group differences are assessed on this combined measure through Hotelling's T2 test. The method is applied to statistically compare three groups consisting of: congenitally blind (CB), late blind (LB; onset > 8 years old) and sighted (SC) subjects. Our results reveal significant differences in several regions of the CC between both blind groups and the sighted groups; and to a lesser extent between the LB and CB groups. These results demonstrate the crucial role of visual deprivation during the developmental period in reshaping the structural architecture of the CC.
ContributorsXu, Liang (Author) / Wang, Yalin (Thesis advisor) / Maciejewski, Ross (Committee member) / Ye, Jieping (Committee member) / Arizona State University (Publisher)
Created2013
151689-Thumbnail Image.png
Description
Sparsity has become an important modeling tool in areas such as genetics, signal and audio processing, medical image processing, etc. Via the penalization of l-1 norm based regularization, the structured sparse learning algorithms can produce highly accurate models while imposing various predefined structures on the data, such as feature groups

Sparsity has become an important modeling tool in areas such as genetics, signal and audio processing, medical image processing, etc. Via the penalization of l-1 norm based regularization, the structured sparse learning algorithms can produce highly accurate models while imposing various predefined structures on the data, such as feature groups or graphs. In this thesis, I first propose to solve a sparse learning model with a general group structure, where the predefined groups may overlap with each other. Then, I present three real world applications which can benefit from the group structured sparse learning technique. In the first application, I study the Alzheimer's Disease diagnosis problem using multi-modality neuroimaging data. In this dataset, not every subject has all data sources available, exhibiting an unique and challenging block-wise missing pattern. In the second application, I study the automatic annotation and retrieval of fruit-fly gene expression pattern images. Combined with the spatial information, sparse learning techniques can be used to construct effective representation of the expression images. In the third application, I present a new computational approach to annotate developmental stage for Drosophila embryos in the gene expression images. In addition, it provides a stage score that enables one to more finely annotate each embryo so that they are divided into early and late periods of development within standard stage demarcations. Stage scores help us to illuminate global gene activities and changes much better, and more refined stage annotations improve our ability to better interpret results when expression pattern matches are discovered between genes.
ContributorsYuan, Lei (Author) / Ye, Jieping (Thesis advisor) / Wang, Yalin (Committee member) / Xue, Guoliang (Committee member) / Kumar, Sudhir (Committee member) / Arizona State University (Publisher)
Created2013
151336-Thumbnail Image.png
Description
Over 2 billion people are using online social network services, such as Facebook, Twitter, Google+, LinkedIn, and Pinterest. Users update their status, post their photos, share their information, and chat with others in these social network sites every day; however, not everyone shares the same amount of information. This thesis

Over 2 billion people are using online social network services, such as Facebook, Twitter, Google+, LinkedIn, and Pinterest. Users update their status, post their photos, share their information, and chat with others in these social network sites every day; however, not everyone shares the same amount of information. This thesis explores methods of linking publicly available data sources as a means of extrapolating missing information of Facebook. An application named "Visual Friends Income Map" has been created on Facebook to collect social network data and explore geodemographic properties to link publicly available data, such as the US census data. Multiple predictors are implemented to link data sets and extrapolate missing information from Facebook with accurate predictions. The location based predictor matches Facebook users' locations with census data at the city level for income and demographic predictions. Age and relationship based predictors are created to improve the accuracy of the proposed location based predictor utilizing social network link information. In the case where a user does not share any location information on their Facebook profile, a kernel density estimation location predictor is created. This predictor utilizes publicly available telephone record information of all people with the same surname of this user in the US to create a likelihood distribution of the user's location. This is combined with the user's IP level information in order to narrow the probability estimation down to a local regional constraint.
ContributorsMao, Jingxian (Author) / Maciejewski, Ross (Thesis advisor) / Farin, Gerald (Committee member) / Wang, Yalin (Committee member) / Arizona State University (Publisher)
Created2012
151278-Thumbnail Image.png
Description
This document presents a new implementation of the Smoothed Particles Hydrodynamics algorithm using DirectX 11 and DirectCompute. The main goal of this document is to present to the reader an alternative solution to the largely studied and researched problem of fluid simulation. Most other solutions have been implemented using the

This document presents a new implementation of the Smoothed Particles Hydrodynamics algorithm using DirectX 11 and DirectCompute. The main goal of this document is to present to the reader an alternative solution to the largely studied and researched problem of fluid simulation. Most other solutions have been implemented using the NVIDIA CUDA framework; however, the proposed solution in this document uses the Microsoft general-purpose computing on graphics processing units API. The implementation allows for the simulation of a large number of particles in a real-time scenario. The solution presented here uses the Smoothed Particles Hydrodynamics algorithm to calculate the forces within the fluid; this algorithm provides a Lagrangian approach for discretizes the Navier-Stockes equations into a set of particles. Our solution uses the DirectCompute compute shaders to evaluate each particle using the multithreading and multi-core capabilities of the GPU increasing the overall performance. The solution then describes a method for extracting the fluid surface using the Marching Cubes method and the programmable interfaces exposed by the DirectX pipeline. Particularly, this document presents a method for using the Geometry Shader Stage to generate the triangle mesh as defined by the Marching Cubes method. The implementation results show the ability to simulate over 64K particles at a rate of 900 and 400 frames per second, not including the surface reconstruction steps and including the Marching Cubes steps respectively.
ContributorsFigueroa, Gustavo (Author) / Farin, Gerald (Thesis advisor) / Maciejewski, Ross (Committee member) / Wang, Yalin (Committee member) / Arizona State University (Publisher)
Created2012
151154-Thumbnail Image.png
Description
Alzheimer's Disease (AD) is the most common form of dementia observed in elderly patients and has significant social-economic impact. There are many initiatives which aim to capture leading causes of AD. Several genetic, imaging, and biochemical markers are being explored to monitor progression of AD and explore treatment and detection

Alzheimer's Disease (AD) is the most common form of dementia observed in elderly patients and has significant social-economic impact. There are many initiatives which aim to capture leading causes of AD. Several genetic, imaging, and biochemical markers are being explored to monitor progression of AD and explore treatment and detection options. The primary focus of this thesis is to identify key biomarkers to understand the pathogenesis and prognosis of Alzheimer's Disease. Feature selection is the process of finding a subset of relevant features to develop efficient and robust learning models. It is an active research topic in diverse areas such as computer vision, bioinformatics, information retrieval, chemical informatics, and computational finance. In this work, state of the art feature selection algorithms, such as Student's t-test, Relief-F, Information Gain, Gini Index, Chi-Square, Fisher Kernel Score, Kruskal-Wallis, Minimum Redundancy Maximum Relevance, and Sparse Logistic regression with Stability Selection have been extensively exploited to identify informative features for AD using data from Alzheimer's Disease Neuroimaging Initiative (ADNI). An integrative approach which uses blood plasma protein, Magnetic Resonance Imaging, and psychometric assessment scores biomarkers has been explored. This work also analyzes the techniques to handle unbalanced data and evaluate the efficacy of sampling techniques. Performance of feature selection algorithm is evaluated using the relevance of derived features and the predictive power of the algorithm using Random Forest and Support Vector Machine classifiers. Performance metrics such as Accuracy, Sensitivity and Specificity, and area under the Receiver Operating Characteristic curve (AUC) have been used for evaluation. The feature selection algorithms best suited to analyze AD proteomics data have been proposed. The key biomarkers distinguishing healthy and AD patients, Mild Cognitive Impairment (MCI) converters and non-converters, and healthy and MCI patients have been identified.
ContributorsDubey, Rashmi (Author) / Ye, Jieping (Thesis advisor) / Wang, Yalin (Committee member) / Wu, Tong (Committee member) / Arizona State University (Publisher)
Created2012
148189-Thumbnail Image.png
Description

This study was conducted to determine the difference in compressive strength between decayed and healthy teeth. The teeth were subjected to a compressive force to simulate the process of mastication. This was done to show that healthy teeth would be better at handling these compressive forces since they have more

This study was conducted to determine the difference in compressive strength between decayed and healthy teeth. The teeth were subjected to a compressive force to simulate the process of mastication. This was done to show that healthy teeth would be better at handling these compressive forces since they have more enamel. 26 teeth samples were collected (19 molars, 4 canines, and 3 premolars) evenly distributed between healthy and decayed. The samples were dimensionally analyzed using electronic calipers and then categorized as either decayed or healthy. The samples were then placed in a nut bolt with epoxy so that the samples could be compressed. Each sample was recorded on video while they were being exposed to the compressive force. This was done to observe how the samples were coming in contact with the Shimadzu compression machine. The amount of force that was required for the samples to exhibit the first point of breakage was recorded by the machine in pounds of force. Various analyses were conducted to determine relationships between several variables. The results showed that as the total and occlusal surface area increased, so did the amount of force the samples could absorb before breakage. As the machine came in contact with more cusps among the molar samples, those samples were able to absorb a larger compressive force. The average force that the decayed and healthy molar samples endured before breakage was roughly even, with the decayed samples average being slightly greater.

ContributorsHenscheid, Keaton J (Author) / Quaranta, Kimberly (Thesis director) / Peoples, Samuel (Committee member) / College of Health Solutions (Contributor) / Dean, W.P. Carey School of Business (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148321-Thumbnail Image.png
Description

This study examines the effectiveness of two modes of exercise on inhibitory control in adults with Down Syndrome (DS). Thirteen participants attended four sessions: a baseline assessment, an Assisted Cycling Therapy (ACT) session, a Resistance Training (RT) session, and a session of No Training (NT). In the baseline assessment, 1-repetition

This study examines the effectiveness of two modes of exercise on inhibitory control in adults with Down Syndrome (DS). Thirteen participants attended four sessions: a baseline assessment, an Assisted Cycling Therapy (ACT) session, a Resistance Training (RT) session, and a session of No Training (NT). In the baseline assessment, 1-repetition max (1RM) measurements and voluntary pedal rate measurements were taken. In the resistance training session, the leg press, chest press, seated row, leg curl, shoulder press, and latissimus pulldown were performed. In the cycling intervention, the participant completed 30 minutes of cycling. The Erikson Flanker task was administered prior to each session (i.e., pretest) and after the intervention (i.e., post-test). The results were somewhat consistent with the hypothesis that inhibition time improved more following RT and ACT than NT. there was also a significant difference between ACT and NT. Additionally, it was hypothesized that all measures would improve following each acute exercise intervention, but the most significant improvements were seen following ACT. In conclusion, an acute session of ACT demonstrated a significant trend towards improvements in inhibitory control in adults with DS which we interpreted using a model of neural changes.

ContributorsHayes, Claire (Author) / Ringenbach, Shannon (Thesis director) / Arnold, Nate (Committee member) / Rand, Miya (Committee member) / Edson College of Nursing and Health Innovation (Contributor) / College of Health Solutions (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148324-Thumbnail Image.png
Description

The various health benefits of vinegar ingestion have been studied extensively in the<br/>literature. Moreover, emerging research suggests vinegar may also have an effect on mental<br/>health. Beneficial effects of certain diets on mood have been reported, however, the mechanisms<br/>are unknown. The current study aimed to determine if vinegar ingestion positively affects

The various health benefits of vinegar ingestion have been studied extensively in the<br/>literature. Moreover, emerging research suggests vinegar may also have an effect on mental<br/>health. Beneficial effects of certain diets on mood have been reported, however, the mechanisms<br/>are unknown. The current study aimed to determine if vinegar ingestion positively affects mood<br/>state in healthy young adults. This was a randomized, single blinded controlled trial consisting of<br/>25 subjects. Participants were randomly assigned to either the vinegar group (consumed 2<br/>tablespoons of liquid vinegar diluted in one cup water twice daily with meals) or the control<br/>group (consumed one vinegar pill daily with a meal), and the intervention lasted 4 weeks.<br/>Subjects completed mood questionnaires pre- and post-intervention. Results showed a significant<br/>improvement in CES-D and POMS-Depression scores for the vinegar group compared to the<br/>control. This study suggests that vinegar ingestion may improve depressive symptoms in healthy<br/>young adults.

ContributorsWilliams, Susanna (Author) / Johnston, Carol (Thesis director) / Whisner, Corrie (Committee member) / College of Health Solutions (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
137816-Thumbnail Image.png
Description
Childhood obesity is a growing public health concern in the United States. For several years, many interventions have been established to reduce the prevalence of childhood obesity. However, these interventions have not adequately utilized existing models of behavior change, and as a result, have been unsuccessful in increasing levels of

Childhood obesity is a growing public health concern in the United States. For several years, many interventions have been established to reduce the prevalence of childhood obesity. However, these interventions have not adequately utilized existing models of behavior change, and as a result, have been unsuccessful in increasing levels of physical activity and healthy dietary intake. One such model of change, the Transtheoretical Model, views behavior change as occurring through a series of stages with progression through the stages being facilitated by cognitive and behavioral processes. Within these processes the constructs of consciousness-raising, helping relationships, and self-efficacy have been shown to be most influential in changing behaviors. Thus, the objective of this paper is to evaluate the effectiveness of such constructs and establish a multi-faceted approach to combat this epidemic.
ContributorsWang, Janice (Author) / Broman, Tannah (Thesis director) / Hoffner, Kristin (Committee member) / Baldwin, Marjorie (Committee member) / Barrett, The Honors College (Contributor) / College of Health Solutions (Contributor)
Created2012-12
137840-Thumbnail Image.png
Description
Children's wellbeing has been of utmost concern to society, and recently this topic has taken a particular focus in both health and achievement. As the focus shifts towards promoting a healthier and more academically successful youth, the relationship between the two warrants investigation. Specifically, the relationship between physical fitness and

Children's wellbeing has been of utmost concern to society, and recently this topic has taken a particular focus in both health and achievement. As the focus shifts towards promoting a healthier and more academically successful youth, the relationship between the two warrants investigation. Specifically, the relationship between physical fitness and academic performance (i.e. grades) in 4th grade students was assessed. A cross-sectional design was used to assess physical fitness of children (M=9.39 years) by means of the FITNESSGRAM assessment tool. Third-quarter grades were used to measure academic performance. Relationships between the variables were determined through bivariate plots, Pearson product moment correlation analysis, independent t-tests, and a three-step regression analysis. The results show a significant relationship between students' aerobic fitness and academic performance. Furthermore, the findings of this study suggest incremental validity between aerobic fitness and academic performance, thus implying predictive value associated with increased physical fitness and academic achievement.
ContributorsMoore, Shannon (Author) / Kulinna, Pamela (Thesis director) / Hoffner, Kristin (Committee member) / Stylianou, Michalis (Committee member) / Barrett, The Honors College (Contributor) / College of Health Solutions (Contributor)
Created2012-12