Cream icon indicating copy to clipboard operation
Cream copied to clipboard

About the effects of IRPE

Open Zhong1015 opened this issue 1 year ago • 3 comments

The IRPE project is a very good initiative. Currently, I have applied IRPE and observed improvements in the model. However, I have noticed that when I solely apply positional encoding on 'k,' there is a certain improvement in performance. Yet, when I simultaneously use IRPE on 'qkv,' there seems to be a decline in performance. It's worth mentioning that my 'qkv' all come from the same source image features. I would like to know if this is reasonable and why the simultaneous application of IRPE on 'qkv' is not as effective as applying it only on 'k'?

Zhong1015 avatar Jan 28 '24 14:01 Zhong1015

Hi @Zhong1015, thanks for your attention to our work!

I wonder which vision task the model handles, and which evaluation metric is used.

wkcn avatar Jan 29 '24 11:01 wkcn

Thank you for your response.@wkcn. I am currently working on a multi-label image classification task, and the specific evaluation metric is mAP (mean average precision). For each class, there is a separate average precision value, and the mAP is obtained by averaging these values.

Zhong1015 avatar Jan 29 '24 11:01 Zhong1015

@Zhong1015 What are the mAP of the baseline and the experiments equipped iRPE on k and qkv?

The iRPE on qkv may have little improvement. You can conduct multiple experiments to avoid random error.

wkcn avatar Jan 30 '24 05:01 wkcn

I have solved the problem,thank you!

Zhong1015 avatar Mar 19 '24 11:03 Zhong1015