paper-with-me

홈 › Papers

Chiaroscuro Attention: Spending Compute in the Dark

2026-06-06 · Prateek Kumar Sikdar arxiv

We introduce CHIAR-Former (CHIAroscuro Attention-based tRansFormer), an efficient transformer that routes each token to either DCT spectral mixing (O(d log d), sub-quadratic) or full self-attention (O(n^2 d), quadratic in sequence length n) based on per-token spectral entropy H(x) in [0,1], which measures the frequency-domain complexity of each token embedding x. We make three contributions: (1) we discover routing collapse -- a three-operator system collapses to DCT+Attention, revealing the optimal operator subset; (2) we propose a learned task-level MetaRouter g = sigma(Linear(x-bar)) in [0,1], where x-bar is the batch-mean embedding and g soft-blends spectral and identity paths end-to-end; and (3) we demonstrate 35-40% FLOP reduction at 400M parameters with a 3.93 PPL cost on WikiText-103 (Test PPL 27.51 vs. 23.58). Under mixed-dataset training, CHIAR-Former dramatically outperforms full attention on small corpora, confirming the regularisation value of spectral mixing. The MetaRouter stabilises at g ~ 0.22, indicating that at scale the model reaches a robust compute-quality equilibrium: attention layers absorb representational complexity while spectral preprocessing efficiently anchors low-frequency structure.

📄 PDF Abstract BibTeX arXiv:2606.08327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dark Transformer: A Video Transformer for Action Recognition in the Dark

2024-06-25 · Anwaar Ulhaq

Recognizing human actions in adverse lighting conditions presents significant challenges in computer vision, with wide-ranging applications in visual surveillance and nighttime driving. Existing methods tackle action rec…

Action ClassificationAction Recognition

Voter Priming Campaigns: Strategies, Equilibria, and Algorithms

2024-12-17 · Jonathan Shaki, Yonatan Aumann, Sarit Kraus

Issue salience is a major determinant in voters' decisions. Candidates and political parties campaign to shift salience to their advantage - a process termed priming. We study the dynamics, strategies and equilibria of c…

DALE : Dark Region-Aware Low-light Image Enhancement

2020-08-28 · Dokyeong Kwon, Guisik Kim, Junseok Kwon

In this paper, we present a novel low-light image enhancement method called dark region-aware low-light image enhancement (DALE), where dark regions are accurately recognized by the proposed visual attention module and t…

Image EnhancementLow-Light Image Enhancement

Scaling Evaluation-time Compute with Reasoning Models as Process Evaluators

2025-03-25 · Seungone Kim, Ian Wu, Jinu Lee, Xiang Yue 외

As language model (LM) outputs get more and more natural, it is becoming more difficult than ever to evaluate their quality. Simultaneously, increasing LMs' "thinking" time through scaling test-time compute has proven an…

Math

DarkDeblur: Learning single-shot image deblurring in low-light condition

2025-03-04 · S M A Sharif, Rizwan Ali Naqvi, Farman Alic, Mithun Biswas

Single-shot image deblurring in a low-light condition is known to be a profoundly challenging image translation task. This study tackles the limitations of the low-light image deblurring with a learning-based approach an…

DeblurringImage Deblurring