SOTAVerified

Clustered-patch Element Connection for Few-shot Learning

2023-04-20Code Available0· sign in to hype

Jinxiang Lai, Siqian Yang, JunHong Zhou, Wenlong Wu, Xiaochen Chen, Jun Liu, Bin-Bin Gao, Chengjie Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Weak feature representation problem has influenced the performance of few-shot classification task for a long time. To alleviate this problem, recent researchers build connections between support and query instances through embedding patch features to generate discriminative representations. However, we observe that there exists semantic mismatches (foreground/ background) among these local patches, because the location and size of the target object are not fixed. What is worse, these mismatches result in unreliable similarity confidences, and complex dense connection exacerbates the problem. According to this, we propose a novel Clustered-patch Element Connection (CEC) layer to correct the mismatch problem. The CEC layer leverages Patch Cluster and Element Connection operations to collect and establish reliable connections with high similarity patch features, respectively. Moreover, we propose a CECNet, including CEC layer based attention module and distance metric. The former is utilized to generate a more discriminative representation benefiting from the global clustered-patch features, and the latter is introduced to reliably measure the similarity between pair-features. Extensive experiments demonstrate that our CECNet outperforms the state-of-the-art methods on classification benchmark. Furthermore, our CEC approach can be extended into few-shot segmentation and detection tasks, which achieves competitive performances.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)RePRI (CECE-T,ResNet-50)Mean IoU38.1Unverified
COCO-20i (1-shot)RePRI (CECE-M,ResNet-50)Mean IoU38.3Unverified
COCO-20i (5-shot)RePRI (CECE-M,ResNet-50)Mean IoU46.9Unverified
COCO-20i (5-shot)RePRI (CECE-T,ResNet-50)Mean IoU46.7Unverified
PASCAL-5i (1-Shot)RePRI (CECE-M,ResNet-50)Mean IoU60.4Unverified
PASCAL-5i (1-Shot)RePRI (CECE-T,ResNet-50)Mean IoU60.5Unverified
PASCAL-5i (5-Shot)RePRI (CECE-M,ResNet-50)Mean IoU66.5Unverified
PASCAL-5i (5-Shot)RePRI (CECE-T,ResNet-50)Mean IoU66.2Unverified

Reproductions