paper-with-me

홈 › Papers

Instance-level Expert Knowledge and Aggregate Discriminative Attention for Radiology Report Generation

2024-01-01 · CVPR 2024 1 · Shenshen Bu, Taiji Li, Yuedong Yang, Zhiming Dai

Automatic radiology report generation can provide substantial advantages to clinical physicians by effectively reducing their workload and improving efficiency. Despite the promising potential of current methods challenges persist in effectively extracting and preventing degradation of prominent features as well as enhancing attention on pivotal regions. In this paper we propose an Instance-level Expert Knowledge and Aggregate Discriminative Attention framework (EKAGen) for radiology report generation. We convert expert reports into an embedding space and generate comprehensive representations for each disease which serve as Preliminary Knowledge Support (PKS). To prevent feature disruption we select the representations in the embedding space with the smallest distances to PKS as Rectified Knowledge Support (RKS). Then EKAGen diagnoses the diseases and retrieves knowledge from RKS creating Instance-level Expert Knowledge (IEK) for each query image boosting generation. Additionally we introduce Aggregate Discriminative Attention Map (ADM) which uses weak supervision to create maps of discriminative regions that highlight pivotal regions. For training we propose a Global Information Self-Distillation (GID) strategy using an iteratively optimized model to distill global knowledge into EKAGen. Extensive experiments and analyses on IU X-Ray and MIMIC-CXR datasets demonstrate that EKAGen outperforms previous state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (1)

hnjzbss/ekagen 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learning From Multiple Experts: Self-paced Knowledge Distillation for Long-tailed Classification

2020-01-06 · ECCV 2020 8 · Liuyu Xiang, Guiguang Ding, Jungong Han

In real-world scenarios, data tends to exhibit a long-tailed distribution, which increases the difficulty of training deep networks. In this paper, we propose a novel self-paced knowledge distillation framework, termed L…

General ClassificationKnowledge DistillationLong-tail Learning

A Workflow for Visual Diagnostics of Binary Classifiers using Instance-Level Explanations

2017-05-04 · Josua Krause, Aritra Dasgupta, Jordan Swartz, Yindalon Aphinyanaphongs 외

Human-in-the-loop data analysis applications necessitate greater transparency in machine learning models for experts to understand and trust their decisions. To this end, we propose a visual analytics workflow to help da…

BIG-bench Machine Learning

ME-Mamba: Multi-Expert Mamba with Efficient Knowledge Capture and Fusion for Multimodal Survival Analysis

2025-09-21 · Chengsheng Zhang, Linhao Qu, Xiaoyu Liu, Zhijian Song arxiv

Survival analysis using whole-slide images (WSIs) is crucial in cancer research. Despite significant successes, pathology images typically only provide slide-level labels, which hinders the learning of discriminative rep…

Scaling Continual Learning to 300+ Tasks with Bi-Level Routing Mixture-of-Experts

2026-02-03 · Meng Lou, Yunxiang Fu, Yizhou Yu arxiv

Continual learning, especially class-incremental learning (CIL), on the basis of a pre-trained model (PTM) has garnered substantial research interest in recent years. However, how to effectively learn both discriminative…

class-incremental learningContinual Learning

FaithCoT-Bench: Benchmarking Instance-Level Faithfulness of Chain-of-Thought Reasoning

2025-10-05 · Xu Shen, Song Wang, Zhen Tan, Laura Yao 외 arxiv

Large language models (LLMs) increasingly rely on Chain-of-Thought (CoT) prompting to improve problem-solving and provide seemingly transparent explanations. However, growing evidence shows that CoT often fail to faithfu…