← Search

Pengfei Xiong

13 accepted papers

2025

Learning Implicit Features with Flow-Infused Transformations for Realistic Virtual Try-On

ICCV 2025poster

Diffusion-based virtual try-on aims to synthesize a realistic image that seamlessly integrating the specific garment into a target model. The primary challenge lies in effectively guiding the warping process of the latent diffusion model. However, previous methods either lack direct guidance or expl…

Cited by 0SourcePDFScholar
2024

CPN: Complementary Proposal Network for Unconstrained Text Detection

AAAI 2024technical

Existing methods for scene text detection can be divided into two paradigms: segmentation-based and anchor-based. While Segmentation-based methods are well-suited for irregular shapes, they struggle with compact or overlapping layouts. Conversely, anchor-based approaches excel for complex layouts bu…

Cited by 0SourcePDFScholar
2023

Token Mixing: Parameter-Efficient Transfer Learning from Image-Language to Video-Language

AAAI 2023technical

Applying large scale pre-trained image-language model to video-language tasks has recently become a trend, which brings two challenges. One is how to effectively transfer knowledge from static images to dynamic videos, and the other is how to deal with the prohibitive cost of fully fine-tuning due t…

2023

Uncertainty Guided Adaptive Warping for Robust and Efficient Stereo Matching

ICCV 2023poster

Correlation based stereo matching has achieved outstanding performance, which pursues cost volume between two feature maps. Unfortunately, current methods with a fixed trained model do not work uniformly well across various datasets, greatly limiting their real-world applicability. To tackle this is…

Cited by 24PDFScholar
2023

Video-Text As Game Players: Hierarchical Banzhaf Interaction for Cross-Modal Representation Learning

CVPR 2023highlight

Contrastive learning-based video-language representation learning approaches, e.g., CLIP, have achieved outstanding performance, which pursue semantic interaction upon pre-defined video-text pairs. To clarify this coarse-grained global interaction and move a step further, we have to encounter challe…

2022

Aesthetic Text Logo Synthesis via Content-Aware Layout Inferring

CVPR 2022poster

Text logo design heavily relies on the creativity and expertise of professional designers, in which arranging element layouts is one of the most important procedures. However, few attention has been paid to this task which needs to take many factors (e.g., fonts, linguistics, topics, etc.) into cons…

Cited by 33PDFcodeScholar
2022

DIP: Deep Inverse Patchmatch for High-Resolution Optical Flow

CVPR 2022poster

Recently, the dense correlation volume method achieves state-of-the-art performance in optical flow. However, the correlation volume computation requires a lot of memory, which makes prediction difficult on high-resolution images. In this paper, we propose a novel Patchmatch-based framework to work…

Cited by 53PDFcodeScholar
2022

Practical Stereo Matching via Cascaded Recurrent Network With Adaptive Correlation

CVPR 2022oral

With the advent of convolutional neural networks, stereo matching algorithms have recently gained tremendous progress. However, it remains a great challenge to accurately extract disparities from real-world image pairs taken by consumer-level devices like smartphones, due to practical complicating f…

Cited by 318PDFcodeScholar
2022

Shrinking Temporal Attention in Transformers for Video Action Recognition

AAAI 2022technical

Spatiotemporal modeling in an unified architecture is key for video action recognition. This paper proposes a Shrinking Temporal Attention Transformer (STAT), which efficiently builts spatiotemporal attention maps considering the attenuation of spatial attention in short and long temporal sequences.…

Cited by 13SourcePDFScholar
2022

TS2-Net: Token Shift and Selection Transformer for Text-Video Retrieval

ECCV 2022poster

"Text-Video retrieval is a task of great practical value and has received increasing attention, among which learning spatial-temporal video representation is one of the research hotspots. The video encoders in the state-of-the-art video retrieval models usually directly adopt the pre-trained vision…

2021

Practical Wide-Angle Portraits Correction With Deep Structured Models

CVPR 2021poster

Wide-angle portraits often enjoy expanded views. However, they contain perspective distortions, especially noticeable when capturing group portrait photos, where the background is skewed and faces are stretched. This paper introduces the first deep learning based approach to remove such artifacts fr…

Cited by 23PDFcodeScholar
2020

TP-LSD: Tri-Points Based Line Segment Detector

ECCV 2020poster

This paper proposes a novel deep convolutional model, Tri-Points Based Line Segment Detector (TP-LSD), to detect line segments in an image at real-time speed. The previous related methods typically use the two-step strategy, relying on either heuristic post-process or extra classifier. To realize on…