Researcher profile

Jichen Yang

Jichen Yang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
9works
0followers
10topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

9 published item(s)

preprint2022arXiv

Knee arthritis severity measurement using deep learning: a publicly available algorithm with a multi-institutional validation showing radiologist-level performance

The assessment of knee osteoarthritis (KOA) severity on knee X-rays is a central criteria for the use of total knee arthroplasty. However, this assessment suffers from imprecise standards and a remarkably high inter-reader variability. An algorithmic, automated assessment of KOA severity could improve overall outcomes of knee replacement procedures by increasing the appropriateness of its use. We propose a novel deep learning-based five-step algorithm to automatically grade KOA from posterior-anterior (PA) views of radiographs: (1) image preprocessing (2) localization of knees joints in the image using the YOLO v3-Tiny model, (3) initial assessment of the severity of osteoarthritis using a convolutional neural network-based classifier, (4) segmentation of the joints and calculation of the joint space narrowing (JSN), and (5), a combination of the JSN and the initial assessment to determine a final Kellgren-Lawrence (KL) score. Furthermore, by displaying the segmentation masks used to make the assessment, our algorithm demonstrates a higher degree of transparency compared to typical "black box" deep learning classifiers. We perform a comprehensive evaluation using two public datasets and one dataset from our institution, and show that our algorithm reaches state-of-the art performance. Moreover, we also collected ratings from multiple radiologists at our institution and showed that our algorithm performs at the radiologist level. The software has been made publicly available at https://github.com/MaciejMazurowski/osteoarthritis-classification.

preprint2021arXiv

Data Augmentation with Signal Companding for Detection of Logical Access Attacks

The recent advances in voice conversion (VC) and text-to-speech (TTS) make it possible to produce natural sounding speech that poses threat to automatic speaker verification (ASV) systems. To this end, research on spoofing countermeasures has gained attention to protect ASV systems from such attacks. While the advanced spoofing countermeasures are able to detect known nature of spoofing attacks, they are not that effective under unknown attacks. In this work, we propose a novel data augmentation technique using a-law and mu-law based signal companding. We believe that the proposed method has an edge over traditional data augmentation by adding small perturbation or quantization noise. The studies are conducted on ASVspoof 2019 logical access corpus using light convolutional neural network based system. We find that the proposed data augmentation technique based on signal companding outperforms the state-of-the-art spoofing countermeasures showing ability to handle unknown nature of attacks.

preprint2021arXiv

Geophysical fluid models with simple energy backscatter: explicit flows and unbounded exponential growth

Motivated by numerical schemes for large scale geophysical flow, we consider the rotating shallow water and Boussinesq equations on the whole space with horizontal kinetic energy backscatter source terms built from negative viscosity and stabilising hyperviscosity with constant parameters. We study the impact of this energy input through various explicit flows, which are simultaneously solving the nonlinear equations and the linear equations that arise upon dropping the transport nonlinearity, i.e. the linearisation in the zero state. These include barotropic, parallel and Kolmogorov flows as well as monochromatic inertia gravity waves. With focus on stable stratification we find that the backscatter generates numerous solutions of this type that grow exponentially and unboundedly, also with vertical structure. This signifies the possibility of undesired energy concentration into specific modes due to the backscatter. Families of steady state flows of this type arise as well and superposition principles in the nonlinear equations provide explicit sufficient conditions for instability of some of these. For certain steady barotropic flows of this type we provide numerical evidence of eigenmodes whose growth rates are proportional to the amplitude factor of the flow. For all other arising steady solutions we prove this is not possible.

preprint2021arXiv

GridTracer: Automatic Mapping of Power Grids using Deep Learning and Overhead Imagery

Energy system information valuable for electricity access planning such as the locations and connectivity of electricity transmission and distribution towers, termed the power grid, is often incomplete, outdated, or altogether unavailable. Furthermore, conventional means for collecting this information is costly and limited. We propose to automatically map the grid in overhead remotely sensed imagery using deep learning. Towards this goal, we develop and publicly-release a large dataset ($263km^2$) of overhead imagery with ground truth for the power grid, to our knowledge this is the first dataset of its kind in the public domain. Additionally, we propose scoring metrics and baseline algorithms for two grid mapping tasks: (1) tower recognition and (2) power line interconnection (i.e., estimating a graph representation of the grid). We hope the availability of the training data, scoring metrics, and baselines will facilitate rapid progress on this important problem to help decision-makers address the energy needs of societies around the world.

preprint2020arXiv

Light Convolutional Neural Network with Feature Genuinization for Detection of Synthetic Speech Attacks

Modern text-to-speech (TTS) and voice conversion (VC) systems produce natural sounding speech that questions the security of automatic speaker verification (ASV). This makes detection of such synthetic speech very important to safeguard ASV systems from unauthorized access. Most of the existing spoofing countermeasures perform well when the nature of the attacks is made known to the system during training. However, their performance degrades in face of unseen nature of attacks. In comparison to the synthetic speech created by a wide range of TTS and VC methods, genuine speech has a more consistent distribution. We believe that the difference between the distribution of synthetic and genuine speech is an important discriminative feature between the two classes. In this regard, we propose a novel method referred to as feature genuinization that learns a transformer with convolutional neural network (CNN) using the characteristics of only genuine speech. We then use this genuinization transformer with a light CNN classifier. The ASVspoof 2019 logical access corpus is used to evaluate the proposed method. The studies show that the proposed feature genuinization based LCNN system outperforms other state-of-the-art spoofing countermeasures, depicting its effectiveness for detection of synthetic speech attacks.

preprint2020arXiv

Multi-modal Attention for Speech Emotion Recognition

Emotion represents an essential aspect of human speech that is manifested in speech prosody. Speech, visual, and textual cues are complementary in human communication. In this paper, we study a hybrid fusion method, referred to as multi-modal attention network (MMAN) to make use of visual and textual cues in speech emotion recognition. We propose a novel multi-modal attention mechanism, cLSTM-MMA, which facilitates the attention across three modalities and selectively fuse the information. cLSTM-MMA is fused with other uni-modal sub-networks in the late fusion. The experiments show that speech emotion recognition benefits significantly from visual and textual cues, and the proposed cLSTM-MMA alone is as competitive as other fusion methods in terms of accuracy, but with a much more compact network structure. The proposed hybrid network MMAN achieves state-of-the-art performance on IEMOCAP database for emotion recognition.

preprint2020arXiv

PDA: Progressive Data Augmentation for General Robustness of Deep Neural Networks

Adversarial images are designed to mislead deep neural networks (DNNs), attracting great attention in recent years. Although several defense strategies achieved encouraging robustness against adversarial samples, most of them fail to improve the robustness on common corruptions such as noise, blur, and weather/digital effects (e.g. frost, pixelate). To address this problem, we propose a simple yet effective method, named Progressive Data Augmentation (PDA), which enables general robustness of DNNs by progressively injecting diverse adversarial noises during training. In other words, DNNs trained with PDA are able to obtain more robustness against both adversarial attacks as well as common corruptions than the recent state-of-the-art methods. We also find that PDA is more efficient than prior arts and able to prevent accuracy drop on clean samples without being attacked. Furthermore, we theoretically show that PDA can control the perturbation bound and guarantee better generalization ability than existing work. Extensive experiments on many benchmarks such as CIFAR-10, SVHN, and ImageNet demonstrate that PDA significantly outperforms its counterparts in various experimental setups.

preprint2020arXiv

The impact of advection on the stability of stripes on lattices near planar Turing instabilities

Striped patterns are known to bifurcate in reaction-diffusion systems with differential isotropic diffusions at a supercritical Turing instability. In this paper we study the impact of weak anisotropy by directional advection on the stability of stripes with respect to various lattice modes, and the role of quadratic terms therein. We focus on the generic form of planar reaction-diffusion systems with two components near such a bifurcation. Using centre manifold reduction we derive a rigorous parameter expansion for the critical eigenvalues for lattice mode perturbations, specifically nearly square and nearly hexagonal ones. This provides detailed formulae for the loci of stability boundaries under the influence of the advection and quadratic terms. In particular, the well known destabilising effect of quadratic terms can be counterbalanced by advection, which leads to intriguing arrangements of stability boundaries. We illustrate these results numerically by a specific example. Finally, we show numerical computations of these stability boundaries in the extended Klausmeier model for vegetation patterns and show stripes bifurcate stably in the presence of sufficiently strong advection.

preprint2019arXiv

The impact of advection on large-wavelength stability of stripes near planar Turing instabilities

It is well known that for reaction-diffusion systems with differential isotropic diffusions, a Turing instability yields striped solutions. In this paper we study the impact of weak anisotropy by directional advection on such solutions, and the role of quadratic terms. We focus on the generic form of planar reaction-diffusion systems with two components near such a bifurcation. Using Lyapunov-Schmidt reduction and Floquet-Bloch decomposition we derive a rigorous parameter expansion for existence and stability against large wavelength perturbations. This provides detailed formulae for the loci of bifurcations and so-called Eckhaus as well as zigzag stability boundaries under the influence of the advection and quadratic terms. In particular, while destabilisation of the background state is through modes perpendicular to the advection (Squire-theorem), we show that stripes can bifurcate zigzag unstably. We illustrate these results numerically by an example. Finally, we show numerical computations of these stability boundaries in the extended Klausmeier model for vegetation patterns and show stripes bifurcate stably in the presence of advection.