Jiyue He, Ph.D.

Contact: post.orange@gmail.com | LindedIn: linkedin.com/in/jiyuehe

profile UCSF Logo UPenn Logo

I am Jiyue He, please simply call me Jay. I am a Computer Scientist specializing in mathematical modeling, machine learning, algorithm development, and data analysis. I am currently a researcher at the University of California, San Francisco (UCSF), and earned my PhD from the University of Pennsylvania (UPenn), both of which are ranked among the top 10 universities globally. Programming languages I am proficient in: Python, C++, MATLAB, HTML, JavaScript, and CSS.

python cpp matlab html javascript css

My recent research focuses on integrating electrical imaging technologies and intracardiac echocardiography with artificial intelligence to detect cardiac arrhythmia sources and characterize heart rhythm disorders. I have developed a Python heart simulator capable of reproducing patient-specific focal and rotor arrhythmias, as well as generating atrial fibrillation simulations. I am developing an electro-mechanical heart simulator written in C++ that models both electrical wave propagation and mechanical contractions.

Several simulations are presented below. The first shows a fibrillation simulation on a slab, illustrating transmural dynamic differences. The second depicts a rotor arrhythmia in an idealized bi-ventricle model, where mechanical movements are simulated. The third presents atrial fibrillation in a patient-specific left atrium, accompanied by corresponding action potentials and electrograms shown on the right.

slab fibrillation movie atrial fibrillation movie atrial fibrillation movie atrial fibrillation movie

In addition, I analyze clinical data obtained from arrhythmia ablation procedures, which are minimally invasive surgeries. This allows me to apply methods developed in silico to real-world clinical settings to help improve procedural outcomes. Below are details of the research projects I have completed.

Atrial Fibrillation Ablation Challenges

Atrial fibrillation is a common and potentially fatal cardiac arrhythmia affecting millions worldwide. It is characterized by irregular heart activations that lead to inefficient blood flow. Catheter ablation, a minimally invasive treatment, restores normal rhythm by destroying diseased cardiac tissue under the guidance of 3D electroanatomical mapping systems. However, the ablation procedure faces significant challenges: mapping data are often temporally asynchronous and spatially non-uniform; signal artifacts and interpolation errors can distort activation maps; and identifying arrhythmia sources is complex, requiring careful investigation of voltage thresholds, time windows, and activation tracking. These factors contribute to a high recurrence rates which is around 45% within a year.Therefore, there is a need for more accurate and robust ablation guidance systems.

Patient-specific Digital Heart for Arrhythmia Ablation

I developed a patient-specific computational heart model to simulate electrical activation patterns and assist physicians during atrial arrhythmia ablation procedures. The framework constructs a digital twin of the patient’s left atrium by extracting clinical data to tune model parameters and simulate the arrhythmias. The heart model is spatially discretized using a 3D mesh-to-Cartesian transformation and temporally discretized via the explicit Euler method, incorporating no-flux boundary conditions. To address the absence of fiber orientation data, diffusion coefficients are locally tuned through an iterative process that minimizes discrepancies between simulated and patient activation times. This tuning approach effectively captures scar regions and conduction heterogeneity. Validation on 15 patient datasets demonstrated high accuracy. These results indicate that the patient-specific digital heart can accurately reproduce arrhythmic behavior, providing a promising foundation for improving ablation planning and guidance.

Myocardial Fiber Effects on Arrhythmia Patterns

I investigated the influence of myocardial fiber orientation on electrical activation patterns. Since clinical ablation systems do not provide myocardial fiber data, I explored methods to compensate for this limitation without requiring additional imaging or procedures. Initial experiments on slab tissue models examined 50 scenarios with varying fiber angles and activation directions, revealing that conduction velocity is more sensitive when endocardial and epicardial fiber orientations are aligned and when the thickness ratio between these layers is imbalanced. To evaluate whether these findings extend to the left atrium, I utilized an ex-vivo fiber database, registering fiber datasets from seven atria onto a common atrial geometry and simulating identical arrhythmias. The results showed that, while global activation patterns were largely preserved across different fiber configurations, fibers produced notable local effects. However, due to the complex and heterogeneous fiber organization in the atrium, these local effects canceled out globally. This cancellation effect suggests that patient-specific fiber orientation has limited impact on overall activation timing, supporting the feasibility of accurate digital heart simulations even without direct fiber data.

Clinical Data Processing and Arrhythmia Source Detection

I developed a comprehensive framework for processing clinical data and detecting arrhythmia sources to assist atrial fibrillation ablation. Clinical data, including 3D atrial meshes, catheter locations, and electrograms, were first processed to correct mesh defects, standardize triangle sizes, and allow removal of pulmonary veins or other regions of interest. Electrograms were denoised using a QRS removal algorithm that preserves atrial activations, followed by an automated activation timing detection algorithm based on template matching and cross-correlation. I then generated electroanatomical maps, including voltage, local activation time, conduction velocity, and phase singularity maps. These maps visualize scar regions, activation patterns, and arrhythmia sources, guiding ablation. My system enables multi-feature integration to increase confidence in source identification. An interactive user interface allows exploration of the maps, supporting clinical decision-making during ablation procedures.