논문 읽기/Zero shot

[논문 읽기] Learning unbiased zero-shot semantic segmentation networks via transductive transfer(2020)

AI 꿈나무 2021. 10. 18. 22:35
반응형

Learning unbiased zero-shot semantic segmentation networks via transductive transfer

 PDFZero-Shot Segmentation, Haiyang et al, IEEE 2020

 

Summary

 

 self-traning process를 model의 prediction 값을 pseudo label로 사용하는 대신에, unseen image로 진행한다. transfuctive zero-shot은 unseen image를 사용하는 분야 중 하나이다.

 

 true image를 self-training에 사용하기 때문에 부정확한 pseudo label로 인해 발생하는 negative transfer 문제를 해결할 수 있다.

 

 source data(seen)으로 visual image와 semantic embedding 사이의 관계를 학습하고 target data(unseen)으로 seen biased problem을 완화한다.

 

 따라서 기존 loss에 bias rectification loss가 추가된다.

 

 

 기존의 pixel-wise cross-entropy loss이다.

 

 

 target image(unseen)을 pseudo label로 사용하여 self-training에 사용하는 loss

 


my github

 

Seonghoon-Yu/Paper_Review_and_Implementation_in_PyTorch

공부 목적으로 논문을 리뷰하고 해당 논문 파이토치 재구현을 합니다. Contribute to Seonghoon-Yu/Paper_Review_and_Implementation_in_PyTorch development by creating an account on GitHub.

github.com

 

반응형