ClipRCNN: Tiny text-guided zero-shot object detector

Follow the full discussion on Reddit.
We propose a new tiny architecture of zero-shot object detector inspired by the classical R-CNN object detector, named ClipRCNN. How it works: 1) First, we should generate region proposals. So, as we need a class agnostic region proposals generator, we chose a classical algorithm named Selective Search instead of any modern pre-trained object detection networks. This step is similar to proposal generation in R-CNN network. 2) After, we compute CLIP loss between each proposal and all user's prompts (texts and images). 3) Last, we return top k best proposals (with minimum CLIP loss) as a prediction of the ClipRCNN model.

Comments

There's unfortunately not much to read here yet...

Discover the Best of Machine Learning.

Ever having issues keeping up with everything that's going on in Machine Learning? That's where we help. We're sending out a weekly digest, highlighting the Best of Machine Learning.

Join over 900 Machine Learning Engineers receiving our weekly digest.

Best of Machine LearningBest of Machine Learning

Discover the best guides, books, papers and news in Machine Learning, once per week.

Twitter