scispace - formally typeset
C

Casper Kaae Sønderby

Researcher at University of Copenhagen

Publications -  34
Citations -  7121

Casper Kaae Sønderby is an academic researcher from University of Copenhagen. The author has contributed to research in topics: Deep learning & Artificial neural network. The author has an hindex of 23, co-authored 33 publications receiving 4594 citations. Previous affiliations of Casper Kaae Sønderby include Copenhagen University Hospital & Technical University of Denmark.

Papers
More filters
Journal ArticleDOI

DeepLoc: prediction of protein subcellular localization using deep learning.

TL;DR: This work presents a prediction algorithm using deep neural networks to predict protein subcellular localization relying only on sequence information, outperforming current state‐of‐the‐art algorithms, including those relying on homology information.
Proceedings Article

Ladder Variational Autoencoders

TL;DR: This article proposed a new inference model, the Ladder Variational Autoencoder, that recursively corrects the generative distribution by a data dependent approximate likelihood in a process similar to the recently proposed Ladder Network.
Journal ArticleDOI

NetSurfP-2.0: Improved prediction of protein structural features by integrated deep learning

TL;DR: The accuracy of NetSurfP‐2.0 is assessed and it is found to consistently produce state‐of‐the‐art predictions for each of its output features, and the processing time has been optimized to allow predicting more than 1000 proteins in less than 2 hours, and complete proteomes in more than 1 day.
Posted Content

Amortised MAP Inference for Image Super-resolution

Abstract: Image super-resolution (SR) is an underdetermined inverse problem, where a large number of plausible high-resolution images can explain the same downsampled image. Most current single image SR methods use empirical risk minimisation, often with a pixel-wise mean squared error (MSE) loss. However, the outputs from such methods tend to be blurry, over-smoothed and generally appear implausible. A more desirable approach would employ Maximum a Posteriori (MAP) inference, preferring solutions that always have a high probability under the image prior, and thus appear more plausible. Direct MAP estimation for SR is non-trivial, as it requires us to build a model for the image prior from samples. Furthermore, MAP inference is often performed via optimisation-based iterative algorithms which don't compare well with the efficiency of neural-network-based alternatives. Here we introduce new methods for amortised MAP inference whereby we calculate the MAP estimate directly using a convolutional neural network. We first introduce a novel neural network architecture that performs a projection to the affine subspace of valid SR solutions ensuring that the high resolution output of the network is always consistent with the low resolution input. We show that, using this architecture, the amortised MAP inference problem reduces to minimising the cross-entropy between two distributions, similar to training generative models. We propose three methods to solve this optimisation problem: (1) Generative Adversarial Networks (GAN) (2) denoiser-guided SR which backpropagates gradient-estimates from denoising to train the network, and (3) a baseline method using a maximum-likelihood-trained image prior. Our experiments show that the GAN based approach performs best on real image data. Lastly, we establish a connection between GANs and amortised variational inference as in e.g. variational autoencoders.