SlideShare a Scribd company logo
Quang-Huy Tran
Network Science Lab
Dept. of Artificial Intelligence
The Catholic University of Korea
E-mail: huytran1126@gmail.com
2024-07-01
TelTrans: Applying Multi-Type Telecom
Data to Transportation Evaluation and
Prediction via Multifaceted Graph
Modeling
ChungYi Lin et al.
AAAI-2024: Proceedings of the Thirty-Eighth Conference on Artificial Intelligence
2
OUTLINE
• MOTIVATION
• METHODOLOGY
• EXPERIMENT & RESULT
• CONCLUSION
3
MOTIVATION
• Accurate traffic prediction can alleviate congestion and enhance traffic signal
optimization in many application fields for intelligent transportation systems.
o But they rely on dedicated sensors – cost and maintenance issue.
Overview
• Leveraging the extensive mobile network
coverage.
o Geographically inherent cellular traffic offers a
unique insight into transportation dynamics.
4
INTRODUCTION
• Present the Geographical Cellular Traffic (GCT) Flows:
o Define the GCT flow as the accumulation of GCTs over specific time intervals in road segments.
o Categorize into three distinct types: Vehicle (V-GCT), Pedestrian(P-GCT), and Stationary (S-GCT).
Contribution
• Propose a novel model with three facets for predicting V-GCT:
o Multivariate: discerning the interplay among multi-type GCT flows to uncover hidden regional
functionality.
o Temporal: separating short-term and long-term dynamics to avoid entangled dependencies.
o Spatial: capturing bidirectional user mobility to understand the spatial dependencies.
5
METHODOLOGY
Problem Definition
• Given a dataset:
o 𝑁 road segments, D observations.
o Feature matrix from historical 𝑇𝑖𝑛 steps of multi-type GCT flow.
o 𝑓′ stands for V-GCT, S-GCT, or P-GCT.
• Problem: forecast V-GCT in the upcoming 𝑇𝑜𝑢𝑡 steps
6
METHODOLOGY
Main Architecture
• Three facets from CGAT:
o Channel-Specific Graph Attention (CGAT).
o Multivariate Facet: Capturing interactions among multitype GCT flows reveals implicit regional functionality.
o Temporal Facet: Extracts short-term and long-term patterns to discern sudden and regular patterns separately.
o Spatial Facet: Captures bidirectional spatial dependencies among road segments due to user mobility.
• Overall:
o Begins with a 32-channel CNN layer to
encode all GCT flow types.
 Vehicle (V-GCT), Pedestrian(P-GCT),
and Stationary (S-GCT).
o Output Layer: use 64-channel CNN layer
as skip connections at every Temporal
Facet Modeling.
7
METHODOLOGY
Channel-Specific Graph Attention Layer (CGATL)
• For multi-channel representation H (size [C × N × D]), employ C independent GATs.
o Examine distinct correlations among N nodes of each channel c.
where 𝑖 ∈ {1, 2, . . . , 𝑍}, 𝑁𝑖 is the neighbors of node 𝑖, and 𝜎(∙) is a nonlinear
function.
Where H with dimension [C × N × D] and G is a graph structure indicating
connections among nodes in H.
o Adopt 1×1 convolution layers for Encoder and Decoder to compute efficiently:
 Reduces the channel count from C to C′ (C′< C) in encoder and restore to C in decoder.
8
METHODOLOGY
Multivariate Facet Modeling
• Insight: Modeling with subtracted type flows to emphasize
differences between V-GCT and P-GCT, hence revealing regional
attributes.
• Each time step t, concatenate 𝐻𝑣𝑔𝑐𝑡
𝑡
with ∆𝑝𝑔𝑐𝑡
𝑡
, ∆𝑠𝑔𝑐𝑡
𝑡
along third
dimension
o Then, reshape into [C × 3 × N] from [C × N × 3] and apply CGATL.
Where ‘Extract’ function retrieves the enhanced representation of 𝐻𝑣𝑔𝑐𝑡
𝑡
, the first element of 𝐻∆
𝑡
from CGATL’s output.
o Concatenate the output of all time step along second dimension [C × T × N]:
𝐻𝑣𝑔𝑐𝑡
𝑡
: multi-channel representations of VGCT flow and either P-GCT or S-GCT flow. f: either be P-GCT or S-GCT flow.
𝐺M: complete graph that reveals the connections among various GCT flow types.
9
METHODOLOGY
Temporal Facet Modeling
• Insight: emphasize short-term and long-term from heightened fluctuations in V-GCT flow.
• Use two CNNs with kernel sizes (2 × 1) and (5 × 1) to extract short- and long-term temporal
patterns from multichannel representation H(H2 and H5).
• Apply CGATL separate and concatenate:
o Reshape H2 from [C × (T − 1) × S] to [C × (T − 4) × S] to align of H5.
o Implement the Gating Mechanism to manage ratio of information passed to the next module
Where ‘Concat’ function merges two outputs along the second dimension of
[C × T × N].
where 𝐻𝑇
1
and 𝐻𝑇
2
are generated from CGATL. 𝜇 denotes the tangent
hyperbolic function, and ⨀ represents the Hadamard product.
10
METHODOLOGY
Spatial Facet Modeling
• Insight: GCT flow of an upstream segment influences the downstream GCT flow.
o Users’ mobility may cause them to move back and forth due to their activity behaviors.
o Accounting for bidirectional variations among road segments can lead to a comprehensive
understanding of user mobility.
• Assign specific directional graphs, 𝐺𝐹 and 𝐺𝐵, to each CGATL and then combine:
where H is multi-channel representation reshaped to [C × S ×T], regarded as
S road segment with T observations.
𝐺𝐹, 𝐺𝐵: Forward and backward graph structure, created by threshold of
Gaussian Kernel 𝐴/𝑟𝑜𝑤𝑠𝑢𝑚(𝐴) and 𝐴𝑇
/𝑟𝑜𝑤𝑠𝑢𝑚(𝐴𝑇
).
11
EXPERIMENT AND RESULT
EXPERIMENT SETTINGs
• Dataset:
o Geographical Cellular Traffic in Hsinchu, Taiwan.
• Baselines:
o Deep Learning: Temporal Convolution (TCN).
o STGNN: Graph WaveNet(GWNet)[1], MTGNN [2], Gman[3], MPNet [4], DMGCN [5] and ESG[6].
[1] Wu, Z., Pan, S., Long, G., Jiang, J., & Zhang, C. (2019). Graph wavenet for deep spatial-temporal graph modeling. arXiv preprint arXiv:1906.00121.
[2] Wu, Z., Pan, S., Long, G., Jiang, J., Chang, X., & Zhang, C. (2020, August). Connecting the dots: Multivariate time series forecasting with graph neural networks. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining (pp. 753-763).
[3] Zheng, C., Fan, X., Wang, C., & Qi, J. (2020, April). Gman: A graph multi-attention network for traffic prediction. In Proceedings of the AAAI conference on artificial intelligence (Vol. 34, No. 01, pp. 1234-1241).
[4] Lin, C. Y., Su, H. T., Tung, S. L., & Hsu, W. H. (2021, October). Multivariate and propagation graph attention network for spatial-temporal prediction with outdoor cellular traffic. In Proceedings of the 30th ACM International Conference on Information & Knowledge Management (pp. 3248-
3252).
[5] Han, L., Du, B., Sun, L., Fu, Y., Lv, Y., & Xiong, H. (2021, August). Dynamic and multi-faceted spatio-temporal deep learning for traffic speed forecasting. In Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining (pp. 547-555).
[6] Ye, J., Liu, Z., Du, B., Sun, L., Li, W., Fu, Y., & Xiong, H. (2022, August). Learning the evolutionary and multi-scale graph structure for multivariate time series forecasting. In Proceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining (pp. 2296-2306).
• Measurement:
o Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and Mean Absolute Percentage Error
(MAPE).
12
EXPERIMENT AND RESULT
RESULT – Overall Performance
13
EXPERIMENT AND RESULT
RESULT – Sensitivity Analysis of Multi-Type GCT Flows
14
CONCLUSION
• Presented multi-type GCT flows as a novel data source for transportation and proposed
MFGM to predict V-GCT flows.
o Integrating multi-type GCT flows.
o Accuracy is improved.
• Integrated V-GCT into transportation systems, presenting new applications for telecom
data in transportation.
Summarization
[20240701_LabSeminar_Huy]TelTrans: Applying Multi-Type Telecom Data to Transportation Evaluation and Prediction via Multifaceted Graph Modeling.pptx
[20240701_LabSeminar_Huy]TelTrans: Applying Multi-Type Telecom Data to Transportation Evaluation and Prediction via Multifaceted Graph Modeling.pptx

More Related Content

PPTX
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
PPTX
[20240703_LabSeminar_Huy]MakeGNNGreatAgain.pptx
PPTX
[20240729_LabSeminar_Huy]Spatio-Temporal Self-Supervised Learning for Traffic...
PPTX
[20240712_LabSeminar_Huy]Spatio-Temporal Neural Structural Causal Models for ...
PPTX
[20240628_LabSeminar_Huy]ScalableSTGNN.pptx
PDF
2006.11583.pdf
PPTX
[20240408_LabSeminar_Huy]PivotalSTGNN.pptx
PPTX
[20240617_LabSeminar_Huy]Long-term Spatio-Temporal Forecasting via Dynamic Mu...
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
[20240703_LabSeminar_Huy]MakeGNNGreatAgain.pptx
[20240729_LabSeminar_Huy]Spatio-Temporal Self-Supervised Learning for Traffic...
[20240712_LabSeminar_Huy]Spatio-Temporal Neural Structural Causal Models for ...
[20240628_LabSeminar_Huy]ScalableSTGNN.pptx
2006.11583.pdf
[20240408_LabSeminar_Huy]PivotalSTGNN.pptx
[20240617_LabSeminar_Huy]Long-term Spatio-Temporal Forecasting via Dynamic Mu...

Similar to [20240701_LabSeminar_Huy]TelTrans: Applying Multi-Type Telecom Data to Transportation Evaluation and Prediction via Multifaceted Graph Modeling.pptx (20)

PPTX
[20240722_LabSeminar_Huy]WaveForM: Graph Enhanced Wavelet Learning for Long S...
PPTX
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
PPTX
[20240902_LabSeminar_Huy]Dynamic Semantic-Based Spatial Graph Convolution Net...
PPTX
[20240805_LabSeminar_Huy]GPT-ST: Generative Pre-Training of Spatio-Temporal G...
PPTX
[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
PPTX
[20240812_LabSeminar_Huy]Spatio-Temporal Fusion for Human Action Recognition ...
PPTX
[20240819_LabSeminar_Huy]Learning Decomposed Spatial Relations for Multi-Vari...
PPTX
[20240527_LabSeminar_Huy]Meta-Graph.pptx
PDF
Trip matrix estimation from traffic counts using cube
PPTX
[20240930_LabSeminar_Huy]GinAR: An End-To-End Multivariate Time Series Foreca...
PDF
Central moments of traffic delay at a signalized intersection
PPTX
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
PPTX
Federated learning based_trafiic_flow_prediction.ppt
PPTX
[20240923_LabSeminar_Huy]MSGNet: Learning Multi-Scale Inter-Series Correlatio...
PPTX
Traffic Prediction from Street Network images.pptx
PPTX
[NS][Lab_Seminar_241104]Topological Cycle Graph Attention Network for Brain F...
PPT
Where Next
PPTX
[2024107_LabSeminar_Huy]MFTraj: Map-Free, Behavior-Driven Trajectory Predicti...
PDF
PDF
[20240722_LabSeminar_Huy]WaveForM: Graph Enhanced Wavelet Learning for Long S...
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
[20240902_LabSeminar_Huy]Dynamic Semantic-Based Spatial Graph Convolution Net...
[20240805_LabSeminar_Huy]GPT-ST: Generative Pre-Training of Spatio-Temporal G...
[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
[20240812_LabSeminar_Huy]Spatio-Temporal Fusion for Human Action Recognition ...
[20240819_LabSeminar_Huy]Learning Decomposed Spatial Relations for Multi-Vari...
[20240527_LabSeminar_Huy]Meta-Graph.pptx
Trip matrix estimation from traffic counts using cube
[20240930_LabSeminar_Huy]GinAR: An End-To-End Multivariate Time Series Foreca...
Central moments of traffic delay at a signalized intersection
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
Federated learning based_trafiic_flow_prediction.ppt
[20240923_LabSeminar_Huy]MSGNet: Learning Multi-Scale Inter-Series Correlatio...
Traffic Prediction from Street Network images.pptx
[NS][Lab_Seminar_241104]Topological Cycle Graph Attention Network for Brain F...
Where Next
[2024107_LabSeminar_Huy]MFTraj: Map-Free, Behavior-Driven Trajectory Predicti...
Ad

More from thanhdowork (20)

PPTX
[NS][Lab_Seminar_250811]Imagine and Seek: Improving Composed Image Retrieval ...
PPTX
250811_HW_LabSeminar[Self-Supervised Graph Information Bottleneck for Multivi...
PPTX
250811_Thien_Labseminar[Cluster-GCN].pptx
PPTX
250811_Thuy_Labseminar[BioBRIDGE: BRIDGING BIOMEDICAL FOUNDATION MODELS VIA K...
PPTX
[NS][Lab_Seminar_250728]On the Trade-off between Over-smoothing and Over-squa...
PPTX
250804_HW_LabSeminar[Discrete Curvature Graph Information Bottleneck].pptx
PPTX
250728_Thuy_Labseminar[Knowledge Enhanced Representation Learning for Drug Di...
PPTX
250728_Thuy_Labseminar[Predictive Chemistry Augmented with Text Retrieval].pptx
PPTX
[NS][Lab_Seminar_250728]NeuralWalker.pptx
PPTX
A Novel Shape-Aware Topological Representation for GPR Data with DNN Integrat...
PPTX
250721_Thien_Labseminar[Variational Graph Auto-Encoders].pptx
PPTX
250721_HW_LabSeminar[RingFormer: A Ring-Enhanced Graph Transformer for Organi...
PPTX
250721_Thuy_Labseminar[Thought Propagation: An Analogical Approach to Complex...
PPTX
[NS][Lab_Seminar_250721]On Measuring Long-Range Interactions in Graph Neural ...
PPTX
250714_HW_LabSeminar[Structural Reasoning Improves Molecular Understanding of...
PPTX
[NS][Lab_Seminar_250714]Candidate Set Re-ranking for Composed Image Retrieval...
PPTX
250714_Thuy_Labseminar[BioT5: Enriching Cross-modal Integration in Biology wi...
PPTX
250707_HW_LabSeminar[CHEMICAL-REACTION-AWARE MOLECULE REPRESENTATION LEARNING...
PPTX
[NS][Lab_Seminar_250707]Learning with Noisy Triplet Correspondence for Compos...
PPTX
250707_JW_labseminar[CBAM: Convolutional Block Attention Module].pptx
[NS][Lab_Seminar_250811]Imagine and Seek: Improving Composed Image Retrieval ...
250811_HW_LabSeminar[Self-Supervised Graph Information Bottleneck for Multivi...
250811_Thien_Labseminar[Cluster-GCN].pptx
250811_Thuy_Labseminar[BioBRIDGE: BRIDGING BIOMEDICAL FOUNDATION MODELS VIA K...
[NS][Lab_Seminar_250728]On the Trade-off between Over-smoothing and Over-squa...
250804_HW_LabSeminar[Discrete Curvature Graph Information Bottleneck].pptx
250728_Thuy_Labseminar[Knowledge Enhanced Representation Learning for Drug Di...
250728_Thuy_Labseminar[Predictive Chemistry Augmented with Text Retrieval].pptx
[NS][Lab_Seminar_250728]NeuralWalker.pptx
A Novel Shape-Aware Topological Representation for GPR Data with DNN Integrat...
250721_Thien_Labseminar[Variational Graph Auto-Encoders].pptx
250721_HW_LabSeminar[RingFormer: A Ring-Enhanced Graph Transformer for Organi...
250721_Thuy_Labseminar[Thought Propagation: An Analogical Approach to Complex...
[NS][Lab_Seminar_250721]On Measuring Long-Range Interactions in Graph Neural ...
250714_HW_LabSeminar[Structural Reasoning Improves Molecular Understanding of...
[NS][Lab_Seminar_250714]Candidate Set Re-ranking for Composed Image Retrieval...
250714_Thuy_Labseminar[BioT5: Enriching Cross-modal Integration in Biology wi...
250707_HW_LabSeminar[CHEMICAL-REACTION-AWARE MOLECULE REPRESENTATION LEARNING...
[NS][Lab_Seminar_250707]Learning with Noisy Triplet Correspondence for Compos...
250707_JW_labseminar[CBAM: Convolutional Block Attention Module].pptx
Ad

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Classroom Observation Tools for Teachers
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
Computing-Curriculum for Schools in Ghana
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Cell Structure & Organelles in detailed.
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Final Presentation General Medicine 03-08-2024.pptx
Cell Types and Its function , kingdom of life
UNIT III MENTAL HEALTH NURSING ASSESSMENT
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
What if we spent less time fighting change, and more time building what’s rig...
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Final Presentation General Medicine 03-08-2024.pptx
Classroom Observation Tools for Teachers
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Computing-Curriculum for Schools in Ghana
STATICS OF THE RIGID BODIES Hibbelers.pdf
History, Philosophy and sociology of education (1).pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
Anesthesia in Laparoscopic Surgery in India
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Cell Structure & Organelles in detailed.
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Final Presentation General Medicine 03-08-2024.pptx

[20240701_LabSeminar_Huy]TelTrans: Applying Multi-Type Telecom Data to Transportation Evaluation and Prediction via Multifaceted Graph Modeling.pptx

  • 1. Quang-Huy Tran Network Science Lab Dept. of Artificial Intelligence The Catholic University of Korea E-mail: huytran1126@gmail.com 2024-07-01 TelTrans: Applying Multi-Type Telecom Data to Transportation Evaluation and Prediction via Multifaceted Graph Modeling ChungYi Lin et al. AAAI-2024: Proceedings of the Thirty-Eighth Conference on Artificial Intelligence
  • 2. 2 OUTLINE • MOTIVATION • METHODOLOGY • EXPERIMENT & RESULT • CONCLUSION
  • 3. 3 MOTIVATION • Accurate traffic prediction can alleviate congestion and enhance traffic signal optimization in many application fields for intelligent transportation systems. o But they rely on dedicated sensors – cost and maintenance issue. Overview • Leveraging the extensive mobile network coverage. o Geographically inherent cellular traffic offers a unique insight into transportation dynamics.
  • 4. 4 INTRODUCTION • Present the Geographical Cellular Traffic (GCT) Flows: o Define the GCT flow as the accumulation of GCTs over specific time intervals in road segments. o Categorize into three distinct types: Vehicle (V-GCT), Pedestrian(P-GCT), and Stationary (S-GCT). Contribution • Propose a novel model with three facets for predicting V-GCT: o Multivariate: discerning the interplay among multi-type GCT flows to uncover hidden regional functionality. o Temporal: separating short-term and long-term dynamics to avoid entangled dependencies. o Spatial: capturing bidirectional user mobility to understand the spatial dependencies.
  • 5. 5 METHODOLOGY Problem Definition • Given a dataset: o 𝑁 road segments, D observations. o Feature matrix from historical 𝑇𝑖𝑛 steps of multi-type GCT flow. o 𝑓′ stands for V-GCT, S-GCT, or P-GCT. • Problem: forecast V-GCT in the upcoming 𝑇𝑜𝑢𝑡 steps
  • 6. 6 METHODOLOGY Main Architecture • Three facets from CGAT: o Channel-Specific Graph Attention (CGAT). o Multivariate Facet: Capturing interactions among multitype GCT flows reveals implicit regional functionality. o Temporal Facet: Extracts short-term and long-term patterns to discern sudden and regular patterns separately. o Spatial Facet: Captures bidirectional spatial dependencies among road segments due to user mobility. • Overall: o Begins with a 32-channel CNN layer to encode all GCT flow types.  Vehicle (V-GCT), Pedestrian(P-GCT), and Stationary (S-GCT). o Output Layer: use 64-channel CNN layer as skip connections at every Temporal Facet Modeling.
  • 7. 7 METHODOLOGY Channel-Specific Graph Attention Layer (CGATL) • For multi-channel representation H (size [C × N × D]), employ C independent GATs. o Examine distinct correlations among N nodes of each channel c. where 𝑖 ∈ {1, 2, . . . , 𝑍}, 𝑁𝑖 is the neighbors of node 𝑖, and 𝜎(∙) is a nonlinear function. Where H with dimension [C × N × D] and G is a graph structure indicating connections among nodes in H. o Adopt 1×1 convolution layers for Encoder and Decoder to compute efficiently:  Reduces the channel count from C to C′ (C′< C) in encoder and restore to C in decoder.
  • 8. 8 METHODOLOGY Multivariate Facet Modeling • Insight: Modeling with subtracted type flows to emphasize differences between V-GCT and P-GCT, hence revealing regional attributes. • Each time step t, concatenate 𝐻𝑣𝑔𝑐𝑡 𝑡 with ∆𝑝𝑔𝑐𝑡 𝑡 , ∆𝑠𝑔𝑐𝑡 𝑡 along third dimension o Then, reshape into [C × 3 × N] from [C × N × 3] and apply CGATL. Where ‘Extract’ function retrieves the enhanced representation of 𝐻𝑣𝑔𝑐𝑡 𝑡 , the first element of 𝐻∆ 𝑡 from CGATL’s output. o Concatenate the output of all time step along second dimension [C × T × N]: 𝐻𝑣𝑔𝑐𝑡 𝑡 : multi-channel representations of VGCT flow and either P-GCT or S-GCT flow. f: either be P-GCT or S-GCT flow. 𝐺M: complete graph that reveals the connections among various GCT flow types.
  • 9. 9 METHODOLOGY Temporal Facet Modeling • Insight: emphasize short-term and long-term from heightened fluctuations in V-GCT flow. • Use two CNNs with kernel sizes (2 × 1) and (5 × 1) to extract short- and long-term temporal patterns from multichannel representation H(H2 and H5). • Apply CGATL separate and concatenate: o Reshape H2 from [C × (T − 1) × S] to [C × (T − 4) × S] to align of H5. o Implement the Gating Mechanism to manage ratio of information passed to the next module Where ‘Concat’ function merges two outputs along the second dimension of [C × T × N]. where 𝐻𝑇 1 and 𝐻𝑇 2 are generated from CGATL. 𝜇 denotes the tangent hyperbolic function, and ⨀ represents the Hadamard product.
  • 10. 10 METHODOLOGY Spatial Facet Modeling • Insight: GCT flow of an upstream segment influences the downstream GCT flow. o Users’ mobility may cause them to move back and forth due to their activity behaviors. o Accounting for bidirectional variations among road segments can lead to a comprehensive understanding of user mobility. • Assign specific directional graphs, 𝐺𝐹 and 𝐺𝐵, to each CGATL and then combine: where H is multi-channel representation reshaped to [C × S ×T], regarded as S road segment with T observations. 𝐺𝐹, 𝐺𝐵: Forward and backward graph structure, created by threshold of Gaussian Kernel 𝐴/𝑟𝑜𝑤𝑠𝑢𝑚(𝐴) and 𝐴𝑇 /𝑟𝑜𝑤𝑠𝑢𝑚(𝐴𝑇 ).
  • 11. 11 EXPERIMENT AND RESULT EXPERIMENT SETTINGs • Dataset: o Geographical Cellular Traffic in Hsinchu, Taiwan. • Baselines: o Deep Learning: Temporal Convolution (TCN). o STGNN: Graph WaveNet(GWNet)[1], MTGNN [2], Gman[3], MPNet [4], DMGCN [5] and ESG[6]. [1] Wu, Z., Pan, S., Long, G., Jiang, J., & Zhang, C. (2019). Graph wavenet for deep spatial-temporal graph modeling. arXiv preprint arXiv:1906.00121. [2] Wu, Z., Pan, S., Long, G., Jiang, J., Chang, X., & Zhang, C. (2020, August). Connecting the dots: Multivariate time series forecasting with graph neural networks. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining (pp. 753-763). [3] Zheng, C., Fan, X., Wang, C., & Qi, J. (2020, April). Gman: A graph multi-attention network for traffic prediction. In Proceedings of the AAAI conference on artificial intelligence (Vol. 34, No. 01, pp. 1234-1241). [4] Lin, C. Y., Su, H. T., Tung, S. L., & Hsu, W. H. (2021, October). Multivariate and propagation graph attention network for spatial-temporal prediction with outdoor cellular traffic. In Proceedings of the 30th ACM International Conference on Information & Knowledge Management (pp. 3248- 3252). [5] Han, L., Du, B., Sun, L., Fu, Y., Lv, Y., & Xiong, H. (2021, August). Dynamic and multi-faceted spatio-temporal deep learning for traffic speed forecasting. In Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining (pp. 547-555). [6] Ye, J., Liu, Z., Du, B., Sun, L., Li, W., Fu, Y., & Xiong, H. (2022, August). Learning the evolutionary and multi-scale graph structure for multivariate time series forecasting. In Proceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining (pp. 2296-2306). • Measurement: o Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and Mean Absolute Percentage Error (MAPE).
  • 12. 12 EXPERIMENT AND RESULT RESULT – Overall Performance
  • 13. 13 EXPERIMENT AND RESULT RESULT – Sensitivity Analysis of Multi-Type GCT Flows
  • 14. 14 CONCLUSION • Presented multi-type GCT flows as a novel data source for transportation and proposed MFGM to predict V-GCT flows. o Integrating multi-type GCT flows. o Accuracy is improved. • Integrated V-GCT into transportation systems, presenting new applications for telecom data in transportation. Summarization