Papers
Topics
Authors
Recent
Search
2000 character limit reached

SplAttN: Bridging 2D and 3D with Gaussian Soft Splatting and Attention for Point Cloud Completion

Published 2 May 2026 in cs.CV and cs.LG | (2605.01466v1)

Abstract: Although multi-modal learning has advanced point cloud completion, the theoretical mechanisms remain unclear. Recent works attribute success to the connection between modalities, yet we identify that standard hard projection severs this connection: projecting a sparse point cloud onto the image plane yields an extremely sparse support, which hinders visual prior propagation, a failure mode we term Cross-Modal Entropy Collapse. To address this practical limitation, we propose SplAttN, which replaces hard projection with Differentiable Gaussian Splatting to produce a dense, continuous image-plane representation. By reformulating projection as continuous density estimation, SplAttN avoids collapsed sparse support, facilitates gradient flow, and improves cross-modal connection learnability. Extensive experiments show that SplAttN achieves state-of-the-art performance on PCN and ShapeNet-55/34. Crucially, we utilize the real-world KITTI benchmark as a stress test for multi-modal reliance. Counter-factual evaluation reveals that while baselines degenerate into unimodal template retrievers insensitive to visual removal, SplAttN maintains a robust dependency on visual cues, validating that our method establishes an effective cross-modal connection. Code is available at https://github.com/zay002/SplAttN.

Authors (3)

Summary

  • The paper introduces SplAttN, which replaces hard 2D projections with differentiable Gaussian splatting to prevent cross-modal entropy collapse.
  • It integrates transformer-based cross-attention within a hybrid global-local encoder to maximize point-wise mutual information for robust point cloud completion.
  • Experimental results on benchmarks like PCN and ShapeNet demonstrate state-of-the-art performance, especially in handling sensor noise and complex geometries.

Bridging 2D and 3D for Robust Point Cloud Completion via Gaussian Soft Splatting and Attention

Theoretical Motivation and Limitations of Prior Work

Point cloud completion has undergone significant evolution, with recent attention focused on multi-modal approaches that exploit 2D visual signals to resolve geometric ambiguities in 3D data. However, the prevailing technical bottleneck is the projection operation: conventional frameworks use deterministic hard projection from the 3D manifold to the 2D image plane. This operation leads to extreme feature sparsity in the visual domain, a failure mode formally termed "Cross-Modal Entropy Collapse". The sparsity not only severs gradient propagation between perception streams but also greatly impairs the learnability of cross-modal mappings, resulting in models degenerate to uni-modal template retrieval, as shown by negligible performance fluctuations upon ablating the visual stream.

Grounded in Multimodal Learning Theory, the paper formalizes this limitation: when projection is modeled as a set of Dirac deltas, the support in the 2D feature space has measure zero, yielding vanishing gradients and no effective mutual information transmission. This theoretical insight is corroborated by empirical analysis—existing state-of-the-art methods relying on hard projection offer limited cross-modal connection, confirmed through counterfactual evaluation protocols where visual cues are explicitly suppressed.

The SplAttN Architecture: Differentiable Gaussian Splatting and Attention

SplAttN (Splatting + Attention Network) directly addresses the entropy collapse problem by replacing the hard projection with a differentiable, probabilistic density estimator realized as Differentiable Gaussian Splatting. Instead of discretizing 3D vertices to pixel coordinates, each point cloud primitive is projected via a Gaussian kernel, generating a dense, continuous density field on the image plane. This formulation ensures broad support for visual features, guarantees non-zero gradients, and maximizes active information throughput, enabling learnable, dense geometric-visual association.

The proposed GS-Bridge module integrates this splatting mechanism with transformer-based cross-attention to maximize point-wise mutual information (PMI). Geometric tokens serve as queries, while the densified visual field provides keys and values for attention. This architecture supports active and local feature retrieval conditioned on geometry, as opposed to passive concatenation. The Hybrid Global-Local Encoder satisfies both local isometry (EdgeConv captures curvature and local surface topology) and global homeomorphism (transformer self-attention for long-range shape semantics). The multi-stage decoder subsequently densifies coarse geometric skeletons through structure-aware and cross-attention-based residual refinement, yielding high-fidelity completion of complex objects.

Theoretical Analysis of Differentiable Splatting

The paper offers a formal measure-theoretic and information-theoretic justification for Gaussian splatting. The probability field defined by the mixture of Gaussian kernels strictly expands the Lebesgue-measurable support for 2D features, ensuring non-collapse of information and robust gradient flow. By maximizing coverage and multi-channel entropy, SplAttN approximates PMI maximization between geometric and visual streams, which is essential for genuine cross-modal dependency rather than mere template retrieval. The Cross-Modal Information Throughput (CMIT) metric, defined as the product of coverage and entropy, quantitatively supports the superiority of SplAttN over hard-projection approaches.

Experimental Results and Multi-Modal Dependency Analysis

SplAttN establishes new state-of-the-art results on standard benchmarks such as PCN, ShapeNet-55, and ShapeNet-34. On PCN, it achieves a CD-Avg of 6.36, outperforming prior results. On ShapeNet-55 and -34, it consistently yields the highest F1-Score (up to 0.533 on seen classes), and lower Chamfer Distances, particularly excelling in intricate and thin structures that are traditionally challenging for set-to-set and generative baselines.

To empirically verify the efficacy of cross-modal dependency, the paper employs the real-world KITTI dataset, which features severe sparsity and anisotropy representative of LiDAR scans. Through counterfactual inference (e.g., removing or zeroing visual inputs), SVDFormer and GeoFormer show negligible or anomalous sensitivity, indicating collapse into uni-modal operation. In contrast, SplAttN exhibits a substantial drop (−26.1%) in Semantic Consistency Score (SCS) when deprived of visual cues, signaling genuine reliance on cross-modal information and validating the theoretical analysis via significantly elevated CMIT versus baselines.

The projection and encoder ablation experiments underscore that differentiable splatting yields lower CD and DCD values than hard (depth- or CCM-based) projections. Analysis of visual encoders indicates that appropriately-sized, pre-trained ViT backbones further boost performance, while overparametrization leads to overfitting on high-frequency noise.

Practical and Theoretical Implications

By resolving the degradation induced by entropy collapse, SplAttN provides a rigorous, interpretable, and empirically validated framework for multi-modal point cloud completion. The practical implications extend to domains characterized by severe occlusion and sensor noise, including autonomous driving (robust scene completion under adverse sensor conditions), robotic manipulation, and large-scale 3D mapping where data incompleteness is the norm.

From a theoretical viewpoint, the work demonstrates that explicit, differentiable density estimation in the cross-modal bridge is essential not only for improved metrics, but to guarantee genuine information transfer and avoid degenerate solutions—an insight applicable across multi-modal fusion tasks.

Future Directions

Open directions include unsupervised domain adaptation for sim-to-real transfer, as the current framework assumes a known normalization protocol. Lightweight backbone adaptation and more explicit fusion mechanisms that optimize feature alignment while suppressing redundancy constitute additional avenues. The methodological paradigm—density-based, differentiable bridges for cross-modal learning—can be generalized to video, semantic scene understanding, and embodied AI settings.

Conclusion

SplAttN advances point cloud completion by reformulating the 2D-3D projection as differentiable, probabilistic density estimation combined with active attention. This eliminates entropy collapse, maximizes cross-modal information throughput, and achieves robust, input-dependent completion even under real-world sparsity and domain shift. The work offers both state-of-the-art empirical results and a rigorous theoretical foundation for future research in cross-modal, information-theoretic learning architectures (2605.01466).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.