Skip to main content

Showing 1–8 of 8 results for author: Ucar, T

.
  1. arXiv:2406.07263  [pdf, other

    cs.LG q-bio.QM stat.ML

    Active learning for affinity prediction of antibodies

    Authors: Alexandra Gessner, Sebastian W. Ober, Owen Vickery, Dino Oglić, Talip Uçar

    Abstract: The primary objective of most lead optimization campaigns is to enhance the binding affinity of ligands. For large molecules such as antibodies, identifying mutations that enhance antibody affinity is particularly challenging due to the combinatorial explosion of potential mutations. When the structure of the antibody-antigen complex is available, relative binding free energy (RBFE) methods can of… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

  2. arXiv:2401.14442  [pdf, other

    q-bio.QM cs.LG stat.ML

    Improving Antibody Humanness Prediction using Patent Data

    Authors: Talip Ucar, Aubin Ramon, Dino Oglic, Rebecca Croasdale-Wood, Tom Diethe, Pietro Sormanni

    Abstract: We investigate the potential of patent data for improving the antibody humanness prediction using a multi-stage, multi-loss training process. Humanness serves as a proxy for the immunogenic response to antibody therapeutics, one of the major causes of attrition in drug discovery and a challenging obstacle for their use in clinical settings. We pose the initial learning stage as a weakly-supervised… ▽ More

    Submitted 8 June, 2024; v1 submitted 25 January, 2024; originally announced January 2024.

    Comments: ICML 2024, 14 pages, 6 figures, Code: https://github.com/AstraZeneca/SelfPAD

  3. arXiv:2303.08958  [pdf, other

    cs.LG

    NESS: Node Embeddings from Static SubGraphs

    Authors: Talip Ucar

    Abstract: We present a framework for learning Node Embeddings from Static Subgraphs (NESS) using a graph autoencoder (GAE) in a transductive setting. NESS is based on two key ideas: i) Partitioning the training graph to multiple static, sparse subgraphs with non-overlap** edges using random edge split during data pre-processing, ii) Aggregating the node representations learned from each subgraph to obtain… ▽ More

    Submitted 23 May, 2023; v1 submitted 15 March, 2023; originally announced March 2023.

    Comments: 16 pages

  4. arXiv:2208.03249  [pdf, other

    cs.LG stat.ML

    Parameter Averaging for Feature Ranking

    Authors: Talip Ucar, Ehsan Hajiramezanali

    Abstract: Neural Networks are known to be sensitive to initialisation. The methods that rely on neural networks for feature ranking are not robust since they can have variations in their ranking when the model is initialized and trained with different random seeds. In this work, we introduce a novel method based on parameter averaging to estimate accurate and robust feature importance in tabular data settin… ▽ More

    Submitted 12 October, 2022; v1 submitted 5 August, 2022; originally announced August 2022.

    Comments: 38 pages

  5. arXiv:2110.04361  [pdf, other

    cs.LG stat.ML

    SubTab: Subsetting Features of Tabular Data for Self-Supervised Representation Learning

    Authors: Talip Ucar, Ehsan Hajiramezanali, Lindsay Edwards

    Abstract: Self-supervised learning has been shown to be very effective in learning useful representations, and yet much of the success is achieved in data types such as images, audio, and text. The success is mainly enabled by taking advantage of spatial, temporal, or semantic structure in the data through augmentation. However, such structure may not exist in tabular datasets commonly used in fields such a… ▽ More

    Submitted 27 October, 2021; v1 submitted 8 October, 2021; originally announced October 2021.

    Comments: NeurIPS 2021. Code can be found at https://github.com/AstraZeneca/SubTab

  6. arXiv:2007.09679  [pdf, other

    cs.CL cs.LG

    One-Shot Learning for Language Modelling

    Authors: Talip Ucar, Adrian Gonzalez-Martin, Matthew Lee, Adrian Daniel Szwarc

    Abstract: Humans can infer a great deal about the meaning of a word, using the syntax and semantics of surrounding words even if it is their first time reading or hearing it. We can also generalise the learned concept of the word to new tasks. Despite great progress in achieving human-level performance in certain tasks (Silver et al., 2016), learning from one or few examples remains a key challenge in machi… ▽ More

    Submitted 19 July, 2020; originally announced July 2020.

  7. arXiv:1911.07937  [pdf, other

    cs.CV cs.LG stat.ML

    Inverse Graphics: Unsupervised Learning of 3D Shapes from Single Images

    Authors: Talip Ucar

    Abstract: Using generative models for Inverse Graphics is an active area of research. However, most works focus on develo** models for supervised and semi-supervised methods. In this paper, we study the problem of unsupervised learning of 3D geometry from single images. Our approach is to use a generative model that produces 2-D images as projections of a latent 3D voxel grid, which we train either as a v… ▽ More

    Submitted 2 December, 2019; v1 submitted 31 October, 2019; originally announced November 2019.

    Comments: 10 pages, 15 figures. In the second version of the paper, a link to a demo site is added under Figure-12

  8. arXiv:1910.13181  [pdf, other

    cs.LG stat.ML

    Bridging the ELBO and MMD

    Authors: Talip Ucar

    Abstract: One of the challenges in training generative models such as the variational auto encoder (VAE) is avoiding posterior collapse. When the generator has too much capacity, it is prone to ignoring latent code. This problem is exacerbated when the dataset is small, and the latent dimension is high. The root of the problem is the ELBO objective, specifically the Kullback-Leibler (KL) divergence term in… ▽ More

    Submitted 29 October, 2019; originally announced October 2019.

    Comments: 14 pages, 11 figures