paper-with-me

Papers

XPoint: A Self-Supervised Visual-State-Space based Architecture for Multispectral Image Registration

2024-11-11 · Ismail Can Yagmur, Hasan F. Ates, Bahadir K. Gunturk

Accurate multispectral image matching presents significant challenges due to non-linear intensity variations across spectral modalities, extreme viewpoint changes, and the scarcity of labeled datasets. Current state-of-the-art methods are typically specialized for a single spectral difference, such as visibleinfrared, and struggle to adapt to other modalities due to their reliance on expensive supervision, such as depth maps or camera poses. To address the need for rapid adaptation across modalities, we introduce XPoint, a self-supervised, modular image-matching framework designed for adaptive training and fine-tuning on aligned multispectral datasets, allowing users to customize key components based on their specific tasks. XPoint employs modularity and self-supervision to allow for the adjustment of elements such as the base detector, which generates pseudoground truth keypoints invariant to viewpoint and spectrum variations. The framework integrates a VMamba encoder, pretrained on segmentation tasks, for robust feature extraction, and includes three joint decoder heads: two are dedicated to interest point and descriptor extraction; and a task-specific homography regression head imposes geometric constraints for superior performance in tasks like image registration. This flexible architecture enables quick adaptation to a wide range of modalities, demonstrated by training on Optical-Thermal data and fine-tuning on settings such as visual-near infrared, visual-infrared, visual-longwave infrared, and visual-synthetic aperture radar. Experimental results show that XPoint consistently outperforms or matches state-ofthe-art methods in feature matching and image registration tasks across five distinct multispectral datasets. Our source code is available at https://github.com/canyagmur/XPoint.

📄 PDF Abstract BibTeX arXiv:2411.07430

Code (1)

canyagmur/xpoint 공식 구현 pytorch

Tasks

Image Registration

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Approximation Fixpoint Theory with Refined Approximation Spaces

2025-06-19 · Linde Vanbesien, Bart Bogaerts, Marc Denecker

Approximation Fixpoint Theory (AFT) is a powerful theory covering various semantics of non-monotonic reasoning formalisms in knowledge representation such as Logic Programming and Answer Set Programming. Many semantics o…

Abstract Interpretation of Fixpoint Iterators with Applications to Neural Networks

2021-10-14 · Mark Niklas Müller, Marc Fischer, Robin Staab, Martin Vechev

We present a new abstract interpretation framework for the precise over-approximation of numerical fixpoint iterators. Our key observation is that unlike in standard abstract interpretation (AI), typically used to over-a…

Approximating Fixpoints of Approximated Functions

2025-01-15 · Paolo Baldan, Sebastian Gurke, Barbara König, Tommaso Padoan 외

Fixpoints are ubiquitous in computer science and when dealing with quantitative semantics and verification one often considers least fixpoints of (higher-dimensional) functions over the non-negative reals. We show how to…

Model-based Reinforcement Learning

The Complexity of Integer Bound Propagation

2014-01-16 · Lucas Bordeaux, George Katsirelos, Nina Narodytska, Moshe Y. Vardi

Bound propagation is an important Artificial Intelligence technique used in Constraint Programming tools to deal with numerical constraints. It is typically embedded within a search procedure ("branch and prune") and use…

Flexpoint: An Adaptive Numerical Format for Efficient Training of Deep Neural Networks

2017-11-06 · NeurIPS 2017 12 · Urs Köster, Tristan J. Webb, Xin Wang, Marcel Nassar 외

Deep neural networks are commonly developed and trained in 32-bit floating point format. Significant gains in performance and energy efficiency could be realized by training and inference in numerical formats optimized f…

Generative Adversarial Network