y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#embeddings News & Analysis

61 articles tagged with #embeddings. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

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

TokenMinds: Pretrained User Tokens and Embeddings for User Understanding in Large Recommender Systems

Google researchers introduce TokenMinds, a system that generates both discrete semantic ID tokens and dense embeddings for user modeling in large-scale recommender systems. Deployed across YouTube's services handling billions of users, the approach demonstrates that semantically grounded user tokens complement traditional dense embeddings while reducing computational overhead through shared vocabulary across different content formats.

AIBullisharXiv – CS AI · Jun 57/10
🧠

HypRAG: Hyperbolic Dense Retrieval for Retrieval Augmented Generation

Researchers introduce HypRAG, a novel dense retrieval system for retrieval-augmented generation that operates in hyperbolic space rather than traditional Euclidean space. The approach achieves up to 29% performance gains over Euclidean baselines by better preserving the hierarchical structure of natural language, reducing hallucination risks in AI systems.

AIBullisharXiv – CS AI · May 297/10
🧠

COMET: Concept Space Dissection of the Modality Gap in Audio-Text Multimodal Contrastive Embeddings

Researchers introduce COMET, a PLS-SVD framework that analyzes the modality gap in Contrastive Language-Audio Pretraining (CLAP) models by decomposing embeddings into interpretable concepts. The study reveals that only a small subset of shared conceptual axes drives similarity computation, and proposes a training-free spectral truncation method that improves zero-shot audio captioning performance while reducing dimensionality.

AIBullisharXiv – CS AI · May 297/10
🧠

No More K-means:Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

Researchers introduce Single-stage Sparse Retrieval (SSR), a new approach that replaces clustering-based compression with sparse autoencoders for multi-vector retrieval systems. The method achieves 15x faster indexing, 50% lower retrieval latency, and improved accuracy compared to ColBERTv2, addressing critical efficiency bottlenecks in large-scale information retrieval.

AIBearisharXiv – CS AI · May 17/10
🧠

One Single Hub Text Breaks CLIP: Identifying Vulnerabilities in Cross-Modal Encoders via Hubness

Researchers have identified a critical vulnerability in CLIP and similar cross-modal encoders where a single hub text embedding can achieve similarity scores comparable to human-written captions across many unrelated images. This reveals fundamental weaknesses in how these models project text and images into shared embedding spaces, threatening the reliability of vision-language applications.

AIBullisharXiv – CS AI · Mar 67/10
🧠

CONE: Embeddings for Complex Numerical Data Preserving Unit and Variable Semantics

Researchers introduce CONE, a hybrid transformer encoder model that improves numerical reasoning in AI by creating embeddings that preserve the semantics of numbers, ranges, and units. The model achieves 87.28% F1 score on DROP dataset, representing a 9.37% improvement over existing state-of-the-art models across web, medical, finance, and government domains.

AINeutralarXiv – CS AI · Mar 57/10
🧠

World Properties without World Models: Recovering Spatial and Temporal Structure from Co-occurrence Statistics in Static Word Embeddings

Research shows that static word embeddings like GloVe and Word2Vec can recover substantial geographic and temporal information from text co-occurrence patterns alone, challenging assumptions that such capabilities require sophisticated world models in large language models. The study found these simple embeddings could predict city coordinates and historical birth years with high accuracy, suggesting that linear probe recoverability doesn't necessarily indicate advanced internal representations.

AIBullisharXiv – CS AI · Mar 56/10
🧠

From Exact Hits to Close Enough: Semantic Caching for LLM Embeddings

Researchers propose semantic caching solutions for large language models to improve response times and reduce costs by reusing semantically similar requests. The study proves that optimal offline semantic caching is NP-hard and introduces polynomial-time heuristics and online policies combining recency, frequency, and locality factors.

AIBullisharXiv – CS AI · Mar 47/103
🧠

Next Embedding Prediction Makes World Models Stronger

Researchers introduce NE-Dreamer, a decoder-free model-based reinforcement learning agent that uses temporal transformers to predict next-step encoder embeddings. The approach achieves performance matching or exceeding DreamerV3 on standard benchmarks while showing substantial improvements on memory and spatial reasoning tasks.

AIBullisharXiv – CS AI · Mar 37/104
🧠

UME-R1: Exploring Reasoning-Driven Generative Multimodal Embeddings

Researchers introduce UME-R1, a breakthrough multimodal embedding framework that combines discriminative and generative approaches using reasoning-driven AI. The system demonstrates significant performance improvements across 78 benchmark tasks by leveraging generative reasoning capabilities of multimodal large language models.

AIBullisharXiv – CS AI · Mar 37/103
🧠

CSRv2: Unlocking Ultra-Sparse Embeddings

CSRv2 introduces a new training approach for ultra-sparse embeddings that reduces inactive neurons from 80% to 20% while delivering 14% accuracy gains. The method achieves 7x speedup over existing approaches and up to 300x improvements in compute and memory efficiency compared to dense embeddings.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Holographic Memory for Zero-Shot Compositional Reasoning in Knowledge Graphs: A Mechanistic Study of Where and Why It Fails

Researchers demonstrate that Holographic Reduced Representations (HRR), a theoretically promising approach for multi-hop reasoning in knowledge graphs, fail at zero-shot compositional queries despite competitive single-hop performance. The core bottleneck is not the mathematical binding mechanism but rather reduced retrieval capacity under superposition, a finding with implications for neural-symbolic AI systems.

AINeutralarXiv – CS AI · Jun 236/10
🧠

GEOPHYS: The Geometry of Physical Plausibility

Researchers introduce GEOPHYS, a method that identifies physically implausible events in videos by analyzing geometric properties of image encoder embeddings, achieving 98.3% accuracy on physics-violation detection while being significantly faster and more efficient than existing LLM-based approaches.

🧠 GPT-4🧠 Gemini
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 106/10
🧠

Attention Expansion: Enhancing Keyphrase Extraction from Long Documents with Attention-Augmented Contextualized Embeddings

Researchers propose an attention expansion mechanism that enhances keyphrase extraction from long documents by augmenting pre-trained language models with information from out-of-context chunks using word embeddings. This approach achieves state-of-the-art performance across multiple benchmark datasets while maintaining computational efficiency compared to full-context LLMs.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Projection and Quantisation: A Unifying View of Learning to Hash, from Random Projections to the RAG Era

Researchers present a unified framework (PQO) that unifies diverse approximate nearest neighbor search methods under three design choices: projection placement, quantization thresholds, and code organization. The framework demonstrates that one-bit codes achieve 32x compression over floats while maintaining quality through re-ranking, with supervised eight-byte codes doubling the performance of two-kilobyte embeddings.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Kernel Affine Hull Machines as Compute-Efficient Encoders for Frozen Semantic Spaces

Researchers propose Kernel Affine Hull Machines (KAHM) as a lightweight alternative to transformer-based neural encoders for semantic search in frozen representation spaces. The method achieves 8.53x faster query encoding while maintaining competitive retrieval performance, offering practical efficiency gains for production deployment scenarios.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Correlation Is Not Enough: Embedding Human Metadata for Individual Causal Discovery

Researchers demonstrate that pretrained biomedical language models fail catastrophically at cross-domain discrimination, assigning high similarity scores (0.76-0.92) to unrelated concepts. They propose BODHI, a contrastive learning approach that improves domain separation 2.3x while maintaining correlation accuracy, and show that optimized inference achieves 133x latency reduction on specialized hardware.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Predict and Reconstruct: Joint Objectives for Self-Supervised Language Representation Learning

Researchers propose a hybrid pre-training approach for language models that combines masked language modeling with a JEPA-style latent-space prediction objective, creating more semantically-aligned embeddings with better geometric properties than traditional MLM-only approaches despite achieving similar downstream accuracy.

🏢 Nvidia
AINeutralarXiv – CS AI · Jun 46/10
🧠

LCSHBench: A Multilingual, Consensus-Grounded Benchmark for Library of Congress Subject Heading Assignment

LCSHBench introduces the first large-scale public benchmark for Library of Congress Subject Heading assignment, comprising 22,346 multilingual books with consensus-validated labels from three major university libraries. The dataset reveals that while libraries agree on conceptual topics 93% of the time, they differ in exact heading assignments 39.4% of the time, enabling more nuanced evaluation of automated cataloging systems.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Adaptive Calibration for Fair and Performant Facial Recognition

Researchers introduce Adaptive Calibration (AC), a novel technique that improves facial recognition systems by mapping cosine similarity to well-calibrated probabilities while accounting for regional variations in embedding space. The method achieves better accuracy and fairness metrics without requiring demographic metadata, addressing a fundamental limitation where identical distances can represent different match probabilities across different regions.

🏢 Meta
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 46/10
🧠

KITE: Kernelized and Information Theoretic Exemplars for In-Context Learning

Researchers introduce KITE, a novel example selection method for in-context learning in large language models that uses information theory and kernel methods to choose task-specific examples from a prompt bank. The approach addresses limitations of existing nearest-neighbor methods by improving diversity and generalization, demonstrating measurable improvements across classification tasks in label-scarce scenarios.

Page 1 of 3Next →