Hacker News new | ask | show | jobs
by pietro72ohboy 1512 days ago
Both approaches are correct. The parent is talking about Ablation based importance attribution whereas you’re using gradients to assign importance.

Your approach will compute pixel importance in a single step whereas ablation based approaches generally need many passes.

1 comments

> Your approach will compute pixel importance in a single step

How do you address the vanishing gradient problem?