paper-with-me

Papers

Global Context Networks

2020-12-24 · Yue Cao, Jiarui Xu, Stephen Lin, Fangyun Wei, Han Hu

The Non-Local Network (NLNet) presents a pioneering approach for capturing long-range dependencies within an image, via aggregating query-specific global context to each query position. However, through a rigorous empirical analysis, we have found that the global contexts modeled by the non-local network are almost the same for different query positions. In this paper, we take advantage of this finding to create a simplified network based on a query-independent formulation, which maintains the accuracy of NLNet but with significantly less computation. We further replace the one-layer transformation function of the non-local block by a two-layer bottleneck, which further reduces the parameter number considerably. The resulting network element, called the global context (GC) block, effectively models global context in a lightweight manner, allowing it to be applied at multiple layers of a backbone network to form a global context network (GCNet). Experiments show that GCNet generally outperforms NLNet on major benchmarks for various recognition tasks. The code and network configurations are available at https://github.com/xvjiarui/GCNet.

📄 PDF Abstract BibTeX arXiv:2012.13375

Code (3)

xvjiarui/GCNet 공식 구현 pytorch
PaddlePaddle/PaddleDetection paddle
rwightman/pytorch-image-models pytorch

Tasks

Instance SegmentationObject Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Non-Local Block A Non-Local Block is an image block module used in neural networks that wraps a non-local operation. We can define a…
Global Context Block A Global Context Block is an image model block for global context modeling. The aim is to have both the benefits of the simplified [non-local…

Similar Papers 제목 키워드 기반

Scene Parsing with Global Context Embedding

2017-10-17 · ICCV 2017 10 · Wei-Chih Hung, Yi-Hsuan Tsai, Xiaohui Shen, Zhe Lin 외

We present a scene parsing method that utilizes global context information based on both the parametric and non- parametric models. Compared to previous methods that only exploit the local relationship between objects, w…

Scene Parsing

Local and Global Contexts for Conversation

2024-01-31 · Zuoquan Lin, Xinyi Shen

The context in conversation is the dialog history crucial for multi-turn dialogue. Learning from the relevant contexts in dialog history for grounded conversation is a challenging problem. Local context is the most neigh…

Contextual Augmented Global Contrast for Multimodal Intent Recognition

2024-01-01 · CVPR 2024 1 · Kaili Sun, Zhiwen Xie, Mang Ye, Huyin Zhang

Multimodal intent recognition (MIR) aims to perceive the human intent polarity via language visual and acoustic modalities. The inherent intent ambiguity makes it challenging to recognize in multimodal scenarios. Exi…

Contrastive LearningIntent RecognitionMultimodal Intent RecognitionMultimodal Sentiment Analysis+2

LTCA: Long-range Temporal Context Attention for Referring Video Object Segmentation

2025-10-09 · Cilin Yan, Jingyun Wang, Guoliang Kang arxiv

Referring Video Segmentation (RVOS) aims to segment objects in videos given linguistic expressions. The key to solving RVOS is to extract long-range temporal context information from the interactions of expressions and v…

Referring Video Object SegmentationVideo Segmentation

Dense Global Context Aware RCNN for Object Detection

2021-01-01 · Wenchao Zhang, Haoyu Xie, Mai Zhu, Chong Fu

RoIPool/RoIAlign is an indispensable process for the typical two-stage object detection algorithm, it is used to rescale the object proposal cropped from the feature pyramid to generate a fixed size feature map. However,…

Objectobject-detectionObject Detection