paper-with-me

홈 › Papers

Improving LSH via Tensorized Random Projection

2024-02-11 · Bhisham Dev Verma, Rameshwar Pratap

Locality sensitive hashing (LSH) is a fundamental algorithmic toolkit used by data scientists for approximate nearest neighbour search problems that have been used extensively in many large scale data processing applications such as near duplicate detection, nearest neighbour search, clustering, etc. In this work, we aim to propose faster and space efficient locality sensitive hash functions for Euclidean distance and cosine similarity for tensor data. Typically, the naive approach for obtaining LSH for tensor data involves first reshaping the tensor into vectors, followed by applying existing LSH methods for vector data $E2LSH$ and $SRP$. However, this approach becomes impractical for higher order tensors because the size of the reshaped vector becomes exponential in the order of the tensor. Consequently, the size of LSH parameters increases exponentially. To address this problem, we suggest two methods for LSH for Euclidean distance and cosine similarity, namely $CP-E2LSH$, $TT-E2LSH$, and $CP-SRP$, $TT-SRP$, respectively, building on $CP$ and tensor train $(TT)$ decompositions techniques. Our approaches are space efficient and can be efficiently applied to low rank $CP$ or $TT$ tensors. We provide a rigorous theoretical analysis of our proposal on their correctness and efficacy.

📄 PDF Abstract BibTeX arXiv:2402.07189

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rademacher Random Projections with Tensor Networks

2021-10-26 · Beheshteh T. Rakhshan, Guillaume Rabusseau

Random projection (RP) have recently emerged as popular techniques in the machine learning community for their ability in reducing the dimension of very high-dimensional tensors. Following the work in [30], we consider a…

Tensor Networks

Tensorized Random Projections

2020-03-11 · Beheshteh T. Rakhshan, Guillaume Rabusseau

We introduce a novel random projection technique for efficiently reducing the dimension of very high-dimensional tensors. Building upon classical results on Gaussian random projections and Johnson-Lindenstrauss transform…

Anomaly Detection using Generative Models and Sum-Product Networks in Mammography Scans

2022-10-12 · Marc Dietrichstein, David Major, Maria Wimmer, Dimitrios Lenis 외

Unsupervised anomaly detection models which are trained solely by healthy data, have gained importance in the recent years, as the annotation of medical data is a tedious task. Autoencoders and generative adversarial net…

Anomaly DetectionUnsupervised Anomaly Detection

Tensorized Optical Multimodal Fusion Network

2023-02-17 · Yequan Zhao, Xian Xiao, Geza Kurczveil, Raymond G. Beausoleil 외

We propose the first tensorized optical multimodal fusion network architecture with a self-attention mechanism and low-rank tensor fusion. Simulation results show $51.3 \times$ less hardware requirement and $3.7\times 10…

UNIT: Unifying Tensorized Instruction Compilation

2021-01-21 · Jian Weng, Animesh Jain, Jie Wang, Leyuan Wang 외

Because of the increasing demand for computation in DNN, researchers develope both hardware and software mechanisms to reduce the compute and memory burden. A widely adopted approach is to use mixed precision data types.…

CPU