Defense Notices


All students and faculty are welcome to attend the final defense of EECS graduate students completing their M.S. or Ph.D. degrees. Defense notices for M.S./Ph.D. presentations for this year and several previous years are listed below in reverse chronological order.

Students who are nearing the completion of their M.S./Ph.D. research should schedule their final defenses through the EECS graduate office at least THREE WEEKS PRIOR to their presentation date so that there is time to complete the degree requirements check, and post the presentation announcement online.

Upcoming Defense Notices

Manu Chaudhary

Utilizing Quantum Computing for Solving Multidimensional Partial Differential Equations

When & Where:


Eaton Hall, Room 2001B

Committee Members:

Esam El-Araby, Chair
Perry Alexander
Tamzidul Hoque
Prasad Kulkarni
Tyrone Duncan

Abstract

Quantum computing has the potential to revolutionize computational problem-solving by leveraging the quantum mechanical phenomena of superposition and entanglement, which allows for processing a large amount of information simultaneously. This capability is significant in the numerical solution of complex and/or multidimensional partial differential equations (PDEs), which are fundamental to modeling various physical phenomena. There are currently many quantum techniques available for solving partial differential equations (PDEs), which are mainly based on variational quantum circuits. However, the existing quantum PDE solvers, particularly those based on variational quantum eigensolver (VQE) techniques, suffer from several limitations. These include low accuracy, high execution times, and low scalability on quantum simulators as well as on noisy intermediate-scale quantum (NISQ) devices, especially for multidimensional PDEs.

 In this work, we propose an efficient and scalable algorithm for solving multidimensional PDEs. We present two variants of our algorithm: the first leverages finite-difference method (FDM), classical-to-quantum (C2Q) encoding, and numerical instantiation, while the second employs FDM, C2Q, and column-by-column decomposition (CCD). Both variants are designed to enhance accuracy and scalability while reducing execution times. We have validated and evaluated our proposed concepts using a number of case studies including multidimensional Poisson equation, multidimensional heat equation, Black Scholes equation, and Navier-Stokes equation for computational fluid dynamics (CFD) achieving promising results. Our results demonstrate higher accuracy, higher scalability, and faster execution times compared to VQE-based solvers on noise-free and noisy quantum simulators from IBM. Additionally, we validated our approach on hardware emulators and actual quantum hardware, employing noise mitigation techniques. This work establishes a practical and effective approach for solving PDEs using quantum computing for engineering and scientific applications.


Prashanthi Mallojula

On the Security of Mobile and Auto Companion Apps

When & Where:


Eaton Hall, Room 2001B

Committee Members:

Bo Luo, Chair
Alex Bardas
Fengjun Li
Hongyang Sun
Huazhen Fang

Abstract

The rapid development of mobile apps on modern smartphone platforms has raised critical concerns regarding user data privacy and the security of app-to-device communications, particularly with companion apps that interface with external IoT or cyber-physical systems (CPS). In this dissertation, we investigate two major aspects of mobile app security: the misuse of permission mechanisms and the security of app to device communication in automotive companion apps.

Mobile apps seek user consent for accessing sensitive information such as location and personal data. However, users often blindly accept these permission requests, allowing apps to abuse this mechanism. As long as a permission is requested, state-of-the-art security mechanisms typically treat it as legitimate. This raises a critical question: Are these permission requests always valid? To explore this, we validate permission requests using statistical analysis on permission sets extracted from groups of functionally similar apps. We identify mobile apps with abusive permission access and quantify the risk of information leakage posed by each app. Through a large-scale statistical analysis of permission sets from over 200,000 Android apps, our findings reveal that approximately 10% of the apps exhibit highly risky permission usage. 

Next, we present a comprehensive study of automotive companion apps, a rapidly growing yet underexplored category of mobile apps. These apps are used for vehicle diagnostics, telemetry, and remote control, and they often interface with in-vehicle networks via OBD-II dongles, exposing users to significant privacy and security risks. Using a hybrid methodology that combines static code analysis, dynamic runtime inspection, and network traffic monitoring, we analyze 154 publicly available Android automotive apps. Our findings uncover a broad range of critical vulnerabilities. Over 74% of the analyzed apps exhibit vulnerabilities that could lead to private information leakage, property theft, or even real-time safety risks while driving. Specifically, 18 apps were found to connect to open OBD-II dongles without requiring any authentication, accept arbitrary CAN bus commands from potentially malicious users, and transmit those commands to the vehicle without validation. 16 apps were found to store driving logs in external storage, enabling attackers to reconstruct trip histories and driving patterns. We demonstrate several real-world attack scenarios that illustrate how insecure data storage and communication practices can compromise user privacy and vehicular safety. Finally, we discuss mitigation strategies and detail the responsible disclosure process undertaken with the affected developers.


Past Defense Notices

Dates

SALLY SAJADIAN

Model Predictive Control of Impedance Source Inverter for Photovoltaic Applications

When & Where:


2001B Eaton Hall

Committee Members:

Reza Ahmadi, Chair
Glenn Prescott
Alessandro Salandrino
Jim Stiles
Huazhen Fang

Abstract

A model predictive controlled power electronics interface (PEI) based on impedance source inverter for photovoltaic (PV) applications is proposed in this dissertation. The proposed system has the capability of operation in both grid-connected and islanded mode. Firstly, a model predictive based maximum power point tracking (MPPT) method is proposed for PV applications based on single stage grid-connected Z-source inverter (ZSI). This technique predicts the future behavior of the PV side voltage and current using a digital observer that estimates the parameters of the PV module. The proposed method adaptively updates the perturbation size in the PV voltage using the predicted model of the system to reduce oscillations and increase convergence speed. The experimental results demonstrate fast dynamic response to changes in solar irradiance level, small oscillations around maximum power point at steady-state, and high MPPT efficacy. 

The second part of this dissertation focuses on the dual-mode operation of the proposed PEI based on ZSI with capability to operate in islanded and grid-connected mode. The transition from islanded to grid-connected mode and vice versa can cause significant deviation in voltage and current due to mismatch in phase, frequency, and amplitude of voltages. The proposed controller using MPC offers seamless transition between the two modes of operations. The proposed direct decoupled active and reactive power control in grid‑connected mode enables the dual-mode ZSI to behave as a power conditioning unit for ancillary services.

The final part of this dissertation focuses on the low voltage ride through (LVRT) capability of the proposed PV systems during grid faults such as voltage sag.  In normal grid condition mode, the maximum available power from the PV panels is injected into the grid. In this mode, the system can provide reactive power compensation as a power conditioning unit for ancillary services from DG systems to main ac grid. In case of grid faults, the proposed system changes the behavior of reactive power injection into the grid for LVRT operation according to the grid requirements. Thus, the proposed controller for ZSI is taking into account both the power quality issues and reactive power injection under abnormal grid conditions. 


APOORV INGLE

QuB: A Resource Aware Functional Programming Language

When & Where:


2001B Eaton Hall

Committee Members:

Garrett Morris, Chair
Perry Alexander
Andy Gill
Prasad Kulkarni

Abstract

Modern programming languages treat resources as normal values. The static semantics of resources in such 

languages does not match their runtime semantics. In this thesis, we tackle the resource management problem 

by making resources first class citizens in the language, and concentrating on sharing or separation of resources.

 

We design and implement QuB (pronounced: cube), a Curry-Howard interpretation of logic of bunched implications (BI). 

We distinguish two kinds of values—restricted and unrestricted—and two kinds of function implications— sharing and separating. 

The restricted values model resources while the unrestricted values model program objects that do not contain any resources. 

Sharing functions denote that functions share resources with its arguments, while separating functions denote that functions do not 

share resources with its arguments. We show how the use of monads with sharing and separating functions helps in modeling 

patterns, such as exception handling, that are difficult to express in linear languages, .


MANJISH ADHIKARI

Basal Conditions of Petermann Glacier and Jakobshavn Isbrae derived from Airborne Ice Penetrating Radar Measurements

When & Where:


317 Nichols Hall

Committee Members:

Carl Leuschen, Chair
Jilu Li
Christopher Allen
John Paden

Abstract

Understanding ice dynamics and ice basal conditions is important because of their impacts on sea level rise. Radio echo sounding has been extensively used for characterizing the ice sheets. The radar reflectivity of the ice bed is of special importance because it can discriminate frozen and thawed ice beds. The knowledge of spatial distribution of basal water is crucial in explaining the flow velocity and stability of glaciers and ice sheets. Basal echo reflectivity used to identify the areas of basal melting can be calculated by compensating ice bed power for geometric losses, rough interface losses, system losses and englacial attenuation.

Two important outlet glaciers of Greenland, Petermann glacier and Jakobshavn isbrae have been losing a lot of ice mass in recent years, and are therefore studied to derive its basal conditions from airborne radar surveys in this thesis.

The ice surface and bed roughness of these glaciers are estimated using Radar Statistical Reconnaissance (RSR) method, and validated using roughness derived from NASA’s Airborne Topographic Mapper (ATM) and Ku band altimeter. Englacial attenuation is modelled using Schroeder’s variable attenuation method. After compensating for these losses, the basal reflectivity for the two glaciers is estimated, and validated using cross over analysis, geophysics, hydraulic potential, abruptive index and coherence index.

The areas of basal melting i.e. areas with higher reflectivity are identified. Petermann glacier is found to have alternate frozen and thawed regions explaining the process of ice movement by friction and freezing. Due to the lack of topographic pinning the glacier is subject to higher ice flow speed. Jakobshavn glacier has several areas of basal melting scattered in the catchment area with most concentration near the glacier front which is likely due to surface water infiltration into ice beds via moulins and sinks. The ice bed channels and retrograde slope of this glacier is also important in routing subglacial water and ice mass. The basal conditions of these two glaciers presented in this study can help in modelling the behavior of these glaciers in the future.


DIVYA CHALLA

Optimized Synthetic Aperture Radar (SAR) Processing for Airborne UWB FMCW Radar

When & Where:


317 Nichols Hall

Committee Members:

Carl Leuschen, Chair
John Paden
James Stiles


Abstract

Remote Sensing of snow covered sea ice in melting Polar Regions has become crucial in estimating the results of increased global warming and to overcome the Earth’s energy imbalance. And to accurately map the snow models over sea ice, it has become essential to build radar systems that has increased sensitivity and to use post processing techniques that enhance the performance. The Center for Remote Sensing of Ice Sheets (CReSIS) at KU has developed ultra-wideband snow radar system that operates over 2-18 GHz frequency range to effectively measure the snow thickness including very thin snow cover and map the snow-ice and snow-ice interfaces precisely. Synthetic Aperture Radar (SAR) processing is one of the post processing technique employed to further increase the sensitivity of the radar in terms of resolution and SNR. In this thesis, a time domain correlation SAR technique which is essentially a matched filter application is described and implemented. It is verified initially with an ideal simulated point target data and then with point target data collected by the snow radar system over sea-ice. It is also shown how noise is multiplied with increasing synthetic aperture length. The effect of aircraft motion non-linearities on SAR processing are also studied at different altitudes. To overcome the effect of non-linearities and multiplicative noise, a multilooking SAR processing is proposed and explained. This is then applied to the field data collected by the snow radar in 2016 and 2017 over sea ice and observed that the SNR and azimuth resolution are improved by 40 dB. The optimum parameters like SAR aperture length and the number of looks are extracted based on the results of SAR processing on various data sets. Finally, a comparison of SAR application to low and high altitude data sets collected in 2016 over the same region is also provided. 


GARRETT ZOOK

Applications of FM Noise Radar Waveforms: Spatial Modulation and Polarization Diversity

When & Where:


246 Nichols Hall

Committee Members:

Shannon Blunt, Chair
Christopher Allen
James Stiles


Abstract

Two possible radar application spaces are explored through the exploitation of high-dimensional nonrecurrent FM-noise waveforms. The first involving a simultaneous dual-polarized emission scheme that provides good separability with respect to co- and cross-polarized terms and the second mimicking the passive actuation of the human eye with a MIMO emission. A waveform optimization scheme denoted as pseudo-random optimized (PRO) FM has been shown to generate FM-noise radar waveforms that are amenable to high power transmitters. Each pulse is generated and optimized independently and possesses a non-repeating FM-noise modulation structure. Because of this the range sidelobes of each pulse are unique and thus are effectively suppressed given enough coherent integration.

The PRO-FM waveform generation scheme is used to create two independent sets of FM-noise waveforms to be incorporated into a simultaneous dual-polarized emission; whereby two independent PRO-FM waveforms will be transmitted simultaneously from orthogonal polarization channels. This effectively creates a polarization diverse emission. The random nature of these waveforms also reduce cross-correlation effects that occur during simultaneous transmission on both channels. This formulation is evaluated using experimental open-air measurements to demonstrate the effectiveness of this high-dimensional emission.

This research aims to build upon previous work that has demonstrated the ability to mimic fixational eye movements (FEM) employed by the human eye. To implement FEM on a radar system, a MIMO capable digital array must be utilized in conjunction with spatial modulation beamforming. Successful imitation of FEM will require randomized fast-time beamsteering from a two-dimensional array. The inherent randomness associated with FEM will be paired with the PRO-FM waveforms to create an emission possessing randomness in the space and frequency domains, called the FEM radar (FEMR). Unlike traditional MIMO, FEMR emits a coherent and time-varying beam. Simulations will show the inherent enhancement to spatial resolution in two-dimensional space (azimuth and elevation) relative to standard beamforming using only the matched filter to process returns.


SAI SANDEEP BHOOSHI

MANET Routing Protocol Simulations Using Different Mobility Models

When & Where:


246 Nichols Hall

Committee Members:

James Sterbenz , Chair
Victor Frost
Fengjun Li


Abstract

Mobile Ad-hoc Networks (MANETs) due to their highly dynamic nature pose a great challenge in designing new protocols. Because these networks are infrastructure independent, routing protocol design and efficiency becomes essential in the functioning of these networks. There are many protocols proposed in the past and many are under development now. But the new or existing protocols are to be compared against each other and analyzed under realistic conditions including, but not limited to transmission range, mobility patterns, of the nodes in the network. This project is an endeavor to provide an unbiased comparison of AODV, DSDV, DSR, and OLSR under different mobility models with varying densities and dynamicity. The mobility models compared in this work include steady-state random waypoint, Gauss-Markov, and Levy walk.


RENISH THOMAS

Design and development of Ultra wide-band Microwave Components for snow–probing radars

When & Where:


317 Nichols Hall

Committee Members:

Carl Leuschen, Chair
Fernando Rodriguez-Morales
Rongqing Hui


Abstract

This thesis describes the design and development of two different ultra-wideband circuits for snow-probing radars. First, a broadband, low-loss planar quadrature hybrid coupler for the 2-20 GHz range is presented. The coupler offers better performance than commercially available options in terms of phase/amplitude imbalance and form factor.  Next, a broadband, high-power T/R module with fast switching and integrated LNA is demonstrated to enable high altitude and multi-channel modes of operations of the CReSIS airborne snow radar along with automated surface tracking ability. The modules include a custom medium-power switch with an overall order of magnitude performance increase compared to commercially available duplexers/SPDT switch solutions.

Pulse mode operations at peak power levels exceeding 100 Watts
(conservatively) can be supported with these devices and a demonstrated switching speed of less than 600 ns.

 


LUMUMBA HARNETT

Post Pulse Compression & Partially Adaptive Multi-Waveform Space-Time Adaptive Processing for Heterogeneous Clutter

When & Where:


246 Nichols Hall

Committee Members:

Shannon Blunt, Chair
Christopher Allen
James Stiles


Abstract

A new form of multi-waveform space-time adaptive processing (MuW-STAP) is presented. The formulation provides additional training data for adaptive clutter cancellation for ground moving target indication after pulse compression. The pulse compression response is homogenized using stochastic phase filters to produce a smeared response that approximates identically distribution assumed by covariance estimation. Post pulse compression MuW-STAP (PMuW-STAP) is proposed to address clutter heterogeneity that causes degradation in detection performance of STAP similar to single-input multi-output MuW-STAP. Furthermore, the family of MuW-STAP algorithms are computationally expensive due to estimation of multiple covariance matrices and inversion of a single covariance for every range sample. Well-known partially adaptive techniques, previously implemented in STAP, are implemented with PMuW-STAP. Partial adaptation in element-space post-Doppler, beam-space pre-Doppler, and beam-space post-Doppler are presented. Each of these are examined on several simulated, controlled clutter scenarios. Fully adaptive PMuW-STAP is further evaluated on the high-fidelity knowledge aided adaptive radar architecture: knowledge-aided sensor signal processing and expert reasoning (KASSPER) dataset.


PAUL KLINE

Remote Attestation Protocol Verification with a Privacy Emphasis

When & Where:


246 Nichols Hall

Committee Members:

Perry Alexander, Chair
Prasad Kulkarni
Garrett Morris


Abstract

Remote attestation is innately challenging and wrought with auxiliary challenges. Even determining what information to request can be a challenge. In cases when a presumptuous request is denied, mutual trust can be built incrementally to achieve the same result. All the while, we must 1) Respect our own privacy policy not revealing more than necessary; 2) Respond to counter-attestation requests to build trust slowly; 3) Avoid“Measurement Deadlock” situations by handling cycles. In addition to these guidelines, there are basic properties of a remote attestation procedure that should be verified. One such property is ensuring parties send and receive messages harmoniously. Using the theorem prover Coq we explore designing, modeling, and verifying a mutual remote attestation procedure via an imperative protocol language that supports dynamically generating execution steps to perform a mutually agreeable attestation protocol from nothing other than a party’s initial privacy policy.


SUMANT PATHAK

A Performance and Channel Spacing Analysis of LDPC Coded APSK

When & Where:


246 Nichols Hall

Committee Members:

Erik Perrins, Chair
Shannon Blunt
Taejoon Kim


Abstract

Amplitude-Phase Shift Keying (APSK) is a linear modulation format suitable for use in aeronautical telemetry due to it’s low peak-to-average power ratio (PAPR). How- ever, since the PAPR of APSK is not exactly unity (0 dB) in practice it must be used with power amplifiers operating with backoff. To compensate for the loss in power efficiency this work considers the pairing of Low-Density Parity Check (LDPC) codes with APSK. We consider the combinations of 16 and 32-APSK with rate 1/2, 2/3, 3/4, and 4/5 AR4JA LDPC codes with optimal and sub-optimal reduced complexity decoding algorithms. The loss in power efficiency due to sub-optimal decoding is characterized and the overall performance is compared to SOQPSK-TG to approximate the backoff capacity of a coded-APSK system. Another advantage of APSK based telemetry systems is the improved bandwidth efficiency. The second part of this work considers the adjacent channel spacing of a system with multiple configurations using coded-APSK and SOQPSK-TG. We consider different combinations of 16 and 32-APSK and SOQPSK-TG and find the minimum spacing between the respective waveforms that does not distort system performance.