paper-with-me

Papers

HoneyBee: Efficient Role-based Access Control for Vector Databases via Dynamic Partitioning

2025-05-02 · Hongbin Zhong, Matthew Lentz, Nina Narodytska, Adriana Szekeres, Kexin Rong

As vector databases gain traction in enterprise applications, robust access control has become critical to safeguard sensitive data. Access control in these systems is often implemented through hybrid vector queries, which combine nearest neighbor search on vector data with relational predicates based on user permissions. However, existing approaches face significant trade-offs: creating dedicated indexes for each user minimizes query latency but introduces excessive storage redundancy, while building a single index and applying access control after vector search reduces storage overhead but suffers from poor recall and increased query latency. This paper introduces HoneyBee, a dynamic partitioning framework that bridges the gap between these approaches by leveraging the structure of Role-Based Access Control (RBAC) policies. RBAC, widely adopted in enterprise settings, groups users into roles and assigns permissions to those roles, creating a natural "thin waist" in the permission structure that is ideal for partitioning decisions. Specifically, HoneyBee produces overlapping partitions where vectors can be strategically replicated across different partitions to reduce query latency while controlling storage overhead. By introducing analytical models for the performance and recall of the vector search, HoneyBee formulates the partitioning strategy as a constrained optimization problem to dynamically balance storage, query efficiency, and recall. Evaluations on RBAC workloads demonstrate that HoneyBee reduces storage redundancy compared to role partitioning and achieves up to 6x faster query speeds than row-level security (RLS) with only 1.4x storage increase, offering a practical middle ground for secure and efficient vector search.

📄 PDF Abstract BibTeX arXiv:2505.01538

Code (1)

rjzhb/HoneyBee-VectorAccess

Similar Papers 제목 키워드 기반

HoneyBee: A Scalable Modular Framework for Creating Multimodal Oncology Datasets with Foundational Embedding Models

2024-05-13 · Aakash Tripathi, Asim Waqas, Matthew B. Schabath, Yasin Yilmaz 외

Developing accurate machine learning models for oncology requires large-scale, high-quality multimodal datasets. However, creating such datasets remains challenging due to the complexity and heterogeneity of medical data…

DiagnosticMultimodal Deep Learning

Policy-aware Vector Search: A Vision for Fine Grained Access Control in Vector Databases

2026-06-18 · Lakshmi Sahithi Yalamarthi, Primal Pappachan arxiv

Vector databases are increasingly used in security sensitive contexts with Retrieval Augmented Generation and organizational AI pipelines; however, their security capabilities remain limited. Specifically, Fine-grained A…

Identify The Beehive Sound Using Deep Learning

2022-09-03 · Shah Jafor Sadeek Quaderi, Sadia Afrin Labonno, Sadia Mostafa, Shamim Akhter

Flowers play an essential role in removing the duller from the environment. The life cycle of the flowering plants involves pollination, fertilization, flowering, seed-formation, dispersion, and germination. Honeybees po…

Deep Learning

COMB: Common Open Modular robotic platform for Bees

2026-04-04 · Pranav Kedia, Marie Messerich, Tim Landgraf arxiv

Experimental access to real honeybee colonies requires robotic systems capable of operating within limited spatial constraints, tolerating hive-specific fouling and environmental conditions, and supporting both sensing a…

Image Stitching

HoneyBee: Data Recipes for Vision-Language Reasoners

2025-10-14 · Hritik Bansal, Devendra Singh Sachan, Kai-Wei Chang, Aditya Grover 외 arxiv

Recent advances in vision-language models (VLMs) have made them highly effective at reasoning tasks. However, the principles underlying the construction of performant VL reasoning training datasets remain poorly understo…