arXiv ScienceSearch

arXiv subjects

Zichang Wang

Publications and source records attributed to Zichang Wang.

13 recordsLinked to original sources

A unified power-grid representation for reuse across network structures and computational tasks

Data-driven power-system models are typically developed for specific grids and computational tasks, but their performance can deteriorate markedly or even fail when network structures or analytical objectives change. This paper develops a unified grid representation that separates physical-grid description from downstream computation. A self-supervised encoder represents each grid as a variable number of fixed-dimensional node, branch and global vectors under a common latent description. Although pretrained only on systems with at most 270 buses, the frozen encoder transfers without adaptation to a 70,000-bus network, more than 250 times larger in bus count, while preserving 0.7919 bus-correspondence accuracy. The same representation supports four independently trained downstream tasks: power-flow calculation, reactive-power adjustment, operating-condition generation and transient-stability assessment. On the previously unseen 70,000-bus grid, power-flow calculation achieves mean errors of 0.108$^{\circ}$ in phase angle and 3.8$\times$10\textsuperscript{-6} p.u. in voltage magnitude. Reactive-power adjustment achieved a 75\% PSASP-verified correction rate on the previously unseen 70,000-bus grid, while operating-condition generation delivered at least one PSASP-verified feasible state for 82.2\% of requests on previously unseen 400--1,000-bus grid families. For transient-stability assessment, the frozen encoder achieves accuracy within 0.8 percentage points of full encoder adaptation under matched training conditions. These results demonstrate that a unified power-grid representation can be learned once and reused unchanged across structurally different power systems and heterogeneous computational tasks.

eess.SY

Scrutiny and Conservatism

We study a setting in which an agent receives private information before choosing from a menu and anticipates hindsight scrutiny. Such scrutiny creates a motive for conservatism toward menu expansions. Our key axiom, conservatism, is a direct weakening of preference for flexibility: Adding an option is weakly beneficial whenever it leaves the menu's hindsight benchmark unchanged. Together with standard axioms, conservatism characterizes a scrutiny representation of preferences over menus in which the agent behaves as if she evaluates each menu by subtracting anticipated scrutiny from the material value of informed choice. Menu preference identifies a unique minimum pair of private information and scrutiny intensity, while incorporating subsequent stochastic-choice data pins down the actual pair. Applications to medical liability and corporate innovation illustrate the implications of our model for accountability design.

econ.TH

Geometry of Holomorphic One-forms on Smooth Projective Varieties

In this article, we show that any morphism $f$ from a smooth projective variety $X$ to a simple abelian variety $A$ is smooth, if and only if there exists a holomorphic 1-form $\omega$ on $A$ such that $f^*\omega$ has no zero. As the key ingredient in the proof, we show any $\mathbb{Z}$-homology fibre bundle morphism is without blow-up in codimension 0 in the sense of Sabbah. Furthermore, we investigate the structure of the spaces of holomorphic 1-forms with zeros, and show that they are linear for large classes of varieties. Also, we construct a delicate example of a smooth projective subvariety of an abelian variety for which the holomorphic 1-forms with positive dimensional zero loci do not form a linear subset. Finally, we study algebraic surfaces admitting holomorphic 1-forms that have zeros and do not arise from cohomology jump loci.

math.AG

Stochastic Calculus and Hochschild Homology

This paper is a case study of probabilistic approach to homological aspects of topological quantum field theory via the example of topological quantum mechanics. We propose topological correlations in terms of large variance limit. An investigation on the relation between probabilistic topological correlations on the circle and Hochschild homology is illustrated.

math.PR

Good minimal models with nowhere vanishing holomorphic $1$-forms

Popa and Schnell show that any holomorphic 1-form on a smooth projective variety of general type has zeros. In this article, we show that a smooth good minimal model has a holomorphic 1-form without zero if and only if it admits an analytic fiber bundle structure over a positive dimensional abelian variety.

math.AG

On identities concerning integer parts

In 2007 V. Zhuravlev discovered a family of identities concerning integer parts which are satisfied by the number $\frac{\sqrt{5}+1}{2}$. Some of these identities turned out to be characterization properties of the number $\frac{\sqrt{5}+1}{2}$. In this paper we generalize the simplest of these identities.

math.NT

Multi-task Learning via Adaptation to Similar Tasks for Mortality Prediction of Diverse Rare Diseases

Mortality prediction of diverse rare diseases using electronic health record (EHR) data is a crucial task for intelligent healthcare. However, data insufficiency and the clinical diversity of rare diseases make it hard for directly training deep learning models on individual disease data or all the data from different diseases. Mortality prediction for these patients with different diseases can be viewed as a multi-task learning problem with insufficient data and large task number. But the tasks with little training data also make it hard to train task-specific modules in multi-task learning models. To address the challenges of data insufficiency and task diversity, we propose an initialization-sharing multi-task learning method (Ada-Sit) which learns the parameter initialization for fast adaptation to dynamically measured similar tasks. We use Ada-Sit to train long short-term memory networks (LSTM) based prediction models on longitudinal EHR data. And experimental results demonstrate that the proposed model is effective for mortality prediction of diverse rare diseases.

cs.LG

Predictive Multi-level Patient Representations from Electronic Health Records

The advent of the Internet era has led to an explosive growth in the Electronic Health Records (EHR) in the past decades. The EHR data can be regarded as a collection of clinical events, including laboratory results, medication records, physiological indicators, etc, which can be used for clinical outcome prediction tasks to support constructions of intelligent health systems. Learning patient representation from these clinical events for the clinical outcome prediction is an important but challenging step. Most related studies transform EHR data of a patient into a sequence of clinical events in temporal order and then use sequential models to learn patient representations for outcome prediction. However, clinical event sequence contains thousands of event types and temporal dependencies. We further make an observation that clinical events occurring in a short period are not constrained by any temporal order but events in a long term are influenced by temporal dependencies. The multi-scale temporal property makes it difficult for traditional sequential models to capture the short-term co-occurrence and the long-term temporal dependencies in clinical event sequences. In response to the above challenges, this paper proposes a Multi-level Representation Model (MRM). MRM first uses a sparse attention mechanism to model the short-term co-occurrence, then uses interval-based event pooling to remove redundant information and reduce sequence length and finally predicts clinical outcomes through Long Short-Term Memory (LSTM). Experiments on real-world datasets indicate that our proposed model largely improves the performance of clinical outcome prediction tasks using EHR data.

cs.LG

Early Prediction of Sepsis From Clinical Datavia Heterogeneous Event Aggregation

Sepsis is a life-threatening condition that seriously endangers millions of people over the world. Hopefully, with the widespread availability of electronic health records (EHR), predictive models that can effectively deal with clinical sequential data increase the possibility to predict sepsis and take early preventive treatment. However, the early prediction is challenging because patients' sequential data in EHR contains temporal interactions of multiple clinical events. And capturing temporal interactions in the long event sequence is hard for traditional LSTM. Rather than directly applying the LSTM model to the event sequences, our proposed model firstly aggregates heterogeneous clinical events in a short period and then captures temporal interactions of the aggregated representations with LSTM. Our proposed Heterogeneous Event Aggregation can not only shorten the length of clinical event sequence but also help to retain temporal interactions of both categorical and numerical features of clinical events in the multiple heads of the aggregation representations. In the PhysioNet/Computing in Cardiology Challenge 2019, with the team named PKU_DLIB, our proposed model, in high efficiency, achieved utility score (0.321) in the full test set.

cs.LG

Learning Hierarchical Representations of Electronic Health Records for Clinical Outcome Prediction

Clinical outcome prediction based on the Electronic Health Record (EHR) plays a crucial role in improving the quality of healthcare. Conventional deep sequential models fail to capture the rich temporal patterns encoded in the longand irregular clinical event sequences. We make the observation that clinical events at a long time scale exhibit strongtemporal patterns, while events within a short time period tend to be disordered co-occurrence. We thus propose differentiated mechanisms to model clinical events at different time scales. Our model learns hierarchical representationsof event sequences, to adaptively distinguish between short-range and long-range events, and accurately capture coretemporal dependencies. Experimental results on real clinical data show that our model greatly improves over previous state-of-the-art models, achieving AUC scores of 0.94 and 0.90 for predicting death and ICU admission respectively, Our model also successfully identifies important events for different clinical outcome prediction tasks

cs.LG

Learning the Joint Representation of Heterogeneous Temporal Events for Clinical Endpoint Prediction

The availability of a large amount of electronic health records (EHR) provides huge opportunities to improve health care service by mining these data. One important application is clinical endpoint prediction, which aims to predict whether a disease, a symptom or an abnormal lab test will happen in the future according to patients' history records. This paper develops deep learning techniques for clinical endpoint prediction, which are effective in many practical applications. However, the problem is very challenging since patients' history records contain multiple heterogeneous temporal events such as lab tests, diagnosis, and drug administrations. The visiting patterns of different types of events vary significantly, and there exist complex nonlinear relationships between different events. In this paper, we propose a novel model for learning the joint representation of heterogeneous temporal events. The model adds a new gate to control the visiting rates of different events which effectively models the irregular patterns of different events and their nonlinear correlations. Experiment results with real-world clinical data on the tasks of predicting death and abnormal lab tests prove the effectiveness of our proposed approach over competitive baselines.

cs.AI