y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#vector-databases News & Analysis

10 articles tagged with #vector-databases. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

10 articles
AIBullisharXiv – CS AI · Jun 257/10
🧠

RAVEN: Long-Horizon Reasoning & Navigation with a Visuo-Spatio-Temporal Memory

Researchers introduce RAVEN, an agentic memory system that enables robots to perform long-horizon navigation and question-answering tasks by storing visual embeddings with spatial-temporal metadata in a vector database. The system achieves 10× lower retrieval costs than caption-based approaches while matching frontier vision-language models, and has been successfully deployed on physical robots for real-world navigation.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Ghost Vectors: Soft-Deleted Embeddings Remain Reconstructible in HNSW Vector Databases

Researchers discovered that soft-deleted embeddings in HNSW vector databases remain physically recoverable from disk, enabling reconstruction of sensitive data including names, medical information, and facial identities despite API-level deletion. The study demonstrates a critical compliance gap under GDPR and HIPAA, recovering up to 99% of certain personal identifiers, and proposes Epoch Key Rotation as a cryptographic solution that eliminates recovery risk while maintaining audit trails.

AIBullisharXiv – CS AI · May 297/10
🧠

VikingMem: A Memory Base Management System for Stateful LLM-based Applications

Researchers introduce VikingMem, a memory management system for long-term LLM interactions that addresses context window limitations through selective memory extraction, stateful evolution, and temporal weighting. The system demonstrates 30% improvements in memory retrieval effectiveness while maintaining low latency, offering a generalizable solution across diverse applications beyond traditional chatbots.

AINeutralarXiv – CS AI · Feb 277/105
🧠

HubScan: Detecting Hubness Poisoning in Retrieval-Augmented Generation Systems

Researchers introduce HubScan, an open-source security scanner that detects 'hubness poisoning' attacks in Retrieval-Augmented Generation (RAG) systems. The tool achieves 90% recall at detecting adversarial content that exploits vector similarity search vulnerabilities, addressing a critical security flaw in AI systems that rely on external knowledge retrieval.

AINeutralarXiv – CS AI · Jun 196/10
🧠

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

Researchers propose a framework for implementing Fine-grained Access Control (FGAC) in vector databases, addressing a critical security gap as these systems become essential for AI applications. The paper identifies fundamental tensions between enforcing access policies, maintaining search accuracy, and preserving query performance in vector database architectures.

AINeutralarXiv – CS AI · Jun 116/10
🧠

What Limits Does Quantization Place on Dense Top-$k$ Retrieval? A Theoretical Study

A theoretical study proves that quantization fundamentally limits dense top-k retrieval systems, requiring embedding dimension and precision to scale logarithmically with corpus size, contradicting prior corpus-independent bounds that assumed infinite precision. This finding has direct implications for practical vector databases and dense retrieval systems where quantization is standard practice.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Harmonia: End-to-End RAG Serving Optimization

Harmonia is a new end-to-end RAG serving framework that optimizes the deployment and runtime performance of Retrieval-Augmented Generation pipelines. The system achieves 2.04x throughput improvements and reduces SLO violations by up to 78.4% through intelligent pipeline composition, heterogeneity-aware deployment, and dynamic load management.

AINeutralarXiv – CS AI · Jun 46/10
🧠

ANN Search: Recall What Matters

Researchers propose replacing Recall@k with 1/Ratio@k as the standard metric for evaluating approximate nearest neighbor (ANN) search algorithms. The new metric measures actual distance quality rather than overlap with true neighbors, achieving operational thresholds at substantially lower computational cost while better tracking real-world task performance in classification and retrieval-augmented generation.

AINeutralarXiv – CS AI · Jun 16/10
🧠

Vector Linking via Cross-Model Local Isometric Consistency

Researchers present a novel technique for matching vectors across different AI embedding models trained independently on overlapping datasets. The method leverages local geometric consistency in contrastive encoders to establish cross-model correspondences using only a small seed set of paired anchors, with applications to vector database integration.