paper-with-me

Papers

Object Detection for Medical Image Analysis: Insights from the RT-DETR Model

2025-01-27 · Weijie He, Yuwei Zhang, Ting Xu, Tai An, Yingbin Liang, Bo Zhang

Deep learning has emerged as a transformative approach for solving complex pattern recognition and object detection challenges. This paper focuses on the application of a novel detection framework based on the RT-DETR model for analyzing intricate image data, particularly in areas such as diabetic retinopathy detection. Diabetic retinopathy, a leading cause of vision loss globally, requires accurate and efficient image analysis to identify early-stage lesions. The proposed RT-DETR model, built on a Transformer-based architecture, excels at processing high-dimensional and complex visual data with enhanced robustness and accuracy. Comparative evaluations with models such as YOLOv5, YOLOv8, SSD, and DETR demonstrate that RT-DETR achieves superior performance across precision, recall, mAP50, and mAP50-95 metrics, particularly in detecting small-scale objects and densely packed targets. This study underscores the potential of Transformer-based models like RT-DETR for advancing object detection tasks, offering promising applications in medical imaging and beyond.

📄 PDF Abstract BibTeX arXiv:2501.16469

Code (0)

등록된 구현이 없습니다.

Tasks

Diabetic Retinopathy DetectionMedical Image Analysisobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
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$…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

BiomedParse: a biomedical foundation model for image parsing of everything everywhere all at once

2024-05-21 · Theodore Zhao, Yu Gu, Jianwei Yang, Naoto Usuyama 외

Biomedical image analysis is fundamental for biomedical discovery in cell biology, pathology, radiology, and many other biomedical domains. Holistic image analysis comprises interdependent subtasks such as segmentation, …

AllImage SegmentationObjectobject-detection+4

Comparative Analysis of Deep Convolutional Neural Networks for Detecting Medical Image Deepfakes

2024-01-08 · Abdel Rahman Alsabbagh, Omar Al-Kadi

Generative Adversarial Networks (GANs) have exhibited noteworthy advancements across various applications, including medical imaging. While numerous state-of-the-art Deep Convolutional Neural Network (DCNN) architectures…

DeepFake DetectionFace SwappingSpecificity

Comparative Analysis of Vision Transformers and Convolutional Neural Networks for Medical Image Classification

2025-07-24 · Kunal Kawadkar arxiv

The emergence of Vision Transformers (ViTs) has revolutionized computer vision, yet their effectiveness compared to traditional Convolutional Neural Networks (CNNs) in medical imaging remains under-explored. This study p…

Medical Image ClassificationSkin Cancer ClassificationBrain Tumor ClassificationPneumonia Detection

Retina U-Net: Embarrassingly Simple Exploitation of Segmentation Supervision for Medical Object Detection

2018-11-21 · Paul F. Jaeger, Simon A. A. Kohl, Sebastian Bickelhaupt, Fabian Isensee 외

The task of localizing and categorizing objects in medical images often remains formulated as a semantic segmentation problem. This approach, however, only indirectly solves the coarse localization task by predicting pix…

Medical Image AnalysisMedical Object DetectionObjectobject-detection+4

Recent Advances in the Applications of Convolutional Neural Networks to Medical Image Contour Detection

2017-08-24 · Zizhao Zhang, Fuyong Xing, Hai Su, Xiaoshuang Shi 외

The fast growing deep learning technologies have become the main solution of many machine learning problems for medical image analysis. Deep convolution neural networks (CNNs), as one of the most important branch of the …

Contour DetectionMedical Image Analysis