SaLite : A light-weight model for salient object detection
Kitty Varghese, Sauradip Nag

TL;DR
SaLite is a lightweight encoder-decoder model that combines global and local context features for efficient salient object detection, achieving competitive performance on multiple datasets with fewer parameters.
Contribution
The paper introduces SaLite, a novel lightweight model that effectively integrates global and local context features for salient object detection, suitable for embedded systems.
Findings
Outperforms state-of-the-art methods on DUTS, MSRA10K, and SOC datasets.
Uses fewer parameters with comparable accuracy.
Demonstrates efficiency suitable for embedded deployment.
Abstract
Salient object detection is a prevalent computer vision task that has applications ranging from abnormality detection to abnormality processing. Context modelling is an important criterion in the domain of saliency detection. A global context helps in determining the salient object in a given image by contrasting away other objects in the global view of the scene. However, the local context features detects the boundaries of the salient object with higher accuracy in a given region. To incorporate the best of both worlds, our proposed SaLite model uses both global and local contextual features. It is an encoder-decoder based architecture in which the encoder uses a lightweight SqueezeNet and decoder is modelled using convolution layers. Modern deep based models entitled for saliency detection use a large number of parameters, which is difficult to deploy on embedded systems. This paper…
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
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Face Recognition and Perception
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Average Pooling · Fire Module · Global Average Pooling · 1x1 Convolution · Dropout · Xavier Initialization · Max Pooling · Softmax
