Unified Unsupervised Salient Object Detection via Knowledge Transfer

Abstract

Segmenting ultra-high-resolution (UHR) images poses a significant challenge due to constraints on GPU memory, leading to a trade-off between detailed local information and a comprehensive contextual understanding. Current UHR methods often employ a multi-branch encoder to handle local and contextual information, which can be memory-intensive. To address the need for both high accuracy and low memory usage in processing UHR images, we introduce a memory-efficient semantic segmentation approach by squeezing context information into local patches (SCPSeg). Our method integrates the processing of local and contextual information within a single-branch encoder. Specifically, we introduce a context squeezing module (CSM) designed to compress global context details into local patches, enabling segmentation networks to perceive broader image contexts. Additionally, we propose a super-resolution guided local feature alignment (LFA) technique to improve segmentation precision by aligning local feature relationships. This approach calculates similarities within sliding windows, avoiding heavy computational costs during the training phase. We evaluate the effectiveness of our proposed method on four widely used UHR segmentation benchmarks. Experimental results demonstrate that our approach enhances UHR segmentation accuracy without incurring additional memory overhead during the inference stage. The code is available at https://github.com/StuLiu/SCPSeg.

Cite

Text

Yuan et al. "Unified Unsupervised Salient Object Detection via Knowledge Transfer." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/179

Markdown

[Yuan et al. "Unified Unsupervised Salient Object Detection via Knowledge Transfer." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/yuan2024ijcai-unified/) doi:10.24963/ijcai.2024/179

BibTeX

@inproceedings{yuan2024ijcai-unified,
  title     = {{Unified Unsupervised Salient Object Detection via Knowledge Transfer}},
  author    = {Yuan, Yao and Liu, Wutao and Gao, Pan and Dai, Qun and Qin, Jie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {1616-1624},
  doi       = {10.24963/ijcai.2024/179},
  url       = {https://mlanthology.org/ijcai/2024/yuan2024ijcai-unified/}
}