Memory-Efficient Deep Salient Object Segmentation Networks on Gridized Superpixels
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 using only 0.048\% of the number of parameters that other deep salient object detection networks have. Our method shows comparable accuracy with the state-of-the-art deep salient object detection methods and provides a faster and a much more memory-efficient alternative to them. Due to its easy deployment, such a network is preferable for applications in memory limited devices such as mobile phones and IoT devices.
Code (0)
등록된 구현이 없습니다.
Tasks
Objectobject-detectionObject DetectionRGB Salient Object DetectionSalient Object DetectionSegmentationSemantic SegmentationSuperpixelsSimilar Papers 제목 키워드 기반
Hierarchical Piecewise-Constant Super-regions
Recent applications in computer vision have come to heavily rely on superpixel over-segmentation as a pre-processing step for higher level vision tasks, such as object recognition, image labelling or image segmentation. …
DenoisingFormImage SegmentationObject Recognition+3What is a salient object? A dataset and a baseline model for salient object detection
Salient object detection or salient region detection models, diverging from fixation prediction models, have traditionally been dealing with locating and segmenting the most salient object or region in a scene. While the…
Objectobject-detectionObject DetectionRGB Salient Object Detection+3A Simple and Powerful Global Optimization for Unsupervised Video Object Segmentation
We propose a simple, yet powerful approach for unsupervised object segmentation in videos. We introduce an objective function whose minimum represents the mask of the main salient object over the input sequence. It only …
Clusteringglobal-optimizationObjectSemantic Segmentation+5Complementary Segmentation of Primary Video Objects with Reversible Flows
Segmenting primary objects in a video is an important yet challenging problem in computer vision, as it exhibits various levels of foreground/background ambiguities. To reduce such ambiguities, we propose a novel formula…
SuperpixelsVideo Semantic SegmentationPrimary Video Object Segmentation via Complementary CNNs and Neighborhood Reversible Flow
This paper proposes a novel approach for segmenting primary video objects by using Complementary Convolutional Neural Networks (CCNN) and neighborhood reversible flow. The proposed approach first pre-trains CCNN on massi…
Semantic SegmentationSuperpixelsVideo Object SegmentationVideo Semantic Segmentation