Efficient Classification of Very Large Images with Tiny Objects
Fanjie Kong, Ricardo Henao

TL;DR
This paper introduces a memory-efficient CNN called Zoom-In network that effectively classifies large images with tiny objects by using hierarchical attention sampling, outperforming existing methods across multiple datasets.
Contribution
The paper proposes a novel end-to-end CNN architecture that handles ultra-large images with small informative regions using hierarchical attention, requiring only a single GPU.
Findings
Higher accuracy than existing methods on multiple datasets
Requires less memory resources
Effective on gigapixel pathology images
Abstract
An increasing number of applications in computer vision, specially, in medical imaging and remote sensing, become challenging when the goal is to classify very large images with tiny informative objects. Specifically, these classification tasks face two key challenges: ) the size of the input image is usually in the order of mega- or giga-pixels, however, existing deep architectures do not easily operate on such big images due to memory constraints, consequently, we seek a memory-efficient method to process these images; and ) only a very small fraction of the input images are informative of the label of interest, resulting in low region of interest (ROI) to image ratio. However, most of the current convolutional neural networks (CNNs) are designed for image classification datasets that have relatively large ROIs and small image sizes (sub-megapixel). Existing approaches have…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Advanced Neural Network Applications · Digital Imaging for Blood Diseases
