paper-with-me

Papers

Unsupervised Semantic Aggregation and Deformable Template Matching for Semi-Supervised Learning

2020-10-12 · NeurIPS 2020 12 · Tao Han, Junyu Gao, Yuan Yuan, Qi Wang

Unlabeled data learning has attracted considerable attention recently. However, it is still elusive to extract the expected high-level semantic feature with mere unsupervised learning. In the meantime, semi-supervised learning (SSL) demonstrates a promising future in leveraging few samples. In this paper, we combine both to propose an Unsupervised Semantic Aggregation and Deformable Template Matching (USADTM) framework for SSL, which strives to improve the classification performance with few labeled data and then reduce the cost in data annotating. Specifically, unsupervised semantic aggregation based on Triplet Mutual Information (T-MI) loss is explored to generate semantic labels for unlabeled data. Then the semantic labels are aligned to the actual class by the supervision of labeled data. Furthermore, a feature pool that stores the labeled samples is dynamically updated to assign proxy labels for unlabeled data, which are used as targets for cross-entropy minimization. Extensive experiments and analysis across four standard semi-supervised learning benchmarks validate that USADTM achieves top performance (e.g., 90.46$\%$ accuracy on CIFAR-10 with 40 labels and 95.20$\%$ accuracy with 250 labels). The code is released at https://github.com/taohan10200/USADTM.

📄 PDF Abstract BibTeX arXiv:2010.05517

Code (1)

taohan10200/USADTM 공식 구현 pytorch

Tasks

Template MatchingTriplet

Similar Papers 제목 키워드 기반

DTM: Deformable Template Matching

2016-04-12 · Hyungtae Lee, Heesung Kwon, Ryan M. Robinson, William D. Nothwang

A novel template matching algorithm that can incorporate the concept of deformable parts, is presented in this paper. Unlike the deformable part model (DPM) employed in object recognition, the proposed template-matching …

Object RecognitionTemplate Matching

Template Matching with Deformable Diversity Similarity

2016-12-07 · CVPR 2017 7 · Itamar Talmi, Roey Mechrez, Lihi Zelnik-Manor

We propose a novel measure for template matching named Deformable Diversity Similarity -- based on the diversity of feature matches between a target image window and the template. We rely on both local appearance and geo…

DiversityTemplate Matching

Template Matching Advances and Applications in Image Analysis

2016-10-23 · Nazanin Sadat Hashemi, Roya Babaie Aghdam, Atieh Sadat Bayat Ghiasi, Parastoo Fatemi

In most computer vision and image analysis problems, it is necessary to define a similarity measure between two or more different objects or images. Template matching is a classic and fundamental method used to score sim…

Decision MakingImage RegistrationMedical Image Analysisobject-detection+3

Dense image registration and deformable surface reconstruction in presence of occlusions and minimal texture

2015-03-11 · ICCV 2015 12 · Dat Tien Ngo, Sanghuyk Park, Anne Jorstad, Alberto Crivellaro 외

Deformable surface tracking from monocular images is well-known to be under-constrained. Occlusions often make the task even more challenging, and can result in failure if the surface is not sufficiently textured. In thi…

3D ReconstructionImage RegistrationSurface ReconstructionTemplate Matching

Deforming Autoencoders: Unsupervised Disentangling of Shape and Appearance

2018-06-18 · ECCV 2018 9 · Zhixin Shu, Mihir Sahasrabudhe, Alp Guler, Dimitris Samaras 외

In this work we introduce Deforming Autoencoders, a generative model for images that disentangles shape from appearance in an unsupervised manner. As in the deformable template paradigm, shape is represented as a deforma…

Unsupervised Facial Landmark Detection