paper-with-me

Papers

Salient Object Detection via Dynamic Scale Routing

2022-10-25 · Zhenyu Wu, Shuai Li, Chenglizhao Chen, Hong Qin, Aimin Hao

Recent research advances in salient object detection (SOD) could largely be attributed to ever-stronger multi-scale feature representation empowered by the deep learning technologies. The existing SOD deep models extract multi-scale features via the off-the-shelf encoders and combine them smartly via various delicate decoders. However, the kernel sizes in this commonly-used thread are usually "fixed". In our new experiments, we have observed that kernels of small size are preferable in scenarios containing tiny salient objects. In contrast, large kernel sizes could perform better for images with large salient objects. Inspired by this observation, we advocate the "dynamic" scale routing (as a brand-new idea) in this paper. It will result in a generic plug-in that could directly fit the existing feature backbone. This paper's key technical innovations are two-fold. First, instead of using the vanilla convolution with fixed kernel sizes for the encoder design, we propose the dynamic pyramid convolution (DPConv), which dynamically selects the best-suited kernel sizes w.r.t. the given input. Second, we provide a self-adaptive bidirectional decoder design to accommodate the DPConv-based encoder best. The most significant highlight is its capability of routing between feature scales and their dynamic collection, making the inference process scale-aware. As a result, this paper continues to enhance the current SOTA performance. Both the code and dataset are publicly available at https://github.com/wuzhenyubuaa/DPNet.

📄 PDF Abstract BibTeX arXiv:2210.13821

Code (1)

wuzhenyubuaa/dpnet 공식 구현

Tasks

DecoderObjectobject-detectionObject DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Employing Deep Part-Object Relationships for Salient Object Detection

2019-10-01 · ICCV 2019 10 · Yi Liu, Qiang Zhang, Dingwen Zhang, Jungong Han

Despite Convolutional Neural Networks (CNNs) based methods have been successful in detecting salient objects, their underlying mechanism that decides the salient intensity of each image part separately cannot avoid incon…

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

RDNet: Region Proportion-Aware Dynamic Adaptive Salient Object Detection Network in Optical Remote Sensing Images

2026-03-12 · Bin Wan, Runmin Cong, Xiaofei Zhou, Hao Fang 외 arxiv

Salient object detection (SOD) in remote sensing images faces significant challenges due to large variations in object sizes, the computational cost of self-attention mechanisms, and the limitations of CNN-based extracto…

Salient Object DetectionObject Localization

Highly Efficient Salient Object Detection with 100K Parameters

2020-03-12 · ECCV 2020 8 · Shang-Hua Gao, Yong-Qiang Tan, Ming-Ming Cheng, Chengze Lu 외

Salient object detection models often demand a considerable amount of computation cost to make precise prediction for each pixel, making them hardly applicable on low-power devices. In this paper, we aim to relieve the c…

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

Bridging the Scale Gap: Balanced Tiny and General Object Detection in Remote Sensing Imagery

2025-12-01 · Zhicheng Zhao, Yin Huang, Lingma Sun, Chenglong Li 외 arxiv

Tiny object detection in remote sensing imagery has attracted significant research interest in recent years. Despite recent progress, achieving balanced detection performance across diverse object scales remains a formid…

Object Detection

Learning to Generate Content-Aware Dynamic Detectors

2020-12-08 · Junyi Feng, Jiashen Hua, Baisheng Lai, Jianqiang Huang 외

Model efficiency is crucial for object detection. Mostprevious works rely on either hand-crafted design or auto-search methods to obtain a static architecture, regardless ofthe difference of inputs. In this paper, we int…

Computational EfficiencyObjectobject-detectionObject Detection