Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

1223 · Sep 201419922001200920182026
48 results for Taxi carpool

Optimizes taxi carpool policies using RL and spatio-temporal data.

problem Reduce car usage and minimize traffic congestion through efficient carpooling.
method Developed a deep neural network (ST-NN) for trip time prediction and a carpooling RL simulation environment.
result RL learned policy outperformed a fixed policy in maximizing efficiency and minimizing congestion.

CSTN predicts taxi demand between all regions, overcoming origin-only approaches.

problem Predicting taxi demand between all regions, not just origins.
method Contextualized Spatial-Temporal Network (CSTN) with LSC, TEC, and GCC modules.
result CSTN outperforms other methods in taxi origin-destination demand prediction.

Improved taxi demand-supply forecasts using graph-based LSTM.

problem Accurate taxi demand-supply forecasting with complex spatial and temporal patterns.
method Investigated impact of spatial partitioning techniques (Voronoi vs. Geohash) on LSTM network performance.
result GraphLSTM offers competitive performance against ConvLSTM, at lower complexity, across real-world data sets.

Study compares tessellation strategies for taxi demand-supply forecasting models.

problem Improving taxi demand-supply forecasting using neural networks.
method Compared Voronoi tessellation and Geohash tessellation for LSTM models.
result Variable-sized polygon tessellation yields superior performance in LSTM models.

Deep learning models combine text and time-series data for better taxi demand forecasts.

problem Accurate taxi demand forecasting in event areas.
method Two deep learning architectures using word embeddings, convolutional layers, and attention mechanisms.
result The models significantly reduce forecast error by fusing text and time-series data.

Taxi demand prediction is an important building block to enabling intelligent transportation systems in a smart city. An accurate prediction model can help the city pre-allocate resources to meet travel demand and to reduce empty taxis on streets which waste energy and worsen the traffic congestion. With the increasing…

2018-02-23abs ↗pdf ↗

Paper predicts urban dispersal events using deep survival analysis on mobility data.

problem Predicting abnormal dispersal events in urban areas to mitigate congestion and safety risks.
method Formulated as a survival analysis problem, developed a two-stage deep learning framework (DILSA).
result DILSA predicts dispersal events with F1-score of 0.7 and average time error of 18 minutes.

VerifAI toolkit improves neural network-based aircraft taxiing system safety.

problem Improving safety of autonomous aircraft taxiing systems using neural networks.
method Unified approach to formal analysis and retraining of AI systems, including falsification, debugging, and retraining.
result Improved neural network performance and reduced failure cases in aircraft taxiing system.

Ridesourcing platforms like Uber and Didi are getting more and more popular around the world. However, unauthorized ridesourcing activities taking advantages of the sharing economy can greatly impair the healthy development of this emerging industry. As the first step to regulate on-demand ride services and eliminate b…

2017-05-23abs ↗pdf ↗

Model predicts passenger origin-destination for online taxi-hailing systems.

problem Predicting passenger origin-destination for efficient transportation planning.
method K-means clustering, non-negative matrix factorization, stacked recurrent neural network.
result Proposed model reduces MAPE by 5-7% for 1-hour windows and 14% for 30-minute windows.

A new approach switches between simple and complex models to handle concept drifts in regression tasks.

problem Handling concept drifts in regression models to maintain accurate predictions over time.
method Error Intersection Approach: switches between simple and complex models based on drift detection.
result The Error Intersection Approach significantly outperforms baselines in handling concept drifts in a real-world taxi demand dataset.

Efficient sequential matching of supply and demand is a problem of interest in many online to offline services. For instance, Uber, Lyft, Grab for matching taxis to customers; Ubereats, Deliveroo, FoodPanda etc for matching restaurants to customers. In these online to offline service problems, individuals who are respo…

2018-03-27abs ↗pdf ↗

Forecaster uses graph Transformers to forecast spatial and time-dependent data.

problem Complex spatial and temporal dependencies in data.
method Graph Transformer architecture with sparsification for spatial and temporal dependencies.
result Forecaster significantly outperforms state-of-the-art baselines in taxi demand forecasting.

Simultaneously estimates travel times and route choice model parameters.

problem Interdependent estimation of arc travel times and route choice model parameters.
method Maximum likelihood estimation for any differentiable route choice model.
result Strong performance in real-world data, even compared to arc travel time estimation methods.

The paper predicts travel times using tree-based ensembles.

problem Predicting travel times between urban points over short and long horizons.
method Tree-based ensemble methods trained on taxi trip records with additional features from weather and routing data.
result Adding routing data improves model performance and short-term predictions require less data.

The paper evaluates different graph input representations for urban network analysis.

problem Challenges in analyzing urban networks due to their size and complexity.
method Design and evaluation of six graph input representations considering topological and temporal characteristics.
result Temporal information in graph input representations significantly improves model accuracy (RMSE of 1.42).

The paper introduces a method to control false splits in tree-based data aggregation.

problem Identifying the correct subgroups to treat as a single entity in tree-based data.
method Introduces the 'false split rate' and proposes a multiple hypothesis testing algorithm for tree-based aggregation.
result The proposed algorithm controls the false split rate, demonstrating its effectiveness on stock volatility and taxi fare data.

Optimal scheduling of hydrogen production in dynamic pricing power market can maximize the profit of hydrogen producer; however, it highly depends on the accurate forecast of hydrogen consumption. In this paper, we propose a deep leaning based forecasting approach for predicting hydrogen consumption of fuel cell vehicl…

2018-06-27abs ↗pdf ↗

Modern vehicle fleets, e.g., for ridesharing platforms and taxi companies, can reduce passengers' waiting times by proactively dispatching vehicles to locations where pickup requests are anticipated in the future. Yet it is unclear how to best do this: optimal dispatching requires optimizing over several sources of unc…

2018-04-13abs ↗pdf ↗

This study predicts parking availability using multi-source data and a self-supervised learning enhanced transformer.

problem Accurate parking availability prediction to support urban planning and management.
method Proposes SST-iTransformer, a self-supervised learning enhanced spatio-temporal inverted transformer, integrating multi-source data.
result SST-iTransformer achieves state-of-the-art performance in parking availability prediction.

Sparse activations in neural models correlate with frequent words, suggesting sparsity is natural.

problem Interpretability and resource efficiency in neural language models.
method Used the Taxi-Euclidean norm to measure sparsity and analyzed gradients and activations of frequent words.
result Frequent input words are associated with sparse activations, while frequent target words are associated with dispersed activations.

Optimizes e-hailing drivers' passenger seeking to reduce congestion and pollution.

problem Reduces congestion and pollution by optimizing e-hailing drivers' passenger seeking.
method Uses Markov Decision Process (MDP) and imitation learning to model and optimize drivers' decisions.
result Achieves a 17.5% improvement in passenger return rate over a heuristic strategy.

This paper optimizes driver repositioning using MARL and reward design for better service and traffic management.

problem Unserved passenger requests due to drivers' cruising behavior during passenger seeking.
method Mean field multi-agent reinforcement learning (MARL) with a reward design scheme and Bayesian optimization (BO) to solve bilevel optimization problems.
result Optimal toll charges and service charges can improve platform and city planner objectives by significant margins, leading to better traffic conditions.

Model reduction of Markov processes is a basic problem in modeling state-transition systems. Motivated by the state aggregation approach rooted in control theory, we study the statistical state compression of a discrete-state Markov chain from empirical trajectories. Through the lens of spectral decomposition, we study…

2018-02-08abs ↗pdf ↗

Modeling complex conditional distributions is critical in a variety of settings. Despite a long tradition of research into conditional density estimation, current methods employ either simple parametric forms or are difficult to learn in practice. This paper employs normalising flows as a flexible likelihood model and …

2018-02-14abs ↗pdf ↗

Autonomous systems can substantially enhance a human's efficiency and effectiveness in complex environments. Machines, however, are often unable to observe the preferences of the humans that they serve. Despite the fact that the human's and machine's objectives are aligned, asymmetric information, along with heterogene…

2017-05-26abs ↗pdf ↗

In this paper we propose a new method to predict the final destination of vehicle trips based on their initial partial trajectories. We first review how we obtained clustering of trajectories that describes user behaviour. Then, we explain how we model main traffic flow patterns by a mixture of 2d Gaussian distribution…

2016-05-10abs ↗pdf ↗

We use Gaussian processes to estimate conditional distributions with latent variables.

problem Challenging task of estimating conditional distributions with model complexity and overfitting trade-offs.
method Extend model input with latent variables and use Gaussian processes for mapping.
result Bayesian approach allows for modeling small datasets and applying to big data.

Aims to learn optimal behavior from ranked experts in MDPs.

problem Learning optimal behavior without a specified reward function from ranked experts.
method Uses ordinal regression to find a reward function maximizing the margin between ranks.
result Shows important differences in reward function hidden from existing algorithms.

Locally private online quantile regression method addresses privacy constraints.

problem Estimating and inferring quantile regression under local differential privacy constraints.
method Developed a finite-alphabet channel where users compute local contributions, apply randomized response, and send reports. A public decoder corrects distortion and reconstructs inputs for averaging.
result Established local privacy, decoder unbiasedness, consistency, asymptotic normality, and inference for scalar contrasts.