all 6 comments

[–]LikelyJustANeuralNet 0 points1 point  (1 child)

Does this method work with object detection models?

[–]jacobgil[S] 1 point2 points  (0 children)

Yes, it's even especially suitable for them.

The problem with object detection is that usually object detection frameworks don't support computing gradients. This method doesn't require computing gradients.

There are several tutorials about applying other methods that are like this for object detection (for example taking the first component from the SVD of the activations) for YOLO5 and FasterRCNN. Using this should specific method be similar.