paper-with-me

홈 › Papers

MESA: Matching Everything by Segmenting Anything

2024-01-30 · CVPR 2024 1 · Yesheng Zhang, Xu Zhao

Feature matching is a crucial task in the field of computer vision, which involves finding correspondences between images. Previous studies achieve remarkable performance using learning-based feature comparison. However, the pervasive presence of matching redundancy between images gives rise to unnecessary and error-prone computations in these methods, imposing limitations on their accuracy. To address this issue, we propose MESA, a novel approach to establish precise area (or region) matches for efficient matching redundancy reduction. MESA first leverages the advanced image understanding capability of SAM, a state-of-the-art foundation model for image segmentation, to obtain image areas with implicit semantic. Then, a multi-relational graph is proposed to model the spatial structure of these areas and construct their scale hierarchy. Based on graphical models derived from the graph, the area matching is reformulated as an energy minimization task and effectively resolved. Extensive experiments demonstrate that MESA yields substantial precision improvement for multiple point matchers in indoor and outdoor downstream tasks, e.g. +13.61% for DKM in indoor pose estimation.

📄 PDF Abstract BibTeX arXiv:2401.16741

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationPose EstimationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

MESA: Effective Matching Redundancy Reduction by Semantic Area Segmentation

2024-08-01 · Yesheng Zhang, Shuhan Shen, Xu Zhao

We propose MESA and DMESA as novel feature matching methods, which utilize Segment Anything Model (SAM) to effectively mitigate matching redundancy. The key insight of our methods is to establish implicit-semantic area m…

Patch Matching

TinySAM: Pushing the Envelope for Efficient Segment Anything Model

2023-12-21 · Han Shu, Wenshuo Li, Yehui Tang, Yiman Zhang 외

Recently segment anything model (SAM) has shown powerful segmentation capability and has drawn great attention in computer vision fields. Massive following works have developed various applications based on the pre-train…

Knowledge DistillationQuantization

MobileSAMv2: Faster Segment Anything to Everything

2023-12-15 · Chaoning Zhang, Dongshen Han, Sheng Zheng, Jinwoo Choi 외

Segment anything model (SAM) addresses two practical yet challenging segmentation tasks: \textbf{segment anything (SegAny)}, which utilizes a certain point to predict the mask for a single object of interest, and \textbf…

DecoderKnowledge DistillationObject Discoveryvalid

Leaf Only SAM: A Segment Anything Pipeline for Zero-Shot Automated Leaf Segmentation

2023-05-16 · Dominic Williams, Fraser MacFarlane, Avril Britten

Segment Anything Model (SAM) is a new foundation model that can be used as a zero-shot object segmentation method with the use of either guide prompts such as bounding boxes, polygons, or points. Alternatively, additiona…

Plant PhenotypingSemantic Segmentation

Matching Anything by Segmenting Anything

2024-06-06 · CVPR 2024 1 · Siyuan Li, Lei Ke, Martin Danelljan, Luigi Piccinelli 외

The robust association of the same objects across video frames in complex scenes is crucial for many applications, especially Multiple Object Tracking (MOT). Current methods predominantly rely on labeled domain-specific …

Domain GeneralizationMultiple Object TrackingObjectObject Tracking+1