HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Hierarchical Multi-Scale Attention for Semantic Segmentation

Andrew Tao Karan Sapra Bryan Catanzaro

Hierarchical Multi-Scale Attention for Semantic Segmentation

Abstract

Multi-scale inference is commonly used to improve the results of semantic segmentation. Multiple images scales are passed through a network and then the results are combined with averaging or max pooling. In this work, we present an attention-based approach to combining multi-scale predictions. We show that predictions at certain scales are better at resolving particular failures modes, and that the network learns to favor those scales for such cases in order to generate better predictions. Our attention mechanism is hierarchical, which enables it to be roughly 4x more memory efficient to train than other recent approaches. In addition to enabling faster training, this allows us to train with larger crop sizes which leads to greater model accuracy. We demonstrate the result of our method on two datasets: Cityscapes and Mapillary Vistas. For Cityscapes, which has a large number of weakly labelled images, we also leverage auto-labelling to improve generalization. Using our approach we achieve a new state-of-the-art results in both Mapillary (61.1 IOU val) and Cityscapes (85.1 IOU test).

Code Repositories

NVIDIA/semantic-segmentation
Official
pytorch
Mentioned in GitHub
ben-z-original/detectionhma
pytorch
Mentioned in GitHub
Song-Jingyu/runnable-PointPainting
pytorch
Mentioned in GitHub
valeoai/SemanticPalette
pytorch
Mentioned in GitHub
Song-Jingyu/PointPainting
pytorch
Mentioned in GitHub
YeLyuUT/semantic_segmentation
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
panoptic-segmentation-on-mapillary-valHRNet-OCR (Hierarchical Multi-Scale Attention)
PQ: 17.6
semantic-segmentation-on-cityscapes-valHRNet-OCR
mIoU: 86.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Hierarchical Multi-Scale Attention for Semantic Segmentation | Papers | HyperAI