paper-with-me

Papers

Transformer Layers as Painters

2024-07-12 · Qi Sun, Marc Pickett, Aakash Kumar Nain, Llion Jones

Despite their nearly universal adoption for large language models, the internal workings of transformers are not well understood. We aim to better understand the impact of removing or reorganizing information throughout the layers of a pretrained transformer. Such an understanding could both yield better usage of existing models as well as to make architectural improvements to produce new variants. We present a series of empirical studies on frozen models that show that the lower and final layers of pretrained transformers differ from middle layers, but that middle layers have a surprising amount of uniformity. We further show that some classes of problems have robustness to skipping layers, running the layers in an order different from how they were trained, or running the layers in parallel. Our observations suggest that even frozen pretrained models may gracefully trade accuracy for latency by skipping layers or running layers in parallel.

📄 PDF Abstract BibTeX arXiv:2407.09298

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Understanding Layer Contributions in Tabular In-Context Learning Models

2025-11-19 · Amir Rezaei Balef, Mykhailo Koshil, Katharina Eggensperger arxiv

Despite the architectural similarities between tabular in-context learning (ICL) models and large language models (LLMs), little is known about how individual layers contribute to tabular prediction. In this paper, we in…

Model Compression

Benchmarking Single-Step Inpainting Methods for Multi-Object 3D Gaussian Splatting Scenes

2026-05-29 · Finn Dröge, Cecilia Curreli, Abhishek Saroha, Daniel Cremers arxiv

The tasks of object removal and inpainting 3D Gaussian Splatting (3DGS) scenes face challenges such as 3D consistency across camera views. In comparing 2D inpainters and their suitability for the 3D domain, we find that …

Learning to Paint With Model-based Deep Reinforcement Learning

2019-03-11 · ICCV 2019 10 · Zhewei Huang, Wen Heng, Shuchang Zhou

We show how to teach machines to paint like human painters, who can use a small number of strokes to create fantastic paintings. By employing a neural renderer in model-based Deep Reinforcement Learning (DRL), our agents…

Deep Reinforcement LearningPositionreinforcement-learningReinforcement Learning+1

Art Authentication with Vision Transformers

2023-07-06 · Ludovica Schaerf, Carina Popovici, Eric Postma

In recent years, Transformers, initially developed for language, have been successfully applied to visual tasks. Vision Transformers have been shown to push the state-of-the-art in a wide range of tasks, including image …

image-classificationImage Classification

Neural Painters: A learned differentiable constraint for generating brushstroke paintings

2019-04-17 · Reiichiro Nakano

We explore neural painters, a generative model for brushstrokes learned from a real non-differentiable and non-deterministic painting program. We show that when training an agent to "paint" images using brushstrokes, usi…

Style Transfer