y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#adaptive-algorithms News & Analysis

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

8 articles
AIBullisharXiv – CS AI · Mar 57/10
🧠

Not All Candidates are Created Equal: A Heterogeneity-Aware Approach to Pre-ranking in Recommender Systems

Researchers developed HAP (Heterogeneity-Aware Adaptive Pre-ranking), a new framework for recommender systems that addresses gradient conflicts in training by separating easy and hard samples. The system has been deployed in Toutiao's production environment for 9 months, achieving 0.4% improvement in user engagement without additional computational costs.

AIBullisharXiv – CS AI · Mar 47/102
🧠

Channel-Adaptive Edge AI: Maximizing Inference Throughput by Adapting Computational Complexity to Channel States

Researchers developed a new channel-adaptive AI algorithm that maximizes inference throughput in 6G edge computing networks by dynamically adjusting computational complexity based on channel conditions. The system uses integrated communication and computation (IC²) to optimize both feature compression and model complexity for mobile edge inference.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Adaptive Patching Is Harder Than It Looks For Time-Series Forecasting

A new research paper challenges the effectiveness of adaptive patching in time-series Transformers, demonstrating that well-tuned uniform patching strategies often match or exceed the performance of dynamic approaches. The study provides theoretical and empirical evidence that adaptive patching requires specific conditions to outperform simpler baselines and questions whether the added complexity delivers meaningful forecasting improvements.

AIBullisharXiv – CS AI · Jun 46/10
🧠

Curvature-aware dynamic precision approach for physics-informed neural networks

Researchers propose a curvature-aware dynamic precision controller for physics-informed neural networks (PINNs) that automatically switches between single-precision (FP32) and double-precision (FP64) during training. The method matches full FP64 accuracy while reducing computational costs, addressing a critical trade-off in simulating complex physical systems.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Stochastic convergence of parallel asynchronous adaptive first-order methods

Researchers introduce a new class of asynchronous adaptive first-order optimization methods that improve upon existing algorithms through momentum and inexact normalization variants. The methods achieve O(1/√t) convergence rates in stochastic non-convex settings and demonstrate practical relevance for large-scale heterogeneous machine learning systems.

AINeutralarXiv – CS AI · May 16/10
🧠

Belief-Guided Inference Control for Large Language Model Services via Verifiable Observations

Researchers propose VEROIC, a framework for optimizing inference costs in black-box LLM services by dynamically deciding when to allocate additional computation. The system uses partially observable reliability signals to balance response quality against computational expenses, achieving better cost-efficiency trade-offs than existing approaches.

AIBullisharXiv – CS AI · Mar 96/10
🧠

Energy-Driven Adaptive Visual Token Pruning for Efficient Vision-Language Models

Researchers developed E-AdaPrune, an energy-driven adaptive pruning framework that optimizes Vision-Language Models by dynamically allocating visual tokens based on image information density. The method shows up to 0.6% average improvement across benchmarks, with a notable 5.1% boost on reasoning tasks, while adding only 8ms latency per image.

AIBullishLil'Log (Lilian Weng) · Jun 236/10
🧠

Meta Reinforcement Learning

Meta reinforcement learning enables AI agents to rapidly adapt to new tasks by learning from a distribution of training tasks. The approach allows agents to develop new RL algorithms through internal activity dynamics, focusing on fast and efficient problem-solving for unseen scenarios.