paper-with-me

Papers

CIPER: A Unified Framework for Cross-view Image-retrieval and Pose-estimation

2026-06-03 · Yurim Jeon, Dongseong Seo, Seung-Woo Seo arxiv

Cross-view geo-localization estimates the geographic location of a ground image by matching it against an aerial image database. Existing methods tackle this through either large-scale retrieval or precise pose estimation, but not both: retrieval-based methods enable wide-area search at the cost of localization accuracy, while pose estimation methods achieve high precision within only a narrow search space. Naively cascading these pipelines introduces error propagation and inconsistent feature representations. We formulate cross-view geo-localization as a unified problem requiring simultaneous city-scale retrieval and precise 3-DoF pose estimation. We propose CIPER (Cross-view Image-retrieval and Pose-estimation transformER), a single architecture that jointly performs both tasks through mutually beneficial feature learning. CIPER uses a shared transformer encoder with task-specific tokens to disentangle global retrieval features from spatial localization cues. To bridge the large domain gap between ground and aerial views, we introduce a two-way transformer pose decoder that uses ground features as spatial queries for bidirectional cross-attention. A set prediction strategy further enables stable 3-DoF regression under a unified multi-task objective. Experiments on VIGOR, KITTI, and Ford Multi-AV demonstrate competitive performance, especially under limited field-of-view and arbitrary orientation conditions. Code is available at https://github.com/yurimjeon1892/CIPER.

📄 PDF Abstract BibTeX arXiv:2606.05011

Code (0)

등록된 구현이 없습니다.

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

RECIPER: A Dual-View Retrieval Pipeline for Procedure-Oriented Materials Question Answering

2026-04-13 · Zhuoyu Wu, Wenhui Ou, Pei-Sze Tan, Wenqi Fang 외 arxiv

Retrieving procedure-oriented evidence from materials science papers is difficult because key synthesis details are often scattered across long, context-heavy documents and are not well captured by paragraph-only dense r…

Question Answering

CIPER: Combining Invariant and Equivariant Representations Using Contrastive and Predictive Learning

2023-02-05 · Xia Xu, Jochen Triesch

Self-supervised representation learning (SSRL) methods have shown great success in computer vision. In recent studies, augmentation-based contrastive learning methods have been proposed for learning representations that …

Contrastive LearningData AugmentationRepresentation Learning

What does it take to bake a cake? The RecipeRef corpus and anaphora resolution in procedural text

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Procedural text contains rich anaphoric phenomena yet has not received much attention in NLP. To fill this gap, we investigate the textual properties of two types of procedural text, recipes and chemical patents, and gen…

Transfer Learning

What does it take to bake a cake? The RecipeRef corpus and anaphora resolution in procedural text

2022-05-01 · Findings (ACL) 2022 5 · Biaoyan Fang, Timothy Baldwin, Karin Verspoor

Procedural text contains rich anaphoric phenomena, yet has not received much attention in NLP. To fill this gap, we investigate the textual properties of two types of procedural text, recipes and chemical patents, and ge…

Transfer Learning

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

2022-05-24 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Chao Huang 외

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the hig…

Collaborative FilteringContrastive LearningGraph LearningGraph Neural Network+1