Frequency Disentangled Residual Network
Satya Rajendra Singh, Roshan Reddy Yedla, Shiv Ram Dubey, Rakesh, Sanodiya, Wei-Ta Chu

TL;DR
The paper introduces FDResNet, a novel residual network that separately processes high and low frequency information to improve generalization and reduce overfitting in image classification tasks.
Contribution
FDResNet uniquely disentangles frequency components within residual blocks, enhancing generalization and computational efficiency over traditional ResNets.
Findings
Outperforms standard ResNets on CIFAR10/100, Caltech, TinyImageNet
Improves image retrieval performance
Frequency disentangling enhances model interpretability
Abstract
Residual networks (ResNets) have been utilized for various computer vision and image processing applications. The residual connection improves the training of the network with better gradient flow. A residual block consists of few convolutional layers having trainable parameters, which leads to overfitting. Moreover, the present residual networks are not able to utilize the high and low frequency information suitably, which also challenges the generalization capability of the network. In this paper, a frequency disentangled residual network (FDResNet) is proposed to tackle these issues. Specifically, FDResNet includes separate connections in the residual block for low and high frequency components, respectively. Basically, the proposed model disentangles the low and high frequency components to increase the generalization ability. Moreover, the computation of low and high frequency…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsConvolution · *Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Batch Normalization · Residual Block
