SOTAVerified

Local Relation Networks for Image Recognition

2019-04-25ICCV 2019Code Available0· sign in to hype

Han Hu, Zheng Zhang, Zhenda Xie, Stephen Lin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The convolution layer has been the dominant feature extractor in computer vision for years. However, the spatial aggregation in convolution is basically a pattern matching process that applies fixed filters which are inefficient at modeling visual elements with varying spatial distributions. This paper presents a new image feature extractor, called the local relation layer, that adaptively determines aggregation weights based on the compositional relationship of local pixel pairs. With this relational approach, it can composite visual elements into higher-level entities in a more efficient manner that benefits semantic inference. A network built with local relation layers, called the Local Relation Network (LR-Net), is found to provide greater modeling capacity than its counterpart built with regular convolution on large-scale recognition tasks such as ImageNet classification.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetLR-Net-26Top 1 Accuracy75.7Unverified

Reproductions