Source author record

Jian Tao

Jian Tao 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

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

9 published item(s)

preprint2023arXiv

ERNAS: An Evolutionary Neural Architecture Search for Magnetic Resonance Image Reconstructions

Magnetic resonance imaging (MRI) is one of the noninvasive imaging modalities that can produce high-quality images. However, the scan procedure is relatively slow, which causes patient discomfort and motion artifacts in images. Accelerating MRI hardware is constrained by physical and physiological limitations. A popular alternative approach to accelerated MRI is to undersample the k-space data. While undersampling speeds up the scan procedure, it generates artifacts in the images, and advanced reconstruction algorithms are needed to produce artifact-free images. Recently deep learning has emerged as a promising MRI reconstruction method to address this problem. However, straightforward adoption of the existing deep learning neural network architectures in MRI reconstructions is not usually optimal in terms of efficiency and reconstruction quality. In this work, MRI reconstruction from undersampled data was carried out using an optimized neural network using a novel evolutionary neural architecture search algorithm. Brain and knee MRI datasets show that the proposed algorithm outperforms manually designed neural network-based MR reconstruction models.

preprint2016arXiv

Large Scale GPU Accelerated PPMLR-MHD Simulations for Space Weather Forecast

PPMLR-MHD is a new magnetohydrodynamics (MHD) model used to simulate the interactions of the solar wind with the magnetosphere, which has been proved to be the key element of the space weather cause-and-effect chain process from the Sun to Earth. Compared to existing MHD methods, PPMLR-MHD achieves the advantage of high order spatial accuracy and low numerical dissipation. However, the accuracy comes at a cost. On one hand, this method requires more intensive computation. On the other hand, more boundary data is subject to be transferred during the process of simulation.s In this work, we present a parallel hybrid solution of the PPMLR-MHD model implemented using the computing capabilities of both CPUs and GPUs. We demonstrate that our optimized implementation alleviates the data transfer overhead by using GPU Direct technology and can scale up to 151 processes and achieve significant performance gains by distributing the workload among the CPUs and GPUs on Titan at Oak Ridge National Laboratory. The performance results show that our implementation is fast enough to carry out highly accurate MHD simulations in real time.

preprint2015arXiv

Magnetization relaxation, critical current density and vortex dynamics in a Ba$_{0.66}$K$_{0.32}$BiO$_{3+δ}$ single crystal

We have conducted extensive investigations on the magnetization and its dynamical relaxation on a Ba$_{0.66}$K$_{0.32}$BiO$_{3+δ}$ single crystal. It is found that the magnetization relaxation rate is rather weak compared with that in the cuprate superconductors, indicating a higher collective vortex pinning potential (or activation energy), although the intrinsic pinning potential $U_\mathrm{c}$ is weaker. Detailed analysis leads to the following discoveries: (1) A second-peak effect on the magnetization-hysteresis-loop was observed in a very wide temperature region, ranging from 2K to 24K. Its general behavior looks like that in YBa$_2$Cu$_3$O$_7$; (2) Associated with the second peak effect, the magnetization relaxation rate is inversely related to the transient superconducting current density $J_\mathrm{s}$ revealing a quite general and similar mechanism for the second peak effect in many high temperature superconductors; (3) A detailed analysis based on the collective creep model reveals a large glassy exponent $μ$ and a small intrinsic pinning potential $U_\mathrm{c}$; (4) Investigation on the volume pinning force density shows that the data can be scaled to the formula $F_{p}\propto b^p(1-b)^q$ with $p=2.79$ and $q=3.14$, here $b$ is the reduced magnetic field to the irreversible magnetic field. The maximum normalized pinning force density appears near $b\approx0.47$. Finally, a vortex phase diagram is drawn for showing the phase transitions or crossovers between different vortex phases.

preprint2013arXiv

From Physics Model to Results: An Optimizing Framework for Cross-Architecture Code Generation

Starting from a high-level problem description in terms of partial differential equations using abstract tensor notation, the Chemora framework discretizes, optimizes, and generates complete high performance codes for a wide range of compute architectures. Chemora extends the capabilities of Cactus, facilitating the usage of large-scale CPU/GPU systems in an efficient manner for complex applications, without low-level code tuning. Chemora achieves parallelism through MPI and multi-threading, combining OpenMP and CUDA. Optimizations include high-level code transformations, efficient loop traversal strategies, dynamically selected data and instruction cache usage strategies, and JIT compilation of GPU code tailored to the problem characteristics. The discretization is based on higher-order finite differences on multi-block domains. Chemora's capabilities are demonstrated by simulations of black hole collisions. This problem provides an acid test of the framework, as the Einstein equations contain hundreds of variables and thousands of terms.

preprint2013arXiv

Impurity effect and suppression to superconductivity in Na(Fe$_{0.97-x}$Co$_{0.03}$T$_x$)As (T=Cu, Mn)

We report the successful growth and the impurity scattering effect of single crystals of Na(Fe$_{0.97-x}$Co$_{0.03}$T$_x$)As (T=Cu, Mn). The temperature dependence of DC magnetization at high magnetic fields is measured for different concentrations of Cu and Mn. Detailed analysis based on the Curie-Weiss law indicates that the Cu doping weakens the average magnetic moments, while doping Mn enhances the local magnetic moments greatly, suggesting that the former may be non- or very weak magnetic impurities, and the latter give rise to magnetic impurities. However, it is found that both doping Cu and Mn will enhance the residual resistivity and suppress the superconductivity at the same rate in the low doping region, being consistent with the prediction of the S$^{\pm}$ model. For the Cu-doped system, the superconductivity is suppressed completely at a residual resistivity $ρ_0$ = 0.87 m$Ω$ cm at which a strong localization effect is observed. However, in the case of Mn doping, the behavior of suppression to \emph{T}$_{c}$ changes from a fast speed to a slow one and keeps superconductive even up to a residual resistivity of 2.86 m$Ω$ cm. Clearly the magnetic Mn impurities are even not as detrimental as the non- or very weak magnetic Cu impurities to superconductivity in the high doping regime.

preprint2012arXiv

A Massive Data Parallel Computational Framework for Petascale/Exascale Hybrid Computer Systems

Heterogeneous systems are becoming more common on High Performance Computing (HPC) systems. Even using tools like CUDA and OpenCL it is a non-trivial task to obtain optimal performance on the GPU. Approaches to simplifying this task include Merge (a library based framework for heterogeneous multi-core systems), Zippy (a framework for parallel execution of codes on multiple GPUs), BSGP (a new programming language for general purpose computation on the GPU) and CUDA-lite (an enhancement to CUDA that transforms code based on annotations). In addition, efforts are underway to improve compiler tools for automatic parallelization and optimization of affine loop nests for GPUs and for automatic translation of OpenMP parallelized codes to CUDA. In this paper we present an alternative approach: a new computational framework for the development of massively data parallel scientific codes applications suitable for use on such petascale/exascale hybrid systems built upon the highly scalable Cactus framework. As the first non-trivial demonstration of its usefulness, we successfully developed a new 3D CFD code that achieves improved performance.

preprint2012arXiv

Distinct behaviors of suppression to superconductivity in $LaRu_3Si_2$ induced by Fe and Co dopants

In the superconductor LaRu$_3$Si$_2$ with the Kagome lattice of Ru, we have successfully doped the Ru with Fe and Co atoms. Contrasting behaviors of suppression to superconductivity is discovered between the Fe and the Co dopants: Fe-impurities can suppress the superconductivity completely at a doping level of only 3%, while the superconductivity is suppressed slowly with the Co dopants. A systematic magnetization measurements indicate that the doped Fe impurities lead to spin-polarized electrons yielding magnetic moments with the magnitude of 1.6 $μ_B$\ per Fe, while the electrons given by the Co dopants have the same density of states for spin-up and spin-down leading to much weaker magnetic moments. It is the strong local magnetic moments given by the Fe-dopants that suppress the superconductivity. The band structure calculation further supports this conclusion.

preprint2012arXiv

Multi-Band Exotic Superconductivity in the New Superconductor Bi4O4S3

Resistivity, Hall effect and magnetization have been investigated on the new superconductor Bi4O4S3. A weak insulating behavior has been induced in the normal state when the superconductivity is suppressed. Hall effect measurements illustrate clearly a multiband feature dominated by electron charge carriers, which is further supported by the magnetoresistance data. Interestingly, a kink appears on the temperature dependence of resistivity at about 4 K at all high magnetic fields when the bulk superconductivity is completely suppressed. This kink can be well traced back to the upper critical field Hc2(T) in the low field region, and is explained as the possible evidence of residual Cooper pairs on the one dimensional chains.

preprint2011arXiv

Anomalous Properties in the Normal and Superconducting States of LaRu$_3$Si$_2$

Superconductivity in LaRu$_3$Si$_2$ with the honeycomb structure of Ru atoms has been investigated. It is found that the normal state specific heat C/T exhibits a deviation from the Debye model down to the lowest temperature. A relation $C/T = γ_n+βT^2-ATlnT$ which concerns the electron correlations can fit the data very well. The suppression to the superconductivity by the magnetic field is not the mean-field like, which is associated well with the observation of strong superconducting fluctuations. The field dependence of the induced quasiparticle density of states measured by the low temperature specific heat shows a non-linear feature, indicating the significant contributions given by the delocalized quasiparticles.