中文
相关论文

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

200 篇论文

We show a new proof for the load of obtained by a Cuckoo Hashing data structure. Our proof is arguably simpler than previous proofs and allows for new generalizations. The proof first appeared in Pinkas et. al. \cite{PSWW19} in the context…

数据结构与算法 · 计算机科学 2018-06-07 Udi Wieder

Integration is affected by the curse of dimensionality and quickly becomes intractable as the dimensionality of the problem grows. We propose a randomized algorithm that, with high probability, gives a constant-factor approximation of a…

机器学习 · 计算机科学 2013-02-28 Stefano Ermon , Carla P. Gomes , Ashish Sabharwal , Bart Selman

Introduced by Juels and Rivest in 2013, Honeywords, which are decoy passwords stored alongside a real password, appear to be a proactive method to help detect password credentials misuse. However, despite over a decade of research, this…

密码学与安全 · 计算机科学 2025-10-28 Sudiksha Das , Ashish Kundu

Physically unclonable functions (PUFs) can be employed for device identification, authentication, secret key storage, and other security tasks. However, PUFs are susceptible to modeling attacks if a number of PUFs' challenge-response pairs…

密码学与安全 · 计算机科学 2020-07-21 Mahmood Azhar Qureshi , Arslan Munir

A frustratingly easy technique known as the prefilling attack has been shown to effectively circumvent the safety alignment of frontier LLMs by simply prefilling the assistant response with an affirmative prefix before decoding. In…

密码学与安全 · 计算机科学 2025-12-08 Jason Vega , Gagandeep Singh

Supervised hashing methods are widely-used for nearest neighbor search in computer vision applications. Most state-of-the-art supervised hashing approaches employ batch-learners. Unfortunately, batch-learning strategies can be inefficient…

计算机视觉与模式识别 · 计算机科学 2015-11-11 Fatih Cakir , Sarah Adel Bargal , Stan Sclaroff

Domain adaptive image retrieval includes single-domain retrieval and cross-domain retrieval. Most of the existing image retrieval methods only focus on single-domain retrieval, which assumes that the distributions of retrieval databases and…

计算机视觉与模式识别 · 计算机科学 2020-03-09 Fuxiang Huang , Lei Zhang , Yang Yang , Xichuan Zhou

In classical cryptography, one-way functions (OWFs) are the minimal assumption, while it is not the case in quantum cryptography. Several new primitives have been introduced such as pseudorandom state generators (PRSGs), one-way state…

量子物理 · 物理学 2025-09-30 Taiga Hiroka , Tomoyuki Morimae

A learned Bloom filter (LBF) combines a classical Bloom filter (CBF) with a learning model to reduce the amount of memory needed to represent a given set while achieving a target false positive rate (FPR). Provable security against adaptive…

密码学与安全 · 计算机科学 2025-09-03 Ghada Almashaqbeh , Allison Bishop , Hayder Tirmazi

We propose a method to protect the privacy of search engine users by decomposing the queries using semantically \emph{related} and unrelated \emph{distractor} terms. Instead of a single query, the search engine receives multiple decomposed…

计算与语言 · 计算机科学 2022-04-14 Danushka Bollegala , Tomoya Machide , Ken-ichi Kawarabayashi

On the GPU, hash table operation speed is determined in large part by cache line efficiency, and state-of-the-art hashing schemes thus divide tables into cache line-sized buckets. This raises the question whether performance can be further…

数据结构与算法 · 计算机科学 2024-06-14 Steef Hegeman , Daan Wöltgens , Anton Wijs , Alfons Laarman

We introduce a certified pruning framework that consolidates the principles of counterfactual consistency and their networked extensions into a single operational model, with consequences for both quantum foundations and cryptographic…

量子物理 · 物理学 2025-10-07 Maximilian Ralph Peter von Liechtenstein

We propose a novel approach to improving software security called Cryptographic Path Hardening, which is aimed at hiding security vulnerabilities in software from attackers through the use of provably secure and obfuscated cryptographic…

软件工程 · 计算机科学 2012-02-03 Vijay Ganesh , Michael Carbin , Martin Rinard

Dense retrievers powered by pretrained embeddings are widely used for document retrieval but struggle in specialized domains due to the mismatches between the training and target domain distributions. Domain adaptation typically requires…

信息检索 · 计算机科学 2026-01-21 Chunsheng Zuo , Daniel Khashabi

QUIC protocol is primarily designed to optimize web performance and security. However, previous research has pointed out that it is vulnerable to handshake flooding attacks. Attackers can send excessive volume of handshaking requests to…

密码学与安全 · 计算机科学 2024-12-13 Abdollah Jabbari , Y A Joarder , Benjamin Teyssier , Carol Fung

We explicitly construct random hash functions for privacy amplification (extractors) that require smaller random seed lengths than the previous literature, and still allow efficient implementations with complexity $O(n\log n)$ for input…

量子物理 · 物理学 2016-03-17 Masahito Hayashi , Toyohiro Tsurumaru

An important function in modern routers and switches is to perform a lookup for a key. Hash-based methods, and in particular cuckoo hash tables, are popular for such lookup operations, but for large structures stored in off-chip memory,…

数据结构与算法 · 计算机科学 2017-09-15 Salvatore Pontarelli , Pedro Reviriego , Michael Mitzenmacher

We propose a new class of data-independent locality-sensitive hashing (LSH) algorithms based on the fruit fly olfactory circuit. The fundamental difference of this approach is that, instead of assigning hashes as dense points in a low…

机器学习 · 计算机科学 2018-12-06 Jaiyam Sharma , Saket Navlakha

Password users frequently employ passwords that are too simple, or they just reuse passwords for multiple websites. A common complaint is that utilizing secure passwords is too difficult. One possible solution to this problem is to use a…

密码学与安全 · 计算机科学 2019-06-04 Elan Rosenfeld , Santosh Vempala , Manuel Blum

Persistent Fault Attack (PFA) is a recently proposed Fault Attack (FA) method in CHES 2018. It is able to recover full AES secret key in the Single-Byte-Fault scenario. It is demonstrated that classical FA countermeasures, such as Dual…

密码学与安全 · 计算机科学 2025-12-15 Yukun Cheng , Mengce Zheng , Fan Huang , Jiajia Zhang , Honggang Hu , Nenghai Yu