paper-with-me

Papers

Nearest Neighbor Search-Based Bitwise Source Separation Using Discriminant Winner-Take-All Hashing

2019-08-26 · Sunwoo Kim, Minje Kim

We propose an iteration-free source separation algorithm based on Winner-Take-All (WTA) hash codes, which is a faster, yet accurate alternative to a complex machine learning model for single-channel source separation in a resource-constrained environment. We first generate random permutations with WTA hashing to encode the shape of the multidimensional audio spectrum to a reduced bitstring representation. A nearest neighbor search on the hash codes of an incoming noisy spectrum as the query string results in the closest matches among the hashed mixture spectra. Using the indices of the matching frames, we obtain the corresponding ideal binary mask vectors for denoising. Since both the training data and the search operation are bitwise, the procedure can be done efficiently in hardware implementations. Experimental results show that the WTA hash codes are discriminant and provide an affordable dictionary search mechanism that leads to a competent performance compared to a comprehensive model and oracle masking.

📄 PDF Abstract BibTeX arXiv:1908.09799

Code (0)

등록된 구현이 없습니다.

Tasks

AllDenoising

Similar Papers 제목 키워드 기반

Query-Adaptive Hash Code Ranking for Large-Scale Multi-View Visual Search

2019-04-18 · Xianglong Liu, Lei Huang, Cheng Deng, Bo Lang 외

Hash based nearest neighbor search has become attractive in many applications. However, the quantization in hashing usually degenerates the discriminative power when using Hamming distance ranking. Besides, for large-sca…

Image RetrievalQuantizationTable Search

Fast top-K Cosine Similarity Search through XOR-Friendly Binary Quantization on GPUs

2020-08-05 · Xiaozheng Jian, Jianqiu Lu, Zexi Yuan, Ao Li

We explore the use of GPU for accelerating large scale nearest neighbor search and we propose a fast vector-quantization-based exhaustive nearest neighbor search algorithm that can achieve high accuracy without any index…

GPUQuantization

Incremental Binarization On Recurrent Neural Networks For Single-Channel Source Separation

2019-08-23 · Sunwoo Kim, Mrinmoy Maity, Minje Kim

This paper proposes a Bitwise Gated Recurrent Unit (BGRU) network for the single-channel source separation task. Recurrent Neural Networks (RNN) require several sets of weights within its cells, which significantly incre…

BinarizationQuantization

RaBitQ: Quantizing High-Dimensional Vectors with a Theoretical Error Bound for Approximate Nearest Neighbor Search

2024-05-21 · Jianyang Gao, Cheng Long

Searching for approximate nearest neighbors (ANN) in the high-dimensional Euclidean space is a pivotal problem. Recently, with the help of fast SIMD-based implementations, Product Quantization (PQ) and its variants can o…

Quantization

Fast Nearest Neighbor Machine Translation

2021-05-30 · Findings (ACL) 2022 5 · Yuxian Meng, Xiaoya Li, Xiayu Zheng, Fei Wu 외

Though nearest neighbor Machine Translation ($k$NN-MT) \citep{khandelwal2020nearest} has proved to introduce significant performance boosts over standard neural MT systems, it is prohibitively slow since it uses the enti…

Machine TranslationNMTSentenceTranslation