Source author record

Yang Zhong

Yang Zhong 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

12works
9topics
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

12 published item(s)

preprint2022arXiv

Edge-based Tensor prediction via graph neural networks

Message-passing neural networks (MPNN) have shown extremely high efficiency and accuracy in predicting the physical properties of molecules and crystals, and are expected to become the next-generation material simulation tool after the density functional theory (DFT). However, there is currently a lack of a general MPNN framework for directly predicting the tensor properties of the crystals. In this work, a general framework for the prediction of tensor properties was proposed: the tensor property of a crystal can be decomposed into the average of the tensor contributions of all the atoms in the crystal, and the tensor contribution of each atom can be expanded as the sum of the tensor projections in the directions of the edges connecting the atoms. On this basis, the edge-based expansions of force vectors, Born effective charges (BECs), dielectric (DL) and piezoelectric (PZ) tensors were proposed. These expansions are rotationally equivariant, while the coefficients in these tensor expansions are rotationally invariant scalars which are similar to physical quantities such as formation energy and band gap. The advantage of this tensor prediction framework is that it does not require the network itself to be equivariant. Therefore, in this work, we directly designed the edge-based tensor prediction graph neural network (ETGNN) model on the basis of the invariant graph neural network to predict tensors. The validity and high precision of this tensor prediction framework were shown by the tests of ETGNN on the extended systems, random perturbed structures and JARVIS-DFT datasets. This tensor prediction framework is general for nearly all the GNNs and can achieve higher accuracy with more advanced GNNs in the future.

preprint2020arXiv

Discourse Level Factors for Sentence Deletion in Text Simplification

This paper presents a data-driven study focusing on analyzing and predicting sentence deletion -- a prevalent but understudied phenomenon in document simplification -- on a large English text simplification corpus. We inspect various document and discourse factors associated with sentence deletion, using a new manually annotated sentence alignment corpus we collected. We reveal that professional editors utilize different strategies to meet readability standards of elementary and middle schools. To predict whether a sentence will be deleted during simplification to a certain level, we harness automatically aligned data to train a classification model. Evaluated on our manually annotated data, our best models reached F1 scores of 65.2 and 59.7 for this task at the levels of elementary and middle school, respectively. We find that discourse level factors contribute to the challenging task of predicting sentence deletion for simplification.

preprint2020arXiv

Regularizing CNN Transfer Learning with Randomised Regression

This paper is about regularizing deep convolutional networks (CNNs) based on an adaptive framework for transfer learning with limited training data in the target domain. Recent advances of CNN regularization in this context are commonly due to the use of additional regularization objectives. They guide the training away from the target task using some forms of concrete tasks. Unlike those related approaches, we suggest that an objective without a concrete goal can still serve well as a regularized. In particular, we demonstrate Pseudo-task Regularization (PtR) which dynamically regularizes a network by simply attempting to regress image representations to pseudo-regression targets during fine-tuning. That is, a CNN is efficiently regularized without additional resources of data or prior domain expertise. In sum, the proposed PtR provides: a) an alternative for network regularization without dependence on the design of concrete regularization objectives or extra annotations; b) a dynamically adjusted and maintained strength of regularization effect by balancing the gradient norms between objectives on-line. Through numerous experiments, surprisingly, the improvements on classification accuracy by PtR are shown greater or on a par to the recent state-of-the-art methods.

preprint2019arXiv

Thermal boundary resistance predictions with non-equilibrium Green's function and molecular dynamics simulations

The non-equilibrium Green's function (NEGF) method with Büttiker probe scattering self-energies is assessed by comparing its predictions for the thermal boundary resistance with molecular dynamics (MD) simulations. For simplicity, the interface of Si/heavy-Si is considered, where heavy-Si differs from Si only in the mass value. With Büttiker probe scattering parameters tuned against MD in homogeneous Si, the NEGF-predicted thermal boundary resistance quantitatively agrees with MD for wide mass ratios. Artificial resistances that the unaltered Landauer approach yield at virtual interfaces in homogeneous systems are absent in the present NEGF approach. Spectral information result from NEGF in its natural representation without further transformations. The spectral results show that the scattering between different phonon modes plays a crucial role in thermal transport across interfaces. Büttiker probes provide an efficient and reliable way to include anharmonicity in phonon related NEGF. NEGF including the Büttiker probes can reliably predict phonon transport across interfaces and at finite temperatures.

preprint2016arXiv

Chiral electric field in relativistic heavy-ion collisions at energies available at the BNL Relativistic Heavy Ion Collider and at the CERN Large Hadron Collider

It was proposed that the electric fields may lead to chiral separation in QGP, which is called the chiral electric separation effect. The strong electromagnetic field and the QCD vacuum can both completely be produced in the off-central nuclear-nuclear collision. We used the Wood-Saxon nucleon distribution to calculate the electric field distributions of the off-central collisions. The chiral electro field spatial distribution at Relativistic Heavy-Ion Collider (RHIC) and Large Hadron Collider (LHC) energy regions are systematically studied in this paper. Compared with magnetic field spatial distribution, electric field shows some different features in relativistic heavy-ion collisions. The dependence of the electric field produced by the thermal quark in the central position with different impact parameters on the proper time with different collision energies in the RHIC and LHC energy region are studied in this paper.

preprint2016arXiv

Face Attribute Prediction Using Off-the-Shelf CNN Features

Predicting attributes from face images in the wild is a challenging computer vision problem. To automatically describe face attributes from face containing images, traditionally one needs to cascade three technical blocks --- face localization, facial descriptor construction, and attribute classification --- in a pipeline. As a typical classification problem, face attribute prediction has been addressed using deep learning. Current state-of-the-art performance was achieved by using two cascaded Convolutional Neural Networks (CNNs), which were specifically trained to learn face localization and attribute description. In this paper, we experiment with an alternative way of employing the power of deep representations from CNNs. Combining with conventional face localization techniques, we use off-the-shelf architectures trained for face recognition to build facial descriptors. Recognizing that the describable face attributes are diverse, our face descriptors are constructed from different levels of the CNNs for different attributes to best facilitate face attribute prediction. Experiments on two large datasets, LFWA and CelebA, show that our approach is entirely comparable to the state-of-the-art. Our findings not only demonstrate an efficient face attribute prediction approach, but also raise an important question: how to leverage the power of off-the-shelf CNN representations for novel tasks.

preprint2016arXiv

Leveraging Mid-Level Deep Representations For Predicting Face Attributes in the Wild

Predicting facial attributes from faces in the wild is very challenging due to pose and lighting variations in the real world. The key to this problem is to build proper feature representations to cope with these unfavourable conditions. Given the success of Convolutional Neural Network (CNN) in image classification, the high-level CNN feature, as an intuitive and reasonable choice, has been widely utilized for this problem. In this paper, however, we consider the mid-level CNN features as an alternative to the high-level ones for attribute prediction. This is based on the observation that face attributes are different: some of them are locally oriented while others are globally defined. Our investigations reveal that the mid-level deep representations outperform the prediction accuracy achieved by the (fine-tuned) high-level abstractions. We empirically demonstrate that the midlevel representations achieve state-of-the-art prediction performance on CelebA and LFWA datasets. Our investigations also show that by utilizing the mid-level representations one can employ a single deep network to achieve both face recognition and attribute prediction.

preprint2015arXiv

Leveraging the Power of Gabor Phase for Face Identification: A Block Matching Approach

Different from face verification, face identification is much more demanding. To reach comparable performance, an identifier needs to be roughly N times better than a verifier. To expect a breakthrough in face identification, we need a fresh look at the fundamental building blocks of face recognition. In this paper we focus on the selection of a suitable signal representation and better matching strategy for face identification. We demonstrate how Gabor phase could be leveraged to improve the performance of face identification by using the Block Matching method. Compared to the existing approaches, the proposed method features much lower algorithmic complexity: face images are only filtered by a single-scale Gabor filter pair and the matching is performed between any pairs of face images at hand without involving any training process. Benchmark evaluations show that the proposed approach is totally comparable to and even better than state-of-the-art algorithms, which are typically based on more features extracted from a large set of Gabor faces and/or rely on heavy training processes.

preprint2015arXiv

The spatial distributions of chiral magnetic field in the RHIC and LHC energy regions

Relativistic heavy-ion collisions can produce extremely strong magnetic field in the collision regions. The spatial variation features of the magnetic fields are analyzed in detail for non-central Pb - Pb collisions at LHC $\sqrt{s_{NN}}$= 900, 2760 and 7000 GeV and Au-Au collisions at RHIC $\sqrt{s_{NN}}$ = 62.4, 130 and 200 GeV. The dependencies of magnetic field on proper time, collision energies and impact parameters are investigated in this paper. It is shown that a enormous with highly inhomogeneous spatial distribution magnetic field can indeed be created in off-central relativistic heavy-ion collisions in RHIC and LHC energy regions. The enormous magnetic field is quite large, especially just after the collision, and then decreases rapidly with time. We are surprised to find that the magnetic effect decreases with increasing energy from RHIC to LHC energy region. It is found that the magnitude of magnetic field in the LHC energy region is far less than that of magnetic field in the RHIC energy region.

preprint2014arXiv

A systematic study of magnetic field in Relativistic Heavy-ion Collisions in the RHIC and LHC energy regions

The features of magnetic field in relativistic heavy-ion collisions are systematically studied by using a modified magnetic field model in this paper. The features of magnetic field distributions in the central point are studied in the RHIC and LHC energy regions. We also predict the feature of magnetic fields at LHC $\sqrt{s_{NN}}$= 900, 2760 and 7000 GeV based on the detailed study at RHIC $\sqrt{s_{NN}}$ = 62.4, 130 and 200 GeV. The dependencies of the features of magnetic fields on the collision energies, centralities and collision time are systematically investigated, respectively.

preprint2012arXiv

Baryon productions and collective flow of relativistic heavy-ion collisions in the AGS, SPS, RHIC and LHC energy regions($\sqrt{s_{NN}}\leq5$GeV to 5.5 TeV)

The features of net baryon productions and collective flow in relativistic heavy-ion collisions at energies reached at the CERN Large Hadron Collider (LHC), BNL Relativistic Heavy Ion Collider (RHIC), CERN Super Proton Synchrotron (SPS) and BNL Alternating Gradient Synchrotron (AGS) with the model of Non-Uniform Flow Model(NUFM) are systematically studied in this paper. Especially we predict the feature of net baryon productions and collective flow at LHC $\sqrt{s_{NN}}$=5500 GeV basing on the detailed study of that at RHIC $\sqrt{s_{NN}}$=62.4 and 200GeV. The dependencies of the features of baryon stopping and collective flow on the collision energies and centralities are investigated.

preprint2011arXiv

The role of vegetables trade network in global epidemics

The outbreak of enterohemorrhagic Escherichia coli (EHEC) in May 2011 warns the potential threats of the world vegetables trade network (VTN) in spreading fatal infectious diseases. The heterogeneous weight distribution and multi-scale activity of intermediary networks affects the diffusion, proliferation and extinction of epidemics. Here, we constructed a dual-weighted VTN with 118 major countries and territories from FAO 2008 statistic data about global vegetation production and trade, and develop a reaction-diffusion model to simulate the epidemic behaviors in through VTN. We found an emerged asymmetric threshold of epidemic on VTN, in which local proliferation within nodes plays a more critical role than global diffusion in spreading of EHEC-like diseases, i.e. sufficient local proliferation is the precondition for global diffusion. We also found that a strong modularity on VTN structure, which restricts the spreading of EHEC-like diseases; however, within the communities, the diffusion is quick and easy. There is, moreover, a critical "epidemic stem", in which a serial of positive feedback loop for amplifying the proliferation and diffusion pathogens has been identified from entire VTN. Surprisingly, statistical analysis shows a well consistency between theoretical composition of stem and actual pattern of EHEC. The results provide a chance to design gradient control strategies for controlling disease global diffusion. Our analysis provided the first inspect of global epidemics mediated by trade networks for improved control and immunity strategies in the future.