policy-optimization

Tag

Cards List
#policy-optimization

Self-Distillation Policy Optimization via Visual Feedback: Bridging Code and Visual Artifacts

arXiv cs.AI · 2026-06-10 Cached

This paper introduces Visual-SDPO, a self-distillation policy optimization framework that uses rendered visual feedback as privileged context to train code-generating LLMs, improving visual artifact quality across chart, UI, and slide generation benchmarks.

0 favorites 0 likes
#policy-optimization

@svlevine: Diffusion (or flow) makes for excellent policies, but training them with RL is notoriously hard: BPTT is unstable, RL o…

X AI KOLs Following · 2026-06-10

New paper shows how to optimize flow matching actors for reinforcement learning by approximating the Jacobian of the flow denoising process with the identity matrix, making training feasible.

0 favorites 0 likes
#policy-optimization

TRACE: A Unified Rollout Budget Allocation Framework for Efficient Agentic Reinforcement Learning

Hugging Face Daily Papers · 2026-06-09 Cached

TRACE is a unified rollout budget allocation framework that enhances reward contrast in multi-turn agentic reinforcement learning by dynamically distributing resources across tree-structured rollouts based on prefix-level informativeness. It improves efficiency and accuracy on agentic benchmarks like Multi-Hop QA.

0 favorites 0 likes
#policy-optimization

N-GRPO: Embedding-Level Neighbor Mixing for Enhanced Policy Optimization

Hugging Face Daily Papers · 2026-06-09 Cached

N-GRPO introduces semantic neighbor mixing in the GRPO framework to enhance mathematical reasoning diversity while preserving semantic consistency, achieving improvements on math benchmarks and out-of-distribution tasks.

0 favorites 0 likes
#policy-optimization

Beyond Uniform Token-Level Trust Region in LLM Reinforcement Learning

Hugging Face Daily Papers · 2026-06-09 Cached

This paper introduces CPPO, a method that improves reinforcement learning with verifiable rewards for LLMs by using position-weighted thresholds and cumulative prefix budgeting to address limitations of uniform token-level trust regions.

0 favorites 0 likes
#policy-optimization

Test-Time Gradient Guidance of Flow Policies in Reinforcement Learning

Hugging Face Daily Papers · 2026-06-09 Cached

QGF is an RL algorithm that improves policies at test time by using a value gradient to guide a pre-trained flow policy, avoiding training-time instability while maintaining competitive performance.

0 favorites 0 likes
#policy-optimization

Flow-DPPO: Divergence Proximal Policy Optimization for Flow Matching Models

Hugging Face Daily Papers · 2026-06-09 Cached

Flow-DPPO replaces ratio clipping with divergence proximal constraints in flow matching models, improving training stability and multi-objective optimization through exact KL divergence computation.

0 favorites 0 likes
#policy-optimization

Teaching the Way, Not the Answer: Privileged Tutoring Distillation for Multimodal Policy Optimization

arXiv cs.AI · 2026-06-08 Cached

This paper proposes PTD-PO, a privileged tutoring distillation framework that provides dense token-level supervision for reinforcement learning with verifiable rewards in multimodal reasoning tasks, without exposing the answer. It uses structured hints and a Top-K JS divergence objective to stabilize training, consistently outperforming existing methods on 2B-8B LVLMs.

0 favorites 0 likes
#policy-optimization

Rethinking the Divergence Regularization in LLM RL

Hugging Face Daily Papers · 2026-06-08 Cached

This paper introduces DRPO, which replaces the hard mask in DPPO with a smooth advantage-weighted quadratic regularizer to improve stability and efficiency in LLM reinforcement learning by providing continuous gradient corrections beyond trust-region boundaries.

0 favorites 0 likes
#policy-optimization

@TheTuringPost: 15 Policy Optimization and Preference Optimization techniques important in 2026 GRPO DPO REINFORCE++ DAPO (Dynamic sAmp…

X AI KOLs Timeline · 2026-06-07 Cached

A comprehensive guide to 15 policy optimization and preference optimization techniques important in 2026, including GRPO, DPO, REINFORCE++, and many newer variants, mapping the landscape of reasoning RL methods.

0 favorites 0 likes
#policy-optimization

StepPO: Step-Aligned Policy Optimization for Agentic Reinforcement Learning

Hugging Face Daily Papers · 2026-06-05 Cached

StepPO introduces a step-centric paradigm for agentic reinforcement learning that aligns policy optimization with agent decision granularity, outperforming token-centric methods in multi-turn interaction tasks.

0 favorites 0 likes
#policy-optimization

RL Excursions during Pre-Training: Re-examining Policy Optimization for LLM training

arXiv cs.LG · 2026-06-04 Cached

Harvard researchers challenge the standard LLM training pipeline by showing RL can be effectively applied during pre-training rather than only after SFT, finding that data composition matters more than model scale, and proposing parallel averaging of RL and SFT objectives that outperforms sequential approaches while preserving general capabilities.

0 favorites 0 likes
#policy-optimization

Towards One-to-Many Temporal Grounding

Hugging Face Daily Papers · 2026-06-04 Cached

This paper introduces One-to-Many Temporal Grounding (OMTG), a new task for localizing multiple disjoint video segments from a single text query, along with a benchmark, evaluation metrics, a 56k-sample dataset, and novel reward functions that achieve state-of-the-art results, outperforming Gemini 2.5 Pro and Seed-1.8.

0 favorites 0 likes
#policy-optimization

Hint-Guided Diversified Policy Optimization for LLM Reasoning

arXiv cs.CL · 2026-06-03 Cached

This paper introduces Hint-Guided Diversified Policy Optimization (HDPO), a two-stage RL framework that encourages LLMs to first generate multiple candidate solution outlines (hints) and then select the most reliable one for detailed reasoning, improving reasoning diversity and reliability.

0 favorites 0 likes
#policy-optimization

Fair Reinforcement Learning

Reddit r/AI_Agents · 2026-06-02

Fair Reinforcement Learning introduces Democratic Alignment to incorporate multiple competing value sets from different agents, overcoming traditional RLHF limitations, and achieves orders of magnitude faster optimization via a black-box policy wrapper.

0 favorites 0 likes
#policy-optimization

Regularized Offline Policy Optimization with Posterior Hybrid Bayesian Belief

arXiv cs.AI · 2026-06-02 Cached

This paper introduces Posterior Hybrid Bayesian Belief (PhyB), a framework that reformulates the expectation in Bayesian RL as a convex combination over dynamics models, enabling efficient regularized offline policy optimization with bounded objective discrepancy and state-of-the-art performance.

0 favorites 0 likes
#policy-optimization

Moment Matching Q-Learning

arXiv cs.LG · 2026-05-29 Cached

Moment Matching Q-Learning (MoMa QL) uses maximum mean discrepancy to match all moment statistics for distribution-level convergence in offline RL, achieving computational efficiency and strong performance on D4RL tasks.

0 favorites 0 likes
#policy-optimization

Guidance Contrastive Token Credit Assignment for Discrete Policy Optimization

Hugging Face Daily Papers · 2026-05-29 Cached

This paper introduces Guidance Contrastive Policy Optimization (GCPO), a novel algorithm that enables per-token credit assignment in reinforcement learning by contrasting model predictions under positive and negative prompts, consistently outperforming GRPO and DAPO baselines on text-to-image generation and chain-of-thought reasoning benchmarks.

0 favorites 0 likes
#policy-optimization

Meta-Cognitive Memory Policy Optimization for Long-Horizon LLM Agents

Hugging Face Daily Papers · 2026-05-28 Cached

Introduces Belief Entropy and Metacognitive Memory Policy Optimization (MMPO) to improve memory quality in long-horizon LLM agents, outperforming existing methods and maintaining performance over long contexts.

0 favorites 0 likes
#policy-optimization

Scaling World-Model Reinforcement Learning Through Diffusion Policy Optimization

arXiv cs.LG · 2026-05-27 Cached

Proposes Model-Based Diffusion Policy Optimization (MBDPO), a framework that unifies search and policy optimization in world models using diffusion policy representations, achieving consistent scaling behavior and superior performance across offline and online reinforcement learning tasks.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback