I'm looking for a neural network model that can extract useful information from an image. Here "useful" is arbitrarily defined by the user based on some specific task the autoencoder needs to be optimized for.
I'm very new to the field, and I know autoencoders are typically optimized to retain as much of the original information as possible. But would it make sense to modify the loss function to optimize an autoencoder to only save information that is relevant for the task at hand? Or would I be better off using a different kind of model?