Orienfish / AQI-deploy

[CODES+ISSS 2020/TCAD 2020] Sensor deployment optimization subject to maintenance budget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AQI-deploy

This repo contains the implementation for paper

Optimizing Sensor Deployment and Maintenance Costs in Large-Scale Environmental Monitoring

Xiaofan Yu, Kazim Ergun, Ludmila Cherkasova, Tajana Šimunić Rosing.

CODES+ISSS 2020. Published in TCAD 2020.

Getting Started

Test environment: MATLAB R2019b/R2020a.

Note: Need the Curve Fitting Toolbox for the fit function. Need the Bioinformatics Toolbox for the graphminspantree function.

The tutorial.m will walk you through all of our algorithms on the small dataset.

File Structure

.
├── LICENSE
├── README.md     // this file
├── SFO           // the SFO toolbox by Krause et al. from FileExchange
├── alg           // our algorithms
├── data-large    // large dataset around LA after preprocess
├── data-small    // small dataset around SD after preprocess
├── exp           // scripts to run experiments
├── gp            // sensing quality library based on Gaussian Process
├── libs          // general library
├── lldistkm      // distance calculation library from FileExchange
├── mlibs         // maintenance cost library
└── tutorial.m

Available Algorithms

For PSO and ABC, we devise the cost function for our sensor deployment problem in ./alg/CostFunction.m.

Citation

If you found the codebase useful, please consider citing

@article{yu2020optimizing,
  title={Optimizing Sensor Deployment and Maintenance Costs for Large-Scale Environmental Monitoring},
  author={Yu, Xiaofan and Ergun, Kazim and Cherkasova, Ludmila and Rosing, Tajana {\v{S}}imuni{\'c}},
  journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
  volume={39},
  number={11},
  pages={3918--3930},
  year={2020},
  publisher={IEEE}
}

License

MIT

About

[CODES+ISSS 2020/TCAD 2020] Sensor deployment optimization subject to maintenance budget.

License:MIT License


Languages

Language:MATLAB 81.7%Language:HTML 18.3%