Skip to main content

Showing 1–11 of 11 results for author: Nagarkar, P

.
  1. arXiv:2211.09093  [pdf, other

    cs.DB cs.LG

    Experimental Analysis of Machine Learning Techniques for Finding Search Radius in Locality Sensitive Hashing

    Authors: Omid Jafari, Parth Nagarkar

    Abstract: Finding similar data in high-dimensional spaces is one of the important tasks in multimedia applications. Approaches introduced to find exact searching techniques often use tree-based index structures which are known to suffer from the curse of the dimensionality problem that limits their performance. Approximate searching techniques prefer performance over accuracy and they return good enough res… ▽ More

    Submitted 16 November, 2022; originally announced November 2022.

    ACM Class: H.2.4

  2. arXiv:2208.04415  [pdf, ps, other

    cs.CL cs.AI

    Deep Learning Driven Natural Languages Text to SQL Query Conversion: A Survey

    Authors: Ayush Kumar, Parth Nagarkar, Prabhav Nalhe, Sanjeev Vijayakumar

    Abstract: With the future striving toward data-centric decision-making, seamless access to databases is of utmost importance. There is extensive research on creating an efficient text-to-sql (TEXT2SQL) model to access data from the database. Using a Natural language is one of the best interfaces that can bridge the gap between the data and results by accessing the database efficiently, especially for non-te… ▽ More

    Submitted 8 August, 2022; originally announced August 2022.

    Comments: 19 pages, 6 figures

  3. arXiv:2109.03784  [pdf, other

    cs.LG

    A Survey on Machine Learning Techniques for Auto Labeling of Video, Audio, and Text Data

    Authors: Shikun Zhang, Omid Jafari, Parth Nagarkar

    Abstract: Machine learning has been utilized to perform tasks in many different domains such as classification, object detection, image segmentation and natural language analysis. Data labeling has always been one of the most important tasks in machine learning. However, labeling large amounts of data increases the monetary cost in machine learning. As a result, researchers started to focus on reducing data… ▽ More

    Submitted 8 September, 2021; originally announced September 2021.

  4. arXiv:2105.14195  [pdf, other

    cs.CV

    A Survey of Performance Optimization in Neural Network-Based Video Analytics Systems

    Authors: Nada Ibrahim, Preeti Maurya, Omid Jafari, Parth Nagarkar

    Abstract: Video analytics systems perform automatic events, movements, and actions recognition in a video and make it possible to execute queries on the video. As a result of a large number of video data that need to be processed, optimizing the performance of video analytics systems has become an important research topic. Neural networks are the state-of-the-art for performing video analytics tasks such as… ▽ More

    Submitted 10 May, 2021; originally announced May 2021.

  5. arXiv:2102.08942  [pdf, ps, other

    cs.DB

    A Survey on Locality Sensitive Hashing Algorithms and their Applications

    Authors: Omid Jafari, Preeti Maurya, Parth Nagarkar, Khandker Mushfiqul Islam, Chidambaram Crushev

    Abstract: Finding nearest neighbors in high-dimensional spaces is a fundamental operation in many diverse application domains. Locality Sensitive Hashing (LSH) is one of the most popular techniques for finding approximate nearest neighbor searches in high-dimensional spaces. The main benefits of LSH are its sub-linear query performance and theoretical guarantees on the query accuracy. In this survey paper,… ▽ More

    Submitted 17 February, 2021; originally announced February 2021.

    MSC Class: H.2.4 ACM Class: H.2.4

  6. Experimental Analysis of Locality Sensitive Hashing Techniques for High-Dimensional Approximate Nearest Neighbor Searches

    Authors: Omid Jafari, Parth Nagarkar

    Abstract: Finding nearest neighbors in high-dimensional spaces is a fundamental operation in many multimedia retrieval applications. Exact tree-based indexing approaches are known to suffer from the notorious curse of dimensionality for high-dimensional data. Approximate searching techniques sacrifice some accuracy while returning good enough results for faster performance. Locality Sensitive Hashing (LSH)… ▽ More

    Submitted 19 June, 2020; originally announced June 2020.

    Comments: arXiv admin note: text overlap with arXiv:2003.06415

    MSC Class: H.2.4 ACM Class: H.2.4

    Journal ref: ADC 2021. Lecture Notes in Computer Science, vol. 12610. Springer, Cham, pp. 62-73

  7. Improving Locality Sensitive Hashing by Efficiently Finding Projected Nearest Neighbors

    Authors: Omid Jafari, Parth Nagarkar, Jonathan Montaño

    Abstract: Similarity search in high-dimensional spaces is an important task for many multimedia applications. Due to the notorious curse of dimensionality, approximate nearest neighbor techniques are preferred over exact searching techniques since they can return good enough results at a much better speed. Locality Sensitive Hashing (LSH) is a very popular random hashing technique for finding approximate ne… ▽ More

    Submitted 19 June, 2020; originally announced June 2020.

    Comments: arXiv admin note: text overlap with arXiv:2003.06415

    MSC Class: H.2.4 ACM Class: H.2.4

    Journal ref: SISAP 2020. Lecture Notes in Computer Science, vol 12440. Springer, Cham

  8. mmLSH: A Practical and Efficient Technique for Processing Approximate Nearest Neighbor Queries on Multimedia Data

    Authors: Omid Jafari, Parth Nagarkar, Jonathan Montaño

    Abstract: Many large multimedia applications require efficient processing of nearest neighbor queries. Often, multimedia data are represented as a collection of important high-dimensional feature vectors. Existing Locality Sensitive Hashing (LSH) techniques require users to find top-k similar feature vectors for each of the feature vectors that represent the query object. This leads to wasted and redundant… ▽ More

    Submitted 22 June, 2020; v1 submitted 13 March, 2020; originally announced March 2020.

    Comments: Submitted to SISAP 2020

    MSC Class: H.2.4 ACM Class: H.2.4

    Journal ref: SISAP 2020. Lecture Notes in Computer Science, vol 12440. Springer, Cham

  9. Efficient Bitmap-based Indexing and Retrieval of Similarity Search Image Queries

    Authors: Omid Jafari, Parth Nagarkar, Jonathan Montaño

    Abstract: Finding similar images is a necessary operation in many multimedia applications. Images are often represented and stored as a set of high-dimensional features, which are extracted using localized feature extraction algorithms. Locality Sensitive Hashing is one of the most popular approximate processing techniques for finding similar points in high-dimensional spaces. Locality Sensitive Hashing (LS… ▽ More

    Submitted 15 December, 2019; originally announced December 2019.

    Comments: Submitted to 2020 IEEE Southwest Symposium on Image Analysis and Interpretation (SSIAI 2020)

    MSC Class: H.2.4 ACM Class: H.2.4

    Journal ref: 2020 IEEE Southwest Symposium on Image Analysis and Interpretation (SSIAI), Albuquerque, NM, USA, 2020, pp. 58-61

  10. Drawbacks and Proposed Solutions for Real-time Processing on Existing State-of-the-art Locality Sensitive Hashing Techniques

    Authors: Omid Jafari, Khandker Mushfiqul Islam, Parth Nagarkar

    Abstract: Nearest-neighbor query processing is a fundamental operation for many image retrieval applications. Often, images are stored and represented by high-dimensional vectors that are generated by feature-extraction algorithms. Since tree-based index structures are shown to be ineffective for high dimensional processing due to the well-known "Curse of Dimensionality", approximate nearest neighbor techni… ▽ More

    Submitted 15 December, 2019; originally announced December 2019.

    Comments: Accepted and Presented at the 5th International Conference on Signal and Image Processing (SIGI-2019), Dubai, UAE

    MSC Class: H.2.4 ACM Class: H.2.4

  11. qwLSH: Cache-conscious Indexing for Processing Similarity Search Query Workloads in High-Dimensional Spaces

    Authors: Omid Jafari, John Ossorgin, Parth Nagarkar

    Abstract: Similarity search queries in high-dimensional spaces are an important type of queries in many domains such as image processing, machine learning, etc. Since exact similarity search indexing techniques suffer from the well-known curse of dimensionality in high-dimensional spaces, approximate search techniques are often utilized instead. Locality Sensitive Hashing (LSH) has been shown to be an effec… ▽ More

    Submitted 26 July, 2019; originally announced July 2019.

    Comments: Extended version of the published work

    ACM Class: H.2.4

    Journal ref: In Proceedings of ICMR '19, pp. 329-333. ACM, 2019