machanic / AU_R-CNN

The official implementation code of paper: "AU R-CNN:Encoding Expert Prior Knowledge into R-CNN for Action Unit Detection".
https://arxiv.org/abs/1812.05788
87 stars 24 forks source link

ensemble learning using chainer #6

Closed amin717 closed 4 years ago

amin717 commented 4 years ago

how can i use ensemble neural network in chainer for AU_RCNN?

machanic commented 4 years ago

I don't think ensemble is a good idea, you can see my experiments of my paper. I found only RGB AU R-CNN performs best. Also, the ensemble of multiple models will be too slow in the feed-forward process.