QinYang79 / DECL

Deep Evidential Learning with Noisy Correspondence for Cross-modal Retrieval ( ACM Multimedia 2022, Pytorch Code)
41 stars 5 forks source link

how to use SGRAF? #3

Closed iTomxy closed 11 months ago

iTomxy commented 11 months ago

Hi, I wonder how do you use the SGRAF backbone? Seems that in SGRAF.py, only SGR and SAF are supported, while the default AVE is not supported. I guess the AVE means SGRAF? Thanks.

QinYang79 commented 11 months ago

Like standard SGRAF, DECL-SAF and DECL-SGR are trained independently. DECL-SGRAF means that the similarities used for retrieval are the average results of similarities inferred by the two models.

iTomxy commented 11 months ago

Got it. Thanks