Skip to content
Discussion options

You must be logged in to vote

If you want to stick to PADIM you can:

  • Exchange the underlying feature-extractor (EfficientNets have less features than ResNets for example)
  • Reduce the number of "layers" where you extract the features from
  • Reduce the dimensionality (increase random subsampling rate) of your feature space

If you want to code/implement some stuff, you can:

  • "Tie" the covariance matrix across spatial locations, which drastically reduces the memory requirement (see paper here)
  • Perform "nPCA" or alternatively "Semi-Orthogonal" projection for a more-prinicpled dimensionality reduction

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@lorenzomammana
Comment options

@ORippler
Comment options

@lorenzomammana
Comment options

Answer selected by djdameln
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SilverStarCoder
Comment options

Comment options

You must be logged in to vote
4 replies
@ORippler
Comment options

@lweggartner
Comment options

@ORippler
Comment options

@lweggartner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #411 on July 11, 2022 13:34.