Giter VIP home page Giter VIP logo

odeal's Introduction

Ocean Data Quality Assessment through Outlier Detection-enhanced Active Learning (ODEAL)

Ocean and climate research benefits from global ocean observation initiatives such as Argo, GLOSS, and EMSO. The Argo network, dedicated to ocean profiling, generates a vast volume of observatory data. However, data quality issues from sensor malfunctions and transmission errors necessitate stringent quality assessment. Existing methods, including machine learning, fall short due to limited labeled data and imbalanced datasets. To address these challenges, we propose an ODEAL framework for ocean data quality assessment, employing AL to reduce human experts' workload in the quality assessment workflow and leveraging outlier detection algorithms for effective model initialization. We also conduct extensive experiments on five large-scale realistic Argo datasets to gain insights into our proposed method, including the effectiveness of AL query strategies and the initial set construction approach. The results suggest that our framework enhances quality assessment efficiency by up to 465.5% with the uncertainty-based query strategy compared to random sampling and minimizes overall annotation costs by up to 76.9% using the initial set built with outlier detectors.

Download data

Download the data from https://surfdrive.surf.nl/files/index.php/s/smVrIQWL5uoafAX and place it at data/original_data/Atlantic_2019_03.

Environment setup

pip install -r requirements.txt

Folder explanation

  • preprocessing module: preprocess argo data, split training and test subsets. The execution order is as follows:
    1. argo_preprocessing.ipynb: Drop NAN, normalization, etc.
    2. train_test_split.ipynb: Split train, val and test subsets
    3. initial_unlabeled_split.ipynb: Split initial and unlabeled subsets
  • classification module: offline classification without AL
  • active_learning module: AL
    1. pool_based.ipynb: Pool-based AL using different classifiers
  • visualization module: Visualize argo data

Citation

If you use the codes in this repository, please cite our paper:

Li, Na and Qi, Yiyang and Xin, Ruyue and Zhao, Zhiming. "Ocean Data Quality Assessment through Outlier Detection-enhanced Active Learning." 2023 IEEE International Conference on Big Data (Big Data). IEEE Computer Society, 2023.
@inproceedings{li2023ocean,
  title={Ocean Data Quality Assessment through Outlier Detection-enhanced Active Learning},
  author={Li, Na and Qi, Yiyang and Xin, Ruyue and Zhao, Zhiming},
  booktitle={2023 IEEE International Conference on Big Data (Big Data)},
  pages={1--1},
  year={2023},
  organization={IEEE Computer Society}
}

odeal's People

Contributors

nali001 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.