Pith. sign in

REVIEW 2 cited by

Efficient Pressure: Improving efficiency for signalized intersections

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2112.02336 v1 pith:ZRKY3ULP submitted 2021-12-04 cs.LG cs.AI

Efficient Pressure: Improving efficiency for signalized intersections

classification cs.LG cs.AI
keywords trafficefficientpressurerl-basedsignalapproachtraditionalapproaches
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Since conventional approaches could not adapt to dynamic traffic conditions, reinforcement learning (RL) has attracted more attention to help solve the traffic signal control (TSC) problem. However, existing RL-based methods are rarely deployed considering that they are neither cost-effective in terms of computing resources nor more robust than traditional approaches, which raises a critical research question: how to construct an adaptive controller for TSC with less training and reduced complexity based on RL-based approach? To address this question, in this paper, we (1) innovatively specify the traffic movement representation as a simple but efficient pressure of vehicle queues in a traffic network, namely efficient pressure (EP); (2) build a traffic signal settings protocol, including phase duration, signal phase number and EP for TSC; (3) design a TSC approach based on the traditional max pressure (MP) approach, namely efficient max pressure (Efficient-MP) using the EP to capture the traffic state; and (4) develop a general RL-based TSC algorithm template: efficient Xlight (Efficient-XLight) under EP. Through comprehensive experiments on multiple real-world datasets in our traffic signal settings' protocol for TSC, we demonstrate that efficient pressure is complementary to traditional and RL-based modeling to design better TSC methods. Our code is released on Github.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CuraLight: Debate-Guided Data Curation for LLM-Centered Traffic Signal Control

    cs.AI 2026-04 unverdicted novelty 7.0

    CuraLight uses RL-generated trajectories and multi-LLM debate to curate training data for an LLM traffic-signal controller, yielding 5-7% gains in travel time, queue length, and waiting time over baselines in SUMO sim...

  2. Planning Under Observation Mismatch for Traffic Signal Control via Adaptive Modular World Models

    cs.LG 2025-01 unverdicted novelty 6.0

    AMM separates domain-specific observation adapters from a meta-learned shared dynamics model to enable transferable planning under observation mismatch in traffic signal control.