Locally Adaptive Learning Loss for Semantic Image Segmentation
Jinjiang Guo, Pengyuan Ren, Aiguo Gu, Jian Xu, Weixin Wu

TL;DR
This paper introduces a locally adaptive loss function for semantic segmentation that considers spatial relationships between neighboring pixels, leading to improved segmentation accuracy.
Contribution
The novel loss estimator adaptively merges neighboring pixel predictions to enhance intra-class regional sensitivity during training.
Findings
Achieves better segmentation masks on Pascal VOC 2012 dataset.
Improves intra-class regional sensitivity in neural networks.
Consistently outperforms previous loss functions in experiments.
Abstract
We propose a novel locally adaptive learning estimator for enhancing the inter- and intra- discriminative capabilities of Deep Neural Networks, which can be used as improved loss layer for semantic image segmentation tasks. Most loss layers compute pixel-wise cost between feature maps and ground truths, ignoring spatial layouts and interactions between neighboring pixels with same object category, and thus networks cannot be effectively sensitive to intra-class connections. Stride by stride, our method firstly conducts adaptive pooling filter operating over predicted feature maps, aiming to merge predicted distributions over a small group of neighboring pixels with same category, and then it computes cost between the merged distribution vector and their category label. Such design can make groups of neighboring predictions from same category involved into estimations on predicting…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
