paper-with-me

Papers

DiffLight: A Partial Rewards Conditioned Diffusion Model for Traffic Signal Control with Missing Data

2024-10-30 · Hanyang Chen, Yang Jiang, Shengnan Guo, Xiaowei Mao, Youfang Lin, Huaiyu Wan

The application of reinforcement learning in traffic signal control (TSC) has been extensively researched and yielded notable achievements. However, most existing works for TSC assume that traffic data from all surrounding intersections is fully and continuously available through sensors. In real-world applications, this assumption often fails due to sensor malfunctions or data loss, making TSC with missing data a critical challenge. To meet the needs of practical applications, we introduce DiffLight, a novel conditional diffusion model for TSC under data-missing scenarios in the offline setting. Specifically, we integrate two essential sub-tasks, i.e., traffic data imputation and decision-making, by leveraging a Partial Rewards Conditioned Diffusion (PRCD) model to prevent missing rewards from interfering with the learning process. Meanwhile, to effectively capture the spatial-temporal dependencies among intersections, we design a Spatial-Temporal transFormer (STFormer) architecture. In addition, we propose a Diffusion Communication Mechanism (DCM) to promote better communication and control performance under data-missing scenarios. Extensive experiments on five datasets with various data-missing scenarios demonstrate that DiffLight is an effective controller to address TSC with missing data. The code of DiffLight is released at https://github.com/lokol5579/DiffLight-release.

📄 PDF Abstract BibTeX arXiv:2410.22938

Code (1)

lokol5579/DiffLight-release 공식 구현 pytorch

Tasks

Decision MakingImputationTraffic Data ImputationTraffic Signal Control

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffVAS: Diffusion-Guided Visual Active Search in Partially Observable Environments

2026-05-15 · Anindya Sarkar, Srikumar Sastry, Aleksis Pirinen, Nathan Jacobs 외 arxiv

Visual active search (VAS) has been introduced as a modeling framework that leverages visual cues to direct aerial (e.g., UAV-based) exploration and pinpoint areas of interest within extensive geospatial regions. Potenti…

Reinforcement Learning

Beyond Execution: Static-Analysis Rewards and Hint-Conditioned Diffusion RL for Code Generation

2026-05-16 · Shuyin Ouyang, Zhaozhi Qian, Faroq AL-Tam, Muhammad AL-Qurishi 외 arxiv

Reinforcement Learning (RL) is an important paradigm for aligning Diffusion Language Models (DLMs) toward functional correctness in code generation. However, these models often encounter a ``capability cliff'' on complex…

Reinforcement LearningCode Generation

Scenario Diffusion: Controllable Driving Scenario Generation With Diffusion

2023-11-05 · NeurIPS 2023 11

Automated creation of synthetic traffic scenarios is a key part of validating the safety of autonomous vehicles (AVs). In this paper, we propose Scenario Diffusion, a novel diffusion-based architecture for generating tra…

Autonomous Vehiclesobject-detectionObject Detection

LANGTRAJ: Diffusion Model and Dataset for Language-Conditioned Trajectory Simulation

2025-04-15 · Wei-Jer Chang, Wei Zhan, Masayoshi Tomizuka, Manmohan Chandraker 외

Evaluating autonomous vehicles with controllability enables scalable testing in counterfactual or structured settings, enhancing both efficiency and safety. We introduce LangTraj, a language-conditioned scene-diffusion m…

Autonomous Vehiclescounterfactual

Proposal-Conditioned Latent Diffusion for Closed-Loop Traffic Scenario Generation

2026-06-25 · Shubham Vaijanath Phoolari, Aleyna Kara, Christoph Lauer, Steven Peters arxiv

Closed-loop traffic simulation remains challenging because it must generate interactive multi-agent behaviors that are scene-consistent and controllable throughout rollout. Prior diffusion-based approaches achieve strong…