43
Motivation Load Balancing Approaches Evaluation Conclusion and Future Work DPSO An Optimization Approach for Load Balancing in Parallel Link Discovery Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo September 17, 2015 Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 1/30

Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Embed Size (px)

Citation preview

Page 1: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

DPSOAn Optimization Approach for Load Balancing in Parallel

Link Discovery

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo

September 17, 2015

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 1/30

Page 2: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Outline

1 Motivation

2 Load Balancing Approaches

3 Evaluation

4 Conclusion and Future Work

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 2/30

Page 3: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Outline

1 Motivation

2 Load Balancing Approaches

3 Evaluation

4 Conclusion and Future Work

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 3/30

Page 4: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Link Discovery (LD)

Why LD?

1 Fourth principle

2 Links are central for

Cross-ontology QAData IntegrationReasoningFederated Queries...

LD Time complexity

Large number of triples (> 63 billion triples)

Quadratic runtime

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 4/30

Page 5: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Need to develop highly scalable LD algorithms

Local hardware LD

Suffer less from the data transfer bottleneckBetter runtime than parallel LD approaches on remotehardware (e.g. cloud-based approaches)

Current load balancing approaches for local LD

Paid little attentionMostly naıve implementations

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 5/30

Page 6: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Need to develop highly scalable LD algorithms

Local hardware LD

Suffer less from the data transfer bottleneckBetter runtime than parallel LD approaches on remotehardware (e.g. cloud-based approaches)

Current load balancing approaches for local LD

Paid little attentionMostly naıve implementations

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 5/30

Page 7: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Need to develop highly scalable LD algorithms

Local hardware LD

Suffer less from the data transfer bottleneckBetter runtime than parallel LD approaches on remotehardware (e.g. cloud-based approaches)

Current load balancing approaches for local LD

Paid little attentionMostly naıve implementations

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 5/30

Page 8: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing Problem

Given:

n tasks τ1, ..., τnComputational complexities c(τ1), ..., c(τn)m processors

Goal:

Distribute τi across m processors as evenly as possible

Example

3 tasks τ1, τ2 and τ3 with complexities 3, 4 resp. 6

2 processors

An optimal distribution:

P1 → {τ1, τ2}P2 → {τ3}

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 6/30

Page 9: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing Problem

Given:

n tasks τ1, ..., τnComputational complexities c(τ1), ..., c(τn)m processors

Goal:

Distribute τi across m processors as evenly as possible

Example

3 tasks τ1, τ2 and τ3 with complexities 3, 4 resp. 6

2 processors

An optimal distribution:

P1 → {τ1, τ2}P2 → {τ3}

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 6/30

Page 10: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Outline

1 Motivation

2 Load Balancing Approaches

3 Evaluation

4 Conclusion and Future Work

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 7/30

Page 11: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 12: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 13: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 14: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 15: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 16: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 17: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Load Balancing for LD

Notations

Given S , T of source resp. target resources

Divides S , T such thatk⋃

i=1

Si = S andl⋃

j=1

Tj = T

Determines (Si ,Tj) whose elements are to be compared

The idea of load balancing is to distribute thecomputation of Si × Tj over m processors

Task τ : Comparing elements in (Si ,Tj)

c(τ) = |Si | · |Tj |block B : Set of all tasks assigned to a single processor

c(B) =∑t∈B

c(τ)

MSE =∑m

i=1

∣∣∣c(Bi)−∑m

j=1c(Bj )

m

∣∣∣2Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 8/30

Page 18: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Running Example

4 tasks {τ1, τ2, τ3, τ4}Respective complexities {7, 1, 8, 3}2 processors P1,P2

Tasks: 7 1 8 3

Processors: 1 1

τ1 assigned to P1: 7

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 9/30

Page 19: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Naıve Load Balancer

Idea

Divides tasks between processors based on their index andregardless of complexity

Example

Processors assignment: 7 1 8 3 MSE = 30.25

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 10/30

Page 20: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Greedy Load Balancer

Idea

1 Sorts tasks in descending order based on their complexity

2 Starting from the most complex task, assigns tasks toprocessors in order

Example

1. Sorted tasks: 8 7 3 1

2. Processors assignment: 8 7 3 1

MSE = 2.25

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 11/30

Page 21: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Pair-Based Load Balancer

Idea

1 Sorts tasks according to task complexity

2 In order, assigns i th and (n − i + 1)th tasks to Pi

Example

1. Sort tasks: 1 3 7 8

2. Processors assignment: 1 3 7 8

MSE = 0.25

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 12/30

Page 22: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Particle Swarm Optimization

Idea

Initialization

Best Known Positions (BKP)BKP ← Partitions the n tasks to m task blocksComputes fitness function F to the initial BKPF is the complexity difference between the most andleast loaded blocksInitializes Best Known Fitness (BKF) to F

Until a termination criterion is met

Performs the particles migration, based on randomparticle velocityRecomputes FIf F < BKF , updates BKF and BKP

Return BKP

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 13/30

Page 23: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Particle Swarm Optimization

Idea

Initialization

Best Known Positions (BKP)BKP ← Partitions the n tasks to m task blocksComputes fitness function F to the initial BKPF is the complexity difference between the most andleast loaded blocksInitializes Best Known Fitness (BKF) to F

Until a termination criterion is met

Performs the particles migration, based on randomparticle velocityRecomputes FIf F < BKF , updates BKF and BKP

Return BKP

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 13/30

Page 24: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Particle Swarm Optimization

Idea

Initialization

Best Known Positions (BKP)BKP ← Partitions the n tasks to m task blocksComputes fitness function F to the initial BKPF is the complexity difference between the most andleast loaded blocksInitializes Best Known Fitness (BKF) to F

Until a termination criterion is met

Performs the particles migration, based on randomparticle velocityRecomputes FIf F < BKF , updates BKF and BKP

Return BKP

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 13/30

Page 25: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Particle Swarm Optimization

Idea

Initialization

Best Known Positions (BKP)BKP ← Partitions the n tasks to m task blocksComputes fitness function F to the initial BKPF is the complexity difference between the most andleast loaded blocksInitializes Best Known Fitness (BKF) to F

Until a termination criterion is met

Performs the particles migration, based on randomparticle velocityRecomputes FIf F < BKF , updates BKF and BKP

Return BKP

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 13/30

Page 26: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Particle Swarm Optimization

Example

Termination criterion: max number of iterations of 1

Initialization:

7 1 8 3 BKF = F = 11

First iteration:

7 1 8 3 F = 5

As F < BKF , updates BKF and PKB

MSE = 6.25

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 14/30

Page 27: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Deterministic PSO (DPSO)

DPSO

PSO is non-deterministic

PSO depends on a random selection of velocity formoving particles

We propose the Deterministic PSO (DPSO)

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 15/30

Page 28: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Deterministic PSO (DPSO)

Idea

Partitions the n tasks to m task blocks

Until termination criterion is met

Finds the most overloaded block B+ and the leastunderloaded block B−

Sorts tasks within B+ based in their complexitiesAs far as a better balancing between B+ to B− is met

Moves tasks in order from B+ to B− (task migration)

Computes fitness function as complexity differencebetween B+ and B−

Returns best known blocks

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 16/30

Page 29: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Deterministic PSO (DPSO)

Why is DPSO deterministic?

Only moves tasks from B+ to B− (no random migration)

Sorts B+ tasks before task migration start

Insures optimal load balancing between B+ and B−

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 17/30

Page 30: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Deterministic PSO (DPSO)

Example

Termination criterion: max number of iterations of 1

Initialization:

B+ = 8 7 ,B− = 1 3 F = 11

First iteration:

Sorted B+ = 7 8 ,B− = 1 3

Task migration: B+ = 8 ,B− = 1 3 7 F = 3

MSE = 2.25

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 18/30

Page 31: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Outline

1 Motivation

2 Load Balancing Approaches

3 Evaluation

4 Conclusion and Future Work

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 19/30

Page 32: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Evaluation Setup

Orchid

The parallel task generation was based on Orchid

Orchid partitions the surface of the planet

A task is the comparison of all points in two partitions

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 20/30

Page 33: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Evaluation Setup

Datasets

1 5 synthetic geographic datasets

Polygons’ sizes varied from 1 to 10 points

2 3 real geographic datasets

NutsDBpediaLinkedGeoData

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 21/30

Page 34: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Evaluation Setup

Hardware

64-core server running OpenJDK 64-Bit Server 1.6.0 27on Ubuntu 12.04.2 LTS.

8 quad-core processor Intel(R) Core(TM) i7-3770 CPU @3.40 GHz with 8192 KB cache

Each experiment was assigned 20 GB of memory

PSO

PSO ran 5 times in each experiment and provide themean of the 5 runs

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 22/30

Page 35: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Orchid vs. Parallel Orchid

Goal

Evaluate the speedup gained by using parallel Orchid

For Nuts, PSO and DPSO up to 3 times faster

For LinkedGeoData, PSO and DPSO up to 10 times faster

2 4 8

Number of threads

0.0

0.1

0.2

0.3

0.4

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

Nuts runtime

2 4 8

Number of threads

1

10

100

1000

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

LinkedGeoData runtime

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 23/30

Page 36: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Orchid vs. Parallel Orchid

Goal

PSO and DPSO are capable of achieving superlinearperformance, as processor caches are faster than RAM

Greedy and pair-based fail to achieve even the run time ofthe normal Orchid, due to significant sorting time

2 4 8

Number of threads

0.0

0.1

0.2

0.3

0.4

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

Nuts runtime

2 4 8

Number of threads

1

10

100

1000

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

LinkedGeoData runtime

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 24/30

Page 37: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Parallel Load balancing Algorithms

Goals

Measure each algorithm runtime

Qualify each algorithm data distribution using MSE

2 4 8

Number of threads

0.0

0.1

0.2

0.3

0.4

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

Nuts runtime

2 4 8

Number of threads

1010

1011

1012

1013

MS

E

NaïveGreedyPairBasedPSODPSO

Nuts MSE

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 25/30

Page 38: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Parallel Load balancing Algorithms

Goals

Measure each algorithm runtime

Qualify each algorithm data distribution using MSE

2 4 8

Number of threads

0.0

0.1

1.0

10.0

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

DBpedia runtime

2 4 8

Number of threads

1011

1012

1013

MSE

NaïveGreedyPairBasedPSODPSO

DBpedia MSE

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 26/30

Page 39: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Parallel Load balancing Algorithms

Goals

Measure each algorithm runtime

Qualify each algorithm data distribution using MSE

2 4 8

Number of threads

1

10

100

1000

Tim

e (

min

.)

NaïveGreedyPairBasedPSODPSOOrchid

LinkedGeoData runtime

2 4 8

Number of threads

1009

1010

1011

MSE

NaïveGreedyPairBasedPSODPSO

LinkedGeoData MSE

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 27/30

Page 40: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Outline

1 Motivation

2 Load Balancing Approaches

3 Evaluation

4 Conclusion and Future Work

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 28/30

Page 41: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Conclusion and Future Work

Conclusion

Presented load balancing techniques for link discovery

Proposed deterministic PSO (DPSO)

Combined load balancing algorithms with Orchid

Evaluated on real and artificial datasets

Future Work

Enable splitting of one task over multiple processors

Implement a caching techniques

Study the combination of DPSO with other taskgeneration algorithms

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 29/30

Page 42: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Conclusion and Future Work

Conclusion

Presented load balancing techniques for link discovery

Proposed deterministic PSO (DPSO)

Combined load balancing algorithms with Orchid

Evaluated on real and artificial datasets

Future Work

Enable splitting of one task over multiple processors

Implement a caching techniques

Study the combination of DPSO with other taskgeneration algorithms

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 29/30

Page 43: Dpso -- An Optimization Approach for Load Balancing in Parallel Link Discovery

Motivation Load Balancing Approaches Evaluation Conclusion and Future Work

Thank You!

Questions?Mohamed Sherif

Augustusplatz 10D-04109 Leipzig

[email protected]://aksw.org/MohamedSherif

http://aksw.org/Projects/LIMES

#akswgroup

Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo — DPSO 30/30