Training Hybrid Human-Machine Computer Vision Classifiers
blog.cs.brown.edu
Training Hybrid Human-Machine Computer Vision Classifiers
1–5 of 5 posts
Re: Training Hybrid Human-Machine Computer Vision Classifiers
#2That said, this is very interesting. The real innovation here is the untrained humans feeding the expert system via simple visual identification. This requires a preestablished taxonomy to be defined, so you won't get any surprises, but it is perfect for any large scale classification that has fine differentiation (like biology).
Re: Training Hybrid Human-Machine Computer Vision Classifiers
#3Work on "human in the loop" classifiers have been around for a long time. That said, this is very interesting. The real innovation here is the untrained humans feeding the expert system via simple visual identification. This requires a preestablished taxonomy to be defined, so you won't get any surprises, but it is perfect for any large scale classification that has fine differentiation (like biology).
Re: Training Hybrid Human-Machine Computer Vision Classifiers
#4Work on "human in the loop" classifiers have been around for a long time. That said, this is very interesting. The real innovation here is the untrained humans feeding the expert system via simple visual identification. This requires a preestablished taxonomy to be defined, so you won't get any surprises, but it is perfect for any large scale classification that has fine differentiation (like biology).
I'm working on how to seed this system without defining the taxonomy in advance too. This would enable growing a library of classifiers that would eventually be able to do a huge number of fine-grained classification, without saying what those classifiers have to be beforehand. But setting up the taxonomy in advance makes it so you don't end up training two classifiers that do essentially the same thing.
For example, for the pocket square set, once there's a reasonable single cluster, could you randomly choose images (or ask "are these the same?") and ask what is different about the two images.
You may not get a formal taxonomy, but after enough of this, you could have something experts could work on. The problem, of course, is that without expert level insight, you'll get a lot of "that one is prettier".
Re: Training Hybrid Human-Machine Computer Vision Classifiers
#5Earlier quoted context omitted.
I'm working on how to seed this system without defining the taxonomy in advance too. This would enable growing a library of classifiers that would eventually be able to do a huge number of fine-grained classification, without saying what those classifiers have to be beforehand. But setting up the taxonomy in advance makes it so you don't end up training two classifiers that do essentially the same thing.
Just spitballing, could you do this by asking humans to differentiate two images that have been classified the same way? For example, for the pocket square set, once there's a reasonable single cluster, could you randomly choose images (or ask "are these the same?") and ask what is different about the two images. You may not get a formal taxonomy, but after enough of this, you could have something experts could work…
Something that might be cool is to have a step where the common people try to do the clustering, and an expert corrects them if they do something not useful. Then there'd be a back and forth between experts and crowd people. I haven't really thought that out though.