1,236 results for Transformer · 0.147s

Sponsored Partners
arxiv.org/abs/2512.14671v2

ART: Articulated Reconstruction Transformer

We introduce ART, Articulated Reconstruction Transformer -- a category-agnostic, feed-forward model that reconstructs complete 3D articulated objects from only sparse, multi-state RGB images. Previous methods for articulated object reconstruction eit...

arxiv.org/abs/2509.16909v1

SLAM-Former: Putting SLAM into One Transformer

We present SLAM-Former, a novel neural approach that integrates full SLAM capabilities into a single transformer. Similar to traditional SLAM systems, SLAM-Former comprises both a frontend and a backend that operate in tandem. The frontend processes...

arxiv.org/abs/2407.12034v2

Understanding Transformers via N-gram Statistics

Transformer based large-language models (LLMs) display extreme proficiency with language yet a precise understanding of how they work remains elusive. One way of demystifying transformer predictions would be to describe how they depend on their conte...

arxiv.org/abs/2508.02874v1

Beyond Least Squares: Robust Regression Transformer (R2T)

Robust regression techniques rely on least-squares optimization, which works well for Gaussian noise but fails in the presence of asymmetric structured noise. We propose a hybrid neural-symbolic architecture where a transformer encoder processes nume...

github.com/jcwang123/BA-Transformer

jcwang123/BA-Transformer

[MICCAI 2021] Boundary-aware Transformers for Skin Lesion Segmentation (⭐ 134)

arxiv.org/abs/2502.09888v2

Climber: Toward Efficient Scaling Laws for Large Recommendation Models

Transformer-based generative models have achieved remarkable success across domains with various scaling law manifestations. However, our extensive experiments reveal persistent challenges when applying Transformer to recommendation systems: (1) Tran...

github.com/yuval6957/SIIM-Transformer

yuval6957/SIIM-Transformer

Yuval and nosound models and write-up for Kaggle's competition "SIIM-ISIC Melanoma Classification" (⭐ 12)

en.wikipedia.org/wiki/Transformer_types

Transformer types - Wikipedia

Various types of electrical transformer are made for different purposes. Despite their design differences, the various types employ the same basic principle

arxiv.org/abs/2402.05964v2

A Survey on Transformer Compression

Transformer plays a vital role in the realms of natural language processing (NLP) and computer vision (CV), specially for constructing large language models (LLM) and large vision models (LVM). Model compression methods reduce the memory and computat...

en.wikipedia.org/wiki/Transformers_%28disambiguation%29

Transformers (disambiguation) - Wikipedia

skidmark, Transformer, or transformer in Wiktionary, the free dictionary. Transformers is a franchise centered on shapeshifting alien robots. Transformers or

arxiv.org/abs/2305.11403v5

Efficient Mixed Transformer for Single Image Super-Resolution

Recently, Transformer-based methods have achieved impressive results in single image super-resolution (SISR). However, the lack of locality mechanism and high complexity limit their application in the field of super-resolution (SR). To solve these pr...

www.reddit.com/r/BuyItForLife/comments/1nysmh2/transformer_table_worth_it

Transformer Table Worth It?

Is Transformer Table worth it (the price point is almost on par with Room and Board)? I am seeing poor reviews all over Reddit especially about the customer service and the return process. If it’s ...

www.zhihu.com/question/12407807384

MoE和transformer有什么区别和联系? - 知乎

01. Transformer:像“万能翻译官”的神经网络 Transformer 是当今AI大模型(如ChatGPT)的核心架构,最初用于机器翻译,核心是自注意力机制(Self-Attention),能同时分析句子中所有词的关系,而 …

en.wikipedia.org/wiki/Transformers_%28film%29

Transformers (film) - Wikipedia

Transformers is a 2007 American science fiction action film based on Hasbro's toy line of the same name. Directed by Michael Bay from a screenplay by Roberto

www.zhihu.com/question/7385521828

Transformer 和 cnn 是两条差异巨大的路径吗? - 知乎

Transformer 和 CNN,真的是两条差异巨大的路径吗? 两者设计逻辑不一样,但目标一致——让机器看懂东西 CNN 是图像领域的老炮,靠“局部感知+权值共享”吃饭。 简单说,它专注于看图像的局部细 …

arxiv.org/abs/2212.14538v2

Transformer in Transformer as Backbone for Deep Reinforcement Learning

Designing better deep networks and better reinforcement learning (RL) algorithms are both important for deep RL. This work focuses on the former. Previous methods build the network with several modules like CNN, LSTM and Attention. Recent methods com...

arxiv.org/abs/1809.04281v3

Music Transformer

Music relies heavily on repetition to build structure and meaning. Self-reference occurs on multiple timescales, from motifs to phrases to reusing of entire sections of music, such as in pieces with ABA structure. The Transformer (Vaswani et al., 201...

arxiv.org/abs/2404.05657v1

MLP Can Be A Good Transformer Learner

Self-attention mechanism is the key of the Transformer but often criticized for its computation demands. Previous token pruning works motivate their methods from the view of computation redundancy but still need to load the full network and require s...

en.wikipedia.org/wiki/Transformer_%28deep_learning%29

Transformer (deep learning) - Wikipedia

In deep learning, the transformer is an artificial neural network architecture based on the multi-head attention mechanism, in which text is converted

arxiv.org/abs/2207.11971v2

Jigsaw-ViT: Learning Jigsaw Puzzles in Vision Transformer

The success of Vision Transformer (ViT) in various computer vision tasks has promoted the ever-increasing prevalence of this convolution-free network. The fact that ViT works on image patches makes it potentially relevant to the problem of jigsaw puz...

arxiv.org/abs/2303.11331v2

EVA-02: A Visual Representation for Neon Genesis

We launch EVA-02, a next-generation Transformer-based visual representation pre-trained to reconstruct strong and robust language-aligned vision features via masked image modeling. With an updated plain Transformer architecture as well as extensive p...

en.wikipedia.org/wiki/Transformers%3A_Prime_Wars_Trilogy

Transformers: Prime Wars Trilogy - Wikipedia

vengeance. Meanwhile, the Combiner Victorion is on her own mission to find the Enigma of Combination. Following the end of the Combiner Wars, the Titans are

arxiv.org/abs/2111.13087v2

BoxeR: Box-Attention for 2D and 3D Transformers

In this paper, we propose a simple attention mechanism, we call box-attention. It enables spatial interaction between grid features, as sampled from boxes of interest, and improves the learning capability of transformers for several vision tasks. Spe...

github.com/sidhantls/optim-sentence-transformers

sidhantls/optim-sentence-transformers

Optimize SentenceTransformers models with Optimum for faster inference using model.encode (⭐ 4)