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

Physical Sciences and Mathematics Commons

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

Articles 1 - 13 of 13

Full-Text Articles in Physical Sciences and Mathematics

Auto-Curation Of Large Evolving Image Datasets, Sara Mousavicheshmehkaboodi Dec 2021

Auto-Curation Of Large Evolving Image Datasets, Sara Mousavicheshmehkaboodi

Doctoral Dissertations

Large image collections are becoming common in many fields and offer tantalizing opportunities to transform how research, work, and education are conducted if the information and associated insights could be extracted from them. However, major obstacles to this vision exist. First, image datasets with associated metadata contain errors and need to be cleaned and organized to be easily explored and utilized. Second, such collections typically lack the necessary context or may have missing attributes that need to be recovered. Third, such datasets are domain-specific and require human expert involvement to make the right interpretation of the image content. Fourth, the …


Accelerating Dynamical Density Response Code On Summit And Its Application For Computing The Density Response Function Of Vanadium Sesquioxide, Wileam Y. Phan Dec 2021

Accelerating Dynamical Density Response Code On Summit And Its Application For Computing The Density Response Function Of Vanadium Sesquioxide, Wileam Y. Phan

Masters Theses

This thesis details the process of porting the Eguiluz group dynamical density response computational platform to the hybrid CPU+GPU environment at the Summit supercomputer at Oak Ridge National Laboratory (ORNL) Leadership Computing Center. The baseline CPU-only version is a Gordon Bell-winning platform within the formally-exact time-dependent density functional theory (TD-DFT) framework using the linearly augmented plane wave (LAPW) basis set. The code is accelerated using a combination of the OpenACC programming model and GPU libraries -- namely, the Matrix Algebra for GPU and Multicore Architectures (MAGMA) library -- as well as exploiting the sparsity pattern of the matrices involved in …


Evaluation Of Robust Deep Learning Pipelines Targeting Low Swap Edge Deployment, David Carter Cornett Dec 2021

Evaluation Of Robust Deep Learning Pipelines Targeting Low Swap Edge Deployment, David Carter Cornett

Masters Theses

The deep learning technique of convolutional neural networks (CNNs) has greatly advanced the state-of-the-art for computer vision tasks such as image classification and object detection. These solutions rely on large systems leveraging wattage-hungry GPUs to provide the computational power to achieve such performance. However, the size, weight and power (SWaP) requirements of these conventional GPU-based deep learning systems are not suitable when a solution requires deployment to so called "Edge" environments such as autonomous vehicles, unmanned aerial vehicles (UAVs) and smart security cameras.

The objective of this work is to benchmark FPGA-based alternatives to conventional GPU systems that have the …


Interdomain Route Leak Mitigation: A Pragmatic Approach, Benjamin Tyler Mcdaniel Aug 2021

Interdomain Route Leak Mitigation: A Pragmatic Approach, Benjamin Tyler Mcdaniel

Doctoral Dissertations

The Internet has grown to support many vital functions, but it is not administered by any central authority. Rather, the many smaller networks that make up the Internet - called Autonomous Systems (ASes) - independently manage their own distinct host address space and routing policy. Routers at the borders between ASes exchange information about how to reach remote IP prefixes with neighboring networks over the control plane with the Border Gateway Protocol (BGP). This inter-AS communication connects hosts across AS boundaries to build the illusion of one large, unified global network - the Internet. Unfortunately, BGP is a dated protocol …


Power System Stability Assessment With Supervised Machine Learning, Mirka Mandich Aug 2021

Power System Stability Assessment With Supervised Machine Learning, Mirka Mandich

Masters Theses

Power system stability assessment has become an important area of research due to the increased penetration of photovoltaics (PV) in modern power systems. This work explores how supervised machine learning can be used to assess power system stability for the Western Electricity Coordinating Council (WECC) service region as part of the Data-driven Security Assessment for the Multi-Timescale Integrated Dynamics and Scheduling for Solar (MIDAS) project. Data-driven methods offer to improve power flow scheduling through machine learning prediction, enabling better energy resource management and reducing demand on real-time time-domain simulations. Frequency, transient, and small signal stability datasets were created using the …


Simplified Volcano Hazard Maps: Two Groups User-Experience (Ux) Study Results, Rachel Volentine Jul 2021

Simplified Volcano Hazard Maps: Two Groups User-Experience (Ux) Study Results, Rachel Volentine

User eXperience Lab

The purpose of this research is to identify any usability issues and opportunities to improve the design for superb communication of volcanic hazards and risks. From this research, insights into the intuitiveness and risk-communication deficiencies of these hazard maps will help create a new methodology for evaluation map-based communication products implemented by USGS and its partners/stakeholders, Risk COP members, and practitioners around the world to alleviate volcanic risk and hazards.


Simplified Volcano Hazard Maps User-Experience (Ux) Study Results, Rachel Volentine Jun 2021

Simplified Volcano Hazard Maps User-Experience (Ux) Study Results, Rachel Volentine

User eXperience Lab

The purpose of this research is to identify any usability issues and opportunities to improve the design for superb communication of volcanic hazards and risks. From this research, insights into the intuitiveness and risk-communication deficiencies of these hazard maps will help create a new methodology for evaluation map-based communication products implemented by USGS and its partners/stakeholders, Risk COP members, and practitioners around the world to alleviate volcanic risk and hazards.


An Analysis Of Modern Password Manager Security And Usage On Desktop And Mobile Devices, Timothy Oesch May 2021

An Analysis Of Modern Password Manager Security And Usage On Desktop And Mobile Devices, Timothy Oesch

Doctoral Dissertations

Security experts recommend password managers to help users generate, store, and enter strong, unique passwords. Prior research confirms that managers do help users move towards these objectives, but it also identified usability and security issues that had the potential to leak user data or prevent users from making full use of their manager. In this dissertation, I set out to measure to what extent modern managers have addressed these security issues on both desktop and mobile environments. Additionally, I have interviewed individuals to understand their password management behavior.

I begin my analysis by conducting the first security evaluation of the …


Characterization And Benchmarking Of Quantum Computers, Megan L. Dahlhauser May 2021

Characterization And Benchmarking Of Quantum Computers, Megan L. Dahlhauser

Doctoral Dissertations

Quantum computers are a promising technology expected to provide substantial speedups to important computational problems, but modern quantum devices are imperfect and prone to noise. In order to program and debug quantum computers as well as monitor progress towards more advanced devices, we must characterize their dynamics and benchmark their performance. Characterization methods vary in measured quantities and computational requirements, and their accuracy in describing arbitrary quantum devices in an arbitrary context is not guaranteed. The leading techniques for characterization are based on fine-grain physical models that are typically accurate but computationally expensive. This raises the question of how to …


Machine Learning With Topological Data Analysis, Ephraim Robert Love May 2021

Machine Learning With Topological Data Analysis, Ephraim Robert Love

Doctoral Dissertations

Topological Data Analysis (TDA) is a relatively new focus in the fields of statistics and machine learning. Methods of exploiting the geometry of data, such as clustering, have proven theoretically and empirically invaluable. TDA provides a general framework within which to study topological invariants (shapes) of data, which are more robust to noise and can recover information on higher dimensional features than immediately apparent in the data. A common tool for conducting TDA is persistence homology, which measures the significance of these invariants. Persistence homology has prominent realizations in methods of data visualization, statistics and machine learning. Extending ML with …


Optimal Communication Structures For Concurrent Computing, Andrii Berdnikov May 2021

Optimal Communication Structures For Concurrent Computing, Andrii Berdnikov

Doctoral Dissertations

This research focuses on communicative solvers that run concurrently and exchange information to improve performance. This “team of solvers” enables individual algorithms to communicate information regarding their progress and intermediate solutions, and allows them to synchronize memory structures with more “successful” counterparts. The result is that fewer nodes spend computational resources on “struggling” processes. The research is focused on optimization of communication structures that maximize algorithmic efficiency using the theoretical framework of Markov chains. Existing research addressing communication between the cooperative solvers on parallel systems lacks generality: Most studies consider a limited number of communication topologies and strategies, while the …


Attendio: Attendance Tracking Made Simple, Benjamin L. Greenberg, Spencer L. Howell, Tucker R. Miles, Vicki Tang, Daniel N. Troutman May 2021

Attendio: Attendance Tracking Made Simple, Benjamin L. Greenberg, Spencer L. Howell, Tucker R. Miles, Vicki Tang, Daniel N. Troutman

Chancellor’s Honors Program Projects

No abstract provided.


Glacier Peak Infographic Usability Report, Rachel Volentine Jan 2021

Glacier Peak Infographic Usability Report, Rachel Volentine

User eXperience Lab

The User-eXperience Lab at the University of Tennessee in partnership with the Cascades Volcano Observatory conducted a moderated usability study via Zoom December 7-15 2020. The moderated usability study was designed for the usability researcher to actively engage with the participant, guiding the user through a series of questions and answering questions and replying to their feedback in real time.