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 block as:
$$ \mathbb{z}_{i} = W_{z}\mathbb{y_{i}} + \mathbb{x}_{i} $$
where $y_{i}$ is the output from the non-local operation and $+ \mathbb{x}_{i}$ is a residual connection.
Source: Non-local Neural NetworksPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Generation | 37 | 11.64% |
Conditional Image Generation | 15 | 4.72% |
Object Detection | 12 | 3.77% |
Instance Segmentation | 10 | 3.14% |
Semantic Segmentation | 10 | 3.14% |
Super-Resolution | 7 | 2.20% |
Reinforcement Learning | 7 | 2.20% |
Multi-agent Reinforcement Learning | 7 | 2.20% |
Image Classification | 6 | 1.89% |
Component | Type |
|
---|---|---|
![]() |
Convolutions | |
![]() |
Affinity Functions | (optional) |
![]() |
Affinity Functions | (optional) |
![]() |
Affinity Functions | (optional) |
![]() |
Affinity Functions | (optional) |
![]() |
Image Feature Extractors | |
![]() |
Skip Connections |