paper-with-me

Papers

Non-local Neural Networks

2017-11-21 · CVPR 2018 6 · Xiaolong Wang, Ross Girshick, Abhinav Gupta, Kaiming He

Both convolutional and recurrent operations are building blocks that process one local neighborhood at a time. In this paper, we present non-local operations as a generic family of building blocks for capturing long-range dependencies. Inspired by the classical non-local means method in computer vision, our non-local operation computes the response at a position as a weighted sum of the features at all positions. This building block can be plugged into many computer vision architectures. On the task of video classification, even without any bells and whistles, our non-local models can compete or outperform current competition winners on both Kinetics and Charades datasets. In static image recognition, our non-local models improve object detection/segmentation and pose estimation on the COCO suite of tasks. Code is available at https://github.com/facebookresearch/video-nonlocal-net .

📄 PDF Abstract BibTeX arXiv:1711.07971

Code (32)

facebookresearch/video-nonlocal-net 공식 구현 caffe2
Aprilkaka/nonlocal_mindspore mindspore
JiaPeng1234/MRI-Segmentation-Transformer tf
LRacoci/permutation-graphml tf
MIT-HAN-LAB/temporal-shift-module pytorch
MS-Mind/MS-Code-06/tree/main/Non_local mindspore
MS-Mind/MS-Code-08/tree/main/Non_local mindspore
Mind23-2/MindCode-101/tree/main/Non_local mindspore
Mind23-2/MindCode-3/tree/main/I3D mindspore
MindSpore-paper-code-2/code2/tree/main/Non_local mindspore
WavesUR/embedded_TSM pytorch
changliu816/CV-paper-review tf
cmsflash/efficient-attention pytorch
code-implementation1/Code6/tree/main/Non_local mindspore
facebookresearch/SlowFast pytorch
facebookresearch/detectron pytorch
franknb/Self-attention-DCGAN pytorch
huyz1117/Non_Local_Net_TensorFlow tf
jiajunhua/facebookresearch-Detectron caffe2
jordiae/DeepLearning-MAI pytorch
jpviguerasguillen/feedback-non-local-attention-fnla tf
jpviguerasguillen/feedback-non-local-attention_fNLA tf
mirthai/csa-net pytorch
open-mmlab/mmaction2 pytorch
owena11/papers
rijuldhir/TSM pytorch
seominseok0429/inception-I3D-NON-LOCAL pytorch
sunutf/TSM pytorch
tea1528/Non-Local-NN-Pytorch pytorch
tinymilky/RSANet pytorch
tonysy/PyAction pytorch
vanoracai/Exploiting-Spatial-temporal-Relationships-for-3D-Pose-Estimation-via-Graph-Convolutional-Networks pytorch

Tasks

Action ClassificationAction RecognitionInstance SegmentationKeypoint DetectionObject DetectionPose EstimationPositionText-To-SQLVideo Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Concatenation Affinity Concatenation Affinity is a type of affinity or self-similarity function between two points $\mathbb{x\_{i}}$ and $\mathbb{x\_{j}}$ that uses a concatenation function: $$…
Embedded Dot Product Affinity 설명 없음
Embedded Gaussian Affinity Embedded Gaussian Affinity is a type of affinity or self-similarity function between two points $\mathbf{x\_{i}}$ and $\mathbf{x\_{j}}$ that uses a Gaussian function in an…
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…
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…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Nonlocal Neural Networks, Nonlocal Diffusion and Nonlocal Modeling

2018-06-02 · NeurIPS 2018 12 · Yunzhe Tao, Qi Sun, Qiang Du, Wei Liu

Nonlocal neural networks have been proposed and shown to be effective in several computer vision tasks, where the nonlocal operations can directly capture long-range dependencies in the feature space. In this paper, we s…

MTLDesc: Looking Wider to Describe Better

2022-03-14 · Changwei Wang, Rongtao Xu, Yuyang Zhang, Shibiao Xu 외

Limited by the locality of convolutional neural networks, most existing local features description methods only learn local descriptors with local information and lack awareness of global and surrounding spatial context.…

Indoor LocalizationTriplet

Person Re-Identification Using Heterogeneous Local Graph Attention Networks

2021-06-19 · CVPR 2021 1 · Zhong Zhang, Haijia Zhang, Shuang Liu

Recently, some methods have focused on learning local relation among parts of pedestrian images for person re-identification (Re-ID), as it offers powerful representation capabilities. However, they only provide the …

Graph AttentionPerson Re-IdentificationRelation

State, global and local parameter estimation using local ensemble Kalman filters: applications to online machine learning of chaotic dynamics

2021-07-23 · Quentin Malartic, Alban Farchi, Marc Bocquet

In a recent methodological paper, we showed how to learn chaotic dynamics along with the state trajectory from sequentially acquired observations, using local ensemble Kalman filters. Here, we more systematically investi…

parameter estimation

The Role of Local Steps in Local SGD

2022-03-14 · Tiancheng Qin, S. Rasoul Etesami, César A. Uribe

We consider the distributed stochastic optimization problem where $n$ agents want to minimize a global function given by the sum of agents' local functions, and focus on the heterogeneous setting when agents' local funct…

Stochastic Optimization