SearcharxivSearch

arXiv subjects

Astha Rai

Publications and source records attributed to Astha Rai.

4 recordsLinked to original sources

Stream-K++: Adaptive GPU GEMM Kernel Scheduling and Selection using Bloom Filters

General matrix multiplication (GEMM) operations are the fundamental building blocks of computational domains including artificial intelligence (AI). As GPU architectures evolve and high-performance AI becomes increasingly important, optimizing GEMM performance becomes a fundamental problem that needs to be addressed. This paper introduces Stream-K++, an enhancement to the promising Stream-K GEMM scheduling algorithm for workload balancing. We expand Stream-K's scheduling policies from three to seven and implement an efficient solution selection mechanism using Bloom filters. Our approach rapidly eliminates up to 95.8% of unsuitable configurations while maintaining a 100% true-negative rate. Implemented using the AMD Composable Kernel library and evaluated on AMD Instinct MI250X GPUs, Stream-K++ demonstrates significant performance gains (up to 43%) in select scenarios. It remains competitive (within 20% of optimal) for 60-97.6% of problem sizes. Our flexible framework, implemented in the Open-sieve C++ library, allows for easy adaptation to new problem sizes, scheduling policies, or additional tuning parameters, paving the way for future optimizations in GPU-based GEMM operations.

cs.DC

Analysing Risk of Coronary Heart Disease through Discriminative Neural Networks

The application of data mining, machine learning and artificial intelligence techniques in the field of diagnostics is not a new concept, and these techniques have been very successfully applied in a variety of applications, especially in dermatology and cancer research. But, in the case of medical problems that involve tests resulting in true or false (binary classification), the data generally has a class imbalance with samples majorly belonging to one class (ex: a patient undergoes a regular test and the results are false). Such disparity in data causes problems when trying to model predictive systems on the data. In critical applications like diagnostics, this class imbalance cannot be overlooked and must be given extra attention. In our research, we depict how we can handle this class imbalance through neural networks using a discriminative model and contrastive loss using a Siamese neural network structure. Such a model does not work on a probability-based approach to classify samples into labels. Instead it uses a distance-based approach to differentiate between samples classified under different labels. The code is available at https://tinyurl.com/DiscriminativeCHD/

cs.LG

An Online Learning Approach for Dengue Fever Classification

This paper introduces a novel approach for dengue fever classification based on online learning paradigms. The proposed approach is suitable for practical implementation as it enables learning using only a few training samples. With time, the proposed approach is capable of learning incrementally from the data collected without need for retraining the model or redeployment of the prediction engine. Additionally, we also provide a comprehensive evaluation of machine learning methods for prediction of dengue fever. The input to the proposed pipeline comprises of recorded patient symptoms and diagnostic investigations. Offline classifier models have been employed to obtain baseline scores to establish that the feature set is optimal for classification of dengue. The primary benefit of the online detection model presented in the paper is that it has been established to effectively identify patients with high likelihood of dengue disease, and experiments on scalability in terms of number of training and test samples validate the use of the proposed model.

cs.LG

Electronic Health Records and Cloud based Generic Medical Equipment Interface

Now-a-days Health Care industry is well equipped with Medical Equipments to provide accurate and timely reports of investigation and examination results. Medical Equipments available in market are made for specific tests suited for a particular laboratory leading to a wide variety of devices. The result viewing experience on console of these devices is not only cumborsome for medical staff but inefficient. Therefore, Medical Equipment Interfaces act as backbone of any Hospital Management Information System assisting in better management and delivery of test results. It also acts as a mode to collect data for further research and analysis. These equipments communicate via a fixed data format but compatibility among these formats is a major issue being faced in modern and legacy medical equipments. In this paper, we present a case study of designing and implementing a cloud based Generic Medical Equipment Interface(GMEI) along with the state of the art in such systems. This solution removes the burden of reentry of patient details into the Electronic Health Record(EHR) and thrives for accelerating EMR initiative in the country

cs.CY