CVApr 6

PointTPA: Dynamic Network Parameter Adaptation for 3D Scene Understanding

arXiv:2604.0493379.4Has Code
AI Analysis

This work addresses the problem of adapting to dynamic scene data in 3D scene understanding for computer vision applications, representing an incremental improvement over existing parameter-efficient fine-tuning methods.

The paper tackles the challenge of scene-level point cloud understanding by proposing PointTPA, a test-time parameter adaptation framework that generates input-aware network parameters, achieving 78.4% mIoU on ScanNet validation with minimal parameter overhead.

Scene-level point cloud understanding remains challenging due to diverse geometries, imbalanced category distributions, and highly varied spatial layouts. Existing methods improve object-level performance but rely on static network parameters during inference, limiting their adaptability to dynamic scene data. We propose PointTPA, a Test-time Parameter Adaptation framework that generates input-aware network parameters for scene-level point clouds. PointTPA adopts a Serialization-based Neighborhood Grouping (SNG) to form locally coherent patches and a Dynamic Parameter Projector (DPP) to produce patch-wise adaptive weights, enabling the backbone to adjust its behavior according to scene-specific variations while maintaining a low parameter overhead. Integrated into the PTv3 structure, PointTPA demonstrates strong parameter efficiency by introducing two lightweight modules of less than 2% of the backbone's parameters. Despite this minimal parameter overhead, PointTPA achieves 78.4% mIoU on ScanNet validation, surpassing existing parameter-efficient fine-tuning (PEFT) methods across multiple benchmarks, highlighting the efficacy of our test-time dynamic network parameter adaptation mechanism in enhancing 3D scene understanding. The code is available at https://github.com/H-EmbodVis/PointTPA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes