JisuHann / One-day-One-paper

Review paper
3 stars 0 forks source link

iMTFA: Incremental Few-Shot Instance Segmentation (CVPR2021) #11

Closed JisuHann closed 2 years ago

JisuHann commented 2 years ago

Incremental Few-Shot Instance Segmentation

논문링크, Model Name: iMTFA (Incremental MTFA), code 지금 하고 있는 연구에서 확장하고자 다음과 같은 근거로 읽게 되었다.

Problem

Goal

In this paper

Architecture

  1. Instance Feature Extractor(IFE): [Train Mask R-CNN] -> [FC-layer]
    • Input: Image
    • Output: Re-purposed RoI level
    • transform a fixed feature extractor into an Instance feature extractor that produces discriminative embeddings that are aligned with the per-class representatives
  2. Cosine-Similarity classifier

iMTFA TFA -> MTFA -> iMTFA

TFA(Two-stage Fine Tuning)

MTFA(Mask-TFA)