grigorisg9gr / polynomial_nets

Official Implementation of the CVPR'20 paper 'Π-nets: Deep Polynomial Neural Networks' and its T-PAMI-21 extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image classification code

jiepengt opened this issue · comments

Hi! I read your paper "Deep Polynomial Neural Networks", and I want to know the polynomial networks architecture you implement on image classification. It seems that there is no the folder about image classification part. Could you please share the code? Thanks.

Hi,
since my time is currently limited, I do not think we will clear and refactor the code for every experiment. However, the released code does include discriminative tasks, such as in the face recognition folder.

Minor update here: We have also added some indicative code on classification without activation functions (please pay attention that in the paper we report both with and without activation functions depending on the experiment).
Link: https://github.com/grigorisg9gr/polynomial_nets/tree/master/classification-NO-activation-function