MedicalRec: Medical recommender system for image classification without retraining

· Source: cs.LG updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Health & Medical Research, Data Science & Analytics · Depth: Expert, extended

Summary

MedicalRec introduces a transformer-based recommender system and a new public dataset, MedicalRec-Bench, to address the challenge of selecting optimal models for medical image classification without extensive retraining. The system aims to reduce the significant computational power, energy consumption, and carbon emissions associated with trial-and-error model selection in healthcare AI. MedicalRec-Bench comprises over 5,000 records from 3,000 articles, detailing models tested across tasks like Skin Cancer, Tumour, Wound, Breast Cancer, and MRI classification. The dataset is available in four versions (MedicalRec I-IV) with varying feature counts (5 to 18). The MedicalRec model, utilizing BERT for embeddings and Softmax for scoring, achieved a maximum HitRate@100 of 75.5% in evaluations against 12 baseline models, demonstrating superior performance and statistical significance.

Key takeaway

For AI Scientists and Machine Learning Engineers developing medical image classification solutions, you should consider integrating recommender systems like MedicalRec to streamline model selection. This approach minimizes the environmental impact and computational costs associated with extensive model retraining. Utilize the publicly available MedicalRec-Bench dataset to benchmark your models or develop new recommendation strategies, focusing on metrics like HitRate@100 for optimal performance in identifying suitable classification models.

Key insights

A transformer-based recommender system and a new dataset optimize medical image classification model selection, reducing environmental impact.

Principles

Method

MedicalRec is a Transformer-based model that uses BERT for input data embeddings and a Softmax function in its final layer to calculate item (model) scores for sequential recommendation.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.