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

Md Mashfiq Rizvee

Hierarchical Probabilistic Architectures for Scalable Biometric and Electronic Authentication in Secure Surveillance Ecosystems

When & Where:


Eaton Hall, Room 2001B

Committee Members:

Sumaiya Shomaji, Chair
Tamzidul Hoque
David Johnson
Hongyang Sun
Alexandra Kondyli

Abstract

Secure and scalable authentication has become a primary requirement in modern digital ecosystems, where both human biometrics and electronic identities must be verified under noise, large population growth and resource constraints. Existing approaches often struggle to simultaneously provide storage efficiency, dynamic updates and strong authentication reliability. The proposed work advances a unified probabilistic framework based on Hierarchical Bloom Filter (HBF) architectures to address these limitations across biometric and hardware domains. The first contribution establishes the Dynamic Hierarchical Bloom Filter (DHBF) as a noise-tolerant and dynamically updatable authentication structure for large-scale biometrics. Unlike static Bloom-based systems that require reconstruction upon updates, DHBF supports enrollment, querying, insertion and deletion without structural rebuild. Experimental evaluation on 30,000 facial biometric templates demonstrates 100% enrollment and query accuracy, including robust acceptance of noisy biometric inputs while maintaining correct rejection of non-enrolled identities. These results validate that hierarchical probabilistic encoding can preserve both scalability and authentication reliability in practical deployments. Building on this foundation, Bio-BloomChain integrates DHBF into a blockchain-based smart contract framework to provide tamper-evident, privacy-preserving biometric lifecycle management. The system stores only hashed and non-invertible commitments on-chain while maintaining probabilistic verification logic within the contract layer. Large-scale evaluation again reports 100% enrollment, insertion, query and deletion accuracy across 30,000 templates, therefore, solving the existing problem of blockchains being able to authenticate noisy data. Moreover, the deployment analysis shows that execution on Polygon zkEVM reduces operational costs by several orders of magnitude compared to Ethereum, therefore, bringing enrollment and deletion costs below $0.001 per operation which demonstrate the feasibility of scalable blockchain biometric authentication in practice. Finally, the hierarchical probabilistic paradigm is extended to electronic hardware authentication through the Persistent Hierarchical Bloom Filter (PHBF). Applied to electronic fingerprints derived from physical unclonable functions (PUFs), PHBF demonstrates robust authentication under environmental variations such as temperature-induced noise. Experimental results show zero-error operation at the selected decision threshold and substantial system-level improvements as well as over 10^5 faster query processing and significantly reduced storage requirements compared to large scale tracking.


Fatima Al-Shaikhli

Optical Measurements Leveraging Coherent Fiber Optics Transceivers

When & Where:


Nichols Hall, Room 246 (Executive Conference Room)

Committee Members:

Rongqing Hui, Chair
Shannon Blunt
Shima Fardad
Alessandro Salandrino
Judy Wu

Abstract

Recent advancements in optical technology are invaluable in a variety of fields, extending far beyond high-speed communications. These innovations enable optical sensing, which plays a critical role across diverse applications, from medical diagnostics to infrastructure monitoring and automotive systems. This research focuses on leveraging commercially available coherent optical transceivers to develop novel measurement techniques to extract detailed information about optical fiber characteristics, as well as target information. Through this approach, we aim to enable accurate and fast assessments of fiber performance and integrity, while exploring the potential for utilizing existing optical communication networks to enhance fiber characterization capabilities. This goal is investigated through three distinct projects: (1) fiber type characterization based on intensity-modulated electrostriction response, (2) coherent Light Detection and Ranging (LiDAR) system for target range and velocity detection through different waveform design, including experimental validation of frequency modulation continuous wave (FMCW) implementations and theoretical analysis of orthogonal frequency division multiplexing (OFDM) based approaches and (3) birefringence measurements using a coherent Polarization-sensitive Optical Frequency Domain Reflectometer (P-OFDR) system.

Electrostriction in an optical fiber is introduced by interaction between the forward propagated optical signal and the acoustic standing waves in the radial direction resonating between the center of the core and the cladding circumference of the fiber. The response of electrostriction is dependent on fiber parameters, especially the mode field radius. We demonstrated a novel technique of identifying fiber types through the measurement of intensity modulation induced electrostriction response. As the spectral envelope of electrostriction induced propagation loss is anti-symmetrical, the signal to noise ratio can be significantly increased by subtracting the measured spectrum from its complex conjugate. We show that if the field distribution of the fiber propagation mode is Gaussian, the envelope of the electrostriction-induced loss spectrum closely follows a Maxwellian distribution whose shape can be specified by a single parameter determined by the mode field radius.        

We also present a self-homodyne FMCW LiDAR system based on a coherent receiver. By using the same linearly chirped waveform for both the LiDAR signal and the local oscillator, the self-homodyne coherent receiver performs frequency de-chirping directly in the photodiodes, significantly simplifying signal processing. As a result, the required receiver bandwidth is much lower than the chirping bandwidth of the signal. Simultaneous multi-target of range and velocity detection is demonstrated experimentally. Furthermore, we explore the use of commercially available coherent transceivers for joint communication and sensing using OFDM waveforms.

In addition, we demonstrate a P-OFDR system utilizing a digital coherent optical transceiver to generate a linear frequency chirp via carrier-suppressed single-sideband modulation. This method ensures linearity in chirping and phase continuity of the optical carrier. The coherent homodyne receiver, incorporating both polarization and phase diversity, recovers the state of polarization (SOP) of the backscattered optical signal along the fiber, mixing with an identically chirped local oscillator. With a spatial resolution of approximately 5 mm, a 26 GHz chirping bandwidth, and a 200 us measurement time, this system enables precise birefringence measurements. By employing three mutually orthogonal SOPs of the launched optical signal, we measure relative birefringence vectors along the fiber.


Past Defense Notices

Dates

GOWTHAM GOLLA

Developing Novel Machine Learning Algorithms to Improve Sedentary Assessment for Youth Health Enhancement

When & Where:


2001B Eaton Hall

Committee Members:

Luke Huan, Chair
Jerzy Grzymala-Busse
Jordan Carlson


Abstract

Sedentary behavior of youth is an important determinant of health. However, better measures are needed to improve understanding of this relationship and the mechanisms at play, as well as to evaluate health promotion interventions. Even though wearable devices like accelerometers (e.g. activPAL) are considered as the standard for assessing physical activity in research, the machine learning algorithms that we propose will allow us to re-examine existing accelerometer data to better understand the association between sedentary time and health in various populations. In order to achieve this, we collected two datasets, one is laboratory-controlled dataset and second is free-living dataset. We trained machine learning classifiers on both datasets and compared their behaviors on these datasets. The classifiers predict five postures: sit, stand, sit-stand, stand-sit, and stand\walk. We have also compared manually constructed Hidden Markov model(HMM) with automated HMM from existing software on both datasets to better understand the algorithm and existing software. When we tested on the laboratory-controlled dataset and the free-living dataset, the manually constructed HMM gave more F1-Macro score.


RITANKAR GANGULY

Graph Search Algorithms and Their Applications

When & Where:


2001B Eaton Hall

Committee Members:

Man Kong, Chair
Nancy Kinnersley
Jim Miller


Abstract

Depth- First Search (DFS) and Breadth- First Search are two of the most extensively used graph traversal algorithms to compile information about the graph in linear time. These two graph traversal mechanisms overlay a path to explore further the applications based on them that are widely used in Network Engineering, Web Analytics, Social Networking, Postal Services and Hardware Implementations. The difference between DFS and BFS results in the order in which they explore vertices and the implementation techniques for storing the discovered but un-processed vertices in the graph. BFS algorithm usually needs less time but consumes more computer memory than a DFS implementation. DFS algorithm is based on LIFO mechanism and is implemented using stack. BFS algorithm is based on FIFO technique and is realized using a queue. The order in which the vertices are visited using DFS or BFS can be realized with the help of a tree. The type of graph (directed or undirected) along with the edges of these trees form the basis of all the applications on BFS or DFS. Determining the shortest path between vertices of an un-weighted graph can be used in network engineering to transfer data packets. Checking for the presence of cycle can be critical in minimizing redundancy in telecommunications and is extensively used by social networking websites these days to analyse information as how people are connected. Finding bridges in a graph or determining the set of articulation vertices help minimize vulnerability in network design. Finding the strongly connected components in a graph can be used by model checkers in computer science. Determining an Euler circuit in a graph can be used by the postal service industries and the algorithm can be successfully implemented with linear running time using enhanced data structures. This survey project briefly defines and explains the basics of DFS and BFS traversal and explores some of the applications that are based on these algorithms. 


MICHAEL BLECHA

Implementation of a 2.45GHz Power Amplifier for use in Collision Avoidance Radar

When & Where:


2001B Eaton Hall

Committee Members:

Chris Allen, Chair
Glenn Prescott
Jim Stiles


Abstract

The integration of a RF power amplifier into a Collision Avoidance Radar will increase the maximum detection distance of the radar. Increasing the maximum detection distance will allow a radar system mounted on an Unmanned Aircraft Vehicle to observe obstacles earlier and give the UAV more time to react. The UAVradars project has been miniaturized to support operation on an unmanned aircraft and could benefit from an increase in maximum detection distance. 
The goal of this project is to create a one watt power amplifier for the 2.4GHz-2.5GHz band that can be integrated into the UAVradars project. The amplifier will be powered from existing power supplies in the radar system and must be small and lightweight to support operation on board the UAV in flight. This project will consist of the schematic and layout design, simulations, fabrication, and characterization of the power amplifier. The power amplifier will be designed to fit into the current system with minimal system modifications required. 


HARSHUL ROUTHU

A Comparison of Two Decision Tree Generating Algorithms C4.5 and CART Based on Testing Datasets with Missing Attribute Values

When & Where:


2001B Eaton Hall

Committee Members:

Jerzy Grzymala-Busse, Chair
Prasad Kulkarni
Bo Luo


Abstract

In data mining, missing data are a common occurrence and can have a significant effect on the conclusions that can be drawn from the data. Classification of missing data is a challenging task. One of the most popular techniques for classifying missing data is decision tree induction. 
In this project, we compare two decision tree generating algorithms CART and C4.5 with their original implementations on different datasets with missing attribute values, taken from University of California Irvine (UCI). The comparative analysis of these two implementations is carried out in terms of accuracy on training and testing data, and decision tree complexity based on its depth and size. Results from experiments show that there is statistically insignificant difference between C4.5 and CART in terms of accuracy on testing data and complexity of the decision tree. On the other hand, accuracy on training data is significantly better for CART compared to C4.5. 


HADEEL ALABANDI

A Survey of Metrics Employed to Assess Software Security

When & Where:


246 Nichols Hall

Committee Members:

Prasad Kulkarni, Chair
Andy Gill
Heechul Yun


Abstract

Measuring and assessing software security is a critical concern as it is undesirable to develop risky and insecure software. Various measurement approaches and metrics have been defined to assess software security. For researchers and software developers, it is significant to have different metrics and measurement models at one place either to evaluate the existing measurement approaches, to compare between two or more metrics or to be able to find the proper metric to measure the software security at a specific software development phase. There is no existing survey of software security metrics that covers metrics available at all the software development phases. In this paper, we present a survey of metrics used to assess and measure software security, and we categorized them based on software development phases. Our findings reveal a critical lack of automated tools, and the necessity to possess detailed knowledge or experience of the measured software as the major hindrances in the use of existing software security metrics. 


HARISH SAMPANGI

Delay Feedback Reservoir (DFR) Design in Neuromorphic Computing Systems and its Application in Wireless Communications

When & Where:


2001B Eaton Hall

Committee Members:

Yang Yi, Chair
Glenn Prescott
Jim Rowland


Abstract

As semiconductor technologies continue to scale further into the nanometer regime, it is important to study how non-traditional computer architectures may be uniquely suited to take advantage of the novel behavior observed for many emerging technologies. Neuromorphic computing system represents a type of non-traditional architecture encompassing evolutionary. Reservoir computing, a computational paradigm inspired on neural systems, has become increasingly popular for solving a variety of complex recognition and classification problems. The traditional reservoir computing methods employs three different layers – the input layer, the reservoir and the output layer. The input layer feeds the input signals to the reservoir via fixed random weighted connections. These weights will scale the input that is given to the nodes, creating different input scaling for the input nodes. The second layer, which is called the reservoir, usually consists of a large number of randomly connected nonlinear nodes, constituting a recurrent network. Finally, the output weights are extracted from the output layer. Contrary to this traditional approach, the delayed feedback reservoir replaces the entire network of connected non-liner nodes just with a single nonlinear node subjected to delayed feedback. This approach does not only provide a drastic simplification of the experimental implementation of artificial neural networks for computing purposes, it also demonstrates the huge computational processing power hidden in even the simplest delay-dynamical system. Previous implementation of reservoir computing using the echo state network has been proven efficient for channel estimation in wireless Orthogonal Frequency-Division Multiplexing (OFDM) systems. This project aims at verifying the performance of DFR in channel estimation, by calculating its bit error rate (BER) and comparing it with other standard techniques like the LS and MMSE.


AUDREY SEYBERT

Analysis of Artifacts Inherent to Real-Time Radar Target Emulation

When & Where:


246 Nichols Hall

Committee Members:

Chris Allen, Chair
Shannon Blunt
Jim Stiles


Abstract

Executing high-fidelity tests of radar hardware requires real-time fixed-latency target emulation. Because fundamental radar measurements occur in the time domain, real-time fixed latency target emulation is essential to producing an accurate representation of a radar environment. Radar test equipment is further constrained by the application-specific minimum delay to a target of interest, a parameter that limits the maximum latency through the target emulator algorithm. These time constraints on radar target emulation result in imperfect DSP algorithms that generate spectral artifacts. Knowledge of the behavior and predictability of these spectral artifacts is the key to identifying whether a particular suite of hardware is sufficient to execute tests for a particular radar design. This work presents an analysis of the design considerations required for development of a digital radar target emulator. Further considerations include how the spectral artifacts inherent to the algorithms change with respect to the radar environment and an analysis of how effectively various DSP algorithms can be used to produce an accurate representation of simple target scenarios. This work presents a model representative of natural target motion, a model that is representative of the side effects of digital target emulation, and finally a true HDL simulation of a target.


CHRISTOPHER SEASHOLTZ

Security and Privacy Vulnerabilities in Unmanned Aerial Vehicles

When & Where:


246 Nichols Hall

Committee Members:

Bo Luo, Chair
Joe Evans
Fengjun Li


Abstract

In the past few years, UAVs have become very popular amongst the average citizen. Much like their military counterpart, these UAVs provide the ability to be controlled by computers, instead of a remote controller. While this may not appear to be a major security issue, the information gained from compromising a UAV can be used for other malicious activities. To understand potential attack surfaces of various UAVs, this paper presents the theory behind multiple possible attacks, as well as implementations of a select number of attacks mentioned. The main objective of this project was to obtain complete control of a UAV while in flight. Only a few of the attacks demonstrated, or mentioned, provide this ability. The remaining attacks mentioned provide information that can be used in conjunction with others in order to provide full control, or complete knowledge, of a system. Once the attacks have been proven possible, measures for proper defense must be taken. For each attack described in this paper, possible countermeasures will be given and explained.


ARIJIT BASU

Analyzing Bag of Visual Words for Efficient Content Based Image Retrieval and Classification

When & Where:


250 Nichols Hall

Committee Members:

Richard Wang, Chair
Prasad Kulkarni
Bo Luo


Abstract

Content Based Image Retrieval also known as QBIC (Query by Image Content) is a retrieval technique where detailed analysis of the features of an image is done for retrieving similar images from the image base. Content refers to any kind of information that can derived from the image itself like textures, color, shape which are primarily global features and local features like Sift, Surf, Hog etc. Content Based image retrieval as opposed to traditional text based image retrieval has been in the limelight for quite a while owing to its contribution in putting away too much responsibility from the end user and trying to bridge the semantic gap between low level features and high level human perception. 
Image Categorization is the process of classifying distinct image categories based on image features extracted from a subset of images or the entire database from each category followed by feeding it to a machine learning classifier which predicts the category labels eventually. Bag of Words Model is a very well known flexible model that represents an image as a histogram of visual patches. The idea originally comes from application of Bag of Words model in document retrieval and texture classification. Clustering is a very important aspect of the BOW model. It helps in grouping identical features from the entire dataset and hence feeding it to the Support Vector Machine Classifier. The SVM classifier takes into account every image that has been represented as a bag of visual features after clustering and then performs quality predictions. In this work we first apply the Bag of Words on well known datasets and then obtain accuracy parameters like Confusion Matrix, MCC, (Matthews Correlation Coefficient) and other statistical measures. For Feature selection we considered SURF Features owing to their rotation and scale invariant characteristics. The model has been trained and applied on two well known datasets Caltech 101 and Flickr- 25K followed by detailed performance analysis in different scenarios. 


SOUMYAJIT SARKAR

Biometric Analysis of Human Ear Recognition Using Traditional Approach

When & Where:


246 Nichols Hall

Committee Members:

Richard Wang, Chair
Jerzy Grzymala-Busse
Bo Luo


Abstract

Biometric ear authentication has received enormous popularity in recent years due to its uniqueness for each and every individual, even for identical twins. In this paper, two scale and rotation invariant feature detectors, SIFT and SURF, are adopted for recognition and authentication of ear images. An extensive analysis has been made on how these two descriptors work under certain real-life conditions; and a performance measure has been given. The proposed technique is evaluated and compared with other approaches on two data sets. Extensive experimental study demonstrates the effectiveness of the proposed strategy. Robust Estimation algorithm has been implemented to remove several false matches and improved results have been provided. Deep Learning has become a new way to detect features in objects and is also used extensively for recognition purposes. Sophisticated deep learning techniques like Convolutional Neural Networks(CNNs) have also been implemented and analysis has been done.Deep Learning Models need a lot of data to give a good result, unfortunately ear datasets available publicly are not very large and thus CNN simulations are being carried out on other state of the art datasets related to this research for evaluation of the model.