Hierarchical Sparse Attention Framework for Computationally Efficient Classification of Biological Cells
Elad Yoshai, Dana Yagoda-Aharoni, Eden Dotan, Natan T. Shaked

TL;DR
SparseAttnNet is a hierarchical attention framework that efficiently classifies biological cell images by adaptively selecting key pixels, reducing computation while maintaining accuracy and improving interpretability.
Contribution
It introduces a novel adaptive pixel selection mechanism using hierarchical attention, significantly reducing computational load in biological image classification.
Findings
Processes approximately 15% of pixels compared to full images.
Achieves competitive accuracy across multiple biological imaging modalities.
Reduces parameters and FLOPS while enhancing interpretability.
Abstract
We present SparseAttnNet, a new hierarchical attention-driven framework for efficient image classification that adaptively selects and processes only the most informative pixels from images. Traditional convolutional neural networks typically process the entire images regardless of information density, leading to computational inefficiency and potential focus on irrelevant features. Our approach leverages a dynamic selection mechanism that uses coarse attention distilled by fine multi-head attention from the downstream layers of the model, allowing the model to identify and extract the most salient k pixels, where k is adaptively learned during training based on loss convergence trends. Once the top-k pixels are selected, the model processes only these pixels, embedding them as words in a language model to capture their semantics, followed by multi-head attention to incorporate global…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCell Image Analysis Techniques · Digital Imaging for Blood Diseases · Digital Holography and Microscopy
MethodsAttention Is All You Need · Softmax · Linear Layer · Multi-Head Attention · Focus
