paper-with-me

홈 › Papers

Joint Inductive and Transductive Learning for Video Object Segmentation

2021-08-08 · ICCV 2021 10 · Yunyao Mao, Ning Wang, Wengang Zhou, Houqiang Li

Semi-supervised video object segmentation is a task of segmenting the target object in a video sequence given only a mask annotation in the first frame. The limited information available makes it an extremely challenging task. Most previous best-performing methods adopt matching-based transductive reasoning or online inductive learning. Nevertheless, they are either less discriminative for similar instances or insufficient in the utilization of spatio-temporal information. In this work, we propose to integrate transductive and inductive learning into a unified framework to exploit the complementarity between them for accurate and robust video object segmentation. The proposed approach consists of two functional branches. The transduction branch adopts a lightweight transformer architecture to aggregate rich spatio-temporal cues while the induction branch performs online inductive learning to obtain discriminative target information. To bridge these two diverse branches, a two-head label encoder is introduced to learn the suitable target prior for each of them. The generated mask encodings are further forced to be disentangled to better retain their complementarity. Extensive experiments on several prevalent benchmarks show that, without the need of synthetic training data, the proposed approach sets a series of new state-of-the-art records. Code is available at https://github.com/maoyunyao/JOINT.

📄 PDF Abstract BibTeX arXiv:2108.03679

Code (1)

maoyunyao/joint 공식 구현 pytorch

Tasks

Inductive LearningObjectSemantic SegmentationSemi-Supervised Video Object SegmentationTransductive LearningVideo Object SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

Two-stage Joint Transductive and Inductive learning for Nuclei Segmentation

2023-11-15 · Hesham Ali, Idriss Tondji, Mennatullah Siam

AI-assisted nuclei segmentation in histopathological images is a crucial task in the diagnosis and treatment of cancer diseases. It decreases the time required to manually screen microscopic tissue images and can resolve…

Image SegmentationInductive LearningMedical Image SegmentationSegmentation+2

Inductive Graph Neural Networks for Moving Object Segmentation

2023-05-16 · Wieke Prummel, Jhony H. Giraldo, Anastasia Zakharova, Thierry Bouwmans

Moving Object Segmentation (MOS) is a challenging problem in computer vision, particularly in scenarios with dynamic backgrounds, abrupt lighting changes, shadows, camouflage, and moving cameras. While graph-based method…

Graph Neural NetworkInductive LearningObjectSegmentation+2

Discrete-Continuous ADMM for Transductive Inference in Higher-Order MRFs

2017-05-14 · CVPR 2018 6 · Emanuel Laude, Jan-Hendrik Lange, Jonas Schüpfer, Csaba Domokos 외

This paper introduces a novel algorithm for transductive inference in higher-order MRFs, where the unary energies are parameterized by a variable classifier. The considered task is posed as a joint optimization problem i…

Image SegmentationSegmentationSemantic SegmentationVideo Object Segmentation+1

Learning to Learn Better for Video Object Segmentation

2022-12-05 · Meng Lan, Jing Zhang, Lefei Zhang, DaCheng Tao

Recently, the joint learning framework (JOINT) integrates matching based transductive reasoning and online inductive learning to achieve accurate and robust semi-supervised video object segmentation (SVOS). However, usin…

Inductive LearningObjectSemantic SegmentationSemi-Supervised Video Object Segmentation+2

Inductive and Transductive Few-Shot Video Classification via Appearance and Temporal Alignments

2022-07-21 · Khoi D. Nguyen, Quoc-Huy Tran, Khoi Nguyen, Binh-Son Hua 외

We present a novel method for few-shot video classification, which performs appearance and temporal alignments. In particular, given a pair of query and support videos, we conduct appearance alignment via frame-level fea…

General ClassificationVideo Classification