Skip to main content

Research

Publications, preprints, talks, and ongoing work.

My research addresses reliability and efficiency in large-scale distributed systems, with a secondary focus on applying learned models to classic systems problems. Below is a selected list of publications and preprints.

Sep 2024Parth Sinha, Elena Voronova, James WhitfieldACM Symposium on Operating Systems Principles (SOSP)

Adaptive Consensus Protocols Under Partial Synchrony

We present AdaptRaft, a variant of the Raft consensus algorithm that dynamically adjusts its timing parameters using a lightweight online learning model, reducing tail latency by up to 34% in geo-distributed deployments.

distributed systemsconsensusmachine learningRaft

Jun 2023Parth SinhaWorkshop on ML for Systems (MLSys)

Learned Indices for Distributed Key-Value Stores

We explore the applicability of learned index structures to distributed key-value stores, demonstrating that model-based indices can reduce lookup latency by 22% with a modest increase in memory footprint on skewed workloads.

machine learningdistributed systemsindexingkey-value stores