paper-with-me

홈 › Papers

SE(3)-Hyena Operator for Scalable Equivariant Learning

2024-07-01 · Artem Moskalev, Mangal Prakash, Rui Liao, Tommaso Mansi

Modeling global geometric context while maintaining equivariance is crucial for accurate predictions in many fields such as biology, chemistry, or vision. Yet, this is challenging due to the computational demands of processing high-dimensional data at scale. Existing approaches such as equivariant self-attention or distance-based message passing, suffer from quadratic complexity with respect to sequence length, while localized methods sacrifice global information. Inspired by the recent success of state-space and long-convolutional models, in this work, we introduce SE(3)-Hyena operator, an equivariant long-convolutional model based on the Hyena operator. The SE(3)-Hyena captures global geometric context at sub-quadratic complexity while maintaining equivariance to rotations and translations. Evaluated on equivariant associative recall and n-body modeling, SE(3)-Hyena matches or outperforms equivariant self-attention while requiring significantly less memory and computational resources for long sequences. Our model processes the geometric context of 20k tokens x3.5 times faster than the equivariant transformer and allows x175 longer a context within the same memory budget.

📄 PDF Abstract BibTeX arXiv:2407.01049

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hyena Neural Operator for Partial Differential Equations

2023-06-28 · Saurabh Patil, Zijie Li, Amir Barati Farimani

Numerically solving partial differential equations typically requires fine discretization to resolve necessary spatiotemporal scales, which can be computationally expensive. Recent advances in deep learning have provided…

scHyena: Foundation Model for Full-Length Single-Cell RNA-Seq Analysis in Brain

2023-10-04 · Gyutaek Oh, Baekgyu Choi, Inkyung Jung, Jong Chul Ye

Single-cell RNA sequencing (scRNA-seq) has made significant strides in unraveling the intricate cellular diversity within complex tissues. This is particularly critical in the brain, presenting a greater diversity of cel…

DiversityImputation

Hyena Hierarchy: Towards Larger Convolutional Language Models

2023-02-21 · Michael Poli, Stefano Massaroli, Eric Nguyen, Daniel Y. Fu 외

Recent advances in deep learning have relied heavily on the use of large Transformers due to their ability to learn at scale. However, the core building block of Transformers, the attention operator, exhibits quadratic c…

2k8kLanguage ModelingLanguage Modelling+1

HyenaPixel: Global Image Context with Convolutions

2024-02-29 · Julian Spravil, Sebastian Houben, Sven Behnke

In computer vision, a larger effective receptive field (ERF) is associated with better performance. While attention natively supports global context, its quadratic complexity limits its applicability to tasks that benefi…

Image ClassificationObject DetectionSemantic Segmentation

Laughing Hyena Distillery: Extracting Compact Recurrences From Convolutions

2023-10-28 · NeurIPS 2023 11

Recent advances in attention-free sequence models rely on convolutions as alternatives to the attention operator at the core of Transformers. In particular, long convolution sequence models have achieved state-of-the-art…

State Space Models