top | item 39833021

(no title)

CryptoNoNo | 1 year ago

Your example is really simple to fix.

Just add another model asking it if there are shoes visible or not.

discuss

order

PaulHoule|1 year ago

That's the right track but you have to go a little further.

You probably need to segment out the feet and then have a model that just looks at the feet. Just throwing out images without feet isn't going to tell the system that it is only supported to look at the feet. And even if you do that, there is also the inconvenient truth that a system that looks at everything else could still beat a "proper" model because there are going to be cases where the view of the feet is not so good and exploiting the bias is going to help.

This weekend I might find the time to mate my image sorter to a CLIP-then-classical-ML classifier and I'll see how good it does. I expect it to do really well on "indoors vs outdoors" but would not expect it to do well on shoes (other than by cheating) unless I put a lot of effort into something better.