SearcharxivSearch

arXiv subjects

Guijun Zhang

Publications and source records attributed to Guijun Zhang.

6 recordsLinked to original sources

Advances of Deep Learning in Protein Science: A Comprehensive Survey

Protein representation learning plays a crucial role in understanding the structure and function of proteins, which are essential biomolecules involved in various biological processes. In recent years, deep learning has emerged as a powerful tool for protein modeling due to its ability to learn complex patterns and representations from large-scale protein data. This comprehensive survey aims to provide an overview of the recent advances in deep learning techniques applied to protein science. The survey begins by introducing the developments of deep learning based protein models and emphasizes the importance of protein representation learning in drug discovery, protein engineering, and function annotation. It then delves into the fundamentals of deep learning, including convolutional neural networks, recurrent neural networks, attention models, and graph neural networks in modeling protein sequences, structures, and functions, and explores how these techniques can be used to extract meaningful features and capture intricate relationships within protein data. Next, the survey presents various applications of deep learning in the field of proteins, including protein structure prediction, protein-protein interaction prediction, protein function prediction, etc. Furthermore, it highlights the challenges and limitations of these deep learning techniques and also discusses potential solutions and future directions for overcoming these challenges. This comprehensive survey provides a valuable resource for researchers and practitioners in the field of proteins who are interested in harnessing the power of deep learning techniques. By consolidating the latest advancements and discussing potential avenues for improvement, this review contributes to the ongoing progress in protein research and paves the way for future breakthroughs in the field.

q-bio.BM

A Noise-Robust Loss for Unlabeled Entity Problem in Named Entity Recognition

Named Entity Recognition (NER) is an important task in natural language processing. However, traditional supervised NER requires large-scale annotated datasets. Distantly supervision is proposed to alleviate the massive demand for datasets, but datasets constructed in this way are extremely noisy and have a serious unlabeled entity problem. The cross entropy (CE) loss function is highly sensitive to unlabeled data, leading to severe performance degradation. As an alternative, we propose a new loss function called NRCES to cope with this problem. A sigmoid term is used to mitigate the negative impact of noise. In addition, we balance the convergence and noise tolerance of the model according to samples and the training process. Experiments on synthetic and real-world datasets demonstrate that our approach shows strong robustness in the case of severe unlabeled entity problem, achieving new state-of-the-art on real-world datasets.

cs.CL

Quantifying dynamical coherence with coherence measures

Quantum coherence, like entanglement, is a fundamental resource in quantum information. In recent years, remarkable progress has been made in formulating resource theory of coherence from a broader perspective. The notions of block-coherence and POVM-based coherence have been established. Certain challenges, however, remain to be addressed. It is difficult to define incoherent operations directly, without requiring incoherent states, which proves a major obstacle in establishing the resource theory of dynamical coherence. In this paper, we overcome this limitation by introducing an alternate definition of incoherent operations, induced via coherence measures, and quantify dynamical coherence based on this definition. Finally, we apply our proposed definition to quantify POVM-based dynamical coherence.

quant-ph

Geometric quantum discord for two-qubit X-states

Two-qubit X-state is a large class of quantum states which plays an important role in the quantification and dynamical study of quantum correlations. However, the corresponding quantification of quantum discord is still missing for bona fide discord measures, like original quantum discord, Bures distance of discord, and relative entropy of discord. In this paper, we consider the calculation of Bures distance of discord, which is a kind of correlation satisfying all criteria of a discord measure, for two-qubit X-states. Firstly, we derive an explicit expression for Bures distance of discord for a kind of five-parameters family of states. Moreover, for general two-qubit X-states, we not only calculate the Bures distance of discord for a subset of two-qubit X-states by classifying and analyzing the optimal local measurements and the optimal projection operators but also provide an analytic upper bound for the entirety.

quant-ph

To quantify the difference of $η$-inner products in $\cal PT$-symmetric theory

In this paper, we consider a typical continuous two dimensional $\cal PT$-symmetric Hamiltonian and propose two different approaches to quantitatively show the difference between the $η$-inner products. Despite the continuity of Hamiltonian, the $η$-inner product is not continuous in some sense. It is shown that the difference between the $η$-inner products of broken and unbroken $\cal PT$-symmetry is lower bounded. Moreover, such a property can lead to an uncertainty relation.

quant-ph

A More Efficient Chinese Named Entity Recognition base on BERT and Syntactic Analysis

We propose a new Named entity recognition (NER) method to effectively make use of the results of Part-of-speech (POS) tagging, Chinese word segmentation (CWS) and parsing while avoiding NER error caused by POS tagging error. This paper first uses Stanford natural language process (NLP) tool to annotate large-scale untagged data so as to reduce the dependence on the tagged data; then a new NLP model, g-BERT model, is designed to compress Bidirectional Encoder Representations from Transformers (BERT) model in order to reduce calculation quantity; finally, the model is evaluated based on Chinese NER dataset. The experimental results show that the calculation quantity in g-BERT model is reduced by 60% and performance improves by 2% with Test F1 to 96.5 compared with that in BERT model.

cs.CL