paper-with-me

홈 › Papers

SIFT-DBT: Self-supervised Initialization and Fine-Tuning for Imbalanced Digital Breast Tomosynthesis Image Classification

2024-03-19 · Yuexi Du, Regina J. Hooley, John Lewin, Nicha C. Dvornek

Digital Breast Tomosynthesis (DBT) is a widely used medical imaging modality for breast cancer screening and diagnosis, offering higher spatial resolution and greater detail through its 3D-like breast volume imaging capability. However, the increased data volume also introduces pronounced data imbalance challenges, where only a small fraction of the volume contains suspicious tissue. This further exacerbates the data imbalance due to the case-level distribution in real-world data and leads to learning a trivial classification model that only predicts the majority class. To address this, we propose a novel method using view-level contrastive Self-supervised Initialization and Fine-Tuning for identifying abnormal DBT images, namely SIFT-DBT. We further introduce a patch-level multi-instance learning method to preserve spatial resolution. The proposed method achieves 92.69% volume-wise AUC on an evaluation of 970 unique studies.

📄 PDF Abstract BibTeX arXiv:2403.13148

Code (1)

xypb/sift_dbt 공식 구현 pytorch

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Improving Fine-tuning of Self-supervised Models with Contrastive Initialization

2022-07-30 · Haolin Pan, Yong Guo, Qinyi Deng, Haomin Yang 외

Self-supervised learning (SSL) has achieved remarkable performance in pretraining the models that can be further used in downstream tasks via fine-tuning. However, these self-supervised models may not capture meaningful …

Self-Supervised Learning

Supervised In-Context Fine-Tuning for Generative Sequence Labeling

2025-08-31 · David Dukić, Goran Glavaš, Jan Šnajder arxiv

Sequence labeling (SL) tasks, where labels are assigned to tokens, are abundant in NLP (e.g., named entity recognition and aspect-based sentiment analysis). Owing to the intuition that they require bidirectional context,…

Response GenerationSentiment Analysis

Instruction Fine-Tuning: Does Prompt Loss Matter?

2024-01-24 · Mathew Huerta-Enochian, Seung Yong Ko

We present a novel study analyzing the effects of various prompt loss token weights (PLW) for supervised instruction fine-tuning (SIFT). While prompt-masking (PLW = 0) is common for SIFT, some fine-tuning APIs support fr…

Multiple-choicetoken-classificationToken Classification

SIFT-50M: A Large-Scale Multilingual Dataset for Speech Instruction Fine-Tuning

2025-04-12 · Prabhat Pandey, Rupak Vignesh Swaminathan, K V Vijay Girish, Arunasish Sen 외

We introduce SIFT (Speech Instruction Fine-Tuning), a 50M-example dataset designed for instruction fine-tuning and pre-training of speech-text large language models (LLMs). SIFT-50M is built from publicly available speec…

Instruction Following

Revisiting the Power of Prompt for Visual Tuning

2024-02-04 · Yuzhu Wang, Lechao Cheng, Chaowei Fang, Dingwen Zhang 외

Visual prompt tuning (VPT) is a promising solution incorporating learnable prompt tokens to customize pre-trained models for downstream tasks. However, VPT and its variants often encounter challenges like prompt initiali…

Visual Prompt Tuning