paper-with-me

Papers

Adaptive Multi-source Predictor for Zero-shot Video Object Segmentation

2023-03-18 · Xiaoqi Zhao, Shijie Chang, Youwei Pang, Jiaxing Yang, Lihe Zhang, Huchuan Lu

Static and moving objects often occur in real-life videos. Most video object segmentation methods only focus on extracting and exploiting motion cues to perceive moving objects. Once faced with the frames of static objects, the moving object predictors may predict failed results caused by uncertain motion information, such as low-quality optical flow maps. Besides, different sources such as RGB, depth, optical flow and static saliency can provide useful information about the objects. However, existing approaches only consider either the RGB or RGB and optical flow. In this paper, we propose a novel adaptive multi-source predictor for zero-shot video object segmentation (ZVOS). In the static object predictor, the RGB source is converted to depth and static saliency sources, simultaneously. In the moving object predictor, we propose the multi-source fusion structure. First, the spatial importance of each source is highlighted with the help of the interoceptive spatial attention module (ISAM). Second, the motion-enhanced module (MEM) is designed to generate pure foreground motion attention for improving the representation of static and moving features in the decoder. Furthermore, we design a feature purification module (FPM) to filter the inter-source incompatible features. By using the ISAM, MEM and FPM, the multi-source features are effectively fused. In addition, we put forward an adaptive predictor fusion network (APF) to evaluate the quality of the optical flow map and fuse the predictions from the static object predictor and the moving object predictor in order to prevent over-reliance on the failed results caused by low-quality optical flow maps. Experiments show that the proposed model outperforms the state-of-the-art methods on three challenging ZVOS benchmarks. And, the static object predictor precisely predicts a high-quality depth map and static saliency map at the same time.

📄 PDF Abstract BibTeX arXiv:2303.10383

Code (1)

xiaoqi-zhao-dlut/multi-source-aps-zvos 공식 구현 pytorch

Tasks

ObjectOptical Flow EstimationSemantic SegmentationUnsupervised Video Object SegmentationVideo Object SegmentationVideo Semantic SegmentationZero-Shot Video Object Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Sigmoid Activation 설명 없음
Average Pooling 설명 없음
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 제목 키워드 기반

SmartWay: Enhanced Waypoint Prediction and Backtracking for Zero-Shot Vision-and-Language Navigation

2025-03-13 · Xiangyu Shi, Zerui Li, Wenqi Lyu, Jiatong Xia 외

Vision-and-Language Navigation (VLN) in continuous environments requires agents to interpret natural language instructions while navigating unconstrained 3D spaces. Existing VLN-CE frameworks rely on a two-stage approach…

Language ModelingLanguage ModellingLarge Language ModelVision and Language Navigation

Multi-Source Fusion and Automatic Predictor Selection for Zero-Shot Video Object Segmentation

2021-08-11 · Xiaoqi Zhao, Youwei Pang, Jiaxing Yang, Lihe Zhang 외

Location and appearance are the key cues for video object segmentation. Many sources such as RGB, depth, optical flow and static saliency can provide useful information about the objects. However, existing approaches onl…

Depth EstimationObjectSalient Object DetectionUnsupervised Video Object Segmentation+2

LightZeroNav: Zero-Shot Vision Language Navigation in Continuous Environments Based on Lightweight VLMs

2026-03-16 · Kun Luo, Xiangyu Dong, Xiaoguang Ma, Haoran Zhao 외 arxiv

Although vision-language navigation (VLN) has progressed rapidly, zero-shot VLN in continuous environments (VLN-CE) remains highly challenging when using lightweight vision-language models (VLMs), whose limited reasoning…

Vision-Language Navigation

Zen-NAS: A Zero-Shot NAS for High-Performance Deep Image Recognition

2021-02-01 · Ming Lin, Pichao Wang, Zhenhong Sun, Hesen Chen 외

Accuracy predictor is a key component in Neural Architecture Search (NAS) for ranking architectures. Building a high-quality accuracy predictor usually costs enormous computation. To address this issue, instead of using …

GPUImage ClassificationNeural Architecture Search

SATR: Zero-Shot Semantic Segmentation of 3D Shapes

2023-04-11 · ICCV 2023 1 · Ahmed Abdelreheem, Ivan Skorokhodov, Maks Ovsjanikov, Peter Wonka

We explore the task of zero-shot semantic segmentation of 3D shapes by using large-scale off-the-shelf 2D image recognition models. Surprisingly, we find that modern zero-shot 2D object detectors are better suited for th…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation