paper-with-me

홈 › Papers

Applying Unsupervised Semantic Segmentation to High-Resolution UAV Imagery for Enhanced Road Scene Parsing

2024-02-05 · Zihan Ma, Yongshang Li, Ronggui Ma, Chen Liang

There are two challenges presented in parsing road scenes from UAV images: the complexity of processing high-resolution images and the dependency on extensive manual annotations required by traditional supervised deep learning methods to train robust and accurate models. In this paper, a novel unsupervised road parsing framework that leverages advancements in vision language models with fundamental computer vision techniques is introduced to address these critical challenges. Our approach initiates with a vision language model that efficiently processes ultra-high resolution images to rapidly identify road regions of interest. Subsequent application of the vision foundation model, SAM, generates masks for these regions without requiring category information. A self-supervised learning network then processes these masked regions to extract feature representations, which are clustered using an unsupervised algorithm that assigns unique IDs to each feature cluster. The masked regions are combined with the corresponding IDs to generate initial pseudo-labels, which initiate an iterative self-training process for regular semantic segmentation. Remarkably, the proposed method achieves a mean Intersection over Union (mIoU) of 89.96% on the development dataset without any manual annotation, demonstrating extraordinary flexibility by surpassing the limitations of human-defined categories, and autonomously acquiring knowledge of new categories from the dataset itself.

📄 PDF Abstract BibTeX arXiv:2402.02985

Code (1)

chdyshli/unsupervised-road-parsing 공식 구현

Tasks

Language ModellingRepresentation LearningScene ParsingSelf-Supervised LearningSemantic SegmentationUnsupervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

On the Effect of Image Resolution on Semantic Segmentation

2024-02-08 · Ritambhara Singh, Abhishek Jain, Pietro Perona, Shivani Agarwal 외

High-resolution semantic segmentation requires substantial computational resources. Traditional approaches in the field typically downscale the input images before processing and then upscale the low-resolution outputs b…

SegmentationSemantic Segmentation

Super-Resolution Domain Adaptation Networks for Semantic Segmentation via Pixel and Output Level Aligning

2020-05-13 · Junfeng Wu, Zhenjie Tang, Congan Xu, Enhai Liu 외

Recently, Unsupervised Domain Adaptation (UDA) has attracted increasing attention to address the domain shift problem in the semantic segmentation task. Although previous UDA methods have achieved promising performance, …

Domain AdaptationSegmentationSemantic SegmentationSuper-Resolution+1

Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images

2018-07-25 · Feng Gu, Nikolay Burlutskiy, Mats Andersson, Lena Kajland Wilen

Digital pathology provides an excellent opportunity for applying fully convolutional networks (FCNs) to tasks, such as semantic segmentation of whole slide images (WSIs). However, standard FCNs face challenges with respe…

SegmentationSemantic Segmentationwhole slide images

HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation

2022-04-27 · Lukas Hoyer, Dengxin Dai, Luc van Gool

Unsupervised domain adaptation (UDA) aims to adapt a model trained on the source domain (e.g. synthetic data) to the target domain (e.g. real-world data) without requiring further annotations on the target domain. This w…

Domain AdaptationGPUImage-to-Image TranslationSegmentation+4

Self-Ensembling with GAN-based Data Augmentation for Domain Adaptation in Semantic Segmentation

2019-09-02 · ICCV 2019 10 · Jaehoon Choi, Taekyung Kim, Changick Kim

Deep learning-based semantic segmentation methods have an intrinsic limitation that training a model requires a large amount of data with pixel-level annotations. To address this challenging issue, many researchers give …

Data AugmentationDomain AdaptationSegmentationSemantic Segmentation+1