I'm a 2nd year Ph.D. student advised by Dr. Joy Arulraj in the School of Computer Science at Georgia Institute of Technology. I earned my Bachelor's degree in Computer Science from the Indian Institute of Technology, Kanpur, in 2017 and a Masters' degree from the Georgia Institute of Technology in 2021. Currently, I'm leading the research initiative of developing a Video Database Management System (EVA) at Georgia Tech Databases Lab. I have interned at Cloud SQL team at Google and SQL team at Snowflake.
Email  /  CV  /  Google Scholar  /  LinkedIn  /  Github
My research interest lies in the intersection of data management and machine learning. Specifically, I am developing a new video database management system - EVA - tailored to efficiently and accurately query videos at scale. My research focuses on improving the resource efficiency, query capabilities, and usability of video database management systems by developing novel query optimization and execution algorithms.
EVA is a visual data management system (think MySQL for videos). It supports a declarative language similar to SQL and a wide range of commonly used computer vision models. EVA enables querying of visual data in user facing applications by providing a simple SQL-like interface for a wide range of commonly used computer vision models. It improves throughput by introducing sampling, filtering, and caching techniques. It improves accuracy by introducing state-of-the-art model specialization and selection algorithms.