paper-with-me

Papers

Versor: A Geometric Sequence Architecture

2026-02-10 · Truong Minh Huy, Edward Hirst arxiv

A novel sequence architecture is introduced, Versor, which uses Conformal Geometric Algebra (CGA) in place of traditional linear operations to achieve structural generalization and significant performance improvements on a variety of tasks, while offering improved interpretability and efficiency. By embedding states in the $Cl_{4,1}$ manifold and evolving them via geometric transformations (rotors), Versor natively represents $SE(3)$-equivariant relationships without requiring explicit structural encoding. Versor is validated on chaotic N-body dynamics, topological reasoning, and standard multimodal benchmarks (CIFAR-10, WikiText-103), consistently outperforming Transformers, Graph Networks, and geometric baselines (GATr, EGNN). Key results include: orders-of-magnitude fewer parameters ($200\times$ vs. Transformers); interpretable attention decomposing into proximity and orientational components; zero-shot scale generalization (0.993 vs. 0.070 MCC for ViT); and featuring a Recursive Rotor Accumulator (RRA) for $O(L)$ linear temporal complexity in dynamical systems, and a Geometric Product Attention (GPA) mechanism for $O(L^{2})$ global relational modeling, allowing for task-specific architectural pruning or hybridization depending on the required scale. In out-of-distribution tests, Versor maintains stable predictions while Transformers fail catastrophically. Custom Clifford kernels achieve a cumulative over $100\times$ speedup via bit-masked contraction and specialized Matrix Isomorphism kernels, reducing per-step latency to 1.05 ms and outperforming highly-optimized Transformer baselines.

📄 PDF Abstract BibTeX arXiv:2602.10195

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoRegressive Generation with B-rep Holistic Token Sequence Representation

2026-01-23 · Jiahao Li, Yunpeng Bai, Yongkang Dai, Hao Guo 외 arxiv

Previous representation and generation approaches for the B-rep relied on graph-based representations that disentangle geometric and topological features through decoupled computational pipelines, thereby precluding the …

RIGA-Fold: A General Framework for Protein Inverse Folding via Recurrent Interaction and Geometric Awareness

2026-02-04 · Sisi Yuan, Jiehuang Chen, Junchuang Cai, Dong Xu 외 arxiv

Protein inverse folding, the task of predicting amino acid sequences for desired structures, is pivotal for de novo protein design. However, existing GNN-based methods typically suffer from restricted receptive fields th…

Protein Design

LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory

2026-03-03 · Junyi Zhang, Charles Herrmann, Junhwa Hur, Chen Sun 외 arxiv

Feedforward geometric foundation models achieve strong short-window reconstruction, yet scaling them to minutes-long videos is bottlenecked by quadratic attention complexity or limited effective memory in recurrent desig…

3D Reconstruction

Deep Learning Framework for RNA Inverse Folding with Geometric Structure Potentials

2025-12-31 · Annabelle Yao arxiv

RNA's diverse biological functions stem from its structural versatility, yet accurately predicting and designing RNA sequences given a 3D conformation (inverse folding) remains a challenge. Here, I introduce a deep learn…

GeoFusion-CAD: Structure-Aware Diffusion with Geometric State Space for Parametric 3D Design

2026-03-23 · Xiaolei Zhou, Chuangjie Fang, Jie Wu, Jingyi Yang 외 arxiv

Parametric Computer-Aided Design (CAD) is fundamental to modern 3D modeling, yet existing methods struggle to generate long command sequences, especially under complex geometric and topological dependencies. Transformer-…