Memory-Efficient Deep Salient Object Segmentation Networks on Gridized Superpixels
Caglar Aytekin, Xingyang Ni, Francesco Cricri, Lixin Fan, Emre Aksu

TL;DR
This paper introduces a memory-efficient deep neural network for salient object detection that operates on gridized superpixels, achieving comparable accuracy to state-of-the-art methods with significantly fewer parameters, suitable for resource-constrained devices.
Contribution
The paper presents a novel approach to encode images into gridized superpixels and trains a lightweight CNN from scratch, drastically reducing memory requirements for salient object detection.
Findings
Uses only 0.048% of parameters compared to existing methods.
Achieves comparable accuracy to state-of-the-art models.
Offers faster inference and easier deployment on limited hardware.
Abstract
Computer vision algorithms with pixel-wise labeling tasks, such as semantic segmentation and salient object detection, have gone through a significant accuracy increase with the incorporation of deep learning. Deep segmentation methods slightly modify and fine-tune pre-trained networks that have hundreds of millions of parameters. In this work, we question the need to have such memory demanding networks for the specific task of salient object segmentation. To this end, we propose a way to learn a memory-efficient network from scratch by training it only on salient object detection datasets. Our method encodes images to gridized superpixels that preserve both the object boundaries and the connectivity rules of regular pixels. This representation allows us to use convolutional neural networks that operate on regular grids. By using these encoded images, we train a memory-efficient network…
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.
