paper-with-me

Papers

Towards a Flexible Scale-out Framework for Efficient Visual Data Query Processing

2024-02-05 · Rohit Verma, Arun Raghunath

There is growing interest in visual data management systems that support queries with specialized operations ranging from resizing an image to running complex machine learning models. With a plethora of such operations, the basic need to receive query responses in minimal time takes a hit, especially when the client desires to run multiple such operations in a single query. Existing systems provide an ad-hoc approach where different solutions are clubbed together to provide an end-to-end visual data management system. Unlike such solutions, the Visual Data Management System (VDMS) natively executes queries with multiple operations, thus providing an end-to-end solution. However, a fixed subset of native operations and a synchronous threading architecture limit its generality and scalability. In this paper, we develop VDMS-Async that adds the capability to run user-defined operations with VDMS and execute operations within a query on a remote server. VDMS-Async utilizes an event-driven architecture to create an efficient pipeline for executing operations within a query. Our experiments have shown that VDMS-Async reduces the query execution time by 2-3X compared to existing state-of-the-art systems. Further, remote operations coupled with an event-driven architecture enables VDMS-Async to scale query execution time linearly with the addition of every new remote server. We demonstrate a 64X reduction in query execution time when adding 64 remote servers.

📄 PDF Abstract BibTeX arXiv:2402.03283

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

Set-to-Set Hashing with Applications in Visual Recognition

2017-11-02 · I-Hong Jhuo, Jun Wang

Visual data, such as an image or a sequence of video frames, is often naturally represented as a point set. In this paper, we consider the fundamental problem of finding a nearest set from a collection of sets, to a quer…

Retrieval

MNER-QG: An End-to-End MRC framework for Multimodal Named Entity Recognition with Query Grounding

2022-11-27 · Meihuizi Jia, Lei Shen, Xin Shen, Lejian Liao 외

Multimodal named entity recognition (MNER) is a critical step in information extraction, which aims to detect entity spans and classify them to corresponding entity types given a sentence-image pair. Existing methods eit…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence+2

iQuery: Instruments as Queries for Audio-Visual Sound Separation

2022-12-07 · CVPR 2023 1 · Jiaben Chen, Renrui Zhang, Dongze Lian, Jiaqi Yang 외

Current audio-visual separation methods share a standard architecture design where an audio encoder-decoder network is fused with visual encoding features at the encoder bottleneck. This design confounds the learning of …

DecoderDisentanglement

From Pixels to Purchase: Building and Evaluating a Taxonomy-Decoupled Visual Search Engine for Home Goods E-commerce

2026-01-16 · Cheng Lyu, Jingyue Zhang, Ryan Maunu, Mengwei Li 외 arxiv

Visual search is critical for e-commerce, especially in style-driven domains where user intent is subjective and open-ended. Existing industrial systems typically couple object detection with taxonomy-based classificatio…

Object Detection

VisualToolAgent (VisTA): A Reinforcement Learning Framework for Visual Tool Selection

2025-05-26 · Zeyi Huang, Yuyang Ji, Anirudh Sundara Rajan, Zefan Cai 외

We introduce VisTA, a new reinforcement learning framework that empowers visual agents to dynamically explore, select, and combine tools from a diverse library based on empirical performance. Existing methods for tool-au…

Diversityreinforcement-learningReinforcement LearningVisual Reasoning