5,290 research outputs found
Characterisation of dynamic behaviour of alumina ceramics: evaluation of stress uniformity
Accurate characterisation of dynamic behaviour of ceramics requires the reliable split-Hopkinson pressure bar (SHPB) technique and the condition of uniaxial homogeneous specimen deformation. In this study, an experimentally validated 3D finite element model of the full scale SHPB experiment was developed to quantitatively evaluate the wave propagation in the bars and the stress distribution/evolution in the alumina specimen. Wave signals in both the SHPB experiments and the finite element model were analysed to characterise the dynamic behaviour of alumina. It was found that the equilibrium of both stresses within the specimen and forces at the specimen ends can be established in the intermediate stage of deformation. The validity of stress uniformity in the alumina specimen supports the assumption of uniaxial homogeneous specimen deformation in the SHPB and validates the characterisation of dynamic behaviour of alumina ceramics
Voronoi cell finite element modelling of the intergranular fracture mechanism in polycrystalline alumina
The mechanisms of fracture in polycrystalline alumina were investigated at the grain level using both the micromechanical tests and finite element (FE) model. First, the bending experiments were performed on the alumina microcantilever beams with a controlled displacement rate of 10 nm s–1 at the free end; it was observed that the intergranular fracture dominates the failure process. The full scale 3D Voronoi cell FE model of the microcantilever bending tests was then developed and experimentally validated to provide the insight into the cracking mechanisms in the intergranular fracture. It was found that the crystalline morphology and orientation of grains have a significant impact on the localised stress in polycrystalline alumina. The interaction of adjacent grains as well as their different orientations determines the localised tensile and shear stress state in grain boundaries. In the intergranular fracture process, the crack formation and propagation are predominantly governed by tensile opening (mode I) and shear sliding (mode II) along grain boundaries. Additionally, the parametric FE predictions reveal that the bulk failure load of the alumina microcantilever increases with the cohesive strength and total fracture energy of grain boundaries
MRFalign: Protein Homology Detection through Alignment of Markov Random Fields
Sequence-based protein homology detection has been extensively studied and so
far the most sensitive method is based upon comparison of protein sequence
profiles, which are derived from multiple sequence alignment (MSA) of sequence
homologs in a protein family. A sequence profile is usually represented as a
position-specific scoring matrix (PSSM) or an HMM (Hidden Markov Model) and
accordingly PSSM-PSSM or HMM-HMM comparison is used for homolog detection. This
paper presents a new homology detection method MRFalign, consisting of three
key components: 1) a Markov Random Fields (MRF) representation of a protein
family; 2) a scoring function measuring similarity of two MRFs; and 3) an
efficient ADMM (Alternating Direction Method of Multipliers) algorithm aligning
two MRFs. Compared to HMM that can only model very short-range residue
correlation, MRFs can model long-range residue interaction pattern and thus,
encode information for the global 3D structure of a protein family.
Consequently, MRF-MRF comparison for remote homology detection shall be much
more sensitive than HMM-HMM or PSSM-PSSM comparison. Experiments confirm that
MRFalign outperforms several popular HMM or PSSM-based methods in terms of both
alignment accuracy and remote homology detection and that MRFalign works
particularly well for mainly beta proteins. For example, tested on the
benchmark SCOP40 (8353 proteins) for homology detection, PSSM-PSSM and HMM-HMM
succeed on 48% and 52% of proteins, respectively, at superfamily level, and on
15% and 27% of proteins, respectively, at fold level. In contrast, MRFalign
succeeds on 57.3% and 42.5% of proteins at superfamily and fold level,
respectively. This study implies that long-range residue interaction patterns
are very helpful for sequence-based homology detection. The software is
available for download at http://raptorx.uchicago.edu/download/.Comment: Accepted by both RECOMB 2014 and PLOS Computational Biolog
Recurrent Neural Network Training with Dark Knowledge Transfer
Recurrent neural networks (RNNs), particularly long short-term memory (LSTM),
have gained much attention in automatic speech recognition (ASR). Although some
successful stories have been reported, training RNNs remains highly
challenging, especially with limited training data. Recent research found that
a well-trained model can be used as a teacher to train other child models, by
using the predictions generated by the teacher model as supervision. This
knowledge transfer learning has been employed to train simple neural nets with
a complex one, so that the final performance can reach a level that is
infeasible to obtain by regular training. In this paper, we employ the
knowledge transfer learning approach to train RNNs (precisely LSTM) using a
deep neural network (DNN) model as the teacher. This is different from most of
the existing research on knowledge transfer learning, since the teacher (DNN)
is assumed to be weaker than the child (RNN); however, our experiments on an
ASR task showed that it works fairly well: without applying any tricks on the
learning scheme, this approach can train RNNs successfully even with limited
training data.Comment: ICASSP 201
- …