paper-with-me

Papers

Dense Monocular Motion Segmentation Using Optical Flow and Pseudo Depth Map: A Zero-Shot Approach

2024-06-27 · Yuxiang Huang, Yuhao Chen, John Zelek

Motion segmentation from a single moving camera presents a significant challenge in the field of computer vision. This challenge is compounded by the unknown camera movements and the lack of depth information of the scene. While deep learning has shown impressive capabilities in addressing these issues, supervised models require extensive training on massive annotated datasets, and unsupervised models also require training on large volumes of unannotated data, presenting significant barriers for both. In contrast, traditional methods based on optical flow do not require training data, however, they often fail to capture object-level information, leading to over-segmentation or under-segmentation. In addition, they also struggle in complex scenes with substantial depth variations and non-rigid motion, due to the overreliance of optical flow. To overcome these challenges, we propose an innovative hybrid approach that leverages the advantages of both deep learning methods and traditional optical flow based methods to perform dense motion segmentation without requiring any training. Our method initiates by automatically generating object proposals for each frame using foundation models. These proposals are then clustered into distinct motion groups using both optical flow and relative depth maps as motion cues. The integration of depth maps derived from state-of-the-art monocular depth estimation models significantly enhances the motion cues provided by optical flow, particularly in handling motion parallax issues. Our method is evaluated on the DAVIS-Moving and YTVOS-Moving datasets, and the results demonstrate that our method outperforms the best unsupervised method and closely matches with the state-of-theart supervised methods.

📄 PDF Abstract BibTeX arXiv:2406.18837

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationMonocular Depth EstimationMotion SegmentationOptical Flow EstimationSegmentation

Similar Papers 제목 키워드 기반

Dense Monocular Depth Estimation in Complex Dynamic Scenes

2016-06-01 · CVPR 2016 6 · Rene Ranftl, Vibhav Vineet, Qifeng Chen, Vladlen Koltun

We present an approach to dense depth estimation from a single monocular camera that is moving through a dynamic scene. The approach produces a dense depth map from two consecutive frames. Moving objects are reconstructe…

Depth EstimationMonocular Depth EstimationMotion SegmentationOptical Flow Estimation

FlowFeat: Pixel-Dense Embedding of Motion Profiles

2025-11-10 · Nikita Araslanov, Anna Sonnweber, Daniel Cremers arxiv

Dense and versatile image representations underpin the success of virtually all computer vision applications. However, state-of-the-art networks, such as transformers, produce low-resolution feature grids, which are subo…

Monocular Depth EstimationVideo Object SegmentationSemantic Segmentation

Motion Segmentation from a Moving Monocular Camera

2023-09-24 · Yuxiang Huang, John Zelek

Identifying and segmenting moving objects from a moving monocular camera is difficult when there is unknown camera motion, different types of object motions and complex scene structures. To tackle these challenges, we ta…

ClusteringMotion SegmentationObjectObject Recognition+1

ParticleSfM: Exploiting Dense Point Trajectories for Localizing Moving Cameras in the Wild

2022-07-19 · Wang Zhao, Shaohui Liu, Hengkai Guo, Wenping Wang 외

Estimating the pose of a moving camera from monocular video is a challenging problem, especially due to the presence of moving objects in dynamic environments, where the performance of existing camera pose estimation met…

Camera Pose EstimationMotion SegmentationOptical Flow EstimationPose Estimation

Unsupervised Learning of Dense Optical Flow, Depth and Egomotion from Sparse Event Data

2018-09-23 · Chengxi Ye, Anton Mitrokhin, Cornelia Fermüller, James A. Yorke 외

In this work we present a lightweight, unsupervised learning pipeline for \textit{dense} depth, optical flow and egomotion estimation from sparse event output of the Dynamic Vision Sensor (DVS). To tackle this low level …

DecoderGPUOptical Flow Estimation