y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#training-algorithms News & Analysis

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

6 articles
AIBullisharXiv – CS AI · Jun 97/10
🧠

sGPO: Trading Inference FLOPs for Training Efficiency in RLVR

Researchers introduce sGPO (sorted Group Policy Optimization), a training method that reduces computational waste in reinforcement learning by using cheap inference to profile query difficulty and dynamically allocate training resources. The approach achieves 3x reduction in total training compute while maintaining or improving performance, representing a significant efficiency breakthrough for large-scale AI model training.

AIBullisharXiv – CS AI · May 117/10
🧠

Globally Optimal Training of Spiking Neural Networks via Parameter Reconstruction

Researchers propose a novel parameter reconstruction algorithm for training Spiking Neural Networks (SNNs) that addresses the long-standing problem of non-differentiable spike functions. The method extends convexification theory to recurrent networks and demonstrates consistent improvements over traditional surrogate gradient approaches, with potential applications in large-scale energy-efficient neural network training.

AINeutralarXiv – CS AI · Mar 37/104
🧠

Topological derivative approach for deep neural network architecture adaptation

Researchers developed a novel algorithm using topological derivatives to automatically determine where and how to add new layers to neural networks during training. The approach uses mathematical principles from optimal control theory and topology optimization to adaptively grow network architecture, showing superior performance compared to baseline networks and other adaptation strategies.

AIBullisharXiv – CS AI · Jun 256/10
🧠

ExTra: Exploratory Trajectory Optimization for Language Model Reinforcement Learning

Researchers introduce ExTra, a reinforcement learning framework that improves language model reasoning by extracting exploration signals from model rollouts. The method combines novelty rewards for diverse solutions with entropy-guided trajectory regeneration, achieving 5-7 point improvements over baseline GRPO across mathematical reasoning benchmarks.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Pretraining Recurrent Networks without Recurrence

Researchers propose Supervised Memory Training (SMT), a novel method for training recurrent neural networks that replaces sequential backpropagation through time with parallel, supervised learning on memory state transitions. By leveraging a Transformer encoder to generate training labels, SMT achieves stable gradient propagation and improved performance on language and sequence modeling tasks without the parallelism constraints of traditional RNN training.

AIBullishOpenAI News · Apr 186/105
🧠

Evolved Policy Gradients

Researchers have released Evolved Policy Gradients (EPG), an experimental metalearning approach that evolves the loss function of AI learning agents to enable faster training on new tasks. The method allows agents to generalize beyond their training data, successfully performing basic tasks in novel scenarios they weren't specifically trained for.