Protein Secondary Structure Prediction Using Cascaded Convolutional and Recurrent Neural Networks
Zhen Li, Yizhou Yu

TL;DR
This paper introduces a novel deep neural network combining convolutional and recurrent layers to improve protein secondary structure prediction by capturing local and global features, achieving state-of-the-art accuracy.
Contribution
The paper presents an end-to-end deep network that integrates multiscale local and long-range global features for protein secondary structure prediction, utilizing multi-task learning.
Findings
Achieved 69.7% Q8 accuracy on CB513 benchmark.
Achieved 76.9% Q8 accuracy on CASP10.
Achieved 73.1% Q8 accuracy on CASP11.
Abstract
Protein secondary structure prediction is an important problem in bioinformatics. Inspired by the recent successes of deep neural networks, in this paper, we propose an end-to-end deep network that predicts protein secondary structures from integrated local and global contextual features. Our deep architecture leverages convolutional neural networks with different kernel sizes to extract multiscale local contextual features. In addition, considering long-range dependencies existing in amino acid sequences, we set up a bidirectional neural network consisting of gated recurrent unit to capture global contextual features. Furthermore, multi-task learning is utilized to predict secondary structure labels and amino-acid solvent accessibility simultaneously. Our proposed deep network demonstrates its effectiveness by achieving state-of-the-art performance, i.e., 69.7% Q8 accuracy on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Bioinformatics · Protein Structure and Dynamics · Enzyme Structure and Function
