Skip to main content

Showing 1–13 of 13 results for author: Sala, E

  1. arXiv:2209.09563  [pdf, other

    cs.LG cs.CV eess.IV

    Calibrating Ensembles for Scalable Uncertainty Quantification in Deep Learning-based Medical Segmentation

    Authors: Thomas Buddenkotte, Lorena Escudero Sanchez, Mireia Crispin-Ortuzar, Ramona Woitek, Cathal McCague, James D. Brenton, Ozan Öktem, Evis Sala, Leonardo Rundo

    Abstract: Uncertainty quantification in automated image analysis is highly desired in many applications. Typically, machine learning models in classification or segmentation are only developed to provide binary answers; however, quantifying the uncertainty of the models can play a critical role for example in active learning or machine human interaction. Uncertainty quantification is especially difficult wh… ▽ More

    Submitted 20 September, 2022; originally announced September 2022.

  2. Classification of datasets with imputed missing values: does imputation quality matter?

    Authors: Tolou Shadbahr, Michael Roberts, Jan Stanczuk, Julian Gilbey, Philip Teare, Sören Dittmer, Matthew Thorpe, Ramon Vinas Torne, Evis Sala, Pietro Lio, Mishal Patel, AIX-COVNET Collaboration, James H. F. Rudd, Tuomas Mirtti, Antti Rannikko, John A. D. Aston, Jing Tang, Carola-Bibiane Schönlieb

    Abstract: Classifying samples in incomplete datasets is a common aim for machine learning practitioners, but is non-trivial. Missing data is found in most real-world datasets and these missing values are typically imputed using established methods, followed by classification of the now complete, imputed, samples. The focus of the machine learning researcher is then to optimise the downstream classification… ▽ More

    Submitted 16 June, 2022; originally announced June 2022.

    Comments: 17 pages, 10 figures, 30 supplementary pages

  3. Advancing COVID-19 Diagnosis with Privacy-Preserving Collaboration in Artificial Intelligence

    Authors: Xiang Bai, Hanchen Wang, Liya Ma, Yongchao Xu, Jiefeng Gan, Ziwei Fan, Fan Yang, Ke Ma, Jiehua Yang, Song Bai, Chang Shu, Xinyu Zou, Renhao Huang, Changzheng Zhang, Xiaowu Liu, Dandan Tu, Chuou Xu, Wenqing Zhang, Xi Wang, Anguo Chen, Yu Zeng, Dehua Yang, Ming-Wei Wang, Nagaraj Holalkere, Neil J. Halin , et al. (21 additional authors not shown)

    Abstract: Artificial intelligence (AI) provides a promising substitution for streamlining COVID-19 diagnoses. However, concerns surrounding security and trustworthiness impede the collection of large-scale representative medical data, posing a considerable challenge for training a well-generalised model in clinical practices. To address this, we launch the Unified CT-COVID AI Diagnostic Initiative (UCADI),… ▽ More

    Submitted 17 November, 2021; originally announced November 2021.

    Comments: Nature Machine Intelligence

  4. arXiv:2111.00534  [pdf, other

    eess.IV cs.AI cs.CV math.OC

    Focal Attention Networks: optimising attention for biomedical image segmentation

    Authors: Michael Yeung, Leonardo Rundo, Evis Sala, Carola-Bibiane Schönlieb, Guang Yang

    Abstract: In recent years, there has been increasing interest to incorporate attention into deep learning architectures for biomedical image segmentation. The modular design of attention mechanisms enables flexible integration into convolutional neural network architectures, such as the U-Net. Whether attention is appropriate to use, what type of attention to use, and where in the network to incorporate att… ▽ More

    Submitted 31 October, 2021; originally announced November 2021.

  5. arXiv:2111.00533  [pdf, other

    eess.IV cs.AI cs.CV math.OC

    Incorporating Boundary Uncertainty into loss functions for biomedical image segmentation

    Authors: Michael Yeung, Guang Yang, Evis Sala, Carola-Bibiane Schönlieb, Leonardo Rundo

    Abstract: Manual segmentation is used as the gold-standard for evaluating neural networks on automated image segmentation tasks. Due to considerable heterogeneity in shapes, colours and textures, demarcating object boundaries is particularly difficult in biomedical images, resulting in significant inter and intra-rater variability. Approaches, such as soft labelling and distance penalty term, apply a global… ▽ More

    Submitted 31 October, 2021; originally announced November 2021.

  6. arXiv:2111.00528  [pdf, other

    eess.IV cs.AI cs.CV math.OC

    Calibrating the Dice loss to handle neural network overconfidence for biomedical image segmentation

    Authors: Michael Yeung, Leonardo Rundo, Yang Nan, Evis Sala, Carola-Bibiane Schönlieb, Guang Yang

    Abstract: The Dice similarity coefficient (DSC) is both a widely used metric and loss function for biomedical image segmentation due to its robustness to class imbalance. However, it is well known that the DSC loss is poorly calibrated, resulting in overconfident predictions that cannot be usefully interpreted in biomedical and clinical practice. Performance is often the only metric used to evaluate segment… ▽ More

    Submitted 1 November, 2022; v1 submitted 31 October, 2021; originally announced November 2021.

  7. arXiv:2105.07467  [pdf, other

    eess.IV cs.CV cs.LG

    Focus U-Net: A novel dual attention-gated CNN for polyp segmentation during colonoscopy

    Authors: Michael Yeung, Evis Sala, Carola-Bibiane Schönlieb, Leonardo Rundo

    Abstract: Background: Colonoscopy remains the gold-standard screening for colorectal cancer. However, significant miss rates for polyps have been reported, particularly when there are multiple small adenomas. This presents an opportunity to leverage computer-aided systems to support clinicians and reduce the number of polyps missed. Method: In this work we introduce the Focus U-Net, a novel dual attention… ▽ More

    Submitted 22 June, 2021; v1 submitted 16 May, 2021; originally announced May 2021.

    ACM Class: I.2.10

  8. arXiv:2102.04525  [pdf, other

    eess.IV cs.CV cs.LG

    Unified Focal loss: Generalising Dice and cross entropy-based losses to handle class imbalanced medical image segmentation

    Authors: Michael Yeung, Evis Sala, Carola-Bibiane Schönlieb, Leonardo Rundo

    Abstract: Automatic segmentation methods are an important advancement in medical image analysis. Machine learning techniques, and deep neural networks in particular, are the state-of-the-art for most medical image segmentation tasks. Issues with class imbalance pose a significant challenge in medical datasets, with lesions often occupying a considerably smaller volume relative to the background. Loss functi… ▽ More

    Submitted 24 November, 2021; v1 submitted 8 February, 2021; originally announced February 2021.

    ACM Class: I.4.6; J.3

  9. arXiv:2010.07960  [pdf, other

    cs.DM cs.DS math.CO

    Efficient constructions of the Prefer-same and Prefer-opposite de Bruijn sequences

    Authors: Evan Sala, Joe Sawada, Abbas Alhakim

    Abstract: The greedy Prefer-same de Bruijn sequence construction was first presented by Eldert et al.[AIEE Transactions 77 (1958)]. As a greedy algorithm, it has one major downside: it requires an exponential amount of space to store the length $2^n$ de Bruijn sequence. Though de Bruijn sequences have been heavily studied over the last 60 years, finding an efficient construction for the Prefer-same de Bruij… ▽ More

    Submitted 14 June, 2023; v1 submitted 15 October, 2020; originally announced October 2020.

    Comments: 28 pages

  10. arXiv:2008.06388  [pdf

    cs.LG cs.CV eess.IV stat.ML

    Common pitfalls and recommendations for using machine learning to detect and prognosticate for COVID-19 using chest radiographs and CT scans

    Authors: Michael Roberts, Derek Driggs, Matthew Thorpe, Julian Gilbey, Michael Yeung, Stephan Ursprung, Angelica I. Aviles-Rivero, Christian Etmann, Cathal McCague, Lucian Beer, Jonathan R. Weir-McCall, Zhongzhao Teng, Effrossyni Gkrania-Klotsas, James H. F. Rudd, Evis Sala, Carola-Bibiane Schönlieb

    Abstract: Machine learning methods offer great promise for fast and accurate detection and prognostication of COVID-19 from standard-of-care chest radiographs (CXR) and computed tomography (CT) images. Many articles have been published in 2020 describing new machine learning-based models for both of these tasks, but it is unclear which are of potential clinical utility. In this systematic review, we search… ▽ More

    Submitted 5 January, 2021; v1 submitted 14 August, 2020; originally announced August 2020.

    Comments: 35 pages, 3 figures, 2 tables, updated to the period 1 January 2020 - 3 October 2020

    Journal ref: Nature Machine Intelligence 3, 199-217 (2021)

  11. arXiv:2007.13559  [pdf, other

    cs.CV cs.LG eess.IV

    MADGAN: unsupervised Medical Anomaly Detection GAN using multiple adjacent brain MRI slice reconstruction

    Authors: Changhee Han, Leonardo Rundo, Kohei Murao, Tomoyuki Noguchi, Yuki Shimahara, Zoltan Adam Milacski, Saori Koshino, Evis Sala, Hideki Nakayama, Shinichi Satoh

    Abstract: Unsupervised learning can discover various unseen abnormalities, relying on large-scale unannotated medical images of healthy subjects. Towards this, unsupervised methods reconstruct a 2D/3D single medical image to detect outliers either in the learned feature space or from high reconstruction loss. However, without considering continuity between multiple adjacent slices, they cannot directly disc… ▽ More

    Submitted 12 October, 2020; v1 submitted 24 July, 2020; originally announced July 2020.

    Comments: 23 pages, 11 figures, submitted to BMC Bioinformatics. Extended version of arXiv:1906.06114

  12. arXiv:2005.07545  [pdf, other

    eess.IV cs.CV

    3D deformable registration of longitudinal abdominopelvic CT images using unsupervised deep learning

    Authors: Maureen van Eijnatten, Leonardo Rundo, K. Joost Batenburg, Felix Lucka, Emma Beddowes, Carlos Caldas, Ferdia A. Gallagher, Evis Sala, Carola-Bibiane Schönlieb, Ramona Woitek

    Abstract: This study investigates the use of the unsupervised deep learning framework VoxelMorph for deformable registration of longitudinal abdominopelvic CT images acquired in patients with bone metastases from breast cancer. The CT images were refined prior to registration by automatically removing the CT table and all other extra-corporeal components. To improve the learning capabilities of VoxelMorph w… ▽ More

    Submitted 15 May, 2020; originally announced May 2020.

  13. arXiv:1906.06114  [pdf, other

    eess.IV cs.CV

    GAN-based Multiple Adjacent Brain MRI Slice Reconstruction for Unsupervised Alzheimer's Disease Diagnosis

    Authors: Changhee Han, Leonardo Rundo, Kohei Murao, Zoltán Ádám Milacski, Kazuki Umemoto, Evis Sala, Hideki Nakayama, Shin'ichi Satoh

    Abstract: Unsupervised learning can discover various unseen diseases, relying on large-scale unannotated medical images of healthy subjects. Towards this, unsupervised methods reconstruct a single medical image to detect outliers either in the learned feature space or from high reconstruction loss. However, without considering continuity between multiple adjacent slices, they cannot directly discriminate di… ▽ More

    Submitted 16 March, 2020; v1 submitted 14 June, 2019; originally announced June 2019.

    Comments: 10 pages, 4 figures, Accepted to Lecture Notes in Bioinformatics (LNBI) as a volume in the Springer series