Skip to main content

Data-centric identification of in-distribution incongruous examples

Project description

Data-SUITE: Data-centric identification of in-distribution incongruous examples

arXiv License: MIT

image

This repository contains the implementation of Data-SUITE, a "Data-Centric AI" framework to identify in-distribution incongruous data examples.

DATA-SUITE leverages copula modeling, representation learning, and conformal prediction to build feature-wise confidence interval estimators based on a set of training instances. The copula modeling is optional, but allows a nice property of not needing access to real training data after the initial stages or to augment smaller datasets when needed.

These estimators can be used to evaluate the congruence of test instances with respect to the training set, to answer two practically useful questions:

(1) which test instances will be reliably predicted by a model trained with the training instances?

(2) can we identify incongruous regions of the feature space so that data owners understand the data's limitations or guide future data collection?

For more details, please read our ICML 2022 paper: 'Data-SUITE: Data-centric identification of in-distribution incongruous examples'.

Installation

  1. Clone the repository
  2. Create a new virtual environment with Python 3.7, 3.8 or 3.9. e.g:
    virtualenv ds_env
  1. Run the following command from the repository directory:
pip install -r requirements.txt
  1. Two libraries for benchmarks (alibi-detect and aix360) have conflicting requirements for tensorflow. This can be circumvented by running the below. If this doesn't resolve the issue manually install the two packages in requirements-no-deps.txt using pip.
pip install --no-deps -r requirements-no-deps.txt

NOTE: It is now also possible to also install this repo from source or pypi. This is done in the following ways.

  1. From inside the repo you can run:
pip install .

or from anywhere run

pip install data_suite

This installs the minimum number of packages to run data_suite.

  1. If you wish to run benchmarks, please install with the benchmarks extra with:
pip install data_suite[benchmarks]
  1. If you wish to run contribute and adhere to the coding style, please install with the contribute extra with:
pip install data_suite[contribute]

Getting started

image

We provide two tutorial notebooks to illustrate the usage of Data-SUITE, with an example on synthetic data.

These notebooks can be found in the /tutorial folder.

  1. tutorial_simple.ipynb
  • Provides a simple object-oriented (OO) interface to use Data-SUITE with simple fit & predict options.
  1. tutorial_detailed.ipynb
  • Provides a more detailed look at the inner workings of Data-SUITE.

Both tutorials achieve the same objective, to get started with Data-SUITE.

Data-SUITE with synthetic & real-data

We also provide code to run Data-SUITE on public datasets. This includes the synthetic data experiments, as well as, the publicly available real-world datasets.

A variety of jupyter notebooks are provided for this purpose. They are contained in the notebooks folder of the repo.

For ease of usage we have provided bash scripts to execute the notebooks via Papermill. The results for all the different experiments/analysis for the datasets are then stored in their specific /results folder. These include dataframes of metrics, figures, etc.

These bash scripts are contained in the /scripts folder.

  1. Synthetic data:

The synthetic data experiment uses Weights and Biases - wandb to log results over the various runs.

Your specific wandb credentials should be added to: notebooks/synthetic_pipeline.ipynb

Thereafter one can run from the main dir:

bash scripts/synthetic_pipeline.sh

Once the experiment has completed all results are logged to wandb. Note this run might take quite some time. One can then download the .csv of logged results from wandb and place it in the /artifacts folder as synthetic_artifacts.csv.

Since the experiment can take quite long, we have provided an artifact synthetic_artifacts.csv obtained from wandb.

synthetic_artifacts.csv can then be processed processed to obtain the desired metrics & plots:

For this run from the main dir:

bash scripts/process_synthetic.sh

All results will then be written to /results/synthetic

  1. Real data:

To run the public real-world datasets one simply needs to run, for example, from the main dir:

bash scripts/run_adult.sh

OR

bash scripts/run_electric.sh

All results from the different main paper & appendix experiments will be written to the /results folder. These include dataframes for tables of metrics, figures, etc.

The real world dataset notebooks can also serve as inspiration for usage on one's own data.

Citing

If you use this code, please cite the associated paper:

@inproceedings
{seedat2022data,
title={Data-SUITE: Data-centric identification of in-distribution incongruous examples},
author={Seedat, Nabeel and Crabbe, Jonathan and van der Schaar, Mihaela},
journal={arXiv preprint arXiv:2202.08836},
year={2022}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

data_suite-0.2.0-py3-none-macosx_10_14_x86_64.whl (33.5 kB view details)

Uploaded Python 3macOS 10.14+ x86-64

data_suite-0.2.0-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

Details for the file data_suite-0.2.0-py3-none-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for data_suite-0.2.0-py3-none-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 16eaa3416caa7fd2b29a3cf929e1029815ecbd5bebd6973f0a137f007bef1291
MD5 69c1f28c8da1a315bdc21b6089321451
BLAKE2b-256 a28b07a57e0455972b63fdf726256e547a873254e5ffbd1590af855598c18632

See more details on using hashes here.

File details

Details for the file data_suite-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: data_suite-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 33.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.2

File hashes

Hashes for data_suite-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7940bb34222022ce050d646ae09a52d917eb25252cc7c9484d722581cfc61b05
MD5 48c5f03ef9c7f04f5b20c5b0fd2b291a
BLAKE2b-256 3b91473d7ad556ca271eb73f64fa099713934a2c86ce29fee431e2280491abe2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page