Incorporating Intra-flow Dependencies and Inter-flow Correlations for - - PowerPoint PPT Presentation

incorporating intra flow dependencies and inter flow
SMART_READER_LITE
LIVE PREVIEW

Incorporating Intra-flow Dependencies and Inter-flow Correlations for - - PowerPoint PPT Presentation

Incorporating Intra-flow Dependencies and Inter-flow Correlations for Traffic Matrix Prediction Presenter: Kaihui Gao Tsinghua University Catalog 1. Background 2. Related Works 3. Motivation 4. Data Analysis of Traffic Matrix 5.


slide-1
SLIDE 1

Incorporating Intra-flow Dependencies and Inter-flow Correlations for Traffic Matrix Prediction

Presenter: Kaihui Gao Tsinghua University

slide-2
SLIDE 2

Catalog

  • 1. Background
  • 2. Related Works
  • 3. Motivation
  • 4. Data Analysis of Traffic Matrix
  • 5. Challenge
  • 6. Solution
  • 7. Evaluation
slide-3
SLIDE 3

Background

  • Accurate TM prediction plays an important role in the areas
  • f traffic engineering (TE), capacity planning, resource

allocation, congestion mitigation, and failure/anomaly detection in computer networks.

  • For network traffic, as a kind of spatial-temporal series, its

forecasting has to face similar key challenges of modeling sequential information as the traditional time series forecasting problem. Furthermore, accurate forecasting requires addressing the challenges of modeling the complex and underlying spatial correlation.

slide-4
SLIDE 4

Problem Formulation

  • TM: Traffic Demand Matrix
  • (TMt+1 ,TMt+2,…, TMt+q) = f(TMt,TMt-1,…,TMt-w+1)

1 2 3 4 5 6 7 8 9 10 11 12

slide-5
SLIDE 5

Related Works

  • ARMA, ARIMA (Auto-regressive Integrated Moving Average)
  • linear structure cannot model the nonlinear patterns
  • SVR (Support Vector Regression)
  • significant effort is needed to tune its parameters
  • Neural Networks (NNs) based approaches
  • RNN: LSTM, GRU
slide-6
SLIDE 6

State-of-the-art: RNN

  • TMt-w+1

TMt-w+2 TMt-1 TMt … TMt+1

slide-7
SLIDE 7

Motivation

  • server

client1 client2 request request response response

  • Popular service ——> positive correlations
  • Bandwidth contention ——> negative correlations
slide-8
SLIDE 8

Spatial correlation analysis

  • Pearson Correlation Coefficient:

Observation 1: There exist abundant high correlations between flows in real WAN.

slide-9
SLIDE 9

Spatial correlation analysis

  • Observation 2: Most strongly-correlated flow pairs share

the same source or destination.

slide-10
SLIDE 10

How to capture spatial correlations

  • Explicitly
  • high computational overhead
  • curse of dimension
  • time-varying
  • Implicitly
  • learning based
  • convolutional neural network
slide-11
SLIDE 11

Solution

  • We propose a novel deep learning framework combined

CNN and RNN to predicting future traffic matrix.

  • Combined of
  • CNN capture the spatial correlations of every flow pair.
  • RNN model the temporal variation of spatial correlations

and traffic.

slide-12
SLIDE 12

Overview

slide-13
SLIDE 13

Evaluation

  • Datasets: Abilene and GEANT
  • training set : test set = 8 : 2
  • Performance Metric:
  • Mean Square Error
  • Mean Absolute Error
  • Baseline: ARIMA, SVR, LSTM, CNN
slide-14
SLIDE 14

Predicting Next Single TM

slide-15
SLIDE 15

Predicting Next Multiple TMs

slide-16
SLIDE 16

Traffic Engineering based on TM Prediction

  • TE problem: given a network with edge capacities and a set
  • f traffic demands of source-destination pairs, we try to find

an assignment of demands to paths (an ordered sequence of edges) that optimizes some objectives. A widely used TE

  • bjective is minimizing the maximum link utilization (MLU).
  • Multicommodity Flow (MCF) problem
  • Baseline
  • MCF based on real TMs
  • MCF based on predicated TMs by CRNN
  • MCF based on predicated TMs by LSTM
  • shortest path routing (SP)
  • Oblivious routing (OR)
slide-17
SLIDE 17

Performance comparison

slide-18
SLIDE 18

!