SearcharxivSearch

arXiv subjects

Guofu Li

Publications and source records attributed to Guofu Li.

5 recordsLinked to original sources

Limiting Behavior of Non-Autonomous Stochastic Reversible Selkov Lattice Systems Driven by Locally Lipschitz L\'{e}vy Noises

This work investigates the long-term distributional behavior of the reversible Selkov lattice systems defined on the set $\mathbb{Z}$ and driven by locally Lipschitz \emph{L\'{e}vy noises}, which possess two pairs of oppositely signed nonlinear terms and whose nonlinear couplings can grow polynomially with any order $p \geq 1$. Firstly, based on the global-in-time well-posedness in $L^{2}(\Omega, \ell^2 \times \ell^2)$, we define a \emph{continuous} non-autonomous dynamical system (NDS) on the metric space $(\mathcal{P}_{2}(\ell^2 \times \ell^2), d_{\mathcal{P}(\ell^2 \times \ell^2)})$, where $d_{\mathcal{P}(\ell^2 \times \ell^2)}$ is the dual-Lipschitz distance on $\mathcal{P}(\ell^2 \times \ell^2)$, the space of probability measures on $\ell^2 \times \ell^2$. Specifically, we establish that this non-autonomous dynamical system admits a unique pullback measure attractor, characterized via measure-valued complete solutions and orbits in the sense of Wang (DOI.org/10.1016/j.jde.2012.05.015). Moreover, when the deterministic external forcing terms are periodic in time, we demonstrate that the pullback measure attractors are also periodic. We also study the upper semicontinuity of pullback measure attractors as $(\epsilon_1, \epsilon_2, \gamma_1, \gamma_2) \rightarrow (0, 0, 0, 0)$. The main difficulty in proving the pullback asymptotic compactness of the NDS in $(\mathcal{P}_{2}(\ell^2 \times \ell^2), d_{\mathcal{P}(\ell^2 \times \ell^2)})$ is caused by the lack of compactness in infinite-dimensional lattice systems, which is overcome by using uniform tail-ends estimates. And the inherent structure of the Selkov system precludes the possibility of any unidirectional dissipative influence arising from the interaction between the two coupled equations, thereby obstructing the emergence of a dominant energy-dissipation mechanism along a single directional pathway.

math.AP

Conditional Inferences Based on Vine Copulas with Applications to Credit Spread Data of Corporate Bonds

Understanding the dependence relationship of credit spreads of corporate bonds is important for risk management. Vine copula models with tail dependence are used to analyze a credit spread dataset of Chinese corporate bonds, understand the dependence among different sectors and perform conditional inferences. It is shown how the effect of tail dependence affects risk transfer, or the conditional distributions given one variable is extreme. Vine copula models also provide more accurate cross prediction results compared with linear regressions. These conditional inference techniques are a statistical contribution for analysis of bond credit spreads of investment portfolios consisting of corporate bonds from various sectors.

stat.ME

Joint learning of interpretation and distillation

The extra trust brought by the model interpretation has made it an indispensable part of machine learning systems. But to explain a distilled model's prediction, one may either work with the student model itself, or turn to its teacher model. This leads to a more fundamental question: if a distilled model should give a similar prediction for a similar reason as its teacher model on the same input? This question becomes even more crucial when the two models have dramatically different structure, taking GBDT2NN for example. This paper conducts an empirical study on the new approach to explaining each prediction of GBDT2NN, and how imitating the explanation can further improve the distillation process as an auxiliary learning task. Experiments on several benchmarks show that the proposed methods achieve better performance on both explanations and predictions.

cs.LG

Accelerating System Log Processing by Semi-supervised Learning: A Technical Report

There is an increasing need for more automated system-log analysis tools for large scale online system in a timely manner. However, conventional way to monitor and classify the log output based on keyword list does not scale well for complex system in which codes contributed by a large group of developers, with diverse ways of encoding the error messages, often with misleading pre-set labels. In this paper, we propose that the design of a large scale online log analysis should follow the "Least Prior Knowledge Principle", in which unsupervised or semi-supervised solution with the minimal prior knowledge of the log should be encoded directly. Thereby, we report our experience in designing a two-stage machine learning based method, in which the system logs are regarded as the output of a quasi-natural language, pre-filtered by a perplexity score threshold, and then undergo a fine-grained classification procedure. Tests on empirical data show that our method has obvious advantage regarding to the processing speed and classification accuracy.

cs.SE

Security Matters: A Survey on Adversarial Machine Learning

Adversarial machine learning is a fast growing research area, which considers the scenarios when machine learning systems may face potential adversarial attackers, who intentionally synthesize input data to make a well-trained model to make mistake. It always involves a defending side, usually a classifier, and an attacking side that aims to cause incorrect output. The earliest studies on the adversarial examples for machine learning algorithms start from the information security area, which considers a much wider varieties of attacking methods. But recent research focus that popularized by the deep learning community places strong emphasis on how the "imperceivable" perturbations on the normal inputs may cause dramatic mistakes by the deep learning with supposed super-human accuracy. This paper serves to give a comprehensive introduction to a range of aspects of the adversarial deep learning topic, including its foundations, typical attacking and defending strategies, and some extended studies.

cs.LG