y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#algorithm-design News & Analysis

38 articles tagged with #algorithm-design. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

38 articles
AIBullisharXiv – CS AI · May 297/10
🧠

LLM-Evolved Domain-Independent Heuristics for Symbolic AI Planning

Researchers used large language models and evolutionary search to create the first domain-independent heuristics for symbolic AI planning that surpass hand-engineered baselines. These evolved heuristics, written in C++, solve more planning tasks than existing state-of-the-art approaches and maintain the soundness guarantees of traditional planners.

AIBullisharXiv – CS AI · Apr 67/10
🧠

Glia: A Human-Inspired AI for Automated Systems Design and Optimization

Researchers have developed Glia, an AI architecture using large language models in a multi-agent workflow to autonomously design computer systems mechanisms. The system generates interpretable designs for distributed GPU clusters that match human expert performance while providing novel insights into workload behavior.

AIBullisharXiv – CS AI · Mar 46/102
🧠

Rethinking Code Similarity for Automated Algorithm Design with LLMs

Researchers introduce BehaveSim, a new method to measure algorithmic similarity by analyzing problem-solving behavior rather than code syntax. The approach enhances AI-driven algorithm design frameworks and enables systematic analysis of AI-generated algorithms through behavioral clustering.

AIBullisharXiv – CS AI · Jun 236/10
🧠

A3C3: AI Algorithm and Accelerator Co-design, Co-search, and Co-generation

A3C3 presents a joint optimization methodology that co-designs neural network architectures and hardware accelerators simultaneously, rather than sequentially. This approach addresses inefficiencies in traditional AI system design by automatically generating model-accelerator pairs that balance accuracy, latency, energy, and resource constraints.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Teaching LLMs String Matching, Backtracking, and Error Recovery to Deduce Bases and Truth Tables for the Combinatorially Exploding Bit Manipulation Puzzles

Researchers developed a novel approach to help Large Language Models solve bit manipulation puzzles by reframing the problem as string matching and base selection rather than arithmetic logic. Their method achieved 96% validation accuracy on the NVIDIA Nemotron Challenge, placing 7th overall by using backtracking search, error recovery mechanisms, and specialized tokenization to enable LLMs to deduce hidden logical rules from binary string transformations.

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

Ky Fan Norms and Beyond: Dual Norms and Combinations for Matrix Optimization

Researchers introduce the Fanion family of optimization algorithms that extend beyond spectral norms used in the Muon optimizer, leveraging Ky Fan norm duals for matrix optimization in deep learning. Two variants, F-Muon and S-Muon, match or exceed Muon's performance across diverse tasks, with particular improvements on synthetic convex problems.

AINeutralarXiv – CS AI · Jun 195/10
🧠

Optimal Scheduling in a Question-Answering Forum of Knowledge Workers

Researchers propose an optimal scheduling system for question-answering forums staffed by paid knowledge workers rather than volunteers. The study calculates system capacity, designs efficient schedulers, and explores how expert collaboration can improve request-handling throughput.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Leveraging Structural Constraints for Diffusion-based Neural TSP Solvers

Researchers introduce Projected Consistency Inference (PCI), a neural optimization method that solves the Traveling Salesman Problem more efficiently than gradient-based approaches by using structure-aware projections and local search instead of computationally expensive refinement. PCI achieves better optimality gaps (0.17% for 500 cities, 0.31% for 1000 cities) while reducing inference time by 30-40% compared to state-of-the-art FT2T methods.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Repair Before Veto, When Repair Is Hidden: Quantum-Accessible Features for Repair-Augmented Constraint Learning

Researchers introduce Q-RACL, a quantum-enhanced machine learning framework that uses quantum computing to solve a critical constraint satisfaction problem: determining which repairs can restore feasibility to rejected candidates. The system demonstrates quantum advantage in accessing hidden discrete logarithm features that classical algorithms cannot efficiently process, achieving false-veto rates below 1.1% where classical approaches fail.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Discovering heuristics in a complex SAT solver with large language models

Researchers have developed AutoModSAT, a framework that leverages large language models to automatically discover and optimize heuristics in SAT solvers, achieving 40% performance improvements over baseline solvers. The approach combines modular solver design with LLM-guided function generation and evolutionary algorithms, demonstrating significant practical gains across diverse datasets.

AINeutralarXiv – CS AI · Jun 86/10
🧠

Front-to-Attractors: Modifying the Front-to-Front Heuristic in Bidirectional Search

Researchers introduce Front-to-Attractors (F2A), a new heuristic class that optimizes bidirectional search algorithms by replacing computationally expensive pairwise frontier evaluations with estimates to a small set of dynamically maintained attractor states. The approach achieves 11.2x reduction in pairwise evaluations while maintaining performance gains over simpler heuristics.

AINeutralarXiv – CS AI · Jun 86/10
🧠

When Does Multi-Agent Collaboration Help? An Entropy Perspective

Researchers analyzed multi-agent systems (MAS) built on large language models through an entropy lens, discovering that single agents outperform collaborative systems in 43.3% of cases. The study identifies key entropy patterns—certainty preference, base entropy levels, and task awareness—and proposes an Entropy Judger algorithm to improve MAS solution selection across various reasoning tasks.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Regret Minimization with Adaptive Opponents in Repeated Games

Researchers introduce Repeated Policy Regret (RP-Regret), a new game-theoretic metric for analyzing regret minimization in repeated games with adaptive opponents who can respond to historical play. The paper proposes three algorithms to minimize RP-Regret despite its non-convex nature and demonstrates that when all players use these algorithms, certain subgame perfect equilibria can be learned, with experiments showing improved cooperation in games like Stag-Hunt.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Exact Unlearning in Reinforcement Learning

Researchers present a framework for exact unlearning in reinforcement learning that enables efficient removal of user data upon request, with computational costs only a ρ√ln T fraction of full retraining. The work establishes both an algorithm achieving near-optimal regret bounds for tabular MDPs and matching lower bounds, advancing the theoretical foundation for privacy-preserving machine learning systems.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Fixed Budget is No Harder Than Fixed Confidence in Best-Arm Identification up to Logarithmic Factors

Researchers prove that fixed-budget best-arm identification in bandit problems is no harder than fixed-confidence approaches up to logarithmic factors, introducing FC2FB—a meta-algorithm that converts fixed-confidence algorithms to fixed-budget ones while maintaining optimal sample complexity. This fundamental result establishes a previously unclear relationship between two core machine learning paradigms and enables improved algorithms across multiple problem classes.

AINeutralarXiv – CS AI · Jun 25/10
🧠

LLM-Driven Co-Evolutionary Automated Heuristic Design for Bi-Component Coupled Combinatorial Optimization

Researchers introduce CoEvo-AHD, an LLM-driven framework that co-evolves paired operator populations to solve coupled combinatorial optimization problems like the Traveling Thief Problem. Unlike previous automated heuristic design methods that treat operators in isolation, this approach captures interactions between decision components, achieving competitive results with traditional heuristics.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Iteris: Agentic Research Loops for Computational Mathematics

Researchers have developed Iteris, an agentic AI system designed to tackle open problems in computational mathematics by combining language models with numerical experimentation and algorithm design. Applied to two unsolved problems from a Simons Workshop, Iteris generated verified results including a phase diagram for optimization algorithms and a counterexample about QR factorization, demonstrating that AI agents can contribute meaningfully to mathematical research when paired with human expertise.

AINeutralarXiv – CS AI · Jun 25/10
🧠

Hybrid Imbalanced Regression Through Unified Data-Level and Algorithm-Level Balancing

Researchers propose a hybrid machine learning framework combining data-level and algorithm-level balancing techniques to address imbalanced regression problems, where underrepresented target values typically degrade model performance. The framework integrates adaptive partitioning, conditional variational autoencoders, strategic oversampling, and a novel weighted loss function to improve predictions on rare but important cases.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Ideas in Inference-time Scaling can Benefit Generative Pre-training Algorithms

Researchers challenge the conventional autoregressive versus diffusion model dichotomy, arguing that distinguishing between inference procedures (sequence expansion versus state refinement) matters more than model families. The paper advocates designing inference algorithms before training objectives, highlighting that training methods cannot compensate for flawed inference architectures, with implications for improving generative AI efficiency.

AINeutralarXiv – CS AI · Jun 16/10
🧠

A Unified Framework for Gradient Aggregation in Multi-Objective Optimization

Researchers present a unified mathematical framework for gradient aggregation in multi-objective optimization (MOO), establishing convergence guarantees to Pareto stationarity. The work reveals that non-conflicting gradient directions within the convex hull satisfy sufficient conditions for convergence, enabling broader algorithmic approaches including a new method called capped MGDA for federated learning applications.

AIBullisharXiv – CS AI · Jun 16/10
🧠

Scaling Higher-Order Graph Learning with Maximal Clique Complexes

Researchers introduce simplified and factored cellular Weisfeiler Leman tests alongside maximal clique complexes to enable scalable higher-order graph neural networks. The CliqueWalk algorithm samples maximal cliques efficiently without explicit enumeration, addressing the critical scalability bottleneck that has limited adoption of topological learning approaches in production systems.

AINeutralarXiv – CS AI · May 296/10
🧠

On the Geometry of Games and their Solvers

Researchers propose a novel framework for understanding equilibrium computation in games by mapping the geometric structure of game spaces to solver effectiveness. Rather than studying algorithms in isolation, they develop a learned representation that identifies which solver mechanisms work best across different game regimes, revealing continuous regions of algorithmic validity and suggesting that solvability is governed by underlying structural properties.

AINeutralarXiv – CS AI · May 296/10
🧠

The Sample Complexity of Multiclass and Sparse Contextual Bandits

Researchers present optimal algorithms for sparse contextual bandits that achieve sample complexity of Õ((s/ε² + |A|/ε)log|Π|/δ), closing a gap from prior work that had exponential dependence on action set size. The results apply to multiclass classification and combinatorial semi-bandits through information-theoretic and algorithmic approaches.

AINeutralarXiv – CS AI · May 295/10
🧠

Selection Hyper-heuristics Can Automatically Adjust the Learning Period to Optimally Solve Pseudo-Boolean Problems

Researchers demonstrate how selection hyper-heuristics can automatically adjust learning periods to optimize pseudo-Boolean problem solving, eliminating manual parameter tuning. The Random Gradient hyper-heuristic achieves optimal neighbourhood size selection in nearly all iterations while maintaining theoretically optimal performance on the LeadingOnes benchmark.

AINeutralarXiv – CS AI · May 285/10
🧠

Preference-Shaped Expected Hypervolume and R2 Improvement: Exact Computation and Monotonicity

This academic paper advances Bayesian multiobjective optimization by clarifying how preference transformations affect two key performance indicators—hypervolume and R2—used in algorithm design. The research provides exact computational methods and proves that R2 improvement, contrary to prior assumptions, cannot be directly computed as objective-space hypervolume but instead represents volume in scalarization space, enabling new algorithmic implementations.

Page 1 of 2Next →