Person-Attribute-Recognition-MarketDuke icon indicating copy to clipboard operation
Person-Attribute-Recognition-MarketDuke copied to clipboard

Attribute Re-Weighting Module

Open zarakikun opened this issue 4 years ago • 3 comments

Is there attribute re-weighting module in the training net?

zarakikun avatar Feb 01 '20 06:02 zarakikun

No, I did not introduce such a module into the network.

Yukun-Huang avatar Feb 02 '20 15:02 Yukun-Huang

Hi. I tried to introduce the re-weighting module. But can't figure out the right values. According to the original paper

image

m = 28 # the number of attributes
\tilde{a} \in R^{1x28}

After the element-wise multiplication

a = c . a  # R^{mx1} . R^{1xm} 
a \in R^{m x m}

A global feature representation is [1, 2048]. The paper says, a \in ([28, 28]) concatenated with the global features ([1, 2048]). Anyone knows how to concatenate these two features vectors.

[28, 28] x [1, 2048]

jpainam avatar Feb 23 '21 02:02 jpainam

@jpainam where you able to implement this functionality ??

abhigoku10 avatar Feb 05 '22 02:02 abhigoku10