中文
相关论文

相关论文: SuperMinHash - A New Minwise Hashing Algorithm for…

200 篇论文

Recent technological advancements have led to the generation of huge amounts of data over the web, such as text, image, audio and video. Most of this data is high dimensional and sparse, for e.g., the bag-of-words representation used for…

信息论 · 计算机科学 2017-08-17 Rameshwar Pratap , Ishan Sohony , Raghav Kulkarni

Recently, there has been significant interest in various supervised machine learning techniques that can help reduce the time and effort consumed by manual interpretation workflows. However, most successful supervised machine learning…

图像与视频处理 · 电气工程与系统科学 2019-05-17 Yazeed Alaudah , Motaz Alfarraj , Ghassan AlRegib

Online hashing methods usually learn the hash functions online, aiming to efficiently adapt to the data variations in the streaming environment. However, when the hash functions are updated, the binary codes for the whole database have to…

计算机视觉与模式识别 · 计算机科学 2021-08-06 Zhenyu Weng , Yuesheng Zhu

There is growing interest in representing image data and feature descriptors using compact binary codes for fast near neighbor search. Although binary codes are motivated by their use as direct indices (addresses) into a hash table, codes…

计算机视觉与模式识别 · 计算机科学 2014-04-28 Mohammad Norouzi , Ali Punjani , David J. Fleet

We propose theoretical and empirical improvements for two-stage hashing methods. We first provide a theoretical analysis on the quality of the binary codes and show that, under mild assumptions, a residual learning scheme can construct…

机器学习 · 计算机科学 2018-08-07 Fatih Cakir , Kun He , Stan Sclaroff

We propose a flexible procedure for large-scale image search by hash functions with kernels. Our method treats binary codes and pairwise semantic similarity as latent and observed variables, respectively, in a probabilistic model based on…

计算机视觉与模式识别 · 计算机科学 2016-04-26 Bahadir Ozdemir , Larry S. Davis

With the advantage of low storage cost and high retrieval efficiency, hashing techniques have recently been an emerging topic in cross-modal similarity search. As multiple modal data reflect similar semantic content, many researches aim at…

机器学习 · 计算机科学 2019-04-19 Jun Yu , Xiao-Jun Wu , Josef Kittler

Hashing has shown its efficiency and effectiveness in facilitating large-scale multimedia applications. Supervised knowledge e.g. semantic labels or pair-wise relationship) associated to data is capable of significantly improving the…

计算机视觉与模式识别 · 计算机科学 2016-06-17 Yang Yang , Weilun Chen , Yadan Luo , Fumin Shen , Jie Shao , Heng Tao Shen

Cuckoo hashing with a stash is a robust multiple choice hashing scheme with high memory utilization that can be used in many network device applications. Unfortunately, for memory loads beyond 0.5, little is known on its performance. In…

数据结构与算法 · 计算机科学 2011-08-10 Yossi Kanizo , David Hay , Isaac Keslassy

The challenge of estimating similarity between sets has been a significant concern in data science, finding diverse applications across various domains. However, previous approaches, such as MinHash, have predominantly centered around…

数据结构与算法 · 计算机科学 2024-05-31 Fenghao Dong , Yang He , Yutong Liang , Zirui Liu , Yuhan Wu , Peiqing Chen , Tong Yang

Approximate Nearest Neighbor Search (ANNS) is a fundamental problem in many areas of machine learning and data mining. During the past decade, numerous hashing algorithms are proposed to solve this problem. Every proposed algorithm claims…

计算机视觉与模式识别 · 计算机科学 2019-06-20 Deng Cai

Fingerprint recognition requires a minimal effort from the user, does not capture other information than strictly necessary for the recognition process, and provides relatively good performance. A critical step in fingerprint identification…

计算机视觉与模式识别 · 计算机科学 2014-02-21 Amira Mohammad Abdel-Mawgoud Saleh

Network embedding is a promising way of network representation, facilitating many signed social network processing and analysis tasks such as link prediction and node classification. Recently, feature hashing has been adopted in several…

社会与信息网络 · 计算机科学 2019-08-19 Jia-Nan Guo , Xian-Ling Mao , Xiao-Jian Jiang , Ying-Xiang Sun , Wei Wei , He-Yan Huang

Recent years have witnessed wide application of hashing for large-scale image retrieval. However, most existing hashing methods are based on hand-crafted features which might not be optimally compatible with the hashing procedure. Recently,…

机器学习 · 计算机科学 2016-04-22 Wu-Jun Li , Sheng Wang , Wang-Cheng Kang

Binary hashing is a well-known approach for fast approximate nearest-neighbor search in information retrieval. Much work has focused on affinity-based objective functions involving the hash functions or binary codes. These objective…

机器学习 · 计算机科学 2016-02-05 Miguel Á. Carreira-Perpiñán , Ramin Raziperchikolaei

Unsupervised hashing methods typically aim to preserve the similarity between data points in a feature space by mapping them to binary hash codes. However, these methods often overlook the fact that the similarity between data points in the…

计算机视觉与模式识别 · 计算机科学 2023-09-01 Kam Woh Ng , Xiatian Zhu , Jiun Tian Hoe , Chee Seng Chan , Tianyu Zhang , Yi-Zhe Song , Tao Xiang

We present jump consistent hash, a fast, minimal memory, consistent hash algorithm that can be expressed in about 5 lines of code. In comparison to the algorithm of Karger et al., jump consistent hash requires no storage, is faster, and…

数据结构与算法 · 计算机科学 2014-06-10 John Lamping , Eric Veach

Face image retrieval, which searches for images of the same identity from the query input face image, is drawing more attention as the size of the image database increases rapidly. In order to conduct fast and accurate retrieval, a compact…

计算机视觉与模式识别 · 计算机科学 2021-07-13 Young Kyun Jang , Nam Ik Cho

We propose a new algorithm for minimal unsatisfiable core extraction, based on a deeper exploration of resolution-refutation properties. We provide experimental results on formal verification benchmarks confirming that our algorithm finds…

计算机科学中的逻辑 · 计算机科学 2020-06-11 Nachum Dershowitz , Ziyad Hanna , Alexander Nadel

Consistent Hashing functions are widely used for load balancing across a variety of applications. However, the original presentation and typical implementations of Consistent Hashing rely on randomised allocation of hash codes to keys which…

数据结构与算法 · 计算机科学 2015-03-19 Matthew Sackman