PathletRL++: Optimizing Trajectory Pathlet Extraction and Dictionary Formation via Reinforcement Learning
Gian Alix, Arian Haghparast, Manos Papagelis

TL;DR
PathletRL++ introduces a reinforcement learning-based bottom-up approach for constructing compact trajectory pathlet dictionaries, significantly reducing memory usage and improving data reconstruction efficiency compared to existing top-down methods.
Contribution
It presents a novel deep reinforcement learning framework, PathletRL++, that optimizes pathlet merging with enhanced state and reward design, achieving superior dictionary compactness and trajectory reconstruction.
Findings
Reduces dictionary size by up to 65.8% compared to state-of-the-art methods.
Achieves up to 24,000 times reduction in memory requirements.
Reconstructs 85% of trajectories using only half of the dictionary pathlets.
Abstract
Advances in tracking technologies have spurred the rapid growth of large-scale trajectory data. Building a compact collection of pathlets, referred to as a trajectory pathlet dictionary, is essential for supporting mobility-related applications. Existing methods typically adopt a top-down approach, generating numerous candidate pathlets and selecting a subset, leading to high memory usage and redundant storage from overlapping pathlets. To overcome these limitations, we propose a bottom-up strategy that incrementally merges basic pathlets to build the dictionary, reducing memory requirements by up to 24,000 times compared to baseline methods. The approach begins with unit-length pathlets and iteratively merges them while optimizing utility, which is defined using newly introduced metrics of trajectory loss and representability. We develop a deep reinforcement learning framework,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Autonomous Vehicle Technology and Safety · Real-time simulation and control systems
MethodsADaptive gradient method with the OPTimal convergence rate
