paper-with-me

Papers

PGNeXt: High-Resolution Salient Object Detection via Pyramid Grafting Network

2024-08-02 · Changqun Xia, Chenxi Xie, Zhentao He, Tianshu Yu, Jia Li

We present an advanced study on more challenging high-resolution salient object detection (HRSOD) from both dataset and network framework perspectives. To compensate for the lack of HRSOD dataset, we thoughtfully collect a large-scale high resolution salient object detection dataset, called UHRSD, containing 5,920 images from real-world complex scenarios at 4K-8K resolutions. All the images are finely annotated in pixel-level, far exceeding previous low-resolution SOD datasets. Aiming at overcoming the contradiction between the sampling depth and the receptive field size in the past methods, we propose a novel one-stage framework for HR-SOD task using pyramid grafting mechanism. In general, transformer-based and CNN-based backbones are adopted to extract features from different resolution images independently and then these features are grafted from transformer branch to CNN branch. An attention-based Cross-Model Grafting Module (CMGM) is proposed to enable CNN branch to combine broken detailed information more holistically, guided by different source feature during decoding process. Moreover, we design an Attention Guided Loss (AGL) to explicitly supervise the attention matrix generated by CMGM to help the network better interact with the attention from different branches. Comprehensive experiments on UHRSD and widely-used SOD datasets demonstrate that our method can simultaneously locate salient object and preserve rich details, outperforming state-of-the-art methods. To verify the generalization ability of the proposed framework, we apply it to the camouflaged object detection (COD) task. Notably, our method performs superior to most state-of-the-art COD methods without bells and whistles.

📄 PDF Abstract BibTeX arXiv:2408.01137

Code (0)

등록된 구현이 없습니다.

Tasks

4k8kObjectobject-detectionObject DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Towards High-Resolution Salient Object Detection

2019-08-20 · ICCV 2019 10 · Yi Zeng, Pingping Zhang, Jianming Zhang, Zhe Lin 외

Deep neural network based methods have made a significant breakthrough in salient object detection. However, they are typically limited to input images with low resolutions ($400\times400$ pixels or less). Little effort …

Objectobject-detectionObject DetectionRGB Salient Object Detection+3

A Parallel Down-Up Fusion Network for Salient Object Detection in Optical Remote Sensing Images

2020-10-02 · Chongyi Li, Runmin Cong, Chunle Guo, Hua Li 외

The diverse spatial resolutions, various object types, scales and orientations, and cluttered backgrounds in optical remote sensing images (RSIs) challenge the current salient object detection (SOD) approaches. It is com…

object-detectionObject DetectionSalient Object Detection

Disentangled High Quality Salient Object Detection

2021-08-08 · ICCV 2021 10 · Lv Tang, Bo Li, Shouhong Ding, Mofei Song

Aiming at discovering and locating most distinctive objects from visual scenes, salient object detection (SOD) plays an essential role in various computer vision systems. Coming to the era of high resolution, SOD methods…

GPUObjectobject-detectionObject Detection+4

Reverse Attention for Salient Object Detection

2018-07-26 · ECCV 2018 9 · Shuhan Chen, Xiuli Tan, Ben Wang, Xuelong Hu

Benefit from the quick development of deep learning techniques, salient object detection has achieved remarkable progresses recently. However, there still exists following two major challenges that hinder its application…

Objectobject-detectionObject DetectionRGB Salient Object Detection+2

EGNet:Edge Guidance Network for Salient Object Detection

2019-08-22 · Jia-Xing Zhao, Jiang-Jiang Liu, Den-Ping Fan, Yang Cao 외

Fully convolutional neural networks (FCNs) have shown their advantages in the salient object detection task. However, most existing FCNs-based methods still suffer from coarse object boundaries. In this paper, to solve t…

Objectobject-detectionObject DetectionRGB Salient Object Detection+1