畳み込みニューラルネットワークの深さはディープラーニングの研究で大きな注目を集めていますが、これらのネットワークの幅は最近大きな関心を集めています。受容野のサイズとチャネルの密度として定義されるネットワークの幅は、画像のノイズ除去や復元などの低レベルの視覚タスクにおいて非常に重要であることを実証しています。ただし、ネットワークの幅が広くなっているため、一般化機能が制限されているため、より広いネットワークの設計にボトルネックが生じます。このホワイトペーパーでは、このボトルネックを克服するために、スキップ接続によってカスケードされた規制サブネットワークブロックで構成されるディープネットワークであるディープ規制畳み込みネットワーク(RC-Net)を提案します。具体的には、大小のコンボリューションフィルターの組み合わせによって特徴づけられる規制コンボリューションブロック(RCブロック)は、顕著な特徴抽出の有効性とネットワークの一般化能力のバランスをとります。 RC-Netにはいくつかの魅力的な利点があります。大小フィルターの組み合わせにより多様化された機能を取り入れ、画像のノイズ除去と超解像の問題でかすんだ境界とぼやけたディテールを軽減し、学習プロセスを安定させます。提案されたRC-Netは、有望な一般化能力を実証しながら、さまざまな画像復元タスクで大幅なパフォーマンス向上を実現し、最先端のアプローチよりも優れています。コードはhttps://github.com/cswin/RC-Netsで入手できます。
While the depth of convolutional neural networks has attracted substantial attention in the deep learning research, the width of these networks has recently received greater interest. The width of networks, defined as the size of the receptive fields and the density of the channels, has demonstrated crucial importance in low-level vision tasks such as image denoising and restoration. However, the limited generalization ability, due to the increased width of networks, creates a bottleneck in designing wider networks. In this paper, we propose the Deep Regulated Convolutional Network (RC-Net), a deep network composed of regulated sub-network blocks cascaded by skip-connections, to overcome this bottleneck. Specifically, the Regulated Convolution block (RC-block), featured by a combination of large and small convolution filters, balances the effectiveness of prominent feature extraction and the generalization ability of the network. RC-Nets have several compelling advantages: they embrace diversified features through large-small filter combinations, alleviate the hazy boundary and blurred details in image denoising and super-resolution problems, and stabilize the learning process. Our proposed RC-Nets outperform state-of-the-art approaches with significant performance gains in various image restoration tasks while demonstrating promising generalization ability. The code is available at https://github.com/cswin/RC-Nets.