Captum: On custom architecture

Created on 7 Jan 2020  路  5Comments  路  Source: pytorch/captum

@orionr @zpao @asmeurer @asuhan @kostmo great work by the team , this is what i was looking for , i have few queries .

  1. can captum used be used for architectures like object detection and semantic segmentation
  2. would i be able to see the intermediate learnings during training

Most helpful comment

@vivekmig is working on some examples for segmentation and detection. Hopefully he can give details soon!

All 5 comments

Hi @abhigoku10 - good questions!

We haven't really used the library for detection / segmentation or other non-classification tasks yet, but definitely something we're curious about and want to explore more. @bilalsal (or @NarineK and @vivekmig) might have some thoughts here, but you could maybe attribute back on a per-pixel basis of the output (heat mask, segmentation, etc) to start. Regions (with thresholds) is probably want you'd want to try next.

For intermediate results, you definitely should be able to run attribution at anytime during the training loop. We generally use it for trained models, but I don't think there's anything stopping you from using it periodically every couple of epochs.

Let us know if you try it and have any issues!

@orionr any updated on this issue??

@vivekmig is working on some examples for segmentation and detection. Hopefully he can give details soon!

@orionr Hi, are there any updates on segmentation and detection examples?

Hi @austinmw , yes, we now have a tutorial on segmentation available here!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rmcavoy picture rmcavoy  路  4Comments

mainulquraishi picture mainulquraishi  路  4Comments

berleon picture berleon  路  4Comments

zwacke picture zwacke  路  5Comments

kmario23 picture kmario23  路  4Comments