Skip to main content

Showing 1–11 of 11 results for author: Alabed, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.04718  [pdf, other

    cs.CV cs.AI

    Interpretable Multimodal Learning for Cardiovascular Hemodynamics Assessment

    Authors: Prasun C Tripathi, Sina Tabakhi, Mohammod N I Suvon, Lawrence Schöb, Samer Alabed, Andrew J Swift, Shuo Zhou, Hai** Lu

    Abstract: Pulmonary Arterial Wedge Pressure (PAWP) is an essential cardiovascular hemodynamics marker to detect heart failure. In clinical practice, Right Heart Catheterization is considered a gold standard for assessing cardiac hemodynamics while non-invasive methods are often needed to screen high-risk patients from a large population. In this paper, we propose a multimodal learning pipeline to predict PA… ▽ More

    Submitted 6 April, 2024; originally announced April 2024.

  2. arXiv:2403.13658  [pdf, other

    cs.LG cs.CV

    Multimodal Variational Autoencoder for Low-cost Cardiac Hemodynamics Instability Detection

    Authors: Mohammod N. I. Suvon, Prasun C. Tripathi, Wenrui Fan, Shuo Zhou, Xianyuan Liu, Samer Alabed, Venet Osmani, Andrew J. Swift, Chen Chen, Hai** Lu

    Abstract: Recent advancements in non-invasive detection of cardiac hemodynamic instability (CHDI) primarily focus on applying machine learning techniques to a single data modality, e.g. cardiac magnetic resonance imaging (MRI). Despite their potential, these approaches often fall short especially when the size of labeled patient data is limited, a common challenge in the medical domain. Furthermore, only a… ▽ More

    Submitted 20 June, 2024; v1 submitted 20 March, 2024; originally announced March 2024.

  3. arXiv:2403.10635  [pdf, other

    cs.CV

    MeDSLIP: Medical Dual-Stream Language-Image Pre-training for Fine-grained Alignment

    Authors: Wenrui Fan, Mohammod Naimul Islam Suvon, Shuo Zhou, Xianyuan Liu, Samer Alabed, Venet Osmani, Andrew Swift, Chen Chen, Hai** Lu

    Abstract: Vision-language pre-training (VLP) models have shown significant advancements in the medical domain. Yet, most VLP models align raw reports to images at a very coarse level, without modeling fine-grained relationships between anatomical and pathological concepts outlined in reports and the corresponding semantic counterparts in images. To address this problem, we propose a Medical Dual-Stream Lang… ▽ More

    Submitted 15 March, 2024; originally announced March 2024.

  4. arXiv:2401.11202  [pdf, other

    cs.LG cs.DC cs.PL

    PartIR: Composing SPMD Partitioning Strategies for Machine Learning

    Authors: Sami Alabed, Daniel Belov, Bart Chrzaszcz, Juliana Franco, Dominik Grewe, Dougal Maclaurin, James Molloy, Tom Natan, Tamara Norman, Xiaoyue Pan, Adam Paszke, Norman A. Rink, Michael Schaarschmidt, Timur Sitdikov, Agnieszka Swietlik, Dimitrios Vytiniotis, Joel Wee

    Abstract: Training of modern large neural networks (NN) requires a combination of parallelization strategies encompassing data, model, or optimizer sharding. When strategies increase in complexity, it becomes necessary for partitioning tools to be 1) expressive, allowing the composition of simpler strategies, and 2) predictable to estimate performance analytically. We present PartIR, our design for a NN par… ▽ More

    Submitted 3 March, 2024; v1 submitted 20 January, 2024; originally announced January 2024.

  5. arXiv:2303.11130  [pdf

    eess.IV cs.CV cs.LG

    Deep learning automated quantification of lung disease in pulmonary hypertension on CT pulmonary angiography: A preliminary clinical study with external validation

    Authors: Michael J. Sharkey, Krit Dwivedi, Samer Alabed, Andrew J. Swift

    Abstract: Purpose: Lung disease assessment in precapillary pulmonary hypertension (PH) is essential for appropriate patient management. This study aims to develop an artificial intelligence (AI) deep learning model for lung texture classification in CT Pulmonary Angiography (CTPA), and evaluate its correlation with clinical assessment methods. Materials and Methods: In this retrospective study with extern… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

    Comments: 16 pages, 3 figures, 2 tables

  6. arXiv:2303.07540  [pdf, other

    cs.LG cs.CV q-bio.QM

    Tensor-based Multimodal Learning for Prediction of Pulmonary Arterial Wedge Pressure from Cardiac MRI

    Authors: Prasun C. Tripathi, Mohammod N. I. Suvon, Lawrence Schobs, Shuo Zhou, Samer Alabed, Andrew J. Swift, Hai** Lu

    Abstract: Heart failure is a serious and life-threatening condition that can lead to elevated pressure in the left ventricle. Pulmonary Arterial Wedge Pressure (PAWP) is an important surrogate marker indicating high pressure in the left ventricle. PAWP is determined by Right Heart Catheterization (RHC) but it is an invasive procedure. A non-invasive method is useful in quickly identifying high-risk patients… ▽ More

    Submitted 6 April, 2024; v1 submitted 13 March, 2023; originally announced March 2023.

  7. arXiv:2210.06352  [pdf, other

    cs.DC cs.LG cs.NE

    Automatic Discovery of Composite SPMD Partitioning Strategies in PartIR

    Authors: Sami Alabed, Dominik Grewe, Juliana Franco, Bart Chrzaszcz, Tom Natan, Tamara Norman, Norman A. Rink, Dimitrios Vytiniotis, Michael Schaarschmidt

    Abstract: Large neural network models are commonly trained through a combination of advanced parallelism strategies in a single program, multiple data (SPMD) paradigm. For example, training large transformer models requires combining data, model, and pipeline partitioning; and optimizer sharding techniques. However, identifying efficient combinations for many model architectures and accelerator systems requ… ▽ More

    Submitted 7 October, 2022; originally announced October 2022.

  8. arXiv:2205.01435  [pdf, other

    cs.LG

    RLFlow: Optimising Neural Network Subgraph Transformation with World Models

    Authors: Sean Parker, Sami Alabed, Eiko Yoneki

    Abstract: Training deep learning models takes an extremely long execution time and consumes large amounts of computing resources. At the same time, recent research proposed systems and compilers that are expected to decrease deep learning models runtime. An effective optimisation methodology in data processing is desirable, and the reduction of compute requirements of deep learning models is the focus of ex… ▽ More

    Submitted 9 May, 2022; v1 submitted 3 May, 2022; originally announced May 2022.

    Comments: 14 pages, 11 figures

  9. BoGraph: Structured Bayesian Optimization From Logs for Expensive Systems with Many Parameters

    Authors: Sami Alabed, Eiko Yoneki

    Abstract: Current auto-tuning frameworks struggle with tuning computer systems configurations due to their large parameter space, complex interdependencies, and high evaluation cost. Utilizing probabilistic models, Structured Bayesian Optimization (SBO) has recently overcome these difficulties. SBO decomposes the parameter space by utilizing contextual information provided by system experts leading to fast… ▽ More

    Submitted 17 March, 2022; v1 submitted 16 December, 2021; originally announced December 2021.

  10. High-Dimensional Bayesian Optimization with Multi-Task Learning for RocksDB

    Authors: Sami Alabed, Eiko Yoneki

    Abstract: RocksDB is a general-purpose embedded key-value store used in multiple different settings. Its versatility comes at the cost of complex tuning configurations. This paper investigates maximizing the throughput of RocksDB IO operations by auto-tuning ten parameters of varying ranges. Off-the-shelf optimizers struggle with high-dimensional problem spaces and require a large number of training samples… ▽ More

    Submitted 31 March, 2021; v1 submitted 30 March, 2021; originally announced March 2021.

    Journal ref: {The 1st Workshop on Machine Learning and Systems (EuroMLSys'21), April 26, 2021, Online, United Kingdom}

  11. arXiv:1909.13839  [pdf, other

    cs.LG cs.DC stat.ML

    RLCache: Automated Cache Management Using Reinforcement Learning

    Authors: Sami Alabed

    Abstract: This study investigates the use of reinforcement learning to guide a general purpose cache manager decisions. Cache managers directly impact the overall performance of computer systems. They govern decisions about which objects should be cached, the duration they should be cached for, and decides on which objects to evict from the cache if it is full. These three decisions impact both the cache hi… ▽ More

    Submitted 30 September, 2019; originally announced September 2019.

    Comments: MPhil Thesis, 76 pages, Reinforcement Learning, Multi-agent, multi-task