paper-with-me

Papers

RevBiFPN: The Fully Reversible Bidirectional Feature Pyramid Network

2022-06-28 · Vitaliy Chiley, Vithursan Thangarasa, Abhay Gupta, Anshul Samar, Joel Hestness, Dennis Decoste

This work introduces RevSilo, the first reversible bidirectional multi-scale feature fusion module. Like other reversible methods, RevSilo eliminates the need to store hidden activations by recomputing them. However, existing reversible methods do not apply to multi-scale feature fusion and are, therefore, not applicable to a large class of networks. Bidirectional multi-scale feature fusion promotes local and global coherence and has become a de facto design principle for networks targeting spatially sensitive tasks, e.g., HRNet (Sun et al., 2019a) and EfficientDet (Tan et al., 2020). These networks achieve state-of-the-art results across various computer vision tasks when paired with high-resolution inputs. However, training them requires substantial accelerator memory for saving large, multi-resolution activations. These memory requirements inherently cap the size of neural networks, limiting improvements that come from scale. Operating across resolution scales, RevSilo alleviates these issues. Stacking RevSilos, we create RevBiFPN, a fully reversible bidirectional feature pyramid network. RevBiFPN is competitive with networks such as EfficientNet while using up to 19.8x lesser training memory for image classification. When fine-tuned on MS COCO, RevBiFPN provides up to a 2.5% boost in AP over HRNet using fewer MACs and a 2.4x reduction in training-time memory.

📄 PDF Abstract BibTeX arXiv:2206.14098

Code (1)

cerebrasresearch/revbifpn 공식 구현 pytorch

Tasks

General Classificationimage-classificationImage ClassificationInstance SegmentationObject Detection

Methods 이 논문이 사용한 방법론

RevSilo Invertible multi-input multi-output coupling module. In RevBiFPN it is used as a bidirectional multi-scale feature pyramid fusion module that is invertible.
Sigmoid Activation 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…

Similar Papers 제목 키워드 기반

RCNet: Reverse Feature Pyramid and Cross-scale Shift Network for Object Detection

2021-10-23 · Zhuofan Zong, Qianggang Cao, Biao Leng

Feature pyramid networks (FPN) are widely exploited for multi-scale feature fusion in existing advanced object detection frameworks. Numerous previous works have developed various structures for bidirectional feature fus…

object-detectionObject Detection

BAFPN: Bi directional alignment of features to improve localization accuracy

2024-12-01 · Li Jiakun, Wang Qingqing, Dong Hongbin, Li Kexin

Current state-of-the-art vision models often utilize feature pyramids to extract multi-scale information, with the Feature Pyramid Network (FPN) being one of the most widely used classic architectures. However, tradition…

Single-Shot Bidirectional Pyramid Networks for High-Quality Object Detection

2018-03-22 · Xiongwei Wu, Daoxin Zhang, Jianke Zhu, Steven C. H. Hoi

Recent years have witnessed many exciting achievements for object detection using deep learning techniques. Despite achieving significant progresses, most existing detectors are designed to detect objects with relatively…

Objectobject-detectionObject DetectionVocal Bursts Intensity Prediction

Bidirectional Time-Frequency Pyramid Network for Enhanced Robust EEG Classification

2025-10-11 · Jiahui Hong, Siqing Li, Muqing Jian, Luming Yang arxiv

Existing EEG recognition models suffer from poor cross-paradigm generalization due to dataset-specific constraints and individual variability. To overcome these limitations, we propose BITE (Bidirectional Time-Freq Pyram…

Computational Efficiency

Pyramid Dilated Deeper ConvLSTM for Video Salient Object Detection

2018-09-01 · ECCV 2018 9 · Hongmei Song, Wenguan Wang, Sanyuan Zhao, Jianbing Shen 외

This paper proposes a fast video salient object detection model, based on a novel recurrent network architecture, named Pyramid Dilated Bidirectional ConvLSTM (PDB-ConvLSTM). A Pyramid Dilated Convolution (PDC) module is…

GPUObjectobject-detectionObject Detection+7