paper-with-me

홈 › Papers

Revisiting Pose-Normalization for Fine-Grained Few-Shot Recognition

2020-04-01 · CVPR 2020 6 · Luming Tang, Davis Wertheimer, Bharath Hariharan

Few-shot, fine-grained classification requires a model to learn subtle, fine-grained distinctions between different classes (e.g., birds) based on a few images alone. This requires a remarkable degree of invariance to pose, articulation and background. A solution is to use pose-normalized representations: first localize semantic parts in each image, and then describe images by characterizing the appearance of each part. While such representations are out of favor for fully supervised classification, we show that they are extremely effective for few-shot fine-grained classification. With a minimal increase in model capacity, pose normalization improves accuracy between 10 and 20 percentage points for shallow and deep architectures, generalizes better to new domains, and is effective for multiple few-shot algorithms and network backbones. Code is available at https://github.com/Tsingularity/PoseNorm_Fewshot

📄 PDF Abstract BibTeX arXiv:2004.00705

Code (1)

Tsingularity/PoseNorm_Fewshot 공식 구현 pytorch

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Revisiting Learnable Affines for Batch Norm in Few-Shot Transfer Learning

2022-01-01 · CVPR 2022 1 · Moslem Yazdanpanah, Aamer Abdul Rahman, Muawiz Chaudhary, Christian Desrosiers 외

Batch Normalization is a staple of computer vision models, including those employed in few-shot learning. Batch Normalization layers in convolutional neural networks are composed of a normalization step, followed by …

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningTransfer Learning

Hierarchical Normalization for Robust Monocular Depth Estimation

2022-10-18 · Chi Zhang, Wei Yin, Zhibin Wang, Gang Yu 외

In this paper, we address monocular depth estimation with deep neural networks. To enable training of deep monocular estimation models with various sources of datasets, state-of-the-art methods adopt image-level normaliz…

Depth EstimationMonocular Depth Estimation

One-Shot Fine-Grained Instance Retrieval

2017-07-04 · Hantao Yao, Shiliang Zhang, Yongdong Zhang, Jintao Li 외

Fine-Grained Visual Categorization (FGVC) has achieved significant progress recently. However, the number of fine-grained species could be huge and dynamically increasing in real scenarios, making it difficult to recogni…

Fine-Grained Visual CategorizationImage RetrievalRetrieval

SimpleShot: Revisiting Nearest-Neighbor Classification for Few-Shot Learning

2019-11-12 · Yan Wang, Wei-Lun Chao, Kilian Q. Weinberger, Laurens van der Maaten

Few-shot learners aim to recognize new object classes based on a small number of labeled training examples. To prevent overfitting, state-of-the-art few-shot learners use meta-learning on convolutional-network features a…

Few-Shot Image ClassificationFew-Shot LearningGeneral ClassificationMeta-Learning

Revisiting Batch Norm Initialization

2021-10-26 · Jim Davis, Logan Frank

Batch normalization (BN) is comprised of a normalization component followed by an affine transformation and has become essential for training deep neural networks. Standard initialization of each BN in a network sets the…