1,236 results for Transformer · 0.164s

github.com/topics/chatgpt

chatgpt · GitHub Topics · GitHub

1 day ago · ChatGPT (Chat Generative Pre-trained Transformer) is a chatbot launched by OpenAI in November 2022. It is built on top of OpenAI’s GPT-3 family of large language models, and is fine …

news.mit.edu/2025/ai-tool-generates-high-quality-images-faster-0321

AI tool generates high-quality images faster than state-of-the-art ...

Mar 21, 2025 · A hybrid AI approach known as hybrid autoregressive transformer can generate realistic images with the same or better quality than state-of-the-art diffusion models, but that runs about nine …

Sponsored Partners
arxiv.org/abs/2101.03207v1

Leveraging Multilingual Transformers for Hate Speech Detection

Detecting and classifying instances of hate in social media text has been a problem of interest in Natural Language Processing in the recent years. Our work leverages state of the art Transformer language models to identify hate speech in a multiling...

arxiv.org/abs/2106.01540v2

Luna: Linear Unified Nested Attention

The quadratic computational and memory complexities of the Transformer's attention mechanism have limited its scalability for modeling long sequences. In this paper, we propose Luna, a linear unified nested attention mechanism that approximates softm...

arxiv.org/abs/2407.18232v1

LION: Linear Group RNN for 3D Object Detection in Point Clouds

The benefit of transformers in large-scale 3D point cloud perception tasks, such as 3D object detection, is limited by their quadratic computation cost when modeling long-range relationships. In contrast, linear RNNs have low computational complexity...

arxiv.org/abs/2412.05003v2

SLayR: Scene Layout Generation with Rectified Flow

We introduce SLayR, Scene Layout Generation with Rectified flow, a novel transformer-based model for text-to-layout generation which can then be paired with existing layout-to-image models to produce images. SLayR addresses a domain in which current...

github.com/kyegomez/LongNet

kyegomez/LongNet

Implementation of plug in and play Attention from "LongNet: Scaling Transformers to 1,000,000,000 Tokens" (⭐ 714)

arxiv.org/abs/2203.00555v1

DeepNet: Scaling Transformers to 1,000 Layers

In this paper, we propose a simple yet effective method to stabilize extremely deep Transformers. Specifically, we introduce a new normalization function (DeepNorm) to modify the residual connection in Transformer, accompanying with theoretically der...

arxiv.org/abs/2510.15731v2

Attention Sinks in Diffusion Language Models

Masked Diffusion Language Models (DLMs) have recently emerged as a promising alternative to traditional Autoregressive Models (ARMs). DLMs employ transformer encoders with bidirectional attention, enabling parallel token generation while maintaining...

arxiv.org/abs/2402.09221v1

Spectral Filters, Dark Signals, and Attention Sinks

Projecting intermediate representations onto the vocabulary is an increasingly popular interpretation tool for transformer-based LLMs, also known as the logit lens. We propose a quantitative extension to this approach and define spectral filters on i...

github.com/guglielmocamporese/relvit

guglielmocamporese/relvit

Official code of "Where are my Neighbors? Exploiting Patches Relations in Self-Supervised Vision Transformer", Guglielmo Camporese, Elena Izzo, Lamberto Ballan. BMVC, 2022. (⭐ 21)

arxiv.org/abs/2401.07923v2

Word Boundary Information Isn't Useful for Encoder Language Models

All existing transformer-based approaches to NLP using subword tokenisation algorithms encode whitespace (word boundary information) through the use of special space symbols (such as \#\# or \_) forming part of tokens. These symbols have been shown t...

arxiv.org/abs/2503.08015v1

GPT-PPG: A GPT-based Foundation Model for Photoplethysmography Signals

This study introduces a novel application of a Generative Pre-trained Transformer (GPT) model tailored for photoplethysmography (PPG) signals, serving as a foundation model for various downstream tasks. Adapting the standard GPT architecture to suit...

arxiv.org/abs/2401.03462v3

Long Context Compression with Activation Beacon

Long context compression is a critical research problem due to its significance in reducing the high computational and memory costs associated with LLMs. In this paper, we propose Activation Beacon, a plug-in module for transformer-based LLMs that ta...

arxiv.org/abs/2107.05223v2

BERT-like Pre-training for Symbolic Piano Music Classification Tasks

This article presents a benchmark study of symbolic piano music classification using the masked language modelling approach of the Bidirectional Encoder Representations from Transformers (BERT). Specifically, we consider two types of MIDI data: MIDI...

arxiv.org/abs/2311.16161v1

Vision Encoder-Decoder Models for AI Coaching

This research paper introduces an innovative AI coaching approach by integrating vision-encoder-decoder models. The feasibility of this method is demonstrated using a Vision Transformer as the encoder and GPT-2 as the decoder, achieving a seamless in...

github.com/BioinfoMachineLearning/ATOMRefine

BioinfoMachineLearning/ATOMRefine

3D equivariant graph transformer for all-atom refinement of protein tertiary structures (⭐ 28)

arxiv.org/abs/2110.08015v1

Crisis Domain Adaptation Using Sequence-to-sequence Transformers

User-generated content (UGC) on social media can act as a key source of information for emergency responders in crisis situations. However, due to the volume concerned, computational techniques are needed to effectively filter and prioritise this con...

arxiv.org/abs/2411.19746v1

HVAC-DPT: A Decision Pretrained Transformer for HVAC Control

Building operations consume approximately 40% of global energy, with Heating, Ventilation, and Air Conditioning (HVAC) systems responsible for up to 50% of this consumption. As HVAC energy demands are expected to rise, optimising system efficiency is...

arxiv.org/abs/2512.08931v3

Astra: General Interactive World Model with Autoregressive Denoising

Recent advances in diffusion transformers have empowered video generation models to generate high-quality video clips from texts or images. However, world models with the ability to predict long-horizon futures from past observations and actions rema...

arxiv.org/abs/2106.04560v2

Scaling Vision Transformers

Attention-based neural networks such as the Vision Transformer (ViT) have recently attained state-of-the-art results on many computer vision benchmarks. Scale is a primary ingredient in attaining excellent results, therefore, understanding a model's...

news.mit.edu/2025/ai-tool-generates-high-quality-images-faster-0321

AI tool generates high-quality images faster than state-of-the-art ...

Mar 21, 2025 · A hybrid AI approach known as hybrid autoregressive transformer can generate realistic images with the same or better quality than state-of-the-art diffusion models, but that runs about nine …

arxiv.org/abs/2111.07154v1

Session-aware Item-combination Recommendation with Transformer Network

In this paper, we detailedly describe our solution for the IEEE BigData Cup 2021: RL-based RecSys (Track 1: Item Combination Prediction). We first conduct an exploratory data analysis on the dataset and then utilize the findings to design our framewo...

arxiv.org/abs/2403.07815v3

Chronos: Learning the Language of Time Series

We introduce Chronos, a simple yet effective framework for pretrained probabilistic time series models. Chronos tokenizes time series values using scaling and quantization into a fixed vocabulary and trains existing transformer-based language model a...

arxiv.org/abs/2506.04288v1

Backbone Augmented Training for Adaptations

Adaptations facilitate efficient training of large backbone models, including diffusion models for image generation and transformer-based language models. While various adaptation techniques enhance performance with minimal computational resources, l...

news.mit.edu/2025/ai-tool-generates-high-quality-images-faster-0321

AI tool generates high-quality images faster than state-of-the-art ...

Mar 21, 2025 · A hybrid AI approach known as hybrid autoregressive transformer can generate realistic images with the same or better quality than state-of-the-art diffusion models, but that runs about nine …

github.com/topics/chatgpt

chatgpt · GitHub Topics · GitHub

1 day ago · ChatGPT (Chat Generative Pre-trained Transformer) is a chatbot launched by OpenAI in November 2022. It is built on top of OpenAI’s GPT-3 family of large language models, and is fine …