y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#algorithms News & Analysis

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

65 articles
AINeutralarXiv – CS AI · Mar 267/10
🧠

An In-Depth Study of Filter-Agnostic Vector Search on a PostgreSQL Database System: [Experiments and Analysis]

Researchers conducted the first comprehensive study of filter-agnostic vector search algorithms in a production PostgreSQL database system, revealing that real-world performance differs significantly from isolated library testing. The study found that system-level overheads often outweigh theoretical algorithmic benefits, with clustering-based approaches like ScaNN often outperforming graph-based methods like NaviX/ACORN in practice.

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 37/104
🧠

General search techniques without common knowledge for imperfect-information games, and application to superhuman Fog of War chess

Researchers have developed Obscuro, the first AI system to achieve superhuman performance in Fog of War chess, a complex imperfect-information variant of chess. The breakthrough introduces new search techniques for imperfect-information games and represents the largest zero-sum game where superhuman AI performance has been demonstrated under imperfect information conditions.

AIBullishOpenAI News · Mar 247/104
🧠

Evolution strategies as a scalable alternative to reinforcement learning

Researchers have found that evolution strategies (ES), a decades-old optimization technique, can match the performance of modern reinforcement learning methods on standard benchmarks like Atari and MuJoCo. This discovery suggests ES could serve as a more scalable alternative to traditional RL approaches while avoiding many of RL's practical limitations.

AIBullishOpenAI News · Apr 277/105
🧠

OpenAI Gym Beta

OpenAI has released the public beta of OpenAI Gym, a comprehensive toolkit designed for developing and comparing reinforcement learning algorithms. The platform includes a diverse suite of environments ranging from simulated robots to Atari games, along with a website for result comparison and reproducibility.

AINeutralarXiv – CS AI · Mar 176/10
🧠

Concisely Explaining the Doubt: Minimum-Size Abductive Explanations for Linear Models with a Reject Option

Researchers developed a method to compute minimum-size abductive explanations for AI linear models with reject options, addressing a key challenge in explainable AI for critical domains. The approach uses log-linear algorithms for accepted instances and integer linear programming for rejected instances, proving more efficient than existing methods despite theoretical NP-hardness.

AIBullisharXiv – CS AI · Mar 55/10
🧠

Learning Order Forest for Qualitative-Attribute Data Clustering

Researchers developed a new machine learning method called Learning Order Forest that improves clustering of qualitative data by using tree-like structures to represent relationships between categorical attributes. The joint learning mechanism iteratively optimizes both tree structures and clusters, outperforming 10 competing methods across 12 benchmark datasets.

AINeutralarXiv – CS AI · Mar 37/109
🧠

Universal NP-Hardness of Clustering under General Utilities

Researchers prove that clustering problems in machine learning are universally NP-hard, providing theoretical explanation for why clustering algorithms often produce unstable results. The study demonstrates that major clustering methods like k-means and spectral clustering inherit fundamental computational intractability, explaining common failure modes like local optima.

AIBullisharXiv – CS AI · Mar 36/108
🧠

A Polynomial-Time Axiomatic Alternative to SHAP for Feature Attribution

Researchers have developed ESENSC_rev2, a polynomial-time alternative to SHAP for AI feature attribution that offers similar accuracy with significantly improved computational efficiency. The method uses cooperative game theory and provides theoretical foundations through axiomatic characterization, making it suitable for high-dimensional explainability tasks.

AIBullisharXiv – CS AI · Mar 36/103
🧠

MatRIS: Toward Reliable and Efficient Pretrained Machine Learning Interaction Potentials

Researchers introduce MatRIS, a new machine learning interaction potential model for materials science that achieves comparable accuracy to leading equivariant models while being significantly more computationally efficient. The model uses attention-based three-body interactions with linear O(N) complexity, demonstrating strong performance on benchmarks like Matbench-Discovery with an F1 score of 0.847.

AIBullisharXiv – CS AI · Mar 36/103
🧠

Probabilistic Kernel Function for Fast Angle Testing

Researchers have developed new probabilistic kernel functions for angle testing in high-dimensional spaces that achieve 2.5x-3x faster query speeds than existing graph-based algorithms. The approach uses deterministic projection vectors with reference angles instead of random Gaussian distributions, improving performance in similarity search applications.

AIBullisharXiv – CS AI · Mar 27/1012
🧠

FedNSAM:Consistency of Local and Global Flatness for Federated Learning

Researchers propose FedNSAM, a new federated learning algorithm that improves global model performance by addressing the inconsistency between local and global flatness in distributed training environments. The algorithm uses global Nesterov momentum to harmonize local and global optimization, showing superior performance compared to existing FedSAM approaches.

AIBullisharXiv – CS AI · Mar 27/1010
🧠

UPath: Universal Planner Across Topological Heterogeneity For Grid-Based Pathfinding

Researchers developed UPath, a universal AI-powered pathfinding algorithm that improves A* search performance by up to 2.2x across diverse grid environments. The deep learning model generalizes across different map types without retraining, achieving near-optimal solutions within 3% of optimal cost on unseen tasks.

AIBullisharXiv – CS AI · Feb 276/107
🧠

ECHO: Encoding Communities via High-order Operators

Researchers introduce ECHO, a new Graph Neural Network architecture that solves community detection in large networks by overcoming computational bottlenecks and memory constraints. The system can process networks with over 1.6 million nodes and 30 million edges in minutes, achieving throughputs exceeding 2,800 nodes per second.

AIBullisharXiv – CS AI · Feb 276/107
🧠

A Minimum Variance Path Principle for Accurate and Stable Score-Based Density Ratio Estimation

Researchers propose the Minimum Variance Path (MVP) Principle to improve score-based machine learning methods by addressing the path variance problem that makes theoretically path-independent methods practically path-dependent. The approach uses a closed-form variance expression and Kumaraswamy Mixture Model to learn data-adaptive, low-variance paths, achieving new state-of-the-art results on benchmarks.

AIBullishGoogle Research Blog · Nov 196/104
🧠

Real-time speech-to-speech translation

The article discusses real-time speech-to-speech translation technology, focusing on algorithms and theoretical approaches. This represents advancement in AI-powered language processing capabilities for instant verbal communication across different languages.

AIBullishGoogle Research Blog · Sep 176/106
🧠

Making LLMs more accurate by using all of their layers

The article discusses algorithmic approaches to improve the accuracy of Large Language Models by utilizing information from all neural network layers rather than just the final output layer. This represents a theoretical advancement in AI model architecture that could enhance LLM performance across various applications.

AIBullishOpenAI News · May 246/104
🧠

OpenAI Baselines: DQN

OpenAI has open-sourced OpenAI Baselines, an internal project to reproduce reinforcement learning algorithms with performance matching published results. The initial release includes DQN (Deep Q-Network) and three of its variants, with more algorithms planned for future releases.

CryptoNeutralEthereum Foundation Blog · Oct 36/102
⛓️

Slasher Ghost, and Other Developments in Proof of Stake

The article discusses developments in proof-of-stake consensus algorithms, particularly focusing on Slasher Ghost and related research. It acknowledges the challenges in cryptocurrency consensus development and references ongoing work by researchers Vlad Zamfir and Zack Hess on Slasher-like proposals.

Page 1 of 3Next →