robust_physical_perturbations icon indicating copy to clipboard operation
robust_physical_perturbations copied to clipboard

alignment function

Open sli057 opened this issue 5 years ago • 3 comments

Hi, thanks for the awesome work. I look through the code and there seem to be no codes accounting for the alignment function shown in equation 3 in the paper. Alignment function is used to map transformations on the object to transformations on the perturbation (e.g. if the object is rotated, the perturbation is rotated as well.) Could you clarify this?

sli057 avatar Jan 17 '20 20:01 sli057

I believe this is what you need: https://github.com/evtimovi/robust_physical_perturbations/blob/master/imagenet-attack/attack_util.py#L198

Note that we did not use these transformations for the gtsrb and the lisa-cnn.

evtimovi avatar Jan 27 '20 02:01 evtimovi

Hi, thanks for your wonderful work and the previous answers! But I still have a problem, that is, if the alignment function Ti described in equation 3 in the paper is not used in Lisa-CNN, how does the algorithm ensure that a specific perturbation can adapt to the scene with different distances and angles in Table 1? Thank you for any help you can offer.

jinyugy21 avatar Jun 16 '20 08:06 jinyugy21

Hi, thanks for your wonderful work and the previous answers! But I still have a problem, that is, if the alignment function Ti described in equation 3 in the paper is not used in Lisa-CNN, how does the algorithm ensure that a specific perturbation can adapt to the scene with different distances and angles in Table 1? Thank you for any help you can offer.

Hello, Have you solved this problem? I have the same doubts. @jinyugy21

zdaiot avatar Nov 01 '21 13:11 zdaiot