期刊文献+
共找到1,126篇文章
< 1 2 57 >
每页显示 20 50 100
Weakly Supervised Network with Scribble-Supervised and Edge-Mask for Road Extraction from High-Resolution Remote Sensing Images
1
作者 Supeng Yu Fen Huang Chengcheng Fan 《Computers, Materials & Continua》 SCIE EI 2024年第4期549-562,共14页
Significant advancements have been achieved in road surface extraction based on high-resolution remote sensingimage processing. Most current methods rely on fully supervised learning, which necessitates enormous human... Significant advancements have been achieved in road surface extraction based on high-resolution remote sensingimage processing. Most current methods rely on fully supervised learning, which necessitates enormous humaneffort to label the image. Within this field, other research endeavors utilize weakly supervised methods. Theseapproaches aim to reduce the expenses associated with annotation by leveraging sparsely annotated data, such asscribbles. This paper presents a novel technique called a weakly supervised network using scribble-supervised andedge-mask (WSSE-net). This network is a three-branch network architecture, whereby each branch is equippedwith a distinct decoder module dedicated to road extraction tasks. One of the branches is dedicated to generatingedge masks using edge detection algorithms and optimizing road edge details. The other two branches supervise themodel’s training by employing scribble labels and spreading scribble information throughout the image. To addressthe historical flaw that created pseudo-labels that are not updated with network training, we use mixup to blendprediction results dynamically and continually update new pseudo-labels to steer network training. Our solutiondemonstrates efficient operation by simultaneously considering both edge-mask aid and dynamic pseudo-labelsupport. The studies are conducted on three separate road datasets, which consist primarily of high-resolutionremote-sensing satellite photos and drone images. The experimental findings suggest that our methodologyperforms better than advanced scribble-supervised approaches and specific traditional fully supervised methods. 展开更多
关键词 Semantic segmentation road extraction weakly supervised learning scribble supervision remote sensing image
下载PDF
ConvNeXt-UperNet-Based Deep Learning Model for Road Extraction from High-Resolution Remote Sensing Images
2
作者 Jing Wang Chen Zhang Tianwen Lin 《Computers, Materials & Continua》 SCIE EI 2024年第8期1907-1925,共19页
When existing deep learning models are used for road extraction tasks from high-resolution images,they are easily affected by noise factors such as tree and building occlusion and complex backgrounds,resulting in inco... When existing deep learning models are used for road extraction tasks from high-resolution images,they are easily affected by noise factors such as tree and building occlusion and complex backgrounds,resulting in incomplete road extraction and low accuracy.We propose the introduction of spatial and channel attention modules to the convolutional neural network ConvNeXt.Then,ConvNeXt is used as the backbone network,which cooperates with the perceptual analysis network UPerNet,retains the detection head of the semantic segmentation,and builds a new model ConvNeXt-UPerNet to suppress noise interference.Training on the open-source DeepGlobe and CHN6-CUG datasets and introducing the DiceLoss on the basis of CrossEntropyLoss solves the problem of positive and negative sample imbalance.Experimental results show that the new network model can achieve the following performance on the DeepGlobe dataset:79.40%for precision(Pre),97.93% for accuracy(Acc),69.28% for intersection over union(IoU),and 83.56% for mean intersection over union(MIoU).On the CHN6-CUG dataset,the model achieves the respective values of 78.17%for Pre,97.63%for Acc,65.4% for IoU,and 81.46% for MIoU.Compared with other network models,the fused ConvNeXt-UPerNet model can extract road information better when faced with the influence of noise contained in high-resolution remote sensing images.It also achieves multiscale image feature information with unified perception,ultimately improving the generalization ability of deep learning technology in extracting complex roads from high-resolution remote sensing images. 展开更多
关键词 Deep learning semantic segmentation remote sensing imagery road extraction
下载PDF
Automatic Extraction of Typical River Vegetation Elements Based on Low-altitude Remote Sensing Images
3
作者 Xiaomeng ZHANG Hao WU 《Meteorological and Environmental Research》 CAS 2023年第1期70-75,共6页
Based on low-altitude remote sensing images,this paper established sample set of typical river vegetation elements and proposed river vegetation extraction technical solution to adaptively extract typical vegetation e... Based on low-altitude remote sensing images,this paper established sample set of typical river vegetation elements and proposed river vegetation extraction technical solution to adaptively extract typical vegetation elements of river basins.The main research of this paper were as follows:(1)a typical vegetation extraction sample set based on low-altitude remote sensing images was established.(2)A low-altitude remote sensing image vegetation extraction model based on the focus perception module was designed to realize the end-to-end automatic extraction of different types of vegetation areas of low-altitude remote sensing images to fully learn the spectral spatial texture information and deep semantic information of the images.(3)By comparison with the baseline method,baseline method with embedded focus perception module showed an improvement in the precision by 7.37%and mIoU by 49.49%.Through visual interpretation and quantitative calculation analysis,the typical river vegetation adaptive extraction network has effectiveness and generalization ability,consistent with the needs of practical applications of vegetation extraction. 展开更多
关键词 altitude remote sensing images Deep learning Semantic segmentation Typical river vegetation extraction Attention
下载PDF
A Road Extraction Method for Remote Sensing Image Based on Encoder-Decoder Network 被引量:23
4
作者 Hao HE Shuyang WANG +2 位作者 Shicheng WANG Dongfang YANG Xing LIU 《Journal of Geodesy and Geoinformation Science》 2020年第2期16-25,共10页
According to the characteristics of the road features,an Encoder-Decoder deep semantic segmentation network is designed for the road extraction of remote sensing images.Firstly,as the features of the road target are r... According to the characteristics of the road features,an Encoder-Decoder deep semantic segmentation network is designed for the road extraction of remote sensing images.Firstly,as the features of the road target are rich in local details and simple in semantic features,an Encoder-Decoder network with shallow layers and high resolution is designed to improve the ability to represent detail information.Secondly,as the road area is a small proportion in remote sensing images,the cross-entropy loss function is improved,which solves the imbalance between positive and negative samples in the training process.Experiments on large road extraction datasets show that the proposed method gets the recall rate 83.9%,precision 82.5%and F1-score 82.9%,which can extract the road targets in remote sensing images completely and accurately.The Encoder-Decoder network designed in this paper performs well in the road extraction task and needs less artificial participation,so it has a good application prospect. 展开更多
关键词 remote sensing road extraction deep learning semantic segmentation Encoder-Decoder network
下载PDF
A Road Extraction Method Based on Region Growing and Mathematical Morphology from Remote Sensing Images
5
作者 Yunhe Liu Chi Ma +4 位作者 Li Li Xiaoyan Xing Yong Zhang Zhigang Wang Jiuwei Xu 《Journal of Computer and Communications》 2018年第11期91-97,共7页
Road traffic is the important driving factor for economic and social development. With the rapid increase of vehicle population, road traffic problems such as traffic jam and traffic accident have become the bottlenec... Road traffic is the important driving factor for economic and social development. With the rapid increase of vehicle population, road traffic problems such as traffic jam and traffic accident have become the bottleneck which restricts economic development. In recent years, natural disasters frequently occur in China. Therefore, it is essential to extract road information to compute the degree of road damage for traffic emergency management. A road extraction method based on region growing and mathematical morphology from remote sensing images is proposed in this paper. According to the road features, the remote sensing image is preprocessed to separate road regions from non-road regions preliminarily. After image thresholding, region growing algorithm is used to extract connected regions. Then we sort connected regions by area to exclude the small regions which are probably non-road objects. Finally, the mathematical morphology algorithm is used to fill the holes inside the road regions. The experimental results show that the method proposed can effectively extract roads from remote sensing images. This research also has broad prospects in dealing with traffic emergency management by the government. 展开更多
关键词 Region GROWING MATHEMATICAL MORPHOLOGY road extraction remote sensing images
下载PDF
Methods and Prospects of Road and Linear Structure Automatic Extraction from Remote Sensing Images
6
作者 LIU Zhengrong LIU Zhengrong, Research Center of Spatial Information and Digital Engineering, Wuhan University, 129 Luoyu Road, Wuhan 430079, China. 《Geo-Spatial Information Science》 2003年第2期63-68,共6页
Automatic extraction of road and linear structure from remote sensing images is a very important problem. This paper analyses several existing methods of the automatic road and linear structure extraction by using som... Automatic extraction of road and linear structure from remote sensing images is a very important problem. This paper analyses several existing methods of the automatic road and linear structure extraction by using some multi-spectral remote sensing images acquired from different spatial resolutions, districts and road characteristics. Their advantages and disadvantages have been generalized. 展开更多
关键词 遥感图像 自动提取 摄影测量学 道路 线状结构
下载PDF
Privacy‐preserving remote sensing images recognition based on limited visual cryptography 被引量:1
7
作者 Denghui Zhang Muhammad Shafiq +2 位作者 Liguo Wang Gautam Srivastava Shoulin Yin 《CAAI Transactions on Intelligence Technology》 SCIE EI 2023年第4期1166-1177,共12页
With the arrival of new data acquisition platforms derived from the Internet of Things(IoT),this paper goes beyond the understanding of traditional remote sensing technologies.Deep fusion of remote sensing and compute... With the arrival of new data acquisition platforms derived from the Internet of Things(IoT),this paper goes beyond the understanding of traditional remote sensing technologies.Deep fusion of remote sensing and computer vision has hit the industrial world and makes it possible to apply Artificial intelligence to solve problems such as automatic extraction of information and image interpretation.However,due to the complex architecture of IoT and the lack of a unified security protection mechanism,devices in remote sensing are vulnerable to privacy leaks when sharing data.It is necessary to design a security scheme suitable for computation‐limited devices in IoT,since traditional encryption methods are based on computational complexity.Visual Cryptography(VC)is a threshold scheme for images that can be decoded directly by the human visual system when superimposing encrypted images.The stacking‐to‐see feature and simple Boolean decryption operation make VC an ideal solution for privacy‐preserving recognition for large‐scale remote sensing images in IoT.In this study,the secure and efficient transmission of high‐resolution remote sensing images by meaningful VC is achieved.By diffusing the error between the encryption block and the original block to adjacent blocks,the degradation of quality in recovery images is mitigated.By fine‐tuning the pre‐trained model from large‐scale datasets,we improve the recognition performance of small encryption datasets for remote sensing images.The experimental results show that the proposed lightweight privacy‐preserving recognition framework maintains high recognition performance while enhancing security. 展开更多
关键词 activity recognition feature extraction image classification KNN privacy protection remote monitoring remote sensing
下载PDF
Road Vector Map Change Monitoring Based on High Resolution Remote Sensing Images 被引量:3
8
作者 Ting Yang Lulin Zhang +1 位作者 Haitao Wang Yong Zhang 《Advances in Remote Sensing》 2014年第4期272-279,共8页
Some studies about road vector map change detection were done in this paper. Firstly, on the basis of old road vector data, the original high resolution remote sensing image was cut into segments. Then, gray analysis ... Some studies about road vector map change detection were done in this paper. Firstly, on the basis of old road vector data, the original high resolution remote sensing image was cut into segments. Then, gray analysis and edge extraction of those segments were done so that changes of roads could be detected. Finally, according to the vector data and gray information of roads which were not changed, road templates were extracted and saved automatically. This method was performed on the World View high resolution image of certain parts in the country. The detection result shows that detection correctness is 79.56% and completeness can reach 97.72%. Moreover, the extracted road templates are essentials for the template matching method of road extraction. 展开更多
关键词 road VECTOR High RESOLUTION remote sensing image EDGE extraction CHANGE Monitoring
下载PDF
Extraction of coastline in high-resolution remote sensing images based on the active contour model
9
作者 邢坤 付宜利 +1 位作者 王树国 韩现伟 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2011年第4期13-18,共6页
While executing tasks such as ocean pollution monitoring,maritime rescue,geographic mapping,and automatic navigation utilizing remote sensing images,the coastline feature should be determined.Traditional methods are n... While executing tasks such as ocean pollution monitoring,maritime rescue,geographic mapping,and automatic navigation utilizing remote sensing images,the coastline feature should be determined.Traditional methods are not satisfactory to extract coastline in high-resolution panchromatic remote sensing image.Active contour model,also called snakes,have proven useful for interactive specification of image contours,so it is used as an effective coastlines extraction technique.Firstly,coastlines are detected by water segmentation and boundary tracking,which are considered initial contours to be optimized through active contour model.As better energy functions are developed,the power assist of snakes becomes effective.New internal energy has been done to reduce problems caused by convergence to local minima,and new external energy can greatly enlarge the capture region around features of interest.After normalization processing,energies are iterated using greedy algorithm to accelerate convergence rate.The experimental results encompassed examples in images and demonstrated the capabilities and efficiencies of the improvement. 展开更多
关键词 remote sensing images coastline extraction active contour model greedy algorithm
下载PDF
Design of Content-Based Retrieval System in Remote Sensing Image Database 被引量:1
10
作者 LI Feng ZENG Zhiming HU Yanfeng FU Kun 《Geo-Spatial Information Science》 2006年第3期191-195,共5页
To retrieve the object region efficaciously from massive remote sensing image database, a model for content-based retrieval of remote sensing image is given according to the characters of remote sensing image applicat... To retrieve the object region efficaciously from massive remote sensing image database, a model for content-based retrieval of remote sensing image is given according to the characters of remote sensing image application firstly, and then the algorithm adopted for feature extraction and multidimensional indexing, and relevance feedback by this model are analyzed in detail. Finally, the contents intending to be researched about this model are proposed. 展开更多
关键词 遥感技术 图像数据 对象区 检索系统
下载PDF
Land-Cover Classification and its Impact on Peshawar’s Land Surface Temperature Using Remote Sensing 被引量:4
11
作者 Shahab Ul Islam Saifullah Jan +3 位作者 Abdul Waheed Gulzar Mehmood Mahdi Zareei Faisal Alanazi 《Computers, Materials & Continua》 SCIE EI 2022年第2期4123-4145,共23页
Spatial and temporal informationon urban infrastructure is essential and requires various land-cover/land-use planning and management applications.Besides,a change in infrastructure has a direct impact on other land-c... Spatial and temporal informationon urban infrastructure is essential and requires various land-cover/land-use planning and management applications.Besides,a change in infrastructure has a direct impact on other land-cover and climatic conditions.This study assessed changes in the rate and spatial distribution of Peshawar district’s infrastructure and its effects on Land Surface Temperature(LST)during the years 1996 and 2019.For this purpose,firstly,satellite images of bands7 and 8 ETM+(Enhanced Thematic Mapper)plus and OLI(Operational Land Imager)of 30 m resolution were taken.Secondly,for classification and image processing,remote sensing(RS)applications ENVI(Environment for Visualising Images)and GIS(Geographic Information System)were used.Thirdly,for better visualization and more in-depth analysis of land sat images,pre-processing techniques were employed.For Land use and Land cover(LU/LC)four types of land cover areas were identified-vegetation area,water cover,urbanized area,and infertile land for the years under research.The composition of red,green,and near infra-red bands was used for supervised classification.Classified images were extracted for analyzing the relative infrastructure change.A comparative analysis for the classification of images is performed for SVM(Support Vector Machine)and ANN(Artificial Neural Network).Based on analyzing these images,the result shows the rise in the average temperature from 30.04℃ to 45.25℃.This only possible reason is the increase in the built-up area from 78.73 to 332.78 Area km^(2) from 1996 to 2019.It has also been witnessed that the city’s sides are hotter than the city’s center due to the barren land on the borders. 展开更多
关键词 remote sensing temperature extraction URBANIZATION satellite image classification artificial neural network support vector machine LU/LC land surface temperature
下载PDF
Applying Digital Image Processing to Evaluate a Extraction Method of Cartographic Features in Digital Images
12
作者 Erivaldo Antonio da Silva Guilherme Pina Cardim 《Journal of Earth Science and Engineering》 2012年第4期241-246,共6页
关键词 数字图像处理 提取方法 制图学 图像应用 评估 提取过程 统计数据 特征提取
下载PDF
Semiautomatic Algorithm to Extraction of Cartographic Features in Digital Images
13
作者 Erivaldo Antonio da Silva Guilherme Pina Cardim Ruben de Best 《通讯和计算机(中英文版)》 2012年第11期1247-1251,共5页
关键词 自动提取算法 制图 数码影像 特征提取 研究人员 自动程序 算法选择 半自动
下载PDF
A landslide extraction method of channel attention mechanismU-Net network based on Sentinel-2A remote sensing images
14
作者 Hesheng Chen Yi He +5 位作者 Lifeng Zhang Sheng Yao Wang Yang Yumin Fang Yaoxiang Liu Binghai Gao 《International Journal of Digital Earth》 SCIE EI 2023年第1期552-577,共26页
Accurate landslide extraction is significant for landslide disaster prevention and control.Remote sensing images have been widely used in landslide investigation,and landslide extraction methods based on deep learning... Accurate landslide extraction is significant for landslide disaster prevention and control.Remote sensing images have been widely used in landslide investigation,and landslide extraction methods based on deep learning combined with remote sensing images(such as U-Net)have received a lot of attention.However,because of the variable shape and texture features of landslides in remote sensing images,the rich spectral features,and the complexity of their surrounding features,landslide extraction using U-Net can lead to problems such as false detection and missed detection.Therefore,this study introduces the channel attention mechanism called the squeeze-and-excitation network(SENet)in the feature fusion part of U-Net;the study also constructs an attention U-Net landside extraction model combining SENet and U-Net,and uses Sentinel-2A remote sensing images for model training and validation.The extraction results are evaluated through different evaluation metrics and compared with those of two models:U-Net and U-Net Backbone(U-Net Without Skip Connection).The results show that proposed the model can effectively extract landslides based on Sentinel-2A remote sensing images with an F1 value of 87.94%,which is about 2%and 3%higher than U-Net and U-Net Backbone,respectively,with less false detection and more accurate extraction results. 展开更多
关键词 Sentinel-2A remote sensing image landslide extraction U-Net attention mechanism deep learning
原文传递
GCN引导模型视点的光学遥感道路提取网络
15
作者 刘光辉 单哲 +3 位作者 杨塬海 王恒 孟月波 徐胜军 《光学精密工程》 EI CAS CSCD 北大核心 2024年第10期1552-1566,共15页
在光学遥感图像中,道路易受遮挡物、铺装材料以及周围环境等多重因素的影响,导致其特征模糊不清。然而,现有道路提取方法即使增强其特征感知能力,仍在特征模糊区域存在大量误判。为解决上述问题,本文提出基于GCN引导模型视点的道路提取... 在光学遥感图像中,道路易受遮挡物、铺装材料以及周围环境等多重因素的影响,导致其特征模糊不清。然而,现有道路提取方法即使增强其特征感知能力,仍在特征模糊区域存在大量误判。为解决上述问题,本文提出基于GCN引导模型视点的道路提取网络(RGGVNet)。RGGVNet采用编解码结构,并设计基于GCN的视点引导模块(GVPG)在编解码器的连接处反复引导模型视点,从而增强对特征模糊区域的关注。GVPG利用GCN信息传播过程具有平均特征权重的特性,将特征图中不同区域道路显著性水平作为拉普拉斯矩阵,参与到GCN信息传播从而实现引导模型视点。同时,提出密集引导视点策略(DGVS),采用密集连接的方式将编码器、GVPG和解码器相互连接,确保有效引导模型视点的同时缓解优化困难。在解码阶段设计多分辨率特征融合(MRFF)模块,最小化不同尺度道路特征在特征融合和上采样过程中的信息偏移和损失。在两个公开遥感道路数据集中,本文方法IoU分别达到65.84%和69.36%,F1-score分别达到79.40%和81.90%。从定量和定性两方面实验结果可以看出,本文所提方法性能优于其他主流方法。 展开更多
关键词 光学遥感图像 道路提取 深度神经网络 图卷积网络
下载PDF
基于L-DeepLabv3+的轻量化光学遥感图像道路提取
16
作者 谢国波 何林 +2 位作者 林志毅 张文亮 陈逸 《激光杂志》 CAS 北大核心 2024年第3期111-117,共7页
针对DeepLabv3+在进行光学遥感图像道路提取任务时,存在模型参数量大、细节提取效果差等问题,提出一种改进DeepLabv3+的轻量化道路提取模型L-DeepLabv3+。首先通过将主干网络替换为MobileNetv2来减少模型参数量;其次,在编码层中设计一... 针对DeepLabv3+在进行光学遥感图像道路提取任务时,存在模型参数量大、细节提取效果差等问题,提出一种改进DeepLabv3+的轻量化道路提取模型L-DeepLabv3+。首先通过将主干网络替换为MobileNetv2来减少模型参数量;其次,在编码层中设计一个改进的空洞空间卷积池化金字塔模块。该模块通过嵌入一个通道空间并联注意力模块和YOLOF模块来增强模型特征表达能力,并且将普通卷积替换为深度可分离卷积进一步减少模型参数量;最后组合采用Dice_loss和Focal_loss作为损失函数来解决正负样本不均衡问题。实验结果表明:L-DeepLabv3+在DeepGlobe Road数据集上进行道路提取的交并比达到68.40%,像素准确率达到82.67%,且模型参数量仅为5.63 MB,FPS达到72.3,与其他模型相比具有明显提升,实现了模型精度与轻量化之间更好的平衡。 展开更多
关键词 道路提取 L-DeepLabv3+ 光学遥感图像 语义分割 轻量化
下载PDF
融合双域特征均衡的遥感图像道路提取
17
作者 徐虹 杨莹洁 +3 位作者 文武 吴蔚 王岩 孔维华 《电讯技术》 北大核心 2024年第6期878-886,共9页
当前遥感图像道路提取模型仍在很大程度上受道路植被遮挡所影响,导致网络模型对道路信息误判。为此,基于双域特征均衡提出了一种不受遮挡物影响的道路提取方法,高效地实现植被遮挡下的道路提取。具体而言,提出了一种新的道路提取卷积神... 当前遥感图像道路提取模型仍在很大程度上受道路植被遮挡所影响,导致网络模型对道路信息误判。为此,基于双域特征均衡提出了一种不受遮挡物影响的道路提取方法,高效地实现植被遮挡下的道路提取。具体而言,提出了一种新的道路提取卷积神经网络,该网络由去除遮挡子网络和道路提取子网络组成。在去除遮挡子网络中嵌入一个分层卷积模块用于提取输入图像的深层结构特征和浅层纹理特征,以及双域均衡模块用于特征还原,以此去除目标道路上的遮挡物。道路提取子网络用于对去除遮挡后的道路结构进行精细的分割,得到准确性更高的道路提取结果。通过在四川西南农村地区的遥感数据集上进行大量实验,结果显示基于双域特征均衡的方法相较于其他遥感图像道路提取方法在像素精确度(Overall Accuracy, OA)和交并比(Intersection over Union, IoU)指标上达到了最高,分别是98.16%和85.38%。 展开更多
关键词 遥感图像 道路提取 道路遮挡 深度学习 卷积神经网络(CNN) 双域均衡
下载PDF
基于路网提取的公路规模估算方法研究
18
作者 刘柳杨 马骁 +3 位作者 张晓征 刘明霞 杨宇翔 杨璇 《计算机与数字工程》 2024年第4期995-998,1032,共5页
为了对所辖农村地区耕地区域公路需求规模进行估算,研究了一种基于高分遥感影像道路提取矢量路网的农村耕地区域公路网规模估算方法。综合考虑公路网密度及自然村分布情况,设计了路网估算密度系数、自然村密度系数,以所在地形环境作为分... 为了对所辖农村地区耕地区域公路需求规模进行估算,研究了一种基于高分遥感影像道路提取矢量路网的农村耕地区域公路网规模估算方法。综合考虑公路网密度及自然村分布情况,设计了路网估算密度系数、自然村密度系数,以所在地形环境作为分类,充分考虑了农村耕地区域公路建设的实际需求并量化计算。实验表明,与交通运输主管部门实际需求相比,该方法的估算准确率可达到实际需求的92.61%。该方法能够在国土系数法、连通度法等传统方法之外提供一种以遥感影像为基础数据的农村耕地区域公路规模测算方法,弥补了传统方法无法充分利用新一代信息技术数据的不足,是传统方法的有效补充。该方法的设计在适用性的角度上合理。 展开更多
关键词 路网规模 遥感影像 估算 路网提取 农村公路
下载PDF
基于改进DeeplabV3+的遥感图像道路分割模型
19
作者 张银胜 单梦姣 +3 位作者 钟思远 陈戈 童俊毅 单慧琳 《国外电子测量技术》 2024年第1期189-198,共10页
针对遥感图像道路分割边界模糊和遮挡难以区分的问题,提出了基于改进DeeplabV3+的遥感图像道路分割模型。该模型在主干网络中引入MobileNetV3和高效通道注意力机制(ECA),减少了参数量并关注连续的道路特征信息。在解码过程中采用多级上... 针对遥感图像道路分割边界模糊和遮挡难以区分的问题,提出了基于改进DeeplabV3+的遥感图像道路分割模型。该模型在主干网络中引入MobileNetV3和高效通道注意力机制(ECA),减少了参数量并关注连续的道路特征信息。在解码过程中采用多级上采样,增强了编码器和解码器之间的紧密连接,全面保留了细节信息。同时,在ASPP模块中采用深度可分离膨胀卷积DS-ASPP,显著减少了参数量。实验结果表明,该模型在Massachusetts Roads数据集上的交并比达到了83.71%,准确率达到了93.71%,分割精度最优,模型参数量为55.57×10^(6),能够有效地避免边界模糊和遮挡导致的错漏检问题,在遥感道路分割中提高了精度和速度。 展开更多
关键词 遥感图像 道路分割 DeeplabV3+模型 MobileNetV3模型 多级上采样
下载PDF
A review of road extraction from remote sensing images 被引量:12
20
作者 Weixing Wang Nan Yang +3 位作者 Yi Zhang Fengping Wang Ting Cao Patrik Eklund 《Journal of Traffic and Transportation Engineering(English Edition)》 2016年第3期271-282,共12页
As a significant role for traffic management, city planning, road monitoring, GPS navigation and map updating, the technology of road extraction from a remote sensing (RS) image has been a hot research topic in rece... As a significant role for traffic management, city planning, road monitoring, GPS navigation and map updating, the technology of road extraction from a remote sensing (RS) image has been a hot research topic in recent years. In this paper, after analyzing different road features and road models, the road extraction methods were classified into the classification-based methods, knowledge-based methods, mathematical morphology, active contour model, and dynamic programming. Firstly, the road features, road model, existing difficulties and interference factors for road extraction were analyzed. Secondly, the principle of road extraction, the advantages and disadvantages of various methods and research achievements were briefly highlighted. Then, the comparisons of the different road extraction algorithms were performed, including road features, test samples and shortcomings. Finally, the research results in recent years were summarized emphatically. It is obvious that only using one kind of road features is hard to get an excellent extraction effect. Hence, in order to get good results, the road extraction should combine multiple methods according to the real applications. In the future, how to realize the complete road extraction from a RS image is still an essential but challenging and important research topic. 展开更多
关键词 remote sensing image road extraction road feature CLASSIFICATION
原文传递
上一页 1 2 57 下一页 到第
使用帮助 返回顶部