AIBullisharXiv – CS AI · Jun 257/10
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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 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
🧠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
🧠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.
AIBullisharXiv – CS AI · Mar 26/1013
🧠Researchers found that simple keyword search within agentic AI frameworks can achieve over 90% of the performance of traditional RAG systems without requiring vector databases. This approach offers a more cost-effective and simpler alternative for AI applications requiring frequent knowledge base updates.