lisa_emotiw icon indicating copy to clipboard operation
lisa_emotiw copied to clipboard

Aggregation: Code up convolutional aggregation

Open yoshua opened this issue 11 years ago • 0 comments

Code up both a learning free and a learned convolutional aggregation followed by one of the fixed pooling methods (max by default). The learning-free convolutional aggregation is just performing an element-wise temporal smoothing (with something like a Gaussian or triangular kernel, whose bandwidth is a free hyper-parameter) -- then followed by pooling. The learned convolutional aggregation has a fully-learned convolutional layer (all-to-all, not element-wise) -- followed by pooling.

Test the learning-free variant on the single-frame emotion classifier outputs.

yoshua avatar Apr 04 '13 18:04 yoshua