paper-with-me

Papers

Pixel-level Semantic Correspondence through Layout-aware Representation Learning and Multi-scale Matching Integration

2024-01-01 · CVPR 2024 1 · Yixuan Sun, Zhangyue Yin, Haibo Wang, Yan Wang, Xipeng Qiu, Weifeng Ge, Wenqiang Zhang

Establishing precise semantic correspondence across object instances in different images is a fundamental and challenging task in computer vision. In this task difficulty arises often due to three challenges: confusing regions with similar appearance inconsistent object scale and indistinguishable nearby pixels. Recognizing these challenges our paper proposes a novel semantic matching pipeline named LPMFlow toward extracting fine-grained semantics and geometry layouts for building pixel-level semantic correspondences. LPMFlow consists of three modules each addressing one of the aforementioned challenges. The layout-aware representation learning module uniformly encodes source and target tokens to distinguish pixels or regions with similar appearances but different geometry semantics. The progressive feature superresolution module outputs four sets of 4D correlation tensors to generate accurate semantic flow between objects in different scales. Finally the matching flow integration and refinement module is exploited to fuse matching flow in different scales to give the final flow predictions. The whole pipeline can be trained end-to-end with a balance of computational cost and correspondence details. Extensive experiments based on benchmarks such as SPair-71K PF-PASCAL and PF-WILLOW have proved that the proposed method can well tackle the three challenges and outperform the previous methods especially in more stringent settings. Code is available at https://github.com/YXSUNMADMAX/LPMFlow.

📄 PDF Abstract BibTeX

Code (1)

yxsunmadmax/lpmflow 공식 구현 pytorch

Tasks

Representation LearningSemantic correspondence

Similar Papers 제목 키워드 기반

Learning to Generate Semantic Layouts for Higher Text-Image Correspondence in Text-to-Image Synthesis

2023-08-16 · ICCV 2023 1 · Minho Park, Jooyeol Yun, Seunghwan Choi, Jaegul Choo

Existing text-to-image generation approaches have set high standards for photorealism and text-image correspondence, largely benefiting from web-scale text-image datasets, which can include up to 5~billion pairs. However…

Image Generationmultimodal generationMulti-Task LearningText to Image Generation+1

Weakly Supervised Learning of Semantic Correspondence through Cascaded Online Correspondence Refinement

2023-01-01 · ICCV 2023 1 · Yiwen Huang, Yixuan Sun, Chenghang Lai, Qing Xu 외

In this paper, we develop a weakly supervised learning algorithm to learn robust semantic correspondences from large-scale datasets with only image-level labels. Following the spirit of multiple instance learning (MI…

Multiple Instance LearningSemantic correspondenceWeakly-supervised Learning

CoordGAN: Self-Supervised Dense Correspondences Emerge from GANs

2022-03-30 · CVPR 2022 1 · Jiteng Mu, Shalini De Mello, Zhiding Yu, Nuno Vasconcelos 외

Recent advances show that Generative Adversarial Networks (GANs) can synthesize images with smooth variations along semantically meaningful latent directions, such as pose, expression, layout, etc. While this indicates t…

Disentanglement

Learning Hierarchical Semantic Image Manipulation through Structured Representations

2018-08-22 · NeurIPS 2018 12 · Seunghoon Hong, Xinchen Yan, Thomas Huang, Honglak Lee

Understanding, reasoning, and manipulating semantic concepts of images have been a fundamental research problem for decades. Previous work mainly focused on direct manipulation on natural image manifold through color str…

Image GenerationImage ManipulationObject

VectorSynth: Fine-Grained Satellite Image Synthesis with Structured Semantics

2025-11-11 · Daniel Cher, Brian Wei, Srikumar Sastry, Nathan Jacobs arxiv

We introduce VectorSynth, a diffusion-based framework for pixel-accurate satellite image synthesis conditioned on polygonal geographic annotations with semantic attributes. Unlike prior text- or layout-conditioned models…

Conditional Image Generation