Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences Commons

Open Access. Powered by Scholars. Published by Universities.®

Discipline
Institution
Keyword
Publication Year
Publication
Publication Type
File Type

Articles 11281 - 11310 of 63014

Full-Text Articles in Computer Sciences

Heart Disease Prediction Using Binary Classification, Virendra Sunil Devare May 2023

Heart Disease Prediction Using Binary Classification, Virendra Sunil Devare

Electronic Theses, Projects, and Dissertations

In this project, I built a neural network model to predict heard disease with binary classification technique using patient information dataset from UCI Machine Learning repository. This dataset was preprocessed to remove missing elements and performed feature extraction. Our result shows that the model that I built has the best performance accuracy in heart disease classification if compared to other models and algorithms. The model achieved 94.98% accuracy after hyperparameter tuning and 0.947 area under the curve in ROC curve analysis. In addition, to identify the most important factors in heart disease prediction, I also performed feature importance analysis. Our …


Achieving Causal Fairness In Recommendation, Wen Huang May 2023

Achieving Causal Fairness In Recommendation, Wen Huang

Graduate Theses and Dissertations

Recommender systems provide personalized services for users seeking information and play an increasingly important role in online applications. While most research papers focus on inventing machine learning algorithms to fit user behavior data and maximizing predictive performance in recommendation, it is also very important to develop fairness-aware machine learning algorithms such that the decisions made by them are not only accurate but also meet desired fairness requirements. In personalized recommendation, although there are many works focusing on fairness and discrimination, how to achieve user-side fairness in bandit recommendation from a causal perspective still remains a challenging task. Besides, the deployed …


Procedural City Generation With Combined Architectures For Real-Time Visualization, Griffin Poyck May 2023

Procedural City Generation With Combined Architectures For Real-Time Visualization, Griffin Poyck

All Theses

The work and research of this paper sought to build upon traditional city generation and simulation in creating a tool that both realistically simulates cities and their prominent features and also creates aesthetic and artistically rich cities using assets that combine several contemporary or near contemporary architectural styles. The major city features simulated are the surrounding terrain, road networks, individual buildings, and building placement. The tools used to both create and integrate these features were created in Houdini with Unreal Engine 5 as the intended final destination. This research was influenced by the city, town, and road networking of Ghost …


Studying Developer Eye Movements To Measure Cognitive Workload And Visual Effort For Expertise Assessment, Salwa D. Aljehane, Bonita Sharif, Jonathan I. Maletic May 2023

Studying Developer Eye Movements To Measure Cognitive Workload And Visual Effort For Expertise Assessment, Salwa D. Aljehane, Bonita Sharif, Jonathan I. Maletic

School of Computing: Faculty Publications

Eye movement data provides valuable insights that help test hypotheses about a software developer’s comprehension process. The pupillary response is successfully used to assess mental processing effort and attentional focus. Relatively little is known about the impact of expertise level in cognitive effort during programming tasks. This paper presents a quantitative analysis that compares the eye movements of 207 experts and novices collected while solving program comprehension tasks. The goal is to examine changes of developers’ eye movement metrics in accordance with their expertise. The results indicate significant increase in pupil size with the novice group compared to the experts, …


A Study Of Variable-Role-Based Feature Enrichment In Neural Models Of Code, Aftab. Hussain, Md. Rafiqul Islam. Rabin, Bowen. Xu, David Lo, Mohammad Amin. Alipour May 2023

A Study Of Variable-Role-Based Feature Enrichment In Neural Models Of Code, Aftab. Hussain, Md. Rafiqul Islam. Rabin, Bowen. Xu, David Lo, Mohammad Amin. Alipour

Research Collection School Of Computing and Information Systems

Although deep neural models substantially reduce the overhead of feature engineering, the features readily available in the inputs might significantly impact training cost and the performance of the models. In this paper, we explore the impact of an unsuperivsed feature enrichment approach based on variable roles on the performance of neural models of code. The notion of variable roles (as introduced in the works of Sajaniemi et al. [1], [2]) has been found to help students' abilities in programming. In this paper, we investigate if this notion would improve the performance of neural models of code. To the best of …


What Do Users Ask In Open-Source Ai Repositories? An Empirical Study Of Github Issues, Zhou Yang, Chenyu Wang, Jieke Shi, Thong Hoang, Pavneet Singh Kochhar, Qinghua Lu, Zhenchang Xing, David Lo May 2023

What Do Users Ask In Open-Source Ai Repositories? An Empirical Study Of Github Issues, Zhou Yang, Chenyu Wang, Jieke Shi, Thong Hoang, Pavneet Singh Kochhar, Qinghua Lu, Zhenchang Xing, David Lo

Research Collection School Of Computing and Information Systems

Artificial Intelligence (AI) systems, which benefit from the availability of large-scale datasets and increasing computational power, have become effective solutions to various critical tasks, such as natural language understanding, speech recognition, and image processing. The advancement of these AI systems is inseparable from open-source software (OSS). Specifically, many benchmarks, implementations, and frameworks for constructing AI systems are made open source and accessible to the public, allowing researchers and practitioners to reproduce the reported results and broaden the application of AI systems. The development of AI systems follows a data-driven paradigm and is sensitive to hyperparameter settings and data separation. Developers …


Stop Words For Processing Software Engineering Documents: Do They Matter, Yaohou Fan, Chetan Arora, Christoph Treude May 2023

Stop Words For Processing Software Engineering Documents: Do They Matter, Yaohou Fan, Chetan Arora, Christoph Treude

Research Collection School Of Computing and Information Systems

Stop words, which are considered non-predictive, are often eliminated in natural language processing tasks. However, the definition of uninformative vocabulary is vague, so most algorithms use general knowledge-based stop lists to remove stop words. There is an ongoing debate among academics about the usefulness of stop word elimination, especially in domainspecific settings. In this work, we investigate the usefulness of stop word removal in a software engineering context. To do this, we replicate and experiment with three software engineering research tools from related work. Additionally, we construct a corpus of software engineering domain-related text from 10,000 Stack Overflow questions and …


Win: Weight-Decay-Integrated Nesterov Acceleration For Adaptive Gradient Algorithms, Pan Zhou, Xingyu Xie, Shuicheng Yan May 2023

Win: Weight-Decay-Integrated Nesterov Acceleration For Adaptive Gradient Algorithms, Pan Zhou, Xingyu Xie, Shuicheng Yan

Research Collection School Of Computing and Information Systems

Training deep networks on large-scale datasets is computationally challenging. In this work, we explore the problem of “how to accelerate adaptive gradient algorithms in a general manner”, and aim to provide practical efficiency-boosting insights. To this end, we propose an effective and general Weight-decay-Integrated Nesterov acceleration (Win) to accelerate adaptive algorithms. Taking AdamW and Adam as examples, we minimize a dynamical loss per iteration which combines the vanilla training loss and a dynamic regularizer inspired by proximal point method (PPM) to improve the convexity of the problem. To introduce Nesterov-alike-acceleration into AdamW and Adam, we respectively use the first- and …


Mando-Hgt: Heterogeneous Graph Transformers For Smart Contract Vulnerability Detection, Huu Hoang Nguyen, Nhat Minh Nguyen, Chunyao Xie, Zahra Ahmadi, Daniel Kudendo, Thanh-Nam Doan, Lingxiao Jiang May 2023

Mando-Hgt: Heterogeneous Graph Transformers For Smart Contract Vulnerability Detection, Huu Hoang Nguyen, Nhat Minh Nguyen, Chunyao Xie, Zahra Ahmadi, Daniel Kudendo, Thanh-Nam Doan, Lingxiao Jiang

Research Collection School Of Computing and Information Systems

Smart contracts in blockchains have been increasingly used for high-value business applications. It is essential to check smart contracts' reliability before and after deployment. Although various program analysis and deep learning techniques have been proposed to detect vulnerabilities in either Ethereum smart contract source code or bytecode, their detection accuracy and scalability are still limited. This paper presents a novel framework named MANDO-HGT for detecting smart contract vulnerabilities. Given Ethereum smart contracts, either in source code or bytecode form, and vulnerable or clean, MANDO-HGT custom-builds heterogeneous contract graphs (HCGs) to represent control-flow and/or function-call information of the code. It then …


Generative Stresnet For Crime Prediction, Ba Phong Tran, Hoong Chuin Lau May 2023

Generative Stresnet For Crime Prediction, Ba Phong Tran, Hoong Chuin Lau

Research Collection School Of Computing and Information Systems

In this work, we combine STResnet (Zhang et al., 2017) with VAE Kingma & Welling (2013) to generate crime distribution. The outputs can be used for downstream tasks such as patrol deployment planning Chase et al. (2021).


On-Device Deep Multi-Task Inference Via Multi-Task Zipping, Xiaoxi He, Xu Wang, Zimu Zhou, Jiahang Wu, Zheng Yang, Lothar Thiele May 2023

On-Device Deep Multi-Task Inference Via Multi-Task Zipping, Xiaoxi He, Xu Wang, Zimu Zhou, Jiahang Wu, Zheng Yang, Lothar Thiele

Research Collection School Of Computing and Information Systems

Future mobile devices are anticipated to perceive, understand and react to the world on their own by running multiple correlated deep neural networks locally on-device. Yet the complexity of these deep models needs to be trimmed down both within-model and cross-model to fit in mobile storage and memory. Previous studies squeeze the redundancy within a single model. In this work, we aim to reduce the redundancy across multiple models. We propose Multi-Task Zipping (MTZ), a framework to automatically merge correlated, pre-trained deep neural networks for cross-model compression. Central in MTZ is a layer-wise neuron sharing and incoming weight updating scheme …


Document Graph Representation Learning, Ce Zhang May 2023

Document Graph Representation Learning, Ce Zhang

Dissertations and Theses Collection (Open Access)

Much of the data on the Web can be represented in a graph structure, ranging from social and biological to academic and Web page graphs, etc. Graph analysis recently attracts escalating research attention due to its importance and wide applicability. Diverse problems could be formulated as graph tasks, such as text classification and information retrieval. As the primary information is the inherent structure of the graph itself, one promising direction known as the graph representation learning problem is to learn the representation of each node, which could in turn fuel tasks such as node classification, node clustering, and link prediction. …


Learning Dynamic Multimodal Networks, Meng Kiat Gary Ang May 2023

Learning Dynamic Multimodal Networks, Meng Kiat Gary Ang

Dissertations and Theses Collection (Open Access)

Capturing and modeling relationship networks consisting of entity nodes and attributes associated with these nodes is an important research topic in network or graph learning. In this dissertation, we focus on modeling an important class of networks present in many real-world domains. These networks involve i) attributes from multiple modalities, also known as multimodal attributes; ii) multimodal attributes that are not static but time-series information, i.e., dynamic multimodal attributes, and iii) relationships that evolve across time, i.e., dynamic networks. We refer to such networks as dynamic multimodal networks in this dissertation.

An example of a static multimodal network is one …


Verifying Data Provenance During Workflow Execution For Scientific Reproducibility, Rizbanul Hasan May 2023

Verifying Data Provenance During Workflow Execution For Scientific Reproducibility, Rizbanul Hasan

Boise State University Theses and Dissertations

Reproducibility is essential in scientific research to ensure that any findings or conclusions are accurate. The reproducibility crisis around scientific studies and experiments is a significant concern. Several strategies and technologies have been introduced to share and exchange research data. However, very few address scientific reproducibility issues when interacting with vast amounts of data that may be manually altered during workflow execution.

This research focuses on verifying data provenance using the principles of blockchain. This technique stores the hashes of research data in a database along with user information. It allows the workflow to verify the data against the hashes …


Severity Measures For Assessing Error In Automatic Speech Recognition, Ryan Whetten May 2023

Severity Measures For Assessing Error In Automatic Speech Recognition, Ryan Whetten

Boise State University Theses and Dissertations

A common metric for evaluating Automatic Speech Recognition (ASR) is Word Error Rate (WER) which solely takes into account discrepancies at the word-level. Although WER is useful, it is not guaranteed to correlate well with intelligibility or performance on downstream tasks that make use of ASR. Meaningful assess- ment of ASR mistakes becomes even more important in high-stake scenarios such as health-care. I propose 2 general measures to evaluate the quality or severity of mistakes made by ASR systems, one based on sentiment analysis and another based on text embeddings. Both have the potential to overcome the limitations of WER. …


Information-Theoretic Model Diagnostics (Infomod), Armin Esmaeilzadeh May 2023

Information-Theoretic Model Diagnostics (Infomod), Armin Esmaeilzadeh

UNLV Theses, Dissertations, Professional Papers, and Capstones

Model validation is a critical step in the development, deployment, and governance of machine learning models. During the validation process, the predictive power of a model is measured on unseen datasets with a variety of metrics such as Accuracy and F1-Scores for classification tasks. Although the most used metrics are easy to implement and understand, they are aggregate measures over all the segments of heterogeneous datasets, and therefore, they do not identify the performance variation of a model among different data segments. The lack of insight into how the model performs over segments of unseen datasets has raised significant challenges …


Enhanced Iot-Based Electrocardiogram Monitoring System With Deep Learning, Jian Ni May 2023

Enhanced Iot-Based Electrocardiogram Monitoring System With Deep Learning, Jian Ni

UNLV Theses, Dissertations, Professional Papers, and Capstones

Due to the rapid development of computing and sensing technologies, Internet of Things (IoT)-based cardiac monitoring plays a crucial role in providing patients with cost-efficient solutions for long-term, continuous, and pervasive electrocardiogram (ECG) monitoring outside a hospital setting. In a typical IoT-based ECG monitoring system, ECG signals are picked up by sensors located on the edge, and then uploaded to the remote cloud servers. ECG interpretation is performed for the collected ECGs in the cloud servers and the analysis results can be made instantly available to the patients as well as their healthcare providers.In this dissertation, we first examine the …


Improving The Performance Of Automatic Target Recognition Using Data Augmentation., Rolando Holmes May 2023

Improving The Performance Of Automatic Target Recognition Using Data Augmentation., Rolando Holmes

Electronic Theses and Dissertations

Automatic Target Recognition (ATR) is a task that aims to recognize targets based on data obtained from visual sensors such as Infrared cameras. Machine learning, in particular Deep Learning, has been the dominate approach to solve this task. However, in order to achieve high performance, Deep Learning requires a large amount of data that may not be available, which poses an issue when developing robust models. In this thesis, we propose the use of data augmentation from an automatic detector as an alternative source to supplement the need for more training data. We use a two stage approach to develop …


Modeling, Simulation And Control Of Microrobots For The Microfactory., Zhong Yang May 2023

Modeling, Simulation And Control Of Microrobots For The Microfactory., Zhong Yang

Electronic Theses and Dissertations

Future assembly technologies will involve higher levels of automation in order to satisfy increased microscale or nanoscale precision requirements. Traditionally, assembly using a top-down robotic approach has been well-studied and applied to the microelectronics and MEMS industries, but less so in nanotechnology. With the boom of nanotechnology since the 1990s, newly designed products with new materials, coatings, and nanoparticles are gradually entering everyone’s lives, while the industry has grown into a billion-dollar volume worldwide. Traditionally, nanotechnology products are assembled using bottom-up methods, such as self-assembly, rather than top-down robotic assembly. This is due to considerations of volume handling of large …


Understanding Societal Values Of Chatgpt, Yidan Tang May 2023

Understanding Societal Values Of Chatgpt, Yidan Tang

McKelvey School of Engineering Graduate Student Theses & Dissertations

As Large language models (LLMs) become increasingly pervasive in various domains, it is crucial to ensure that their outputs adhere to societal values and ethical considerations. In this thesis, we investigate the alignment of ChatGPT, a recent state-of-the-art large language model developed by OpenAI, with societal values. Specifically, we define the problem of societal values of LLMs and assemble a representative collection of 7 datasets covering 4 topics related to societal values. In-context learning techniques are applied and appropriate prompts are designed. The performance of each dataset is measured using a standardized evaluation system focused on accuracy. We then display …


Evaluating The Problem Solving Abilities Of Chatgpt, Fankun Zeng May 2023

Evaluating The Problem Solving Abilities Of Chatgpt, Fankun Zeng

McKelvey School of Engineering Graduate Student Theses & Dissertations

This thesis addresses the need for a fair evaluation of language models' problem solving abilities by presenting a unified evaluation framework for ChatGPT on 16 problem solving datasets (e.g., NaturalQA, HellaSwag, MMLU, etc.). We evaluate the model's performance using F1, exact match, and quasi-exact match metrics and find that ChatGPT is highly accurate in solving tasks that require commonsense and knowledge. However, we also identify truncated text bias and few-shot scenarios as challenges that may impact ChatGPT's performance. Our research highlights the importance of standardizing datasets and developing a unified evaluation system for the fair evaluation of language models. Overall, …


Fake News Detection Using Narrative Content And Discourse, Hongmin Kim May 2023

Fake News Detection Using Narrative Content And Discourse, Hongmin Kim

Boise State University Theses and Dissertations

With the growth of modern technology, we are living in a world where anyone can share news with the tap of a finger. The simplified process of news sharing has brought an inundation of information on the Internet, along with a vast amount of fake news. Researchers have been working to understand the characteristics of fake news, in order to accurately identify them through automated text analysis.

In this thesis, we propose the Narrative Content and Narrative Discourse features brought from the ideas by van Laer et al., Berger et al., and Aleti et al. We performed various experiments including …


Exploring The Capability Of A Self-Supervised Conditional Image Generator For Image-To-Image Translation Without Labeled Data: A Case Study In Mobile User Interface Design, Hailee Kiesecker May 2023

Exploring The Capability Of A Self-Supervised Conditional Image Generator For Image-To-Image Translation Without Labeled Data: A Case Study In Mobile User Interface Design, Hailee Kiesecker

Boise State University Theses and Dissertations

This research investigates the effectiveness of a conditional image generator trained on a restricted number of unlabeled images for image-to-image translation in computer vision. While previous research has focused on using labeled data for image labeling in conditional image generation, this study proposes an original framework that utilizes self-supervised classification on generated images. The proposed approach, which combines Conditional GAN and Semantic Clustering, showed promising results. However, this study has several limitations, including a limited dataset and the need for significant computational power to generate a single UI design. Further research is needed to optimize the performance of the proposed …


High-Performance Domain-Specific Library For Hydrologic Data Processing, Kalyan Bhetwal May 2023

High-Performance Domain-Specific Library For Hydrologic Data Processing, Kalyan Bhetwal

Boise State University Theses and Dissertations

Hydrologists must process many gigabytes of data for hydrologic simulations, which takes time and resources degrading performance. The performance issues are caused mainly by domain scientists’ preference for using Python, which trades performance for productivity. In my thesis, I demonstrate that using the static compilation technique to compile Python to generate C code along with several optimizations reduces time and resources for hydrologic data processing. I developed a Domain Specific Library (DSL) which is a subset of Python and compiles to Sparse Polyhedral Framework - Intermediate Representation (SPF-IR), which allows opportunities for optimizations like read reduction fusion which are not …


Anomaly Detection Using Graph Neural Network, Bishal Lakha May 2023

Anomaly Detection Using Graph Neural Network, Bishal Lakha

Boise State University Theses and Dissertations

Detecting malicious behavior is becoming increasingly crucial as the internet becomes more prevalent. This problem can be formulated as an anomaly detection task on provenance data, where attacks are detectable as anomalies in the behavior of the system. The availability of system-level data in comparison to network data is quite limited and so is the research carried out on system-level logs. However, monitoring the operating system's processes during program execution and identifying anomalous behavior in system calls can be beneficial since it can provide broad coverage and generality, as a variety of malicious applications could be identified. Furthermore, logs like …


Portable Sparse Polyhedral Framework Code Generation Using Multi Level Intermediate Representation, Aaron St. George May 2023

Portable Sparse Polyhedral Framework Code Generation Using Multi Level Intermediate Representation, Aaron St. George

Boise State University Theses and Dissertations

The Sparse Polyhedral Framework (SPF) provides vital support to scientific applications, but is limited in portability. SPF extends the Polyhedral Model to non-affine codes. Scientific applications need the optimizations SPF enables, but current SPF tools don't support GPUs or other heterogeneous hardware targets. As clock speeds continue to stagnate, scientific applications need the performance enhancements enabled by both SPF and newer heterogeneous hardware.

The MLIR (Multi-Level Intermediate Representation) ecosystem offers a large, extensible, and cooperating set of intermediate representations (called dialects). A typical compiler has one main intermediate representation, whereas an MLIR based compiler will have many. Because of this …


Nonlinear Mathematical Transformations For Improved Image And Signal Recovery Using Artificial Neural Network, Haoran Chang May 2023

Nonlinear Mathematical Transformations For Improved Image And Signal Recovery Using Artificial Neural Network, Haoran Chang

Theses and Dissertations

Medical imaging plays a vital role in modern healthcare, enabling clinicians to diagnose and treat a range of conditions. However, image acquisition and processing can be challenging because they can often be hindered by motion blurring, leading to inaccurate results. To address that, this dissertation proposes a novel approach based on nonlinear mathematical transformations and artificial neural networks (ANN). The dissertation begins with an introduction to Nuclear Medicine and the problem of motion blur in image reconstruction. A background on Medical Imaging techniques, including the Radon transform and Image Reconstruction methods such as Filtered Back Projection and Iterative Reconstruction methods …


Rattus Norvegicus As A Biological Detector Of Clandestine Remains And The Use Of Ultrasonic Vocalizations As A Locating Mechanism, Gabrielle M. Johnston May 2023

Rattus Norvegicus As A Biological Detector Of Clandestine Remains And The Use Of Ultrasonic Vocalizations As A Locating Mechanism, Gabrielle M. Johnston

Master's Theses

In investigations, locating missing persons and clandestine remains are imperative. One way that first responder and police agencies can search for the remains is by using cadaver dogs as biological detectors. Cadaver dogs are typically used due to their olfactory sensitivity and ability to detect low concentrations of volatile organic compounds produced by biological remains. Cadaver dogs are typically chosen for their stamina, agility, and olfactory sensitivity. However, what is not taken into account often is the size of the animal and the expense of maintaining and training the animal. Cadaver dogs are typically large breeds that cannot fit in …


Multiparametric Magnetic Resonance Imaging Artificial Intelligence Pipeline For Oropharyngeal Cancer Radiotherapy Treatment Guidance, Kareem Wahid May 2023

Multiparametric Magnetic Resonance Imaging Artificial Intelligence Pipeline For Oropharyngeal Cancer Radiotherapy Treatment Guidance, Kareem Wahid

Dissertations and Theses (Open Access)

Oropharyngeal cancer (OPC) is a widespread disease and one of the few domestic cancers that is rising in incidence. Radiographic images are crucial for assessment of OPC and aid in radiotherapy (RT) treatment. However, RT planning with conventional imaging approaches requires operator-dependent tumor segmentation, which is the primary source of treatment error. Further, OPC expresses differential tumor/node mid-RT response (rapid response) rates, resulting in significant differences between planned and delivered RT dose. Finally, clinical outcomes for OPC patients can also be variable, which warrants the investigation of prognostic models. Multiparametric MRI (mpMRI) techniques that incorporate simultaneous anatomical and functional information …


Automating The Radiation Therapy Treatment Planning Process For Pediatric Patients With Medulloblastoma, Soleil Hernandez May 2023

Automating The Radiation Therapy Treatment Planning Process For Pediatric Patients With Medulloblastoma, Soleil Hernandez

Dissertations and Theses (Open Access)

Over the past 50 years, pediatric cancer 5-year survival rates increased from 20% to 80% in high-income countries, however, these trends have not been mirrored in low-and-middle-income countries (LMICs). This is due in part to delayed diagnosis, higher rates of advanced disease at presentation and a growing lack of access to high quality medical personnel and technology necessary to deliver complex treatments.

The long-term goal of this study was to alleviate demanding workflows and increase global access to high-quality pediatric radiation therapy by harnessing the power of artificial intelligence to automate the radiation therapy treatment planning process for pediatric patients …