paper-with-me

Papers

ADFormer: Aggregation Differential Transformer for Passenger Demand Forecasting

2025-06-03 · Haichen Wang, Liu Yang, Xinyuan Zhang, Haomin Yu, Ming Li, Jilin Hu

Passenger demand forecasting helps optimize vehicle scheduling, thereby improving urban efficiency. Recently, attention-based methods have been used to adequately capture the dynamic nature of spatio-temporal data. However, existing methods that rely on heuristic masking strategies cannot fully adapt to the complex spatio-temporal correlations, hindering the model from focusing on the right context. These works also overlook the high-level correlations that exist in the real world. Effectively integrating these high-level correlations with the original correlations is crucial. To fill this gap, we propose the Aggregation Differential Transformer (ADFormer), which offers new insights to demand forecasting promotion. Specifically, we utilize Differential Attention to capture the original spatial correlations and achieve attention denoising. Meanwhile, we design distinct aggregation strategies based on the nature of space and time. Then, the original correlations are unified with the high-level correlations, enabling the model to capture holistic spatio-temporal relations. Experiments conducted on taxi and bike datasets confirm the effectiveness and efficiency of our model, demonstrating its practical value. The code is available at https://github.com/decisionintelligence/ADFormer.

📄 PDF Abstract BibTeX arXiv:2506.02576

Code (1)

decisionintelligence/adformer 공식 구현 pytorch

Tasks

Demand ForecastingDenoisingScheduling

Methods 이 논문이 사용한 방법론

Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

RoadFormer: Duplex Transformer for RGB-Normal Semantic Road Scene Parsing

2023-09-19 · Jiahang Li, Yikang Zhang, Peng Yun, Guangliang Zhou 외

The recent advancements in deep convolutional neural networks have shown significant promise in the domain of road scene parsing. Nevertheless, the existing works focus primarily on freespace detection, with little atten…

DecoderScene ParsingSemantic Segmentation

Gradformer: Graph Transformer with Exponential Decay

2024-04-24 · Chuang Liu, Zelin Yao, Yibing Zhan, Xueqi Ma 외

Graph Transformers (GTs) have demonstrated their advantages across a wide range of tasks. However, the self-attention mechanism in GTs overlooks the graph's inductive biases, particularly biases related to structure, whi…

Graph ClassificationGraph Neural NetworkInductive Bias

Forecasting of the Montreal Subway Smart Card Entry Logs with Event Data

2020-08-22 · Florian Toqué, Etienne Côme, Martin Trépanier, Latifa Oukhellou

One of the major goals of transport operators is to adapt the transport supply scheduling to the passenger demand for existing transport networks during each specific period. Another problem mentioned by operators is acc…

Scheduling

Mutual Information as Intrinsic Reward of Reinforcement Learning Agents for On-demand Ride Pooling

2023-12-23 · Xianjie Zhang, Jiahao Sun, Chen Gong, Kai Wang 외

The emergence of on-demand ride pooling services allows each vehicle to serve multiple passengers at a time, thus increasing drivers' income and enabling passengers to travel at lower prices than taxi/car on-demand servi…

Reinforcement Learning (RL)

TADFormer : Task-Adaptive Dynamic Transformer for Efficient Multi-Task Learning

2025-01-08 · Seungmin Baek, Soyul Lee, Hayeon Jo, Hyesong Choi 외

Transfer learning paradigm has driven substantial advancements in various vision tasks. However, as state-of-the-art models continue to grow, classical full fine-tuning often becomes computationally impractical, particul…

Multi-Task Learningparameter-efficient fine-tuningScene UnderstandingTransfer Learning