Concept Hierarchies for Incremental and Active Learning
Project description
CHIA: Concept Hierarchies for Incremental and Active Learning
CHIA is a collection of methods and helper functions centered around hierarchical classification in a lifelong learning environment. It forms the basis for some of the experiments and tools developed at Computer Vision Group Jena.
Requirements
CHIA depends on:
- python-configuration ~= 0.7
- nltk ~= 3.5
- imageio ~= 2.6
- pillow ~= 7.1.0
- gputil ~= 1.4.0
- networkx ~= 2.4
- numpy ~= 1.18.5
- tensorflow-addons == 0.11.1
- tensorflow == 2.3.0
Optional dependencies:
- tables ~= 3.6.1
- pandas ~= 1.0.4
- sacred ~= 0.8.1
- pyqt5 ~= 5.15.0
- scikit-image ~= 0.17.2
- scikit-learn ~= 0.23.1
- scipy == 1.4.1
- matplotlib ~= 3.2.1
Installation
To install, simply run:
pip install chia
or clone this repository, and run:
pip install -U pip setuptools
python setup.py develop
We also include the shell script quick-venv.sh
, which creates a virtual environment and install CHIA for you.
Getting Started
To run the example experiment which makes sure that everything works, use the following command:
python examples/experiment.py examples/configuration.json
After a few minutes, the last lines of output should look like this:
[DEBUG] [ExceptionShroud]: Leaving exception shroud without exception
[SHUTDOWN] [Experiment] Successful: True
Citation
If you use CHIA for your research, kindly cite:
Brust, C. A., & Denzler, J. (2019, November). Integrating domain knowledge: using hierarchies to improve deep classifiers. In Asian Conference on Pattern Recognition (pp. 3-16). Springer, Cham.
You can refer to the following BibTeX:
@inproceedings{Brust2019IDK,
author = {Clemens-Alexander Brust and Joachim Denzler},
booktitle = {Asian Conference on Pattern Recognition (ACPR)},
title = {Integrating Domain Knowledge: Using Hierarchies to Improve Deep Classifiers},
year = {2019},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file chia-2.0rc12.tar.gz
.
File metadata
- Download URL: chia-2.0rc12.tar.gz
- Upload date:
- Size: 65.3 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.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c8e4a6ef605cbf24613cf20a746f962ff44296e7bf949ca9e874d8f8901f274 |
|
MD5 | cf07baf3c9928314be8a4822801eecdf |
|
BLAKE2b-256 | 8f8ba87388ffe16d6ac820fb7348fef731a4b1d02944d9a5175e67ed26c7004e |
File details
Details for the file chia-2.0rc12-py3-none-any.whl
.
File metadata
- Download URL: chia-2.0rc12-py3-none-any.whl
- Upload date:
- Size: 85.9 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.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 031cdea3fb6ed9b2f6d28d63c8600e1c53ffe7bef95869b9341db4c7f84c7f77 |
|
MD5 | c886dbff0b371a7163eaabf07567cfd3 |
|
BLAKE2b-256 | 3a7d190c6f5e7c1ca0d2f1cb79ed12818cde8a979094ab396c5fb67b591d9bd7 |