C

Christian Feldmann

BASF (United States)

ORCID: 0000-0002-3803-851X

Publishes on Computational Drug Discovery Methods, Video Coding and Compression Technologies, Image and Video Quality Assessment. 74 papers and 731 citations.

74Publications
731Total Citations

Is this you? Claim your profile.

Add your photo, update your bio, and get notified when your ranking changes.

Top publicationsby citations

Can Cysteine Protease Cross-Class Inhibitors Achieve Selectivity?
Lorenzo Cianni, Christian Feldmann, Erik Gilberg et al.|Journal of Medicinal Chemistry|2019
Cited by 82Open Access

Cysteine proteases are important targets for the discovery of novel therapeutics for many human diseases. From parasitic diseases to cancer, cysteine proteases follow a common mechanism, the formation of an encounter complex with subsequent nucleophilic reactivity of the catalytic cysteine thiol group toward the carbonyl carbon of a peptide bond or an electrophilic group of an inhibitor. Modulation of target enzymes occurs preferably by covalent modification, which imposes challenges in balancing cross-reactivity and selectivity. Given the resurgence of irreversible covalent inhibitors, can they impair off-target effects or are reversible covalent inhibitors a better route to selectivity? This Perspective addresses how small molecule inhibitors may achieve selectivity for different cathepsins, cruzain, rhodesain, and falcipain-2. We discuss target- and ligand-based designs emphasizing repurposing inhibitors from one cysteine protease to others.

VCA
Cited by 58Open Access

For online analysis of the video content complexity in live streaming applications, selecting low-complexity features is critical to ensure low-latency video streaming without disruptions. To this light, for each video (segment), two features, i.e., the average texture energy and the average gradient of the texture energy, are determined. A DCT-based energy function is introduced to determine the block-wise texture of each frame. The spatial and temporal features of the video (segment) are derived from this DCT-based energy function. The Video Complexity Analyzer (VCA) project aims to provide an efficient spatial and temporal complexity analysis of each video (segment) which can be used in various applications to find the optimal encoding decisions. VCA leverages some of the x86 Single Instruction Multiple Data (SIMD) optimizations for Intel CPUs and multi-threading optimizations to achieve increased performance. VCA is an open-source library published under the GNU GPLv3 license.

EdgeSHAPer: Bond-centric Shapley value-based explanation method for graph neural networks
Cited by 53Open Access

Graph neural networks (GNNs) recursively propagate signals along the edges of an input graph, integrate node feature information with graph structure, and learn object representations. Like other deep neural network models, GNNs have notorious black box character. For GNNs, only few approaches are available to rationalize model decisions. We introduce EdgeSHAPer, a generally applicable method for explaining GNN-based models. The approach is devised to assess edge importance for predictions. Therefore, EdgeSHAPer makes use of the Shapley value concept from game theory. For proof-of-concept, EdgeSHAPer is applied to compound activity prediction, a central task in drug discovery. EdgeSHAPer's edge centricity is relevant for molecular graphs where edges represent chemical bonds. Combined with feature mapping, EdgeSHAPer produces intuitive explanations for compound activity predictions. Compared to a popular node-centric and another edge-centric GNN explanation method, EdgeSHAPer reveals higher resolution in differentiating features determining predictions and identifies minimal pertinent positive feature sets.

Multi-codec DASH dataset
Cited by 48

The number of bandwidth-hungry applications and services is constantly growing. HTTP adaptive streaming of audio-visual content accounts for the majority of today's internet traffic. Although the internet bandwidth increases also constantly, audio-visual compression technology is inevitable and we are currently facing the challenge to be confronted with multiple video codecs.

Calculation of exact Shapley values for explaining support vector machine models using the radial basis function kernel
Cited by 41Open Access

Machine learning (ML) algorithms are extensively used in pharmaceutical research. Most ML models have black-box character, thus preventing the interpretation of predictions. However, rationalizing model decisions is of critical importance if predictions should aid in experimental design. Accordingly, in interdisciplinary research, there is growing interest in explaining ML models. Methods devised for this purpose are a part of the explainable artificial intelligence (XAI) spectrum of approaches. In XAI, the Shapley value concept originating from cooperative game theory has become popular for identifying features determining predictions. The Shapley value concept has been adapted as a model-agnostic approach for explaining predictions. Since the computational time required for Shapley value calculations scales exponentially with the number of features used, local approximations such as Shapley additive explanations (SHAP) are usually required in ML. The support vector machine (SVM) algorithm is one of the most popular ML methods in pharmaceutical research and beyond. SVM models are often explained using SHAP. However, there is only limited correlation between SHAP and exact Shapley values, as previously demonstrated for SVM calculations using the Tanimoto kernel, which limits SVM model explanation. Since the Tanimoto kernel is a special kernel function mostly applied for assessing chemical similarity, we have developed the Shapley value-expressed radial basis function (SVERAD), a computationally efficient approach for the calculation of exact Shapley values for SVM models based upon radial basis function kernels that are widely applied in different areas. SVERAD is shown to produce meaningful explanations of SVM predictions.