paper-with-me

Papers

Tensorformer: Normalized Matrix Attention Transformer for High-quality Point Cloud Reconstruction

2023-06-28 · Hui Tian, Zheng Qin, Renjiao Yi, Chenyang Zhu, Kai Xu

Surface reconstruction from raw point clouds has been studied for decades in the computer graphics community, which is highly demanded by modeling and rendering applications nowadays. Classic solutions, such as Poisson surface reconstruction, require point normals as extra input to perform reasonable results. Modern transformer-based methods can work without normals, while the results are less fine-grained due to limited encoding performance in local fusion from discrete points. We introduce a novel normalized matrix attention transformer (Tensorformer) to perform high-quality reconstruction. The proposed matrix attention allows for simultaneous point-wise and channel-wise message passing, while the previous vector attention loses neighbor point information across different channels. It brings more degree of freedom in feature learning and thus facilitates better modeling of local geometries. Our method achieves state-of-the-art on two commonly used datasets, ShapeNetCore and ABC, and attains 4% improvements on IOU on ShapeNet. Code can be accessed https://github.com/THHHomas/Tensorformer6.

📄 PDF Abstract BibTeX arXiv:2306.15989

Code (1)

thhhomas/tensorformer6 공식 구현 pytorch

Tasks

Point cloud reconstructionSurface Reconstruction

Methods 이 논문이 사용한 방법론

ABC Class of methods in Bayesian Statistics where the posterior distribution is approximated over a rejection scheme on simulations because the likelihood function is…

Similar Papers 제목 키워드 기반

DINT Transformer

2025-01-29 · Yueyang Cang, Yuhang Liu, Xiaoteng Zhang, Erlu Zhao 외

DIFF Transformer addresses the issue of irrelevant context interference by introducing a differential attention mechanism that enhances the robustness of local attention. However, it has two critical limitations: the lac…

Information RetrievalLanguage ModelingLanguage Modelling

AttentionCap: Transformer Based Capacitance Matrix Learning Toward Full-Chip Extraction

2026-06-06 · Jiechen Huang, Hector R. Rodriguez, Dingcheng Yang, Zuochang Ye 외 arxiv

As capacitance extraction accuracy of rule-based pattern matching becomes difficult to sustain at advanced nodes, a growing trend emerges to develop deep-learning-based 2D capacitance models. However, existing MLP- and C…

Sinkformers: Transformers with Doubly Stochastic Attention

2021-10-22 · Michael E. Sander, Pierre Ablin, Mathieu Blondel, Gabriel Peyré

Attention based models such as Transformers involve pairwise interactions between data points, modeled with a learnable attention matrix. Importantly, this attention matrix is normalized with the SoftMax operator, which …

Image Classification

X-LogSMask: Expand Transformer for Graph-Structured Data

2026-07-02 · Leyan Li, Rennong Yang, Zhenxing Zhang, Liping Hu arxiv

Transformers have become general-purpose architectures, but their all-to-all self-attention is poorly matched to graph data, whose interactions are sparse, structured and multi-scale. Existing Graph Transformers address …

ELSAA: Efficient Low-Rank and Sparse Attention Approximation for Training Transformers

2026-07-22 · Mahdi Heidari, Mohammad Mahdi Rahimi, Jaekyun Moon arxiv

The quadratic $N\times N$ attention score matrix remains a central obstacle to extending Transformers to longer input lengths. Existing efficient attention methods usually reduce this bottleneck by either imposing sparsi…