Distributed Multi-Task Learning for Sensor Network

Abstract

A sensor in a sensor network is expected to be able to make prediction or decision utilizing the models learned from the data observed on this sensor. However, in the early stage of using a sensor, there may be not a lot of data available to train the model for this sensor. A solution is to leverage the observation data from other sensors which have similar conditions and models with the given sensor. We thus propose a novel distributed multi-task learning approach which incorporates neighborhood relations among sensors to learn multiple models simultaneously in which each sensor corresponds to one task. It may be not cheap for each sensor to transfer the observation data from other sensors; broadcasting the observation data of a sensor in the entire network is not satisfied for the reason of privacy protection; each sensor is expected to make real-time prediction independently from neighbor sensors. Therefore, this approach shares the model parameters as regularization terms in the objective function by assuming that neighbor sensors have similar model parameters. We conduct the experiments on two real datasets by predicting the temperature with the regression. They verify that our approach is effective, especially when the bias of an independent model which does not utilize the data from other sensors is high such as when there is not plenty of training data available.

Cite

Text

Li et al. "Distributed Multi-Task Learning for Sensor Network." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2017. doi:10.1007/978-3-319-71246-8_40

Markdown

[Li et al. "Distributed Multi-Task Learning for Sensor Network." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2017.](https://mlanthology.org/ecmlpkdd/2017/li2017ecmlpkdd-distributed/) doi:10.1007/978-3-319-71246-8_40

BibTeX

@inproceedings{li2017ecmlpkdd-distributed,
  title     = {{Distributed Multi-Task Learning for Sensor Network}},
  author    = {Li, Jiyi and Arai, Tomohiro and Baba, Yukino and Kashima, Hisashi and Miwa, Shotaro},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2017},
  pages     = {657-672},
  doi       = {10.1007/978-3-319-71246-8_40},
  url       = {https://mlanthology.org/ecmlpkdd/2017/li2017ecmlpkdd-distributed/}
}