this post was submitted on 17 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

Hello,

So, i am working on a bit of a complex problem where I want to detect faults of a system using sensors data including cameras.

Since i only need two states pass / fail as output, I directed my attention to contrastive learning (specificlly self-supervised) version of it.

I am currently facing a challenge in defining the positive and negative pairs for training. In principle, I should use the image and its augmented versions as +ve pairs and the image and all other images as -ve. However, this is problematic as the other images may not be dissimilar.

So, any suggestions on how to tackle this problem ?

Thanks

top 2 comments
sorted by: hot top controversial new old
[โ€“] OrganicCriticism6232@alien.top 1 points 11 months ago (1 children)

Don't think it matters. If there is any difference the encoder will be tuned to it.

[โ€“] SandMan1320@alien.top 1 points 11 months ago

You mean that even if the pairs are inaccurate.. the network will handle that during tunning ?