Stacked dense optical flows and dropout layers to predict sperm motility and morphology
In this paper, we analyse two deep learning methods to predict sperm motility and sperm morphology from sperm videos. We use two different inputs: stacked pure frames of videos and dense optical flows of video frames. To solve this regression task of predicting motility and morphology, stacked dense optical flows and extracted original frames from sperm videos were used with the modified state of the art convolution neural networks. For modifications of the selected models, we have introduced an additional multi-layer perceptron to overcome the problem of over-fitting. The method which had an additional multi-layer perceptron with dropout layers, shows the best results when the inputs consist of both dense optical flows and an original frame of videos.
Code (0)
등록된 구현이 없습니다.
Tasks
regressionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Improving Language Modeling using Densely Connected Recurrent Neural Networks
In this paper, we introduce the novel concept of densely connected layers into recurrent neural networks. We evaluate our proposed architecture on the Penn Treebank language modeling task. We show that we can obtain simi…
Language ModelingLanguage ModellingSDC - Stacked Dilated Convolution: A Unified Descriptor Network for Dense Matching Tasks
Dense pixel matching is important for many computer vision tasks such as disparity and flow estimation. We present a robust, unified descriptor network that considers a large context region with high spatial variance. Ou…
Optical Flow EstimationStereo MatchingStereo Matching HandSDC - Stacked Dilated Convolution: A Unified Descriptor Network for Dense Matching Tasks
Dense pixel matching is important for many computer vision tasks such as disparity and flow estimation. We present a robust, unified descriptor network that considers a large context region with high spatial variance. O…
Optical Flow EstimationStereo MatchingStereo Matching HandDropFilter: Dropout for Convolutions
Using a large number of parameters , deep neural networks have achieved remarkable performance on computer vison and natural language processing tasks. However the networks usually suffer from overfitting by using too mu…
Survey of Dropout Methods for Deep Neural Networks
Dropout methods are a family of stochastic techniques used in neural network training or inference that have generated significant research interest and are widely used in practice. They have been successfully applied in…
Model CompressionSurvey