Giter Site home page Giter Site logo

gocc's Introduction

GoCC

Multiple Cooperative Task Allocation on Group-oriented Cooperative Crowdsensing

GoCC Algorithm

It is an open-source MATLAB code that can be used to handle Group-oriented Cooperative Crowdsensing for Multiple Cooperative Task Allocation, which contains four MATLAB files, namely main.m, Leader_Selector.m, Group_Formation.m and Group_based_Cooperator_Selection.m respectively, and one dataset file, i.e., Gowalla_edges.txt, for test.

GoCC Overview

We consider the problem of Multiple Cooperative Task Allocation (MCTA) in social mobile crowdsensing, in which each task requires a specific amount of users to cooperatively accomplish. GoCC (Group-oriented Cooperative Crowdsensing) approach is proposed to solve the MCTA problem. The general framework of GoCC consists of three main phases:

Phase 1 Leader Initialization โ€”> Phase 2 Group Formation โ€”> Phase 3 Task Allocation, where these phases correspond to the Matlab files Leader_Selector.m, Group_Formation.m and Group_based_Cooperator_Selection.m, respectively.

GoCC first selects top-K influential nodes on the social network as initial leaders via the function of Leader_Selector in Leader_Selector.m file.

Then, GoCC makes the top-K leaders as leaders searching for their neighbors (from the perspective of social cost and communication cost) in the social network to form candidate groups for the tasks. It can be achieved by using the Group_Formation function in Group_Formation.m file.

Finally, GoCC first allocates a primary group from the perspective of social cost and communication cost to take charge of the tasks. Subsequently, the cooperative groups are needed if the primary group cannot complete the tasks independently. Its MATLAB code can be found in Group_based_Cooperator_Selection.m file.

Test

We also provide the experiment setup, including performance metrics, parameter settings, etc. All of them can be found in main.m file. For example, the performance metrics includes Task Coverage, Total Cost, Average Pairwise Communication Cost and Running Time. Besides, four parameters are varied in the tests to simulate different MCTA scenarios, including community size, user scale, task scale, and task threshold.

Dataset

The used dataset is a copy of the Gowalla dataset, i.e., Gowalla_edges.txt, published in http://snap.stanford.edu/data/loc-Gowalla.html

Development

To setup the development environment, you can directly open GoCC algorithm in MATLAB R2016a. If you have further questions, please contact us.

gocc's People

Contributors

zhlu007 avatar

Stargazers

Zhenpeng Zhou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.