paper-with-me

Papers

Efficient Adaptive Transformer: An Empirical Study and Reproducible Framework

2025-10-14 · Jan Miller arxiv

The Efficient Adaptive Transformer (EAT) framework unifies three adaptive efficiency techniques - progressive token pruning, sparse attention, and dynamic early exiting - into a single, reproducible architecture for input-adaptive inference. EAT provides an open-source benchmarking pipeline that automates data processing, timing, and ablation across GLUE tasks (SST-2, QQP, MNLI). Although this empirical study finds that combining these mechanisms can increase latency in shallow six-layer models, it demonstrates that EAT achieves slightly higher accuracy than the optimized DistilBERT baseline on SST-2, illustrating the potential of dynamic computation for latency-sensitive NLP. The main contribution is the open, end-to-end reproducible framework - complete with scripts, CSV logging, and analysis utilities - intended to serve as a community tool for further research on adaptive transformers.

📄 PDF Abstract BibTeX arXiv:2510.12856

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Practical and Reproducible Symbolic Music Generation by Large Language Models with Structural Embeddings

2024-07-29 · Seungyeon Rhyu, Kichang Yang, Sungjun Cho, Jaehyeon Kim 외

Music generation introduces challenging complexities to large language models. Symbolic structures of music often include vertical harmonization as well as horizontal counterpoint, urging various adaptations and enhancem…

Music Generation

Darwin Family: MRI-Trust-Weighted Evolutionary Merging for Training-Free Scaling of Language-Model Reasoning

2026-05-14 · Taebong Kim, Youngsik Hong, Minsik Kim, Sunyoung Choi 외 arxiv

We present Darwin Family, a framework for training-free evolutionary merging of large language models via gradient-free weight-space recombination. We ask whether frontier-level reasoning performance can be improved with…

When Does Global Attention Help? A Unified Empirical Study on Atomistic Graph Learning

2025-10-07 · Arindam Chowdhury, Massimiliano Lupo Pasini arxiv

Graph neural networks (GNNs) are widely used as surrogates for costly experiments and first-principles simulations to study the behavior of compounds at atomistic scale, and their architectural complexity is constantly i…

Graph Learning

MaskBit: Embedding-free Image Generation via Bit Tokens

2024-09-24 · Mark Weber, Lijun Yu, Qihang Yu, Xueqing Deng 외

Masked transformer models for class-conditional image generation have become a compelling alternative to diffusion models. Typically comprising two stages - an initial VQGAN model for transitioning between latent space a…

Conditional Image GenerationImage GenerationImage Reconstruction

Exploring the Deep Fusion of Large Language Models and Diffusion Transformers for Text-to-Image Synthesis

2025-05-15 · CVPR 2025 1 · Bingda Tang, BoYang Zheng, Xichen Pan, Sayak Paul 외

This paper does not describe a new method; instead, it provides a thorough exploration of an important yet understudied design space related to recent advances in text-to-image synthesis -- specifically, the deep fusion …

Image GenerationText to Image GenerationText-to-Image Generation