Skip to content

Integration with other libraries #167

@dxoigmn

Description

@dxoigmn

Right now MART does two things:

  1. There is a "outer" training loop that more-or-less executes the standard training loop that takes a model and fits/finds some parameters.
  2. There is an "inner" attack (training) loop that takes the same model and an input (with optional targets) and fits a perturbation to the model-input pair. This perturbation can then be composed with the input.

It would be nice to be able to take the 2nd part (attack generation loop) and use it in other libraries like https://github.com/openvinotoolkit/anomalib.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions