SUM: Saliency Unification through Mamba for Visual Attention Modeling
Alireza Hosseini, Amirhossein Kazerouni, Saeed Akhavan, Michael Brudno, Babak Taati
TL;DR
This work tackles the challenge of universal visual saliency modeling across diverse image types while addressing the computational burden of Transformer-based approaches. It introduces SUM, a unified Mamba-U-Net-based predictor augmented with a Conditional Visual State Space (C-VSS) that uses data-type tokens to adapt to natural scenes, web pages, and commercial imagery. The model leverages the linear-complexity Mamba framework, a 2D-aware SS2D processing scheme, and a four-token conditioning mechanism to modulate features, achieving state-of-the-art or competitive results on six benchmarks and demonstrating robust cross-domain performance. Ablation analyses validate the importance of the loss composition, C-VSS placement, and prompt-based conditioning, underscoring SUM’s practical impact for efficient, universal visual attention modeling across diverse content domains.
Abstract
Visual attention modeling, important for interpreting and prioritizing visual stimuli, plays a significant role in applications such as marketing, multimedia, and robotics. Traditional saliency prediction models, especially those based on Convolutional Neural Networks (CNNs) or Transformers, achieve notable success by leveraging large-scale annotated datasets. However, the current state-of-the-art (SOTA) models that use Transformers are computationally expensive. Additionally, separate models are often required for each image type, lacking a unified approach. In this paper, we propose Saliency Unification through Mamba (SUM), a novel approach that integrates the efficient long-range dependency modeling of Mamba with U-Net to provide a unified model for diverse image types. Using a novel Conditional Visual State Space (C-VSS) block, SUM dynamically adapts to various image types, including natural scenes, web pages, and commercial imagery, ensuring universal applicability across different data types. Our comprehensive evaluations across five benchmarks demonstrate that SUM seamlessly adapts to different visual characteristics and consistently outperforms existing models. These results position SUM as a versatile and powerful tool for advancing visual attention modeling, offering a robust solution universally applicable across different types of visual content.
