carrierlxk / GraphMemVOS

Video Object Segmentation with Episodic Graph Memory Networks (ECCV2020 spotlight)
94 stars 8 forks source link

Question about label shuffle #10

Open suhwan-cho opened 2 years ago

suhwan-cho commented 2 years ago

Hi, thanks for your great work!

I have a question about label shuffle augmentation. According to the paper, it says each instance is processed independently if a video contains multiple objects, and then the results are aggregated using a softmax aggregation. My question is, why can label shuffle boost performance even though each instance is independently processed.