paper-with-me

홈 › Papers

An efficient deep neural network to find small objects in large 3D images

2022-10-16 · Jungkyu Park, Jakub Chłędowski, Stanisław Jastrzębski, Jan Witowski, Yanqi Xu, Linda Du, Sushma Gaddam, Eric Kim, Alana Lewin, Ujas Parikh, Anastasia Plaunova, Sardius Chen, Alexandra Millet, James Park, Kristine Pysarenko, Shalin Patel, Julia Goldberg, Melanie Wegener, Linda Moy, Laura Heacock, Beatriu Reig, Krzysztof J. Geras

3D imaging enables accurate diagnosis by providing spatial information about organ anatomy. However, using 3D images to train AI models is computationally challenging because they consist of 10x or 100x more pixels than their 2D counterparts. To be trained with high-resolution 3D images, convolutional neural networks resort to downsampling them or projecting them to 2D. We propose an effective alternative, a neural network that enables efficient classification of full-resolution 3D medical images. Compared to off-the-shelf convolutional neural networks, our network, 3D Globally-Aware Multiple Instance Classifier (3D-GMIC), uses 77.98%-90.05% less GPU memory and 91.23%-96.02% less computation. While it is trained only with image-level labels, without segmentation labels, it explains its predictions by providing pixel-level saliency maps. On a dataset collected at NYU Langone Health, including 85,526 patients with full-field 2D mammography (FFDM), synthetic 2D mammography, and 3D mammography, 3D-GMIC achieves an AUC of 0.831 (95% CI: 0.769-0.887) in classifying breasts with malignant findings using 3D mammography. This is comparable to the performance of GMIC on FFDM (0.816, 95% CI: 0.737-0.878) and synthetic 2D (0.826, 95% CI: 0.754-0.884), which demonstrates that 3D-GMIC successfully classified large 3D images despite focusing computation on a smaller percentage of its input compared to GMIC. Therefore, 3D-GMIC identifies and utilizes extremely small regions of interest from 3D images consisting of hundreds of millions of pixels, dramatically reducing associated computational challenges. 3D-GMIC generalizes well to BCS-DBT, an external dataset from Duke University Hospital, achieving an AUC of 0.848 (95% CI: 0.798-0.896).

📄 PDF Abstract BibTeX arXiv:2210.08645

Code (1)

nyukat/3d_gmic 공식 구현 pytorch

Tasks

AnatomyGPU

Similar Papers 제목 키워드 기반

On the Importance of Large Objects in CNN Based Object Detection Algorithms

2023-11-20 · Ahmed Ben Saad, Gabriele Facciolo, Axel Davy

Object detection models, a prominent class of machine learning algorithms, aim to identify and precisely locate objects in images or videos. However, this task might yield uneven performances sometimes caused by the obje…

Objectobject-detectionObject Detection

Augmentation for small object detection

2019-02-19 · Mate Kisantal, Zbigniew Wojna, Jakub Murawski, Jacek Naruniec 외

In recent years, object detection has experienced impressive progress. Despite these improvements, there is still a significant gap in the performance between the detection of small and large objects. We analyze the curr…

Instance SegmentationObjectobject-detectionObject Detection+2

SORCE: Small Object Retrieval in Complex Environments

2025-05-30 · Chunxu Liu, Chi Xie, Xiaxu Chen, Wei Li 외

Text-to-Image Retrieval (T2IR) is a highly valuable task that aims to match a given textual query to images in a gallery. Existing benchmarks primarily focus on textual queries describing overall image semantics or foreg…

BenchmarkingImage RetrievalObjectRetrieval

Object-Level Targeted Selection via Deep Template Matching

2022-07-05 · Suraj Kothawade, Donna Roy, Michele Fenzi, Elmar Haussmann 외

Retrieving images with objects that are semantically similar to objects of interest (OOI) in a query image has many practical use cases. A few examples include fixing failures like false negatives/positives of a learned …

Autonomous DrivingImage RetrievalObjectRetrieval+1

Weakly Supervised Segmentation of Small Buildings With Point Labels

2021-01-01 · ICCV 2021 10 · Jae-Hun Lee, Chanyoung Kim, Sanghoon Sull

Most supervised image segmentation methods require delicate and time-consuming pixel-level labeling of building or objects, especially for small objects. In this paper, we present a weakly supervised segmentation net…

Image SegmentationSegmentationSemantic SegmentationWeakly supervised segmentation