paper-with-me

홈 › Papers

Dynamic Traceback Learning for Medical Report Generation

2024-01-24 · Shuchang Ye, Mingyuan Meng, Mingjian Li, Dagan Feng, Usman Naseem, Jinman Kim

Automated medical report generation has the potential to significantly reduce the workload associated with the time-consuming process of medical reporting. Recent generative representation learning methods have shown promise in integrating vision and language modalities for medical report generation. However, when trained end-to-end and applied directly to medical image-to-text generation, they face two significant challenges: i) difficulty in accurately capturing subtle yet crucial pathological details, and ii) reliance on both visual and textual inputs during inference, leading to performance degradation in zero-shot inference when only images are available. To address these challenges, this study proposes a novel multi-modal dynamic traceback learning framework (DTrace). Specifically, we introduce a traceback mechanism to supervise the semantic validity of generated content and a dynamic learning strategy to adapt to various proportions of image and text input, enabling text generation without strong reliance on the input from both modalities during inference. The learning of cross-modal knowledge is enhanced by supervising the model to recover masked semantic information from a complementary counterpart. Extensive experiments conducted on two benchmark datasets, IU-Xray and MIMIC-CXR, demonstrate that the proposed DTrace framework outperforms state-of-the-art methods for medical report generation.

📄 PDF Abstract BibTeX arXiv:2401.13267

Code (0)

등록된 구현이 없습니다.

Tasks

Image to textMedical Report GenerationRepresentation LearningText Generation

Similar Papers 제목 키워드 기반

Traceback of Poisoning Attacks to Retrieval-Augmented Generation

2025-04-30 · Baolei Zhang, Haoran Xin, Minghong Fang, Zhuqing Liu 외

Large language models (LLMs) integrated with retrieval-augmented generation (RAG) systems improve accuracy by leveraging external knowledge sources. However, recent research has revealed RAG's susceptibility to poisoning…

RAGRetrievalRetrieval-augmented Generation

Universal Hirschberg for Width Bounded Dynamic Programs

2025-12-10 · Logan Nye arxiv

Hirschberg's algorithm (1975) reduces the space complexity for the longest common subsequence problem from $O(N^2)$ to $O(N)$ via recursive midpoint bisection on a grid dynamic program (DP). We show that the underlying i…

ICSTrace: A Malicious IP Traceback Model for Attacking Data of Industrial Control System

2019-12-30 · Feng Xiao, Qiang Xu

Considering the attacks against industrial control system are mostly organized and premeditated actions, IP traceback is significant for the security of industrial control system. Based on the infrastructure of the Inter…

Clustering

TraceBack: Multi-Agent Decomposition for Fine-Grained Table Attribution

2026-02-13 · Tejas Anvekar, Junha Park, Rajat Jha, Devanshu Gupta 외 arxiv

Question answering (QA) over structured tables requires not only accurate answers but also transparency about which cells support them. Existing table QA systems rarely provide fine-grained attribution, so even correct a…

Question Answering

DREAM: Dynamic Retinal Enhancement with Adaptive Multi-modal Fusion for Expert Precision Medical Report Generation

2026-04-19 · Nagur Shareef Shaik, Teja Krishna Cherukuri, Dong Hye Ye arxiv

Automating medical reports for retinal images requires a sophisticated blend of visual pattern recognition and deep clinical knowledge. Current Large Vision-Language Models (LVLMs) often struggle in specialized medical f…

Medical Report GenerationClinical Knowledge