Research
Pilot Tone Signal Optimization for Cardiac Magnetic Resonance Imaging
Abstract
For cardiac MRI, involuntary physiological motions pose a challenge because MRI acquisition is inherently slow. To obtain detailed images of the heart, detection and compensation of these physiological motions is essential. Pilot Tone (PT) is an emerging technology where the transmitted signal from a dedicated transmitter undergoes modulations due to these physiological motions. The resulting modulated signal is picked up by the MRI receiver coils. PT presents as an efficient alternative that can circumvent the limitations associated with existing respiratory motion detection techniques, including respiratory bellows, navigator echoes, and breath- holding. Another challenge for cardiac MRI is that the quality of ECG, at magnetic fields of 3T or higher, gets distorted and results in an unreliable cardiac motion extraction. Robust and reliable extraction of respiratory and cardiac signals will enable PT to replace the existing paradigm for capturing physiological motions and benefit all cardiac MRI applications. The overall goal of this research is to optimize the data processing of the PT signal. In particular, with ECG as reference, this research aims to improve the reliability of PT derived cardiac triggers such that the precision is within 5% of the average cardiac cycle.
Recursive A-Scores: A Framework for Algorithmically Fair Feature Selection
Abstract
With rapid advancements in machine learning (ML) over the last few decades, data-driven algorithms have emerged as the leading method in the industry for predictive analysis and pattern recognition. With the increasing use of ML algorithms in U.S. courts (predictive recidivism), medical fields, childhood welfare systems, etc., data-driven algorithms now have a major impact on human safety, development, and social well-being. In academia and industry, extensive research is being conducted to ensure that these algorithms do not exhibit or amplify our social biases and provide the “fairest” output possible. In doing so, balancing fairness and accuracy is a key challenge, as achieving algorithmic fairness is often at the expense of predictive accuracy. Prior works on algorithmic fairness have devised a commonly used pipeline for the development of fair ML models. This involves first selecting the desired notion of fairness, and then imposing this fairness criterion at one of the stages of training of the ML algorithm: on the input data (pre- processing), during the training of the algorithm (in-processing), or on the algorithm’s outputs (post-processing). This project focuses on the second step of this pipeline and is in a newer area of research which involves the confluence of feature selection and fairness-aware learning. Feature selection is an established strategy in machine learning. It is used to select a subset of features for efficient learning from large feature spaces to regulate training time and computational requirements. This project expands on this idea and introduces an idea for algorithmically fair feature selection.
Specifically, in this work, I present a new pre-processing framework called “Recursive A- Scores". This framework works by assigning a weighted score for each feature in the training dataset, based on the fairness and accuracy tradeoff that could be achieved with or without this feature. The scores are assessed recursively and used to repeatedly refine the set of features, with the goal of ultimately achieving a desired fairness notion while maintaining the best possible accuracy. I show that this framework can be used to design fair ML, and can further be coupled with other commonly used techniques for achieving algorithmic fairness, namely Threshold Optimizer (a post-processing method) and Exponentiated Gradient (an in-processing method), to boost overall performance.