paper-with-me

Papers

Bootstrapping Objectness from Videos by Relaxed Common Fate and Visual Grouping

2023-04-17 · CVPR 2023 1 · Long Lian, Zhirong Wu, Stella X. Yu

We study learning object segmentation from unlabeled videos. Humans can easily segment moving objects without knowing what they are. The Gestalt law of common fate, i.e., what move at the same speed belong together, has inspired unsupervised object discovery based on motion segmentation. However, common fate is not a reliable indicator of objectness: Parts of an articulated / deformable object may not move at the same speed, whereas shadows / reflections of an object always move with it but are not part of it. Our insight is to bootstrap objectness by first learning image features from relaxed common fate and then refining them based on visual appearance grouping within the image itself and across images statistically. Specifically, we learn an image segmenter first in the loop of approximating optical flow with constant segment flow plus small within-segment residual flow, and then by refining it for more coherent appearance and statistical figure-ground relevance. On unsupervised video object segmentation, using only ResNet and convolutional heads, our model surpasses the state-of-the-art by absolute gains of 7/9/5% on DAVIS16 / STv2 / FBMS59 respectively, demonstrating the effectiveness of our ideas. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2304.08025

Code (1)

TonyLianLong/RCF-UnsupVideoSeg 공식 구현 pytorch

Tasks

Motion SegmentationObjectObject DiscoveryOptical Flow EstimationSegmentationSemantic SegmentationUnsupervised Object SegmentationUnsupervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
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…
Average Pooling 설명 없음
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Unsupervised Object Learning via Common Fate

2021-10-13 · Matthias Tangemann, Steffen Schneider, Julius von Kügelgen, Francesco Locatello 외

Learning generative object models from unlabelled videos is a long standing problem and required for causal scene modeling. We decompose this problem into three easier subtasks, and provide candidate solutions for each o…

Motion SegmentationObject

The Emergence of Objectness: Learning Zero-Shot Segmentation from Videos

2021-11-11 · NeurIPS 2021 12 · Runtao Liu, Zhirong Wu, Stella X. Yu, Stephen Lin

Humans can easily segment moving objects without knowing what they are. That objectness could emerge from continuous visual observations motivates us to model grouping and movement concurrently from unlabeled videos. Our…

Contrastive LearningImage SegmentationSegmentationSemantic Segmentation+4

Learning to Segment Moving Objects in Videos

2014-12-19 · CVPR 2015 6 · Katerina Fragkiadaki, Pablo Arbelaez, Panna Felsen, Jitendra Malik

We segment moving objects in videos by ranking spatio-temporal segment proposals according to "moving objectness": how likely they are to contain a moving object. In each video frame, we compute segment proposals using m…

SegmentationVideo SegmentationVideo Semantic Segmentation

FATE: Full-head Gaussian Avatar with Textural Editing from Monocular Video

2024-11-23 · CVPR 2025 1 · Jiawei Zhang, Zijian Wu, Zhiyang Liang, Yicheng Gong 외

Reconstructing high-fidelity, animatable 3D head avatars from effortlessly captured monocular videos is a pivotal yet formidable challenge. Although significant progress has been made in rendering performance and manipul…

AttributeMonocular Reconstruction

Leveraging Object Priors for Point Tracking

2024-09-09 · Bikram Boote, Anh Thai, Wenqi Jia, Ozgur Kara 외

Point tracking is a fundamental problem in computer vision with numerous applications in AR and robotics. A common failure mode in long-term point tracking occurs when the predicted point leaves the object it belongs to …

ObjectPoint Tracking