Skip to main content

Showing 1–3 of 3 results for author: Lombard-Platet, M

Searching in archive cs. Search in all archives.
.
  1. Keyed Non-Parametric Hypothesis Tests

    Authors: Yao Cheng, Cheng-Kang Chu, Hsiao-Ying Lin, Marius Lombard-Platet, David Naccache

    Abstract: The recent popularity of machine learning calls for a deeper understanding of AI security. Amongst the numerous AI threats published so far, poisoning attacks currently attract considerable attention. In a poisoning attack the opponent partially tampers the dataset used for learning to mislead the classifier during the testing phase. This paper proposes a new protection strategy against poisonin… ▽ More

    Submitted 25 May, 2020; originally announced May 2020.

    Comments: Paper published in NSS 2019

  2. arXiv:2005.04740  [pdf, ps, other

    cs.DS

    Approaching Optimal Duplicate Detection in a Sliding Window

    Authors: Rémi Géraud-Stewart, Marius Lombard-Platet, David Naccache

    Abstract: Duplicate detection is the problem of identifying whether a given item has previously appeared in a (possibly infinite) stream of data, when only a limited amount of memory is available. Unfortunately the infinite stream setting is ill-posed, and error rates of duplicate detection filters turn out to be heavily constrained: consequently they appear to provide no advantage, asymptotically, over a… ▽ More

    Submitted 10 May, 2020; originally announced May 2020.

  3. Quotient Hash Tables - Efficiently Detecting Duplicates in Streaming Data

    Authors: Rémi Géraud, Marius Lombard-Platet, David Naccache

    Abstract: This article presents the Quotient Hash Table (QHT) a new data structure for duplicate detection in unbounded streams. QHTs stem from a corrected analysis of streaming quotient filters (SQFs), resulting in a 33\% reduction in memory usage for equal performance. We provide a new and thorough analysis of both algorithms, with results of interest to other existing constructions. We also introduce a… ▽ More

    Submitted 14 January, 2019; originally announced January 2019.

    Comments: Shorter version was accepted at SIGAPP SAC '19