Related Experiment Video
Updated: Nov 20, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
DeepDist: real-value inter-residue distance prediction with deep residual convolutional network.
Tianqi Wu1, Zhiye Guo1, Jie Hou2
1Electrical Engineering and Computer Science Department, University of Missouri, Columbia, MO, 65211, USA.
DeepDist, a new deep learning model, accurately predicts real-value inter-residue distances for protein structure prediction. This method improves upon existing techniques by simultaneously predicting distances and classifying them, enhancing protein tertiary structure reconstruction.
Area of Science:
- Computational Biology
- Structural Bioinformatics
- Deep Learning
Background:
- Deep learning has significantly advanced inter-residue contact/distance prediction, crucial for ab initio protein structure prediction.
- Current methods often classify distances into intervals, requiring conversion to real values for tertiary structure prediction.
- This conversion step can introduce inaccuracies and limitations in downstream applications.
Purpose of the Study:
- To develop a multi-task deep learning model (DeepDist) for direct real-value inter-residue distance prediction.
- To evaluate DeepDist's performance against existing methods in both real-value and multi-class distance prediction tasks.
- To explore the utility of simultaneously predicting real-value and multi-class distance maps.
Main Methods:
- Developed DeepDist, a novel multi-task deep learning predictor utilizing residual convolutional networks.
- Trained and tested DeepDist on 43 CASP13 hard domains.
- Compared DeepDist's real-value and multi-class predictions against each other and state-of-the-art methods.
Main Results:
- DeepDist achieved comparable performance in both real-value and multi-class distance prediction tasks.
- The average mean square error (MSE) for real-value distance prediction was 0.896 Ų, outperforming multi-class prediction (1.003 Ų).
- Multi-class predictions from DeepDist showed slightly higher precision for contact prediction (79.3% at L/5) compared to real-value predictions (78.6%).
Conclusions:
- DeepDist effectively predicts inter-residue distances and enhances binary contact prediction.
- Directly predicted real-value distances lead to better protein tertiary structure reconstruction due to lower MSE.
- Simultaneous prediction of real-value and multi-class distance maps yields superior performance compared to predicting real-value distances alone.
Related Concept Videos
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Residual Plots
When the residual values are plotted against the variable x, it is called a residual...
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Chromatographic Resolution
The effectiveness of separation can be evaluated by determining the level of separation between two neighboring peaks in a chromatogram, which represents the individual components of a sample.
In chromatography,...
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Mean Absolute Deviation
Let us consider a dataset containing the number of unsold cupcakes in five shops: 10, 15, 8, 7, and 10. Initially, calculate the sample mean. Then calculate the deviation, or the difference, between each data value and the mean. Next, the absolute values of these deviations are added and divided by the sample size to...

