Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · Jun 199319922001200920172026
48 results for large clinical dataset

ABC improves uncertainty quantification in LLMs for clinical diagnostics.

problem Overconfident and poorly calibrated estimates of LLMs in clinical domains.
method Approximate Bayesian Computation (ABC) for likelihood-free inference.
result Improves accuracy by up to 46.9%, reduces Brier scores by 74.4%, and enhances calibration.

The study develops multimodal models to predict 1-year mortality risk from large clinical datasets.

problem Limited datasets in biomedical studies that do not generalize over large heterogeneous datasets.
method Develops multimodal models using a massive clinical dataset of 25 million videos and 2.9 million ECG traces.
result Extremely low-parameter models with optimized feature selection achieve AUC of 0.89.

Public benchmark for machine learning models in critical care.

problem Lack of public benchmarks for machine learning in critical care.
method Defined four tasks (mortality prediction, length of stay, phenotyping, decompensation risk) and compared clinical and deep learning models on eICU dataset.
result First public benchmark on multi-centre critical care dataset, comparing clinical models with predictive models.

A clinical Meta-Dataset from TCGA for multi-task learning.

problem Clinical decision making requires considering multiple factors; current benchmarks lack consistency and variety.
method Developed a Meta-Dataset with 174 tasks from TCGA, using regression and neural networks.
result Demonstrated the feasibility of predicting multiple clinical variables from gene expression data.

Deep learning models (aka Deep Neural Networks) have revolutionized many fields including computer vision, natural language processing, speech recognition, and is being increasingly used in clinical healthcare applications. However, few works exist which have benchmarked the performance of the deep learning models with…

2017-10-23abs ↗pdf ↗

Novel 3D U-Net method for fast, reproducible white matter tract segmentation.

problem Challenges in fast and consistent white matter tract segmentation from diffusion tensor MRI.
method Convolutional neural network (3D U-Net) trained on a large DTI dataset.
result Reproducibility and accuracy of tract-specific diffusion measures.

RobustSleepNet automates sleep stage classification for any PSG montage.

problem Manual sleep staging is tedious and expensive; automatic methods are limited by PSG montage and demographic differences.
method RobustSleepNet is a deep learning model that handles arbitrary PSG montages and is robust to demographic changes.
result RobustSleepNet achieves 97% F1 score on unseen data, outperforming specific training datasets by 2%.

New method uses probabilistic independence to discover disease signatures from medical records.

problem Insufficiently precise diagnosis of clinical disease leading to treatment failures.
method Unsupervised machine learning using probabilistic independence to disentangle disease patterns.
result Inferred 2000 clinical disease signatures from medical records, improving cancer prediction.

Neural model predicts survival outcomes and reveals feature relationships.

problem Predicting time-to-event outcomes and understanding feature relationships in clinical data.
method Survival and topic modeling combined in a neural network framework.
result Neural survival-supervised topic models achieve competitive accuracy with interpretability.

The hypothesis that computational models can be reliable enough to be adopted in prognosis and patient care is revolutionizing healthcare. Deep learning, in particular, has been a game changer in building predictive models, thus leading to community-wide data curation efforts. However, due to inherent variabilities in …

2018-09-20abs ↗pdf ↗

New diagnostics detect variability in individual risk estimates from machine learning models in healthcare.

problem Variability in individual risk estimates from machine learning models in healthcare, leading to unreliable treatment decisions.
method Proposed evaluation framework using empirical prediction interval width and empirical decision flip rate diagnostics.
result Randomness in optimization and initialization can lead to substantial individual-level variability in risk estimates, affecting clinical decisions.

New dataset and approach improve skin cancer detection accuracy.

problem Lack of patient clinical information in automated skin cancer detection.
method Introduced a new dataset with clinical images and patient information. Combined clinical data with dermoscopy images using deep learning models.
result Combining clinical data improves skin cancer detection accuracy by around 7%.

Novel framework for uncertainty quantification in metric spaces.

problem Uncertainty quantification in regression models with metric responses.
method Developed algorithms for large datasets, agnostic to predictive models, with asymptotic and non-asymptotic guarantees.
result Asymptotic and non-asymptotic guarantees for special cases, demonstrated in clinical applications.

Deep normative modeling of clinical neuroimaging data improves diagnostic performance.

problem Modeling variation of neuroimaging measures across individuals for psychiatric disorders.
method Proposes a deep normative modeling framework based on neural processes (NPs) for spatially structured mixed-effect modeling of neuroimaging data.
result Substantial improvements in novelty detection performance for certain diagnostic problems.

DWTS uses observational data to improve clinical trial efficiency.

problem Lack of definitive conclusions from randomized clinical trials due to insufficient patient cohorts and confounding biases.
method DWTS combines observational data with randomized clinical trials using Doubly Debiased LASSO (DDL) to identify reliable covariates.
result DWTS reduces cumulative regret in clinical trials compared to standard methods.

MGMC method handles missing data in medical datasets for accurate disease classification.

problem Handling missing data in incomplete medical datasets for accurate disease classification.
method Multigraph Geometric Matrix Completion (MGMC) using multiple graph convolutional networks.
result MGMC achieves superior classification and imputation performance compared to state-of-the-art approaches.

In this work we explored building automatic speech recognition models for transcribing doctor patient conversation. We collected a large scale dataset of clinical conversations (14,00014,000 hr), designed the task to represent the real word scenario, and explored several alignment approaches to iteratively improve data qua…

2017-11-20abs ↗pdf ↗

Study develops a new algorithm for assessing clinical trial abstracts.

problem Limited tools for assessing qualitative statements in clinical research.
method Developed a three-class sentiment classification algorithm using BERT model.
result Algorithm achieved 91.3% classification accuracy and 0.92 macro F1-Score.

A new imputation model for clinical data captures both cross-sectional and temporal correlations.

problem Missing values in multivariable time series clinical data.
method Integrates Gaussian processes with mixture models and individualized mixing weights.
result The proposed model provides more accurate imputation than benchmarks on real-world and synthetic datasets.

KiTS19 dataset offers 300 kidney tumor cases with CT data and outcomes.

problem Difficulty in quantifying kidney tumor morphometry due to data scarcity and manual labor.
method Presented KiTS19 dataset with multi-phase CT imaging, segmentation masks, and clinical outcomes.
result Automated segmentation of kidney tumors is now possible with this dataset.

Predicting blood lactate levels helps manage ICU patients without invasive tests.

problem Predict blood lactate levels accurately in ICU patients without invasive tests.
method Defined a benchmark problem, evaluated different prediction algorithms, and investigated missing value imputation methods.
result Promising prediction results show the potential of machine learning in ICU care.

Improved model predicts ICU readmission and mortality with interpretable results.

problem Lack of clinically interpretable predictions from deep learning models on clinical notes.
method Augmented a convolutional model with an attention mechanism for clinical note prediction.
result Attention mechanism improves prediction performance while providing interpretable results.

Study evaluates multi-omics data's role in predicting cancer survival.

problem Determining the usefulness of multi-omics data for predicting disease outcomes.
method 5-fold cross-validation with 12 prediction methods applied to 18 cancer datasets.
result Multi-omics data generally improves prediction performance, but not consistently.

New method stabilizes deep learning models for clinical risk prediction.

problem Stability issues in deep learning models for clinical risk prediction.
method Bootstrapping-based regularisation framework embedded in deep neural networks.
result Improved prediction stability across multiple datasets.

Clinical notes are a rich source of information about patient state. However, using them to predict clinical events with machine learning models is challenging. They are very high dimensional, sparse and have complex structure. Furthermore, training data is often scarce because it is expensive to obtain reliable labels…

2017-05-19abs ↗pdf ↗

Novel metrics improve machine learning models for ICU patient care.

problem Predicting vital sign trajectories for early detection of adverse events.
method Developed novel performance metrics aligned with clinical contexts, validated on simulated and real datasets, and optimized neural networks using these metrics.
result Neural networks trained with these metrics excel in predicting clinically significant events.

pmsims R package uses Gaussian process for flexible sample size estimation in clinical models.

problem Determining adequate sample size for clinical prediction models.
method Simulation-based Gaussian process search for flexible sample size estimation.
result Gaussian process-based method produces more stable sample size estimates, especially in challenging settings.

DDR estimates personalized treatment effects from clinical trials.

problem Estimating personalized treatment effects from clinical trials data.
method Transforms outcome into Dirac delta distributions and estimates density using non-linear regression.
result Identifies significant patient-specific outcomes even when no population-level effect exists.

Generative AI models improve clinical trial data by generating survival outcomes.

problem Generating valid survival outcomes for clinical trials with synthetic data.
method A variational autoencoder (VAE) that jointly generates mixed-type covariates and survival outcomes.
result The method outperforms GAN baselines on fidelity, utility, and privacy metrics.

Visual system compares and evaluates machine learning models for clinical data predictions.

problem Challenges in comparing and evaluating different machine learning models for medical predictions.
method Developed a visual analytics system to compare and evaluate multiple models' prediction criteria and consistency.
result Demonstrated the effectiveness of the visual analytics system in assisting clinicians and researchers.

Accelerating Magnetic Resonance Imaging (MRI) by taking fewer measurements has the potential to reduce medical costs, minimize stress to patients and make MRI possible in applications where it is currently prohibitively slow or expensive. We introduce the fastMRI dataset, a large-scale collection of both raw MR measure…

2018-11-21abs ↗pdf ↗