Skip to main content

Synbols: Probing Learning Algorithms with Synthetic Datasets

Project description

#Synbols

Probing Learning Algorithms with Synthetic Datasets

License CircleCI Documentation Status

Synbols

Progress in the field of machine learning has been fueled by the introduction of benchmark datasets pushing the limits of existing algorithms. Enabling the design of datasets to test specific properties and failure modes of learning algorithms is thus a problem of high interest, as it has a direct impact on innovation in the field. In this sense, we introduce Synbols — Synthetic Symbols — a tool for rapidly generating new datasets with a rich composition of latent features rendered in low resolution images. Synbols leverages the large amount of symbols available in the Unicode standard and the wide range of artistic font provided by the open font community. Our tool's high-level interface provides a language for rapidly generating new distributions on the latent features, including various types of textures and occlusions. To showcase the versatility of Synbols, we use it to dissect the limitations and flaws in standard learning algorithms in various learning setups including supervised learning, active learning, out of distribution generalization, unsupervised representation learning, and object counting.

[paper]

Installation

The easiest way to install Synbols is via PyPI. Simply run the following command:

pip install synbols

Software dependencies

Synbols relies on fonts and system packages. To ensure reproducibility, we provide a Docker image with everything preinstalled. Thus, the only dependency is Docker (see here to install).

Usage

Using predefined generators

$ synbols-datasets --help
$ synbols-datasets --dataset=some-large-occlusion --n_samples=1000 --seed=42

Generating some-large-occlusion dataset. Info: With probability 20%, add a large occlusion over the existing symbol.
Preview generated.
 35%|############################2                                                   | 353/1000 [00:05<00:10, 63.38it/s]

Defining your own generator

Examples of how to create new datasets can be found in the examples directory.

def translation(rng):
    """Generates translations uniformly from (-2, 2), going outside of the box."""
    return tuple(rng.uniform(low=-2, high=2, size=2))


# Modifies the default attribute sampler to fix the scale to a constant and the (x,y) translation to a new distribution
attr_sampler = basic_attribute_sampler(scale=0.5, translation=translation)

generate_and_write_dataset(dataset_path, attr_sampler, n_samples)

To generate your dataset, you need to run your code in the Synbols runtime environment. This is done using the synbols command as follows:

synbols mydataset.py --foo bar

Launch the example notebook

We provide an example Jupyter notebook in the examples directory. To run this notebook, first download it locally and run the following command at the notebook's location:

synbols-jupyter

This will launch jupyter notebook in the Synbols runtime environment and allow you to access it via your browser.

Contact

For any bug or feature requests, please create an issue.

Project details


Download files

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

Source Distribution

synbols-0.1.2.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

synbols-0.1.2-py3-none-any.whl (28.4 kB view details)

Uploaded Python 3

File details

Details for the file synbols-0.1.2.tar.gz.

File metadata

  • Download URL: synbols-0.1.2.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.6

File hashes

Hashes for synbols-0.1.2.tar.gz
Algorithm Hash digest
SHA256 dbf90c7231cd31ffa1aa13edd59185048fd95dfb042b682375fa13ab5e986be2
MD5 3c19e2459152812809f18d9c1c2de613
BLAKE2b-256 3374cce021f238f6b10a2a7008c493e84e0ab8db3d2f7e40f1ae6088fce2fed7

See more details on using hashes here.

File details

Details for the file synbols-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: synbols-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 28.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.6

File hashes

Hashes for synbols-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a8b567a7cdcbe0837ac0d4e66fa792786828838dcf532f8150eda6b3cf791cf9
MD5 10287d97bea0de1faaed290fcf312c56
BLAKE2b-256 3616008cb595a5256e5fcd038f89c069f99af1cb6a5ad8b40eeac7a57cffbea8

See more details on using hashes here.

Supported by

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