中文
相关论文

相关论文: The $k$-anonymity Problem is Hard

200 篇论文

Ranking algorithms are deployed widely to order a set of items in applications such as search engines, news feeds, and recommendation systems. Recent studies, however, have shown that, left unchecked, the output of ranking algorithms can…

数据结构与算法 · 计算机科学 2018-07-31 L. Elisa Celis , Damian Straszak , Nisheeth K. Vishnoi

In this article we provide a formal framework for reidentification in general. We define n-confusion as a concept for modelling the anonymity of a database table and we prove that n-confusion is a generalization of k- anonymity. After a…

密码学与安全 · 计算机科学 2012-03-14 Klara Stokes , Vicenç Torra

Data anonymization is gaining much attention these days as it provides the fundamental requirements to safely outsource datasets containing identifying information. While some techniques add noise to protect privacy others use…

密码学与安全 · 计算机科学 2016-11-28 Sara Barakat , Bechara Al Bouna , Mohamed Nassar , Christophe Guyeux

In this paper, we address the challenge of differential privacy in the context of graph cuts, specifically focusing on the multiway cut and the minimum $k$-cut. We introduce edge-differentially private algorithms that achieve nearly optimal…

密码学与安全 · 计算机科学 2024-12-04 Rishi Chandra , Michael Dinitz , Chenglin Fan , Zongrui Zou

Privacy models were introduced in privacy-preserving data publishing and statistical disclosure control with the promise to end the need for costly empirical assessment of disclosure risk. We examine how well this promise is kept by the…

密码学与安全 · 计算机科学 2025-10-20 Josep Domingo-Ferrer , David Sánchez

Recent work by Dhulipala et al. \cite{DLRSSY22} initiated the study of the $k$-core decomposition problem under differential privacy via a connection between low round/depth distributed/parallel graph algorithms and private algorithms with…

数据结构与算法 · 计算机科学 2024-03-01 Laxman Dhulipala , George Z. Li , Quanquan C. Liu

We introduce a new set of problems based on the Chain Editing problem. In our version of Chain Editing, we are given a set of anonymous participants and a set of undisclosed tasks that every participant attempts. For each participant-task…

数据结构与算法 · 计算机科学 2016-12-21 Yang Jiao , R. Ravi , Wolfgang Gatterbauer

Two kinds of approximation algorithms exist for the k-BALANCED PARTITIONING problem: those that are fast but compute unsatisfying approximation ratios, and those that guarantee high quality ratios but are slow. In this paper we prove that…

计算复杂性 · 计算机科学 2019-04-29 Andreas Emil Feldmann

Given a data set of size $n$ in $d'$-dimensional Euclidean space, the $k$-means problem asks for a set of $k$ points (called centers) so that the sum of the $\ell_2^2$-distances between points of a given data set of size $n$ and the set of…

数据结构与算法 · 计算机科学 2021-06-01 Anamay Chaturvedi , Matthew Jones , Huy L. Nguyen

In real applications, database systems should be able to manage and process data with uncertainty. Any real dataset may have missing or rounded values, also the values of data may change by time. So, it becomes important to handle these…

计算几何 · 计算机科学 2020-06-12 Sharareh Alipour

In this paper, it is shown that a necessary condition for unique identifiability of $K$ chirps from $N$ regularly spaced samples of their mixture is $N\geq 2K$ when $K\geq 2$. A necessary and sufficient condition is that a rank-constrained…

信号处理 · 电气工程与系统科学 2025-07-03 Zai Yang , Sikai Ge , Wenlong Wang

Finding min $s$-$t$ cuts in graphs is a basic algorithmic tool with applications in image segmentation, community detection, reinforcement learning, and data clustering. In this problem, we are given two nodes as terminals, and the goal is…

数据结构与算法 · 计算机科学 2023-12-29 Mina Dalirrooyfard , Slobodan Mitrović , Yuriy Nevmyvaka

In this work, we study the hardness of approximation of the fair $k$-center problem. In this problem, we are given a set of data points in a metric space that is partitioned into groups and the task is to choose a subset of $k$-data points,…

计算复杂性 · 计算机科学 2026-02-24 Suhas Thejaswi

A pervasive task in the differential privacy literature is to select the $k$ items of "highest quality" out of a set of $d$ items, where the quality of each item depends on a sensitive dataset that must be protected. Variants of this task…

数据结构与算法 · 计算机科学 2017-04-12 Thomas Steinke , Jonathan Ullman

We give a polynomial-time approximation algorithm for the (not necessarily metric) $k$-Median problem. The algorithm is an $\alpha$-size-approximation algorithm for $\alpha < 1 + 2 \ln(n/k)$. That is, it guarantees a solution having size at…

数据结构与算法 · 计算机科学 2025-11-18 Neal E. Young

Enormous amounts of data collected from social networks or other online platforms are being published for the sake of statistics, marketing, and research, among other objectives. The consequent privacy and data security concerns have…

密码学与安全 · 计算机科学 2021-12-24 Ola N. Halawi , Faisal N. Abu-Khzam

In an article [3] published recently in this journal, it was shown that when k >= 3, the problem of deciding whether the distinguishing chromatic number of a graph is at most k is NP-hard. We consider the problem when k = 2. In regards to…

计算复杂性 · 计算机科学 2009-07-06 Elaine M. Eschen , Chinh T. Hoang , R. Sritharan , Lorna Stewart

Clustering is a long-standing research problem and a fundamental tool in AI and data analysis. The traditional k-center problem, a fundamental theoretical challenge in clustering, has a best possible approximation ratio of 2, and any…

机器学习 · 计算机科学 2026-04-28 Chaoqi Jia , Longkun Guo , Kewen Liao , Zhigang Lu , Chao Chen , Jason Xue

The NP-complete $k$-Path problem asks whether a given undirected graph has a (simple) path of length at least $k$. We prove that $k$-Path has polynomial-size Turing kernels when restricted to planar graphs, graphs of bounded degree,…

数据结构与算法 · 计算机科学 2017-04-21 Bart M. P. Jansen

We continue the investigation of problems concerning correlation clustering or clustering with qualitative information, which is a clustering formulation that has been studied recently. The basic setup here is that we are given as input a…

数据结构与算法 · 计算机科学 2007-05-23 Ioannis Giotis , Venkatesan Guruswami