SearcharxivSearch

arXiv subjects

Shihao Sun

Publications and source records attributed to Shihao Sun.

5 recordsLinked to original sources

Robust Semantic Segmentation By Dense Fusion Network On Blurred VHR Remote Sensing Images

Robust semantic segmentation of VHR remote sensing images from UAV sensors is critical for earth observation, land use, land cover or mapping applications. Several factors such as shadows, weather disruption and camera shakes making this problem highly challenging, especially only using RGB images. In this paper, we propose the use of multi-modality data including NIR, RGB and DSM to increase robustness of segmentation in blurred or partially damaged VHR remote sensing images. By proposing a cascaded dense encoder-decoder network and the SELayer based fusion and assembling techniques, the proposed RobustDenseNet achieves steady performance when the image quality is decreasing, compared with the state-of-the-art semantic segmentation model.

cs.CV

Fast Single-shot Ship Instance Segmentation Based on Polar Template Mask in Remote Sensing Images

Object detection and instance segmentation in remote sensing images is a fundamental and challenging task, due to the complexity of scenes and targets. The latest methods tried to take into account both the efficiency and the accuracy of instance segmentation. In order to improve both of them, in this paper, we propose a single-shot convolutional neural network structure, which is conceptually simple and straightforward, and meanwhile makes up for the problem of low accuracy of single-shot networks. Our method, termed with SSS-Net, detects targets based on the location of the object's center and the distances between the center and the points on the silhouette sampling with non-uniform angle intervals, thereby achieving abalanced sampling of lines in mask generation. In addition, we propose a non-uniform polar template IoU based on the contour template in polar coordinates. Experiments on both the Airbus Ship Detection Challenge dataset and the ISAIDships dataset show that SSS-Net has strong competitiveness in precision and speed for ship instance segmentation.

cs.CV

High-Performance Hybrid Silicon and Lithium Niobate Mach-Zehnder Modulators for 100 Gbit/s and Beyond

Optical modulators are at the heart of optical communication links. Ideally, they should feature low insertion loss, low drive voltage, large modulation bandwidth, high linearity, compact footprint and low manufacturing cost. Unfortunately, these criteria have only been achieved on separate occasions.Based on a Silicon and Lithium Niobate hybrid integration platform, we demonstrate Mach-Zehnder modulators that simultaneously fulfill these criteria. The presented device exhibits an insertion loss of 2.5 dB, voltage-length product of 2.2 Vcm, high linearity, electro-optic bandwidth of at least 70 GHz and modulation rates up to 112 Gbit/s. The high-performance modulator is realized by seamless integration of high-contrast waveguide based on Lithium Niobate - the most mature modulator material - with compact, low-loss silicon circuits. The hybrid platform demonstrated here allows for the combination of 'best-in-breed' active and passive components, opening up new avenues for enabling future high-speed, energy efficient and cost-effective optical communication networks.

physics.app-ph

Feature Fusion through Multitask CNN for Large-scale Remote Sensing Image Segmentation

In recent years, Fully Convolutional Networks (FCN) has been widely used in various semantic segmentation tasks, including multi-modal remote sensing imagery. How to fuse multi-modal data to improve the segmentation performance has always been a research hotspot. In this paper, a novel end-toend fully convolutional neural network is proposed for semantic segmentation of natural color, infrared imagery and Digital Surface Models (DSM). It is based on a modified DeepUNet and perform the segmentation in a multi-task way. The channels are clustered into groups and processed on different task pipelines. After a series of segmentation and fusion, their shared features and private features are successfully merged together. Experiment results show that the feature fusion network is efficient. And our approach achieves good performance in ISPRS Semantic Labeling Contest (2D).

cs.CV

DeepUNet: A Deep Fully Convolutional Network for Pixel-level Sea-Land Segmentation

Semantic segmentation is a fundamental research in remote sensing image processing. Because of the complex maritime environment, the sea-land segmentation is a challenging task. Although the neural network has achieved excellent performance in semantic segmentation in the last years, there are a few of works using CNN for sea-land segmentation and the results could be further improved. This paper proposes a novel deep convolution neural network named DeepUNet. Like the U-Net, its structure has a contracting path and an expansive path to get high resolution output. But differently, the DeepUNet uses DownBlocks instead of convolution layers in the contracting path and uses UpBlock in the expansive path. The two novel blocks bring two new connections that are U-connection and Plus connection. They are promoted to get more precise segmentation results. To verify our network architecture, we made a new challenging sea-land dataset and compare the DeepUNet on it with the SegNet and the U-Net. Experimental results show that DeepUNet achieved good performance compared with other architectures, especially in high-resolution remote sensing imagery.

cs.CV