arXiv ScienceSearch

arXiv subjects

Zhihao Wan

Publications and source records attributed to Zhihao Wan.

2 recordsLinked to original sources

LMP-GNN: Probabilistic Reconstruction of Missing Lane Counts for Signed Max-Pressure Traffic Signal Control

Missing lane-count observations can distort pressure-based signal decisions even when neighboring detectors remain operational. We propose a lane-movement probabilistic graph neural network (LMP-GNN) that uses the movement relations involved in pressure computation to predict a mean and standard deviation for each lane. Three rules convert these outputs into replacement counts using the mean alone, a fixed uncertainty discount, or a staleness-dependent discount. Observed counts remain unchanged, and the completed state is supplied to an unchanged Signed Max-Pressure controller. Evaluation covers reconstruction and uncertainty calibration, decision-time diagnostics, and closed-loop traffic performance. Across 4,333,392 masked lane events, reconstruction achieved a mean absolute error of 0.7873 vehicles per lane. In a separate stored-trace audit of 372 network-outage-seed cells, pressure-score error was strongly associated with phase disagreement, with a Spearman correlation of 0.929, identifying pressure fidelity as a key decision-level diagnostic. Across five fixed-demand CityFlow networks, the fixed-discount rule reduced accrued average travel time by up to 13.74% relative to road-level mean imputation under correlated missingness. It also reduced travel time at 60% random missingness, whereas mean imputation performed better at 80% and 90%. The selected model has 63,362 parameters and a median single-thread inference time of 0.983 ms on a central processing unit. These results support lightweight probabilistic lane reconstruction as a practical input to pressure-based control, with traffic benefits that depend on the missingness regime.

eess.SY

CodeCytos: AI-assisted spatial molecular imaging analysis via code-augmented agent action space

Conventional tissue image analysis software provides foundational capabilities for cellular analysis, including segmentation, basic morphological feature extraction, and spatial organization analysis. However, these tools often require manual intervention and are not well integrated with code-driven automation, limiting efficiency and scalability for complex spatial tissue studies. In addition, they offer limited flexibility for custom analyses, as they typically support only a fixed set of pre-implemented spatial cellular features. To address these limitations, we propose CodeCytos, a coding-based reasoning agent framework that enables dynamic, programmable interaction with spatial molecular imaging data to improve automation and customization. CodeCytos is designed to streamline the exploration of custom spatial cellular features and adapt to diverse research needs. We demonstrate its utility through case studies on four expert-curated datasets from distinct tissue types: frontal cortex, non-small-cell lung cancer, pancreas, and tonsil. We evaluate CodeCytos under a realistic minimal prompt setting, where bioscientists pose simple questions without task-specific instructions or contextual information about spatial cellular analysis, and benchmark multiple LLM backbones with strong coding capabilities. We further show that incorporating tailored, domain-agnostic few-shot in-context coding-reasoning examples (randomly sampled demonstrations outside the spatial analysis domain) can substantially improve performance without requiring costly, expert-crafted in-domain demonstrations. Overall, CodeCytos outperforms baseline approaches, highlighting the potential of code-action agents to assist with custom feature exploration in spatial molecular imaging and to accelerate biomarker discovery.

cs.CV