The PyTorch implementation for Side Window Filter by sharing convolution filter kernel parameters.
From this idea, We also designed a Side Window Convolution that can be used for back propagation. Unfortunately, Our experiments have found that this Side Window Convolution is not as good as the original convolution.
All codes are in SideWindowFilter.py file.
You can run main.py or modify by yourself.


