Skip to content

Interp Vis Helpers #20

@shahbuland

Description

@shahbuland

Want to add some interpretability helpers for visualizing what different models are doing
In order of priority/value. You can probably use channel-wise PCA for most of these

  1. Visualizer of latents to see activations and heatmap of values
  2. Visualizer of discriminator detections for what it is seeing as fake/real (I think there is a gradient based way of doing this)
  3. Visualizer of feature maps at various stages in encoder/decoder (can do hooks for this)

Code for this should ideally go under owl_vaes/interp/...
I can help add the visualizations to the trainers after they've been implemented.
Refer to train and any trainer to load models for your test cases.
Feel free to message me for a checkpoint, though you could just use some diffusers checkpoint for debuggings sake.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions