CRIMDBIRJun 22, 2014

Computing on Masked Data: a High Performance Method for Improving Big Data Veracity

arXiv:1406.5751v180 citations
Originality Incremental advance
AI Analysis

This addresses the problem of high overhead in securing big data for users in fields like bioinformatics and social media analytics, though it appears incremental as it builds on sparse linear algebra techniques.

The paper tackles the challenge of ensuring data veracity (confidentiality, integrity, availability) in big data by introducing Computing on Masked Data (CMD), a method that allows computations on masked data with significantly less overhead than traditional cryptographic techniques, as demonstrated in applications like DNA matching and social media databases.

The growing gap between data and users calls for innovative tools that address the challenges faced by big data volume, velocity and variety. Along with these standard three V's of big data, an emerging fourth "V" is veracity, which addresses the confidentiality, integrity, and availability of the data. Traditional cryptographic techniques that ensure the veracity of data can have overheads that are too large to apply to big data. This work introduces a new technique called Computing on Masked Data (CMD), which improves data veracity by allowing computations to be performed directly on masked data and ensuring that only authorized recipients can unmask the data. Using the sparse linear algebra of associative arrays, CMD can be performed with significantly less overhead than other approaches while still supporting a wide range of linear algebraic operations on the masked data. Databases with strong support of sparse operations, such as SciDB or Apache Accumulo, are ideally suited to this technique. Examples are shown for the application of CMD to a complex DNA matching algorithm and to database operations over social media data.

Foundations

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

Your Notes