paper-with-me

Papers

AFiRe: Anatomy-Driven Self-Supervised Learning for Fine-Grained Representation in Radiographic Images

2025-04-15 · Yihang Liu, Lianghua He, Ying Wen, Longzhen Yang, Hongzhou Chen

Current self-supervised methods, such as contrastive learning, predominantly focus on global discrimination, neglecting the critical fine-grained anatomical details required for accurate radiographic analysis. To address this challenge, we propose an Anatomy-driven self-supervised framework for enhancing Fine-grained Representation in radiographic image analysis (AFiRe). The core idea of AFiRe is to align the anatomical consistency with the unique token-processing characteristics of Vision Transformer. Specifically, AFiRe synergistically performs two self-supervised schemes: (i) Token-wise anatomy-guided contrastive learning, which aligns image tokens based on structural and categorical consistency, thereby enhancing fine-grained spatial-anatomical discrimination; (ii) Pixel-level anomaly-removal restoration, which particularly focuses on local anomalies, thereby refining the learned discrimination with detailed geometrical information. Additionally, we propose Synthetic Lesion Mask to enhance anatomical diversity while preserving intra-consistency, which is typically corrupted by traditional data augmentations, such as Cropping and Affine transformations. Experimental results show that AFiRe: (i) provides robust anatomical discrimination, achieving more cohesive feature clusters compared to state-of-the-art contrastive learning methods; (ii) demonstrates superior generalization, surpassing 7 radiography-specific self-supervised methods in multi-label classification tasks with limited labeling; and (iii) integrates fine-grained information, enabling precise anomaly detection using only image-level annotations.

📄 PDF Abstract BibTeX arXiv:2504.10972

Code (1)

lyh-hh/afire 공식 구현 pytorch

Tasks

AnatomyAnomaly DetectionContrastive LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

SAFIRE: Segment Any Forged Image Region

2024-12-11 · Myung-Joon Kwon, Wonjun Lee, Seung-Hun Nam, Minji Son 외

Most techniques approach the problem of image forgery localization as a binary segmentation task, training neural networks to label original areas as 0 and forged areas as 1. In contrast, we tackle this issue from a more…

Lamps: Learning Anatomy from Multiple Perspectives via Self-supervision in Chest Radiographs

2025-12-28 · Ziyu Zhou, Haozhe Luo, Mohammad Reza Hosseinzadeh Taher, Jiaxuan Pang 외 arxiv

Foundation models have been successful in natural language processing and computer vision because they are capable of capturing the underlying structures (foundation) of natural languages. However, in medical imaging, th…

Self-Supervised Learning

Anatomy-Anchored Self-Supervision: Distilling Vision Foundation Models for Invariant Ultrasound Representation

2026-05-25 · Chunzheng Zhu, Yijun Wang, Jianxin Lin, Feng Wang 외 arxiv

Self-supervised pre-training paradigm has gained increasing prominence for learning transferable representations in medical imaging, yet existing methods for ultrasound (US) images operate at the image or frame level, ov…

Computational EfficiencySelf-Supervised LearningRepresentation LearningDomain Adaptation

SaFiRe: Saccade-Fixation Reiteration with Mamba for Referring Image Segmentation

2025-10-11 · Zhenjie Mao, Yuhuan Yang, Chaofan Ma, Dongsheng Jiang 외 arxiv

Referring Image Segmentation (RIS) aims to segment the target object in an image given a natural language expression. While recent methods leverage pre-trained vision backbones and more training corpus to achieve impress…

Image Segmentation

Anatomy-Driven Pathology Detection on Chest X-rays

2023-09-05 · Philip Müller, Felix Meissen, Johannes Brandt, Georgios Kaissis 외

Pathology detection and delineation enables the automatic interpretation of medical scans such as chest X-rays while providing a high level of explainability to support radiologists in making informed decisions. However,…

AnatomyMultiple Instance Learningobject-detectionObject Detection+1