paper-with-me

Papers

Interactive Two-Stream Decoder for Accurate and Fast Saliency Detection

2020-06-01 · CVPR 2020 6 · Huajun Zhou, Xiaohua Xie, Jian-Huang Lai, Zixuan Chen, Lingxiao Yang

Recently, contour information largely improves the performance of saliency detection. However, the discussion on the correlation between saliency and contour remains scarce. In this paper, we first analyze such correlation and then propose an interactive two-stream decoder to explore multiple cues, including saliency, contour and their correlation. Specifically, our decoder consists of two branches, a saliency branch and a contour branch. Each branch is assigned to learn distinctive features for predicting the corresponding map. Meanwhile, the intermediate connections are forced to learn the correlation by interactively transmitting the features from each branch to the other one. In addition, we develop an adaptive contour loss to automatically discriminate hard examples during learning process. Extensive experiments on six benchmarks well demonstrate that our network achieves competitive performance with a fast speed around 50 FPS. Moreover, our VGG-based model only contains 17.08 million parameters, which is significantly smaller than other VGG-based approaches. Code has been made available at: https://github.com/moothes/ITSD-pytorch.

📄 PDF Abstract BibTeX

Code (1)

moothes/ITSD-pytorch 공식 구현 pytorch

Tasks

DecoderSaliency DetectionVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Cascaded Partial Decoder for Fast and Accurate Salient Object Detection

2019-04-18 · CVPR 2019 6 · Zhe Wu, Li Su, Qingming Huang

Existing state-of-the-art salient object detection networks rely on aggregating multi-level features of pre-trained convolutional neural networks (CNNs). Compared to high-level features, low-level features contribute les…

Camouflaged Object SegmentationDecoderobject-detectionObject Detection+2

Learning Selective Self-Mutual Attention for RGB-D Saliency Detection

2020-06-01 · CVPR 2020 6 · Nian Liu, Ni Zhang, Junwei Han

Saliency detection on RGB-D images is receiving more and more research interests recently. Previous models adopt the early fusion or the result fusion scheme to fuse the input RGB and depth data or their saliency maps, w…

DecoderRGB-D Salient Object DetectionSaliency Detection

ViDaS Video Depth-aware Saliency Network

2023-05-19 · Ioanna Diamanti, Antigoni Tsiami, Petros Koutras, Petros Maragos

We introduce ViDaS, a two-stream, fully convolutional Video, Depth-Aware Saliency network to address the problem of attention modeling ``in-the-wild", via saliency prediction in videos. Contrary to existing visual salien…

object-detectionObject DetectionSaliency PredictionSalient Object Detection

Saliency Detection via Global Context Enhanced Feature Fusion and Edge Weighted Loss

2021-10-13 · Chaewon Park, Minhyeok Lee, MyeongAh Cho, Sangyoun Lee

UNet-based methods have shown outstanding performance in salient object detection (SOD), but are problematic in two aspects. 1) Indiscriminately integrating the encoder feature, which contains spatial information for mul…

DecoderObjectobject-detectionObject Detection+3

TinyHD: Efficient Video Saliency Prediction with Heterogeneous Decoders using Hierarchical Maps Distillation

2023-01-11 · Feiyan Hu, Simone Palazzo, Federica Proietto Salanitri, Giovanni Bellitto 외

Video saliency prediction has recently attracted attention of the research community, as it is an upstream task for several practical applications. However, current solutions are particularly computationally demanding, e…

Knowledge DistillationPredictionSaliency PredictionVideo Saliency Prediction