paper-with-me

홈 › Papers

OracleTSC: Oracle-Informed Reward Hurdle and Uncertainty Regularization for Traffic Signal Control

2026-05-08 · Darryl Jacob, Xinyu Liu, Muchao Ye, Xiaoyong Yuan, Pan He arxiv

Transparent decision-making is essential for traffic signal control (TSC) systems to earn public trust. However, traditional reinforcement learning-based TSC methods function as black boxes with limited interpretability. Although large language models (LLMs) can provide natural language reasoning, reinforcement finetuning for TSC remains unstable because feedback is sparse and delayed, while most actions produce only marginal changes in congestion metrics. We introduce OracleTSC, which stabilizes LLM-based TSC through two mechanisms: (1) a reward hurdle mechanism that filters weak learning signals by subtracting a calibrated threshold from environmental rewards, and (2) uncertainty regularization that maximizes the probability of the selected response to encourage consistent decisions across sampled outputs. Experiments on the LibSignal benchmark show that OracleTSC enables a compact LLaMA3-8B model to substantially improve traffic efficiency, achieving a 75% reduction in travel time and a 67% decrease in queue length compared with the pretrained baseline while preserving interpretability through natural language explanations. OracleTSC also demonstrates strong cross-intersection generalization: a policy trained on one intersection transfers to a structurally different intersection with 17% lower travel time and 39% lower queue length without additional finetuning. These results suggest that uncertainty-aware reward shaping can improve the stability and effectiveness of reinforcement fine-tuning for TSC.

📄 PDF Abstract BibTeX arXiv:2605.08516

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Blending Imitation and Reinforcement Learning for Robust Policy Improvement

2023-10-03 · Xuefeng Liu, Takuma Yoneda, Rick L. Stevens, Matthew R. Walter 외

While reinforcement learning (RL) has shown promising performance, its sample complexity continues to be a substantial hurdle, restricting its broader application across a variety of domains. Imitation learning (IL) util…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Some Supervision Required: Incorporating Oracle Policies in Reinforcement Learning via Epistemic Uncertainty Metrics

2022-08-22 · Jun Jet Tai, Jordan K. Terry, Mauro S. Innocente, James Brusey 외

An inherent problem of reinforcement learning is performing exploration of an environment through random actions, of which a large portion can be unproductive. Instead, exploration can be improved by initializing the lea…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

TractOracle: towards an anatomically-informed reward function for RL-based tractography

2024-03-26 · Antoine Théberge, Maxime Descoteaux, Pierre-Marc Jodoin

Reinforcement learning (RL)-based tractography is a competitive alternative to machine learning and classical tractography algorithms due to its high anatomical accuracy obtained without the need for any annotated data. …

Reinforcement Learning (RL)

Be Your Own Teacher: Steering Protein Language Models via Unsupervised Reward Optimization

2026-06-17 · Lanqing Li, Shentong Mo, Yang Yu, Pheng-Ann Heng arxiv

Protein language models (PLMs) have emerged as powerful tools for controllable biomolecular design, yet their post-training adaptation typically relies on costly wet-lab validation or curated preference datasets. To over…

Reducing Oracle Feedback with Vision-Language Embeddings for Preference-Based RL

2026-03-30 · Udita Ghosh, Dripta S. Raychaudhuri, Jiachen Li, Konstantinos Karydis 외 arxiv

Preference-based reinforcement learning can learn effective reward functions from comparisons, but its scalability is constrained by the high cost of oracle feedback. Lightweight vision-language embedding (VLE) models pr…

parameter-efficient fine-tuningReinforcement Learning