中文
相关论文

相关论文: Hardness-Preserving Reductions via Cuckoo Hashing

200 篇论文

Propositional model counting is a fundamental problem in artificial intelligence with a wide variety of applications, such as probabilistic inference, decision making under uncertainty, and probabilistic databases. Consequently, the problem…

计算机科学中的逻辑 · 计算机科学 2017-10-17 Kuldeep S. Meel , Aditya A. Shrotri , Moshe Y. Vardi

Physical unclonable functions (PUFs), as hardware security primitives, exploit manufacturing randomness to extract hardware instance-specific secrets. One of most popular structures is time-delay based Arbiter PUF attributing to large…

密码学与安全 · 计算机科学 2017-06-21 Yansong Gao , Said F. Al-Sarawi , Derek Abbott , Ahmad-Reza Sadeghi , Damith C. Ranasinghe

Cuckoo hashing is a highly practical dynamic dictionary: it provides amortized constant insertion time, worst case constant deletion time and lookup time, and good memory utilization. However, with a noticeable probability during the…

数据结构与算法 · 计算机科学 2009-03-04 Yuriy Arbitman , Moni Naor , Gil Segev

Introduced in [CG24], pseudorandom error-correcting codes (PRCs) are a new cryptographic primitive with applications in watermarking generative AI models. These are codes where a collection of polynomially many codewords is computationally…

密码学与安全 · 计算机科学 2025-07-14 Surendra Ghentiyala , Venkatesan Guruswami

Despite the considerable success of neural networks in security settings such as malware detection, such models have proved vulnerable to evasion attacks, in which attackers make slight changes to inputs (e.g., malware) to bypass detection.…

机器学习 · 计算机科学 2021-06-09 Netanel Raviv , Aidan Kelley , Michael Guo , Yevgeny Vorobeychik

A \emph{private proximity retrieval} (\emph{PPR}) scheme is a protocol which allows a user to retrieve the identities of all records in a database that are within some distance $r$ from the user's record $x$. The user's \emph{privacy} at…

信息论 · 计算机科学 2019-08-09 Yiwei Zhang , Eitan Yaakobi , Tuvi Etzion

Inverting the hash values by performing brute force computation is one of the latest security threats on password based authentication technique. New technologies are being developed for brute force computation and these increase the…

密码学与安全 · 计算机科学 2015-09-22 Nilesh Chakraborty , Samrat Mondal

Randomized algorithms are often enjoyed for their simplicity, but the hash functions employed to yield the desired probabilistic guarantees are often too complicated to be practical. Here we survey recent results on how simple hashing…

数据结构与算法 · 计算机科学 2017-01-04 Mikkel Thorup

Pseudorandom error-correcting codes (PRC) is a novel cryptographic primitive proposed at CRYPTO 2024. Due to the dual capability of pseudorandomness and error correction, PRC has been recognized as a promising foundational component for…

密码学与安全 · 计算机科学 2025-12-22 Tianrui Wang , Anyu Wang , Tianshuo Cong , Delong Ran , Jinyuan Liu , Xiaoyun Wang

Cuckoo hashing guarantees constant-time lookups regardless of table density, making it a viable candidate for high-density tables. Cuckoo hashing insertions perform poorly at high table densities, however. In this paper, we mitigate this…

数据结构与算法 · 计算机科学 2016-05-18 William Kuszmaul

Watermarks are an essential tool for identifying AI-generated content. Recently, Christ and Gunn (CRYPTO '24) introduced pseudorandom error-correcting codes (PRCs), which are equivalent to watermarks with strong robustness and quality…

密码学与安全 · 计算机科学 2025-12-10 Miranda Christ , Noah Golowich , Sam Gunn , Ankur Moitra , Daniel Wichs

An attacker who breaks into an authentication server and steals all of the cryptographic password hashes is able to mount an offline-brute force attack against each user's password. Offline brute-force attacks against passwords are…

密码学与安全 · 计算机科学 2021-02-02 Wenjie Bai , Jeremiah Blocki

A minimal perfect hash function (MPHF) maps a set S of n keys to the first n integers without collisions. There is a lower bound of n*log(e)=1.44n bits needed to represent an MPHF. This can be reached by a brute-force algorithm that tries…

数据结构与算法 · 计算机科学 2024-06-14 Hans-Peter Lehmann , Peter Sanders , Stefan Walzer

Pseudo-Relevance Feedback (PRF) utilises the relevance signals from the top-k passages from the first round of retrieval to perform a second round of retrieval aiming to improve search effectiveness. A recent research direction has been the…

信息检索 · 计算机科学 2023-03-22 Hang Li , Shengyao Zhuang , Ahmed Mourad , Xueguang Ma , Jimmy Lin , Guido Zuccon

The cuckoo filter data structure of Fan, Andersen, Kaminsky, and Mitzenmacher (CoNEXT 2014) performs the same approximate set operations as a Bloom filter in less memory, with better locality of reference, and adds the ability to delete…

数据结构与算法 · 计算机科学 2016-04-21 David Eppstein

Although federated learning improves privacy of training data by exchanging local gradients or parameters rather than raw data, the adversary still can leverage local gradients and parameters to obtain local training data by launching…

机器学习 · 计算机科学 2021-08-17 Xue Yang , Yan Feng , Weijun Fang , Jun Shao , Xiaohu Tang , Shu-Tao Xia , Rongxing Lu

Should quantum computers become available, they will reduce the effective key length of basic secret-key primitives, such as blockciphers. To address this we will either need to use blockciphers which inherently have longer keys or use…

量子物理 · 物理学 2021-10-26 Joseph Jaeger , Fang Song , Stefano Tessaro

Although it is common for users to select bad passwords that can be easily cracked by attackers, password-based authentication remains the most widely-used method. To encourage users to select good passwords, enterprises often enforce…

密码学与安全 · 计算机科学 2015-12-21 Cem S. Sahin , Robert Lychev , Neal Wagner

Recent active studies have demonstrated that cryptography without one-way functions (OWFs) could be possible in the quantum world. Many fundamental primitives that are natural quantum analogs of OWFs or pseudorandom generators (PRGs) have…

量子物理 · 物理学 2024-11-06 Minki Hhan , Shogo Yamada

The growing complexity of Deep Neural Networks (DNNs) has led to the adoption of Split Inference (SI), a collaborative paradigm that partitions computation between edge devices and the cloud to reduce latency and protect user privacy.…

计算机视觉与模式识别 · 计算机科学 2025-08-29 Yixiang Qiu , Yanhan Liu , Hongyao Yu , Hao Fang , Bin Chen , Shu-Tao Xia , Ke Xu