no code implementations • 6 Oct 2023 • Aditya Narayan Ravi, Ilan Shomorony
Federated Learning (FL) is a distributed machine learning approach to learn models on decentralized heterogeneous data, without the need for clients to share their data.
no code implementations • 14 Dec 2022 • Mo Tiwari, Ryan Kang, Je-Yong Lee, DongHyun Lee, Chris Piech, Sebastian Thrun, Ilan Shomorony, Martin Jinye Zhang
We provide theoretical guarantees that BanditMIPS returns the correct answer with high probability, while improving the complexity in $d$ from $O(\sqrt{d})$ to $O(1)$.
1 code implementation • 14 Dec 2022 • Mo Tiwari, Ryan Kang, Je-Yong Lee, Sebastian Thrun, Chris Piech, Ilan Shomorony, Martin Jinye Zhang
We present an algorithm that accelerates the training of random forests and other popular tree-based learning methods.
no code implementations • 28 Jan 2021 • Kayvon Mazooji, Roy Dong, Ilan Shomorony
When an individual's DNA is sequenced, sensitive medical information becomes available to the sequencing laboratory.
Information Theory Cryptography and Security Information Theory
1 code implementation • NeurIPS 2020 • Mo Tiwari, Martin J. Zhang, James Mayclin, Sebastian Thrun, Chris Piech, Ilan Shomorony
In these experiments, we observe that BanditPAM returns the same results as state-of-the-art PAM-like algorithms up to 4x faster while performing up to 200x fewer distance computations.
1 code implementation • NeurIPS 2020 • Govinda M. Kamath, Tavor Z. Baharav, Ilan Shomorony
The second ingredient is to utilise a multi-armed bandit algorithm to adaptively refine this spectral estimator only for read pairs that are likely to have large alignments.
2 code implementations • 11 Jun 2020 • Mo Tiwari, Martin Jinye Zhang, James Mayclin, Sebastian Thrun, Chris Piech, Ilan Shomorony
Current state-of-the-art $k$-medoids clustering algorithms, such as Partitioning Around Medoids (PAM), are iterative and are quadratic in the dataset size $n$ for each iteration, being prohibitively expensive for large datasets.