paper-with-me

Papers

AlignSeg: Feature-Aligned Segmentation Networks

2020-02-24 · Zilong Huang, Yunchao Wei, Xinggang Wang, Wenyu Liu, Thomas S. Huang, Humphrey Shi

Aggregating features in terms of different convolutional blocks or contextual embeddings has been proven to be an effective way to strengthen feature representations for semantic segmentation. However, most of the current popular network architectures tend to ignore the misalignment issues during the feature aggregation process caused by 1) step-by-step downsampling operations, and 2) indiscriminate contextual information fusion. In this paper, we explore the principles in addressing such feature misalignment issues and inventively propose Feature-Aligned Segmentation Networks (AlignSeg). AlignSeg consists of two primary modules, i.e., the Aligned Feature Aggregation (AlignFA) module and the Aligned Context Modeling (AlignCM) module. First, AlignFA adopts a simple learnable interpolation strategy to learn transformation offsets of pixels, which can effectively relieve the feature misalignment issue caused by multiresolution feature aggregation. Second, with the contextual embeddings in hand, AlignCM enables each pixel to choose private custom contextual information in an adaptive manner, making the contextual embeddings aligned better to provide appropriate guidance. We validate the effectiveness of our AlignSeg network with extensive experiments on Cityscapes and ADE20K, achieving new state-of-the-art mIoU scores of 82.6% and 45.95%, respectively. Our source code will be made available.

📄 PDF Abstract BibTeX arXiv:2003.00872

Code (1)

speedinghzl/AlignSeg 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Robust One-shot Segmentation of Brain Tissues via Image-aligned Style Transformation

2022-11-26 · Jinxin Lv, Xiaoyu Zeng, Sheng Wang, Ran Duan 외

One-shot segmentation of brain tissues is typically a dual-model iterative learning: a registration model (reg-model) warps a carefully-labeled atlas onto unlabeled images to initialize their pseudo masks for training a …

One-Shot SegmentationSegmentation

Taking A Closer Look at Domain Shift: Category-level Adversaries for Semantics Consistent Domain Adaptation

2018-09-25 · CVPR 2019 6 · Yawei Luo, Liang Zheng, Tao Guan, Junqing Yu 외

We consider the problem of unsupervised domain adaptation in semantic segmentation. The key in this campaign consists in reducing the domain shift, i.e., enforcing the data distributions of the two domains to be similar.…

Domain AdaptationSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

TGC-Net: A Structure-Aware and Semantically-Aligned Framework for Text-Guided Medical Image Segmentation

2025-12-24 · Gaoren Lin, Huangxuan Zhao, Yuan Xiong, Lefei Zhang 외 arxiv

Text-guided medical segmentation enhances segmentation accuracy by utilizing clinical reports as auxiliary information. However, existing methods typically rely on unaligned image and text encoders, which necessitate com…

Medical Image Segmentation

Graph-based Semantic Calibration Network for Unaligned UAV RGBT Image Semantic Segmentation and A Large-scale Benchmark

2026-04-29 · Fangqiang Fan, Zhicheng Zhao, Xiaoliang Ma, Chenglong Li 외 arxiv

Fine-grained RGBT image semantic segmentation is crucial for all-weather unmanned aerial vehicle (UAV) scene understanding. However, UAV RGBT image semantic segmentation faces two coupled challenges: cross-modal spatial …

Semantic SegmentationScene Understanding

Align and Segment: Unsupervised Learning for Building Segmentation From Misaligned Labels

2026-07-12 · Venkanna Babu Guthula, Oswin Krause, Dimitri Gominski, Hui Zhang 외 arxiv

Supervised learning for image segmentation typically requires spatially aligned image and label sets. When images and labels originate from different sources, the pairing may be misaligned, which can significantly deteri…

Semantic SegmentationImage SegmentationData Augmentation