Source author record

Shiping Zhu

Shiping Zhu appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2022arXiv

Distance Guided Channel Weighting for Semantic Segmentation

Recent works have achieved great success in improving the performance of multiple computer vision tasks by capturing features with a high channel number utilizing deep neural networks. However, many channels of extracted features are not discriminative and contain a lot of redundant information. In this paper, we address above issue by introducing the Distance Guided Channel Weighting (DGCW) Module. The DGCW module is constructed in a pixel-wise context extraction manner, which enhances the discriminativeness of features by weighting different channels of each pixel's feature vector when modeling its relationship with other pixels. It can make full use of the high-discriminative information while ignore the low-discriminative information containing in feature maps, as well as capture the long-range dependencies. Furthermore, by incorporating the DGCW module with a baseline segmentation network, we propose the Distance Guided Channel Weighting Network (DGCWNet). We conduct extensive experiments to demonstrate the effectiveness of DGCWNet. In particular, it achieves 81.6% mIoU on Cityscapes with only fine annotated data for training, and also gains satisfactory performance on another two semantic segmentation datasets, i.e. Pascal Context and ADE20K. Code will be available soon at https://github.com/LanyunZhu/DGCWNet.

preprint2022arXiv

Equilibrium and non-equilibrium molecular dynamics approaches for the linear viscoelasticity of polymer melts

Viscoelastic properties of polymer melts are particularly challenging to compute due to the intrinsic stress fluctuations in molecular dynamics (MD). We compared equilibrium and non-equilibrium MD approaches for extracting the storage (G') and loss moduli (G") over a wide frequency range from a bead-spring chain model, in both unentangled and entangled regimes. We found that, with properly chosen data processing and noise reduction procedures, different methods render quantitatively equivalent results. In equilibrium MD (EMD), applying the Green-Kubo relation with a multi-tau correlator method for noise filtering generates smooth stress relaxation modulus profiles, from which accurate G' and G" can be obtained. For unentangled chains, combining the Rouse model with a short-time correction provides a convenient option that circumvents the stress fluctuation challenge altogether. For non-equilibrium MD (NEMD), we found that combining a stress pre-averaging treatment with discrete Fourier transform analysis reliably computes G' and G" with much shorter simulation length than previously reported. Comparing the efficiency and statistical accuracy of these methods, we concluded that EMD is both reliable and efficient, and is suitable when the whole spectrum of linear viscoelastic properties is desired, whereas NEMD offers flexibility when only some frequency ranges are of interest.

preprint2021arXiv

Learning Statistical Texture for Semantic Segmentation

Existing semantic segmentation works mainly focus on learning the contextual information in high-level semantic features with CNNs. In order to maintain a precise boundary, low-level texture features are directly skip-connected into the deeper layers. Nevertheless, texture features are not only about local structure, but also include global statistical knowledge of the input image. In this paper, we fully take advantages of the low-level texture features and propose a novel Statistical Texture Learning Network (STLNet) for semantic segmentation. For the first time, STLNet analyzes the distribution of low level information and efficiently utilizes them for the task. Specifically, a novel Quantization and Counting Operator (QCO) is designed to describe the texture information in a statistical manner. Based on QCO, two modules are introduced: (1) Texture Enhance Module (TEM), to capture texture-related information and enhance the texture details; (2) Pyramid Texture Feature Extraction Module (PTFEM), to effectively extract the statistical texture features from multiple scales. Through extensive experiments, we show that the proposed STLNet achieves state-of-the-art performance on three semantic segmentation benchmarks: Cityscapes, PASCAL Context and ADE20K.