cd /news/artificial-intelligence/convolution-for-large-language-model… · home topics artificial-intelligence article
[ARTICLE · art-68007] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Convolution for Large Language Models

A study from arXiv shows that adding lightweight depthwise convolutions to Qwen3 Transformer blocks improves average accuracy on seven downstream benchmarks while adding less than 0.01% parameters. The best results occur when convolution is applied to projected queries, keys, and values before attention, using a residual depthwise convolution with kernel size k=3. The findings suggest depthwise convolution serves as a lightweight complement to self-attention for modeling short-range token interactions in large language models.

read1 min views1 publishedJul 22, 2026
arXiv:2607.18413v1 Announce Type: new
Abstract: Large language models (LLMs) largely rely on Transformers, where self-attention provides global token interaction but does not explicitly encode the locality of natural language. We study whether lightweight depthwise convolutions can supply this local inductive bias without materially increasing model size. Our macro-level ablation compares convolution at 17 locations in a Qwen3 Transformer block and finds the best results when convolution is applied to the projected queries, keys, and values before attention. A subsequent micro-level study favors a residual depthwise convolution with kernel size $k=3$, without additional normalization or activation. Across Qwen3 models and several pre-training data budgets, this design improves the average accuracy on seven downstream benchmarks while adding less than $0.01\%$ parameters. A representation-level case study further suggests that the convolution makes repeated token IDs more sensitive to their immediate context. These results support depthwise convolution as a lightweight complement to self-attention for modeling short-range token interactions.
── more in #artificial-intelligence 4 stories · sorted by recency
── more on @arxiv 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/convolution-for-larg…] indexed:0 read:1min 2026-07-22 ·