paper-with-me

홈 › Papers

Retro-FPN: Retrospective Feature Pyramid Network for Point Cloud Semantic Segmentation

2023-08-18 · ICCV 2023 1 · Peng Xiang, Xin Wen, Yu-Shen Liu, HUI ZHANG, Yi Fang, Zhizhong Han

Learning per-point semantic features from the hierarchical feature pyramid is essential for point cloud semantic segmentation. However, most previous methods suffered from ambiguous region features or failed to refine per-point features effectively, which leads to information loss and ambiguous semantic identification. To resolve this, we propose Retro-FPN to model the per-point feature prediction as an explicit and retrospective refining process, which goes through all the pyramid layers to extract semantic features explicitly for each point. Its key novelty is a retro-transformer for summarizing semantic contexts from the previous layer and accordingly refining the features in the current stage. In this way, the categorization of each point is conditioned on its local semantic pattern. Specifically, the retro-transformer consists of a local cross-attention block and a semantic gate unit. The cross-attention serves to summarize the semantic pattern retrospectively from the previous layer. And the gate unit carefully incorporates the summarized contexts and refines the current semantic features. Retro-FPN is a pluggable neural network that applies to hierarchical decoders. By integrating Retro-FPN with three representative backbones, including both point-based and voxel-based methods, we show that Retro-FPN can significantly improve performance over state-of-the-art backbones. Comprehensive experiments on widely used benchmarks can justify the effectiveness of our design. The source is available at https://github.com/AllenXiangX/Retro-FPN

📄 PDF Abstract BibTeX arXiv:2308.09314

Code (1)

allenxiangx/retro-fpn 공식 구현 pytorch

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

3D Gaussian Splatting for Efficient Retrospective Dynamic Scene Novel View Synthesis with a Standardized Benchmark

2026-05-12 · Yunxiao Zhang, Suryansh Kumar arxiv

Retrospective novel view synthesis (NVS) of dynamic scenes is fundamental to applications such as sports. Recent dynamic 3D Gaussian Splatting (3DGS) approaches introduce temporally coupled formulations to enforce motion…

Novel View Synthesis

Recover to Predict: Progressive Retrospective Learning for Variable-Length Trajectory Prediction

2026-03-11 · Hao Zhou, Lu Qi, Jason Li, Jie Zhang 외 arxiv

Trajectory prediction is critical for autonomous driving, enabling safe and efficient planning in dense, dynamic traffic. Most existing methods optimize prediction accuracy under fixed-length observations. However, real-…

Trajectory PredictionAutonomous Driving

Pyramid Point Cloud Transformer for Large-Scale Place Recognition

2021-01-01 · ICCV 2021 10 · Le Hui, Hang Yang, Mingmei Cheng, Jin Xie 외

Recently, deep learning based point cloud descriptors have achieved impressive results in the place recognition task. Nonetheless, due to the sparsity of point clouds, how to extract discriminative local features of …

3D Place RecognitionPoint Cloud RetrievalRetrieval

Agile Retrospectives: What went well? What didn't go well? What should we do?

2025-04-16 · Maria Spichkova, Hina Lee, Kevin Iwan, Madeleine Zwart 외

In Agile/Scrum software development, the idea of retrospective meetings (retros) is one of the core elements of the project process. In this paper, we present our work in progress focusing on two aspects: analysis of pot…

Learning to Search via Retrospective Imitation

2018-04-03 · Jialin Song, Ravi Lanka, Albert Zhao, Aadyot Bhatnagar 외

We study the problem of learning a good search policy for combinatorial search spaces. We propose retrospective imitation learning, which, after initial training by an expert, improves itself by learning from \textit{ret…

Imitation Learning