paper-with-me

Papers

Adapting Vision-Language Foundation Model for Next Generation Medical Ultrasound Image Analysis

2025-06-10 · Jingguo Qu, Xinyang Han, Tonghuan Xiao, Jia Ai, Juan Wu, Tong Zhao, Jing Qin, Ann Dorothy King, Winnie Chiu-Wing Chu, Jing Cai, Michael Tin-Cheung Yingınst

Medical ultrasonography is an essential imaging technique for examining superficial organs and tissues, including lymph nodes, breast, and thyroid. It employs high-frequency ultrasound waves to generate detailed images of the internal structures of the human body. However, manually contouring regions of interest in these images is a labor-intensive task that demands expertise and often results in inconsistent interpretations among individuals. Vision-language foundation models, which have excelled in various computer vision applications, present new opportunities for enhancing ultrasound image analysis. Yet, their performance is hindered by the significant differences between natural and medical imaging domains. This research seeks to overcome these challenges by developing domain adaptation methods for vision-language foundation models. In this study, we explore the fine-tuning pipeline for vision-language foundation models by utilizing large language model as text refiner with special-designed adaptation strategies and task-driven heads. Our approach has been extensively evaluated on six ultrasound datasets and two tasks: segmentation and classification. The experimental results show that our method can effectively improve the performance of vision-language foundation models for ultrasound image analysis, and outperform the existing state-of-the-art vision-language and pure foundation models. The source code of this study is available at \href{https://github.com/jinggqu/NextGen-UIA}{GitHub}.

📄 PDF Abstract BibTeX arXiv:2506.08849

Code (1)

jinggqu/nextgen-uia 공식 구현 pytorch

Tasks

Domain AdaptationLarge Language Model

Similar Papers 제목 키워드 기반

Towards Unifying Understanding and Generation in the Era of Vision Foundation Models: A Survey from the Autoregression Perspective

2024-10-29 · Shenghao Xie, Wenqiang Zu, Mingyang Zhao, Duo Su 외

Autoregression in large language models (LLMs) has shown impressive scalability by unifying all language tasks into the next token prediction paradigm. Recently, there is a growing interest in extending this success to v…

Survey

Learning Robust Visual Features in Computed Tomography Enables Efficient Transfer Learning for Clinical Tasks

2026-04-05 · Rubén Moreno-Aguado, Alba Magallón, Victor Moreno, Yingying Fang 외 arxiv

There is substantial interest in developing artificial intelligence systems to support radiologists across tasks ranging from segmentation to report generation. Existing computed tomography (CT) foundation models have la…

Question AnsweringTransfer Learning

CadVLM: Bridging Language and Vision in the Generation of Parametric CAD Sketches

2024-09-26 · Sifan Wu, Amir Khasahmadi, Mor Katz, Pradeep Kumar Jayaraman 외

Parametric Computer-Aided Design (CAD) is central to contemporary mechanical design. However, it encounters challenges in achieving precise parametric sketch modeling and lacks practical evaluation metrics suitable for m…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Foundation Models for AI-Enabled Biological Design

2025-05-16 · Asher Moldwin, Amarda Shehu

This paper surveys foundation models for AI-enabled biological design, focusing on recent developments in applying large-scale, self-supervised models to tasks such as protein engineering, small molecule design, and geno…

Survey

Foundation World Models for Agents that Learn, Verify, and Adapt Reliably Beyond Static Environments

2026-02-27 · Florent Delgrange arxiv

The next generation of autonomous agents must not only learn efficiently but also act reliably and adapt their behavior in open worlds. Standard approaches typically assume fixed tasks and environments with little or no …

Reinforcement LearningProgram Synthesis