CVAIJun 16, 2021

PatchNet: Unsupervised Object Discovery based on Patch Embedding

arXiv:2106.08599v13 citations
Originality Incremental advance
AI Analysis

This addresses the problem of discovering frequent objects without supervision for computer vision applications, but it appears incremental as it builds on existing self-supervised and contrastive learning techniques.

The paper tackles unsupervised object discovery by training on random patches from 100-200 images using self-supervision, achieving effective results in finding multiple human faces and bodies from natural images.

We demonstrate that frequently appearing objects can be discovered by training randomly sampled patches from a small number of images (100 to 200) by self-supervision. Key to this approach is the pattern space, a latent space of patterns that represents all possible sub-images of the given image data. The distance structure in the pattern space captures the co-occurrence of patterns due to the frequent objects. The pattern space embedding is learned by minimizing the contrastive loss between randomly generated adjacent patches. To prevent the embedding from learning the background, we modulate the contrastive loss by color-based object saliency and background dissimilarity. The learned distance structure serves as object memory, and the frequent objects are simply discovered by clustering the pattern vectors from the random patches sampled for inference. Our image representation based on image patches naturally handles the position and scale invariance property that is crucial to multi-object discovery. The method has been proven surprisingly effective, and successfully applied to finding multiple human faces and bodies from natural images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes