PCT-Prompt: A Prompt-Guided Transformer Framework for Dense Prediction Tasks in Point Clouds
2026-08-17 • Computer Vision and Pattern Recognition
Computer Vision and Pattern Recognition
AI summaryⓘ
The authors created PCT-Prompt, a new method that improves how Transformers process 3D point cloud data for tasks that require detailed predictions, like identifying parts of objects in complex scenes. They added a special branch that extracts fine details and combines local and global information using prompt tokens refined with attention mechanisms. They also developed a way to gradually reduce the influence of these prompts to balance detail with overall consistency. Tests on multiple datasets showed this approach helps standard Transformers work better for detailed 3D scene understanding.
Transformerpoint clouddense predictionfeature extractionprompt tokenscross-attentionmulti-scale featuresShapeNetPartS3DISDALES
Authors
Dejun Zhang, Yanzi Bai, Yiqi Wu
Abstract
Standard Transformers have proven effective in point cloud object classification, but their performance in dense prediction tasks within complex scenes is often hindered by weak prior assumptions. To address this challenge, we propose PCT-Prompt, a novel framework that enhances standard Transformers by introducing a prompt-guided feature branch to improve performance in dense prediction tasks. The standard Transformer branch leverages pre-trained models for global feature extraction from point cloud data, serving as the backbone for processing high-level features. Meanwhile, the prompt-guided feature branch consists of two key components: a fine-grained feature extraction block that captures multi-scale geometric features using geometry-sensitive abstraction layer, along with the PnP-3D layer to integrate local context with global regularization. The second component, the prompt-refined feature learning block generates prompt tokens, which are subsequently refined through cross-attention mechanisms. Additionally, we introduce a prompt drop mechanism that progressively removes prompt information across Transformer layers, balancing local details and global consistency. Experimental results on the ShapeNetPart, S3DIS, and DALES datasets demonstrate that PCT-Prompt significantly improves the adaptability of standard Transformers to dense prediction tasks, achieving strong performance in real-world scenarios.