paper-with-me

Papers

RF-Next: Efficient Receptive Field Search for Convolutional Neural Networks

2022-06-14 · ShangHua Gao, Zhong-Yu Li, Qi Han, Ming-Ming Cheng, Liang Wang

Temporal/spatial receptive fields of models play an important role in sequential/spatial tasks. Large receptive fields facilitate long-term relations, while small receptive fields help to capture the local details. Existing methods construct models with hand-designed receptive fields in layers. Can we effectively search for receptive field combinations to replace hand-designed patterns? To answer this question, we propose to find better receptive field combinations through a global-to-local search scheme. Our search scheme exploits both global search to find the coarse combinations and local search to get the refined receptive field combinations further. The global search finds possible coarse combinations other than human-designed patterns. On top of the global search, we propose an expectation-guided iterative local search scheme to refine combinations effectively. Our RF-Next models, plugging receptive field search to various models, boost the performance on many tasks, e.g., temporal action segmentation, object detection, instance segmentation, and speech synthesis. The source code is publicly available on http://mmcheng.net/rfnext.

📄 PDF Abstract BibTeX arXiv:2206.06637

Code (2)

ShangHua-Gao/RFNext 공식 구현 pytorch
ShangHua-Gao/G2L-search pytorch

Tasks

Action SegmentationInstance Segmentationobject-detectionObject DetectionSegmentationSemantic SegmentationSpeech SynthesisTemporal Action Segmentation

Similar Papers 제목 키워드 기반

Wavelet Convolutions for Large Receptive Fields

2024-07-08 · Shahaf E. Finder, Roy Amoyal, Eran Treister, Oren Freifeld

In recent years, there have been attempts to increase the kernel size of Convolutional Neural Nets (CNNs) to mimic the global receptive field of Vision Transformers' (ViTs) self-attention blocks. That approach, however, …

2D Object Detection2D Semantic Segmentationimage-classificationImage Classification

Receptive Field Refinement for Convolutional Neural Networks Reliably Improves Predictive Performance

2022-11-26 · Mats L. Richter, Christopher Pal

Minimal changes to neural architectures (e.g. changing a single hyperparameter in a key layer), can lead to significant gains in predictive performance in Convolutional Neural Networks (CNNs). In this work, we present a …

What are the Receptive, Effective Receptive, and Projective Fields of Neurons in Convolutional Neural Networks?

2017-05-19 · Hung Le, Ali Borji

In this work, we explain in detail how receptive fields, effective receptive fields, and projective fields of neurons in different layers, convolution or pooling, of a Convolutional Neural Network (CNN) are calculated. W…

Understanding the Effective Receptive Field in Deep Convolutional Neural Networks

2017-01-15 · NeurIPS 2016 12 · Wenjie Luo, Yujia Li, Raquel Urtasun, Richard Zemel

We study characteristics of receptive fields of units in deep convolutional networks. The receptive field size is a crucial issue in many visual tasks, as the output must respond to large enough areas in the image to cap…

HDAM: Heuristic Difference Attention Module for Convolutional Neural Networks

2022-02-19 · Yu Xue, Ziming Yuan

The attention mechanism is one of the most important priori knowledge to enhance convolutional neural networks. Most attention mechanisms are bound to the convolutional layer and use local or global contextual informatio…