CVLGIVFeb 27, 2020

Multiple Discrimination and Pairwise CNN for View-based 3D Object Retrieval

arXiv:2002.11977v12 citations
AI Analysis

This work addresses a domain-specific problem in computer vision for 3D object retrieval, offering incremental improvements by combining existing techniques like contrastive and contrastive-center loss with novel network modifications.

The authors tackled the problem of multi-view image selection and limited discriminative training in 3D object retrieval by proposing MDPCNN, which achieved significant performance improvements over state-of-the-art algorithms in large-scale experiments.

With the rapid development and wide application of computer, camera device, network and hardware technology, 3D object (or model) retrieval has attracted widespread attention and it has become a hot research topic in the computer vision domain. Deep learning features already available in 3D object retrieval have been proven to be better than the retrieval performance of hand-crafted features. However, most existing networks do not take into account the impact of multi-view image selection on network training, and the use of contrastive loss alone only forcing the same-class samples to be as close as possible. In this work, a novel solution named Multi-view Discrimination and Pairwise CNN (MDPCNN) for 3D object retrieval is proposed to tackle these issues. It can simultaneously input of multiple batches and multiple views by adding the Slice layer and the Concat layer. Furthermore, a highly discriminative network is obtained by training samples that are not easy to be classified by clustering. Lastly, we deploy the contrastive-center loss and contrastive loss as the optimization objective that has better intra-class compactness and inter-class separability. Large-scale experiments show that the proposed MDPCNN can achieve a significant performance over the state-of-the-art algorithms in 3D object retrieval.

Foundations

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

Your Notes