paper-with-me

Papers

Adapting Dijkstra for Buffers and Unlimited Transfers

2026-03-12 · Denys Katkalo, Andrii Rohovyi, Toby Walsh arxiv

In recent years, RAPTOR based algorithms have been considered the state-of-the-art for path-finding with unlimited transfers without preprocessing. However, this status largely stems from the evolution of routing research, where Dijkstra-based solutions were superseded by timetable-based algorithms without a systematic comparison. In this work, we revisit classical Dijkstra-based approaches for public transit routing with unlimited transfers and demonstrate that Time-Dependent Dijkstra (TD-Dijkstra) outperforms MR. However, efficient TD-Dijkstra implementations rely on filtering dominated connections during preprocessing, which assumes passengers can always switch to a faster connection. We show that this filtering is unsound when stops have buffer times, as it cannot distinguish between seated passengers who may continue without waiting and transferring passengers who must respect the buffer. To address this limitation, we introduce Transfer Aware Dijkstra (TAD), a modification that scans entire trip sequences rather than individual edges, correctly handling buffer times while maintaining performance advantages over MR. Our experiments on the London and Switzerland networks show that we can achieve more than a twofold speedup over MR while producing optimal results on both networks, with and without buffer times.

📄 PDF Abstract BibTeX arXiv:2603.11729

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Training-Free Model Merging for Multi-target Domain Adaptation

2024-07-18 · Wenyi Li, Huan-ang Gao, Mingju Gao, Beiwen Tian 외

In this paper, we study multi-target domain adaptation of scene understanding models. While previous methods achieved commendable results through inter-domain consistency losses, they often assumed unrealistic simultaneo…

Domain AdaptationMulti-target Domain AdaptationScene Understanding

Dijkstra-WSA: A Graph-Based Approach to Word Sense Alignment

2013-01-01 · TACL 2013 1 · Michael Matuschek, Iryna Gurevych

In this paper, we present Dijkstra-WSA, a novel graph-based algorithm for word sense alignment. We evaluate it on four different pairs of lexical-semantic resources with different characteristics (WordNet-OmegaWiki, Word…

Semantic ParsingSemantic Role LabelingWord Sense Disambiguation

Analyzing Latency Hiding and Parallelism in an MLIR-based AI Kernel Compiler

2026-02-22 · Javed Absar, Samarth Narang, Muthu Baskaran arxiv

AI kernel compilation for edge devices depends on the compiler's ability to exploit parallelism and hide memory latency in the presence of hierarchical memory and explicit data movement. This paper reports a benchmark me…

ePointDA: An End-to-End Simulation-to-Real Domain Adaptation Framework for LiDAR Point Cloud Segmentation

2020-09-07 · Sicheng Zhao, Yezhen Wang, Bo Li, Bichen Wu 외

Due to its robust and precise distance measurements, LiDAR plays an important role in scene understanding for autonomous driving. Training deep neural networks (DNNs) on LiDAR data requires large-scale point-wise annotat…

Autonomous DrivingDomain AdaptationPoint Cloud SegmentationScene Understanding+1

Pixel-wise Guidance for Utilizing Auxiliary Features in Monte Carlo Denoising

2023-04-11 · Kyu Beom Han, Olivia G. Odenthal, Woo Jae Kim, Sung-Eui Yoon

Auxiliary features such as geometric buffers (G-buffers) and path descriptors (P-buffers) have been shown to significantly improve Monte Carlo (MC) denoising. However, recent approaches implicitly learn to exploit auxili…

Denoising