CRNov 16, 2017

Privacy-preserving Edit Distance on Genomic Data

arXiv:1711.06234v42 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns in genomic data analysis for users and database owners, though it is incremental as it builds on existing cryptographic methods.

The paper tackles the problem of computing edit distance between a private DNA sequence and a database without revealing sensitive information to either party, proposing the ESCOT protocol which uses Oblivious Transfer and demonstrates feasibility in real-world scenarios with evaluations on genome datasets over LAN and WAN networks.

Suppose Alice holds a DNA sequence and Bob owns a database of DNA sequences. They want to determine whether there is a match for the Alice's input in the Bob's database for any purpose such as diagnosis of Alice's disease. However, Alice does not want to reveal her DNA pattern to Bob, since it would enable him to learn private information about her. For the similar reasons, Bob does not want to reveal any information about his database to Alice. This problem has attracted attention from bioinformatics community in order to protect privacy of users and several solutions have been proposed. Efficiency is always a bottleneck in cryptography domain. In this paper, we propose ESCOT protocol to address privacy preserving Edit distance using Oblivious Transfer (OT) for the first time. We evaluate our approach on a genome dataset over both LAN and WAN network. Experimental results confirm feasibility of our approach in real-world scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes