Skip to main content

Taylorcoefficient Analysis for pytorch models

Project description

Taylorcoefficient Analysis for PyTorch modules

This is a pytorch implementation of the Paper "Identifying the relevant dependencies of the neural network response on characteristics of the input space" (S. Wunsch, R. Friese, R. Wolf, G. Quast).

As explained in the paper, the method computes the taylorcoefficients of a taylored model function.

The analysis of taylorcoefficients is the optimal method to identify not only first order feature importance, but also higher order importance (i.e. the importance of combined features).

This module can be applied to any differentiable pytorch model.

Installation

pip install git+https://gitlab.etp.kit.edu/lsowa/tayloranalysis.git

Usage

Import tayloranalysis

import tayloranalysis as ta

Wrap either an already initialized PyTorch class instance or the class itself to extend it with the tayloranalysis functionality.

model = ...
model = extend_model(model)

Compute taylorcoefficients: for example $<t_{0}>$, $<t_{0,1}>$ for a given sample x_test. Here you can also pass a reduction function to summarize the TCs, which are computed based on the tctensor x_test

combinations = [(0,), (0,1)]
x_test = torch.randn(#batch, #features)
forwards_kwargs = {"x": x_test, "more_inputs": misc}

tc_dict = model.get_tc(forward_kwargs_tctensor_key="x",
                        tc_idx_list=combinations, 
                        reduce_func=torch.mean,)

The output in this example is a dict containing the taylorcoefficients $<\mathrm{TC}{0}>$, $<\mathrm{TC}{0,1}>$.

Maximal flexibility

This package is designed in a way to allow for maximal flexibility. While the reduction function has to be specified (e.g. mean, median, absolute values etc.) the visualization is up to the user. At this point you should have a look at our example.

Authors

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

tayloranalysis-0.2.7.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

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

tayloranalysis-0.2.7-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

Details for the file tayloranalysis-0.2.7.tar.gz.

File metadata

  • Download URL: tayloranalysis-0.2.7.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.8.20 Linux/4.18.0-553.32.1.el8_10.x86_64

File hashes

Hashes for tayloranalysis-0.2.7.tar.gz
Algorithm Hash digest
SHA256 51e868c31df362e5a2462c44528c4bc2ce58c472936a22e82d2b8960628b3176
MD5 a99a60a2106a06734730ae83c0dd466d
BLAKE2b-256 3bca4ae1424b4302e584b5809b96e27a73e8b4114f05feaf804bd2c3267877cb

See more details on using hashes here.

File details

Details for the file tayloranalysis-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: tayloranalysis-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 22.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.8.20 Linux/4.18.0-553.32.1.el8_10.x86_64

File hashes

Hashes for tayloranalysis-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 fc5831afc1b3b391a3efd8d43ae536a39d7029327bf86ee48d6f5f0f367d3823
MD5 0c83743df977a5cf831275847b680ef0
BLAKE2b-256 ed8b84dbae35e7317bd10fb803b623bfd3a5a40562cf044f12d02073da753239

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