中文
相关论文

相关论文: The Power of Simple Tabulation Hashing

200 篇论文

Concurrent hash tables are one of the most important concurrent data structures with numerous applications. Since hash table accesses can dominate the execution time of the overall application, we need implementations that achieve good…

数据结构与算法 · 计算机科学 2016-09-07 Tobias Maier , Peter Sanders , Roman Dementiev

We study here fundamental issues involved in top-k query evaluation in probabilistic databases. We consider simple probabilistic databases in which probabilities are associated with individual tuples, and general probabilistic databases in…

数据库 · 计算机科学 2009-06-08 Xi Zhang , Jan Chomicki

We present novel homomorphic encryption schemes for integer arithmetic, intended for use in secure single-party computation in the cloud. These schemes are capable of securely computing only low degree polynomials homomorphically, but this…

密码学与安全 · 计算机科学 2017-02-27 James Dyer , Martin Dyer , Jie Xu

Orthogonal arrays are a type of combinatorial design that were developed in the 1940s in the design of statistical experiments. In 1947, Rao proved a lower bound on the size of any orthogonal array, and raised the problem of constructing…

数据结构与算法 · 计算机科学 2024-05-15 Nicholas Harvey , Arvin Sahami

Random generation and confidential distribution of cryptographic keys are fundamental building blocks of secure communication. Using quantum states in which the transmitted quantum bit is entangled with a stationary memory quantum bit…

量子物理 · 物理学 2021-11-30 Pascal Kobel , Ralf A. Berner , Michael Köhl

In the classical setting, public-key encryption requires randomness in order to be secure against a forward search attack, whereby an adversary compares the encryption of a guess of the secret message with that of the actual secret message.…

量子物理 · 物理学 2009-05-05 Georgios M. Nikolopoulos , Lawrence M. Ioannou

To get estimators that work within a certain error bound with high probability, a common strategy is to design one that works with constant probability, and then boost the probability using independent repetitions. Important examples of…

数据结构与算法 · 计算机科学 2020-04-03 Anders Aamand , Debarati Das , Evangelos Kipouridis , Jakob B. T. Knudsen , Peter M. R. Rasmussen , Mikkel Thorup

In this paper, we revisit one of the simplest problems in data structures: the task of inserting elements into an open-addressed hash table so that elements can later be retrieved with as few probes as possible. We show that, even without…

数据结构与算法 · 计算机科学 2025-03-03 Martin Farach-Colton , Andrew Krapivin , William Kuszmaul

Informal arguments that cryptographic protocols are secure can be made rigorous using inductive definitions. The approach is based on ordinary predicate calculus and copes with infinite-state systems. Proofs are generated using…

密码学与安全 · 计算机科学 2021-05-14 Lawrence C. Paulson

Despite their ubiquity in language generation, it remains unknown why truncation sampling heuristics like nucleus sampling are so effective. We provide a theoretical explanation for the effectiveness of the truncation sampling by proving…

计算与语言 · 计算机科学 2023-10-04 Matthew Finlayson , John Hewitt , Alexander Koller , Swabha Swayamdipta , Ashish Sabharwal

Low-rank approximation of a matrix by means of structured random sampling has been consistently efficient in its extensive empirical studies around the globe, but adequate formal support for this empirical phenomenon has been missing so…

数值分析 · 数学 2016-07-21 Victor Pan , John Svadlenka , Liang Zhao

We consider the problem of constructing an unconditionally secure cipher for the case when the key length is less than the length of the encrypted message. (Unconditional security means that a computationally unbounded adversary cannot…

密码学与安全 · 计算机科学 2021-12-21 Boris Ryabko

Peres algorithm applies the famous von Neumann trick recursively to produce unbiased random bits from biased coin tosses. Its recursive nature makes the algorithm simple and elegant, and yet its output rate approaches the…

数据结构与算法 · 计算机科学 2018-05-23 Sung-il Pae

Type-two constructions abound in cryptography: adversaries for encryption and authentication schemes, if active, are modeled as algorithms having access to oracles, i.e. as second-order algorithms. But how about making cryptographic schemes…

计算机科学中的逻辑 · 计算机科学 2020-02-19 Boaz Barak , Raphaëlle Crubillé , Ugo Dal Lago

Most of the existing works on provable guarantees for low-rank matrix completion algorithms rely on some unrealistic assumptions such that matrix entries are sampled randomly or the sampling pattern has a specific structure. In this work,…

机器学习 · 统计学 2023-06-06 Hanbyul Lee , Rahul Mazumder , Qifan Song , Jean Honorio

This paper presents applications of the trope of the locked and sealed piggy-bank into which the secret can be easily inserted but from which it cannot be withdrawn without opening the box. We present a basic two-pass cryptographic scheme…

密码学与安全 · 计算机科学 2014-04-18 Subhash Kak

Consistent hashing is fundamental to distributed systems, but ring-based schemes can exhibit high peak-to-average load ratios unless they use many virtual nodes, while multi-probe methods improve balance at the cost of scattered memory…

分布式、并行与集群计算 · 计算机科学 2025-12-30 Yongjie Guan

The polarization phenomenon for a single source is extended to a framework with multiple correlated sources. It is shown in addition to extracting the randomness of the source, the polar transforms takes the original arbitrary dependencies…

信息论 · 计算机科学 2014-11-13 Emmanuel Abbe

Homomorphic encryption is a sophisticated encryption technique that allows computations on encrypted data to be done without the requirement for decryption. This trait makes homomorphic encryption appropriate for safe computation in…

密码学与安全 · 计算机科学 2023-05-11 Nimish Jain , Aswani Kumar Cherukuri

Sparse coding is a basic task in many fields including signal processing, neuroscience and machine learning where the goal is to learn a basis that enables a sparse representation of a given set of data, if one exists. Its standard…

机器学习 · 计算机科学 2015-03-04 Sanjeev Arora , Rong Ge , Tengyu Ma , Ankur Moitra