Harmonic networks: implementation of paper results

Posted on Sun 10 March 2019 in Posts • Tagged with deep learning, computer vision, work in progress

I implement an interesting result from a recent paper on convolutional neural networks.

Introduction

In this post I will briefly discuss my implementation of a model introduced in this paper.

In short, the authors suggest using predefined filters in a convolutional network based on Discrete Cosine Transform.

I used PyTorch …


Continue reading