Skip to main content

Showing 1–11 of 11 results for author: Steiner, T A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.03802  [pdf, other

    cs.CR cs.DS

    Continual Counting with Gradual Privacy Expiration

    Authors: Joel Daniel Andersson, Monika Henzinger, Rasmus Pagh, Teresa Anna Steiner, Jalaj Upadhyay

    Abstract: Differential privacy with gradual expiration models the setting where data items arrive in a stream and at a given time $t$ the privacy loss guaranteed for a data item seen at time $(t-d)$ is $εg(d)$, where $g$ is a monotonically non-decreasing function. We study the fundamental $\textit{continual (binary) counting}$ problem where each data item consists of a bit, and the algorithm needs to output… ▽ More

    Submitted 6 June, 2024; originally announced June 2024.

  2. arXiv:2404.18692  [pdf, other

    cs.DS

    Private graph colouring with limited defectiveness

    Authors: Aleksander B. G. Christiansen, Eva Rotenberg, Teresa Anna Steiner, Juliette Vlieghe

    Abstract: Differential privacy is the gold standard in the problem of privacy preserving data analysis, which is crucial in a wide range of disciplines. Vertex colouring is one of the most fundamental questions about a graph. In this paper, we study the vertex colouring problem in the differentially private setting. To be edge-differentially private, a colouring algorithm needs to be defective: a colourin… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

  3. arXiv:2311.07415  [pdf, ps, other

    cs.DS cs.CR

    Differentially Private Approximate Pattern Matching

    Authors: Teresa Anna Steiner

    Abstract: In this paper, we consider the $k$-approximate pattern matching problem under differential privacy, where the goal is to report or count all substrings of a given string $S$ which have a Hamming distance at most $k$ to a pattern $P$, or decide whether such a substring exists. In our definition of privacy, individual positions of the string $S$ are protected. To be able to answer queries under diff… ▽ More

    Submitted 13 November, 2023; originally announced November 2023.

    Comments: This is a full version of a paper accepted to ITCS 2024

  4. arXiv:2306.10428  [pdf, other

    cs.DS cs.CR

    Differentially Private Histogram, Predecessor, and Set Cardinality under Continual Observation

    Authors: Monika Henzinger, A. R. Sricharan, Teresa Anna Steiner

    Abstract: Differential privacy is the de-facto privacy standard in data analysis. The classic model of differential privacy considers the data to be static. The dynamic setting, called differential privacy under continual observation, captures many applications more realistically. In this work we consider several natural dynamic data structure problems under continual observation, where we want to maintain… ▽ More

    Submitted 17 June, 2023; originally announced June 2023.

    Comments: subsumes the results of arXiv:2302.11341

  5. arXiv:2304.00887  [pdf, other

    cs.DS

    Compressed Indexing for Consecutive Occurrences

    Authors: Paweł Gawrychowski, Garance Gourdel, Tatiana Starikovskaya, Teresa Anna Steiner

    Abstract: The fundamental question considered in algorithms on strings is that of indexing, that is, preprocessing a given string for specific queries. By now we have a number of efficient solutions for this problem when the queries ask for an exact occurrence of a given pattern $P$. However, practical applications motivate the necessity of considering more complex queries, for example concerning near occur… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

    Comments: This is a full version of a paper accepted to CPM 2023

  6. arXiv:2302.11341  [pdf, ps, other

    cs.DS cs.CR

    Differentially Private Data Structures under Continual Observation for Histograms and Related Queries

    Authors: Monika Henzinger, A. R. Sricharan, Teresa Anna Steiner

    Abstract: Binary counting under continual observation is a well-studied fundamental problem in differential privacy. A natural extension is maintaining column sums, also known as histogram, over a stream of rows from $\{0,1\}^d$, and answering queries about those sums, e.g. the maximum column sum or the median, while satisfying differential privacy. Jain et al. (2021) showed that computing the maximum colum… ▽ More

    Submitted 22 February, 2023; originally announced February 2023.

  7. arXiv:2211.16860  [pdf, other

    cs.DS

    Gapped String Indexing in Subquadratic Space and Sublinear Query Time

    Authors: Philip Bille, Inge Li Gørtz, Moshe Lewenstein, Solon P. Pissis, Eva Rotenberg, Teresa Anna Steiner

    Abstract: In Gapped String Indexing, the goal is to compactly represent a string $S$ of length $n$ such that for any query consisting of two strings $P_1$ and $P_2$, called patterns, and an integer interval $[α, β]$, called gap range, we can quickly find occurrences of $P_1$ and $P_2$ in $S$ with distance in $[α, β]$. Gapped String Indexing is a central problem in computational biology and text mining and h… ▽ More

    Submitted 5 March, 2024; v1 submitted 30 November, 2022; originally announced November 2022.

    Comments: 19 pages, 2 figures. To appear at STACS 2024

  8. arXiv:2108.08613  [pdf, ps, other

    cs.DS cs.CC

    The Fine-Grained Complexity of Episode Matching

    Authors: Philip Bille, Inge Li Gørtz, Shay Mozes, Teresa Anna Steiner, Oren Weimann

    Abstract: Given two strings $S$ and $P$, the Episode Matching problem is to find the shortest substring of $S$ that contains $P$ as a subsequence. The best known upper bound for this problem is $\tilde O(nm)$ by Das et al. (1997) , where $n,m$ are the lengths of $S$ and $P$, respectively. Although the problem is well studied and has many applications in data mining, this bound has never been improved. In th… ▽ More

    Submitted 14 February, 2024; v1 submitted 19 August, 2021; originally announced August 2021.

    Comments: This is the full version of a paper accepted to CPM 2022

  9. arXiv:2102.02505  [pdf, other

    cs.DS

    Gapped Indexing for Consecutive Occurrences

    Authors: Philip Bille, Inge Li Gørtz, Max Rishøj Pedersen, Teresa Anna Steiner

    Abstract: The classic string indexing problem is to preprocess a string S into a compact data structure that supports efficient pattern matching queries. Typical queries include existential queries (decide if the pattern occurs in S), reporting queries (return all positions where the pattern occurs), and counting queries (return the number of occurrences of the pattern). In this paper we consider a variant… ▽ More

    Submitted 4 February, 2021; originally announced February 2021.

    Comments: 17 pages, 3 figures

  10. String Indexing for Top-$k$ Close Consecutive Occurrences

    Authors: Philip Bille, Inge Li Gørtz, Max Rishøj Pedersen, Eva Rotenberg, Teresa Anna Steiner

    Abstract: The classic string indexing problem is to preprocess a string $S$ into a compact data structure that supports efficient subsequent pattern matching queries, that is, given a pattern string $P$, report all occurrences of $P$ within $S$. In this paper, we study a basic and natural extension of string indexing called the string indexing for top-$k$ close consecutive occurrences problem (SITCCO). Here… ▽ More

    Submitted 14 February, 2024; v1 submitted 8 July, 2020; originally announced July 2020.

    Comments: Updated to accepted journal version

    Journal ref: journal: Theor. Comput. Sci. volume: 927 pages: 133 - 147 year: 2022

  11. String Indexing with Compressed Patterns

    Authors: Philip Bille, Inge Li Gørtz, Teresa Anna Steiner

    Abstract: Given a string $S$ of length $n$, the classic string indexing problem is to preprocess $S$ into a compact data structure that supports efficient subsequent pattern queries. In this paper we consider the basic variant where the pattern is given in compressed form and the goal is to achieve query time that is fast in terms of the compressed size of the pattern. This captures the common client-server… ▽ More

    Submitted 14 February, 2024; v1 submitted 26 September, 2019; originally announced September 2019.

    Comments: Accepted journal version

    Journal ref: journal: ACM Trans. Algorithms, volume 19, pages 32:1-32:19, year 2023