model-efficiency

Tag

Cards List
#model-efficiency

These Russian Mathematicians Taught AI Models How to Talk to Each Other Without Using Words

Wired · 3d ago Cached

Russian mathematicians from startup Mostik have developed a method for AI models to communicate via their weights, enhancing efficiency and performance, as demonstrated with GLM-5.2 and Qwen-3.5 models.

0 favorites 0 likes
#model-efficiency

N-gram vs Experts explained

Reddit r/LocalLLaMA · 2026-08-27

The article explains the architectural differences between Mixture of Experts (MoE) and N-gram techniques in AI models, highlighting how Qwen's new model uses N-gram to offload parameters for improved efficiency by separating reasoning and recalling tasks.

0 favorites 0 likes
#model-efficiency

Learning to Predict Middle-Layer Attention in MLLMs for Visual Token Prunin

arXiv cs.AI · 2026-08-10 Cached

This paper introduces a method to predict middle-layer attention in multimodal LLMs to prune visual tokens efficiently, using question-contrastive teacher selection and cross-modal attention distillation.

0 favorites 0 likes
#model-efficiency

With release of Deepseek V4 I wanted see how the model sizes are trending over time. Open source models are constantly getting smaller and better. The trend is that by this time next year, we probably will have Opus 4.5 level models on consumer grade laptops (sounds unlikely?!).

Reddit r/singularity · 2026-07-31

The author analyzes model size and performance trends following Deepseek V4 Flash, suggesting that open-source models are shrinking in size while improving, and predicts Opus 4.5-level models could run on consumer laptops within a year.

0 favorites 0 likes
#model-efficiency

@TheAhmadOsman: DeepSeek V4 Flash is ~70% smaller in size than GLM 5.2 It also beats GLM 5.2 which was the SoTA model just about a mont…

X AI KOLs Following · 2026-07-31 Cached

DeepSeek V4 Flash is about 70% smaller than GLM 5.2 yet outperforms it, implying state-of-the-art-level AI could run on consumer hardware like an RTX 5090 much sooner than expected.

0 favorites 0 likes
#model-efficiency

Deepseek, please explain to me how you make a 300B parameter model that is cheaper than a 9B parameter model by SO MUCH.

Reddit r/singularity · 2026-07-31

A Reddit user asks how DeepSeek can make a 300B parameter model cheaper than a 9B parameter model, sparking discussion on efficiency and cost.

0 favorites 0 likes
#model-efficiency

The idea: on a CPU the decode speed depends on the active params per token, not the total. My objective is trying to run a 10B at 100tok/s on a mid level PC (No GPU).

Reddit r/LocalLLaMA · 2026-07-29

Presents the insight that CPU decode speed depends on active parameters per token, not total parameters, and proposes a 10B-parameter model using ternary weights and granular MoE to achieve high token rates on mid-level PCs. Reports sandbox measurements showing a speedup from 176 to 848 tok/s on an 8.3M model with minimal quality loss.

0 favorites 0 likes
#model-efficiency

The reason to stop buying new hardware (or, why inference is getting cheaper)

Reddit r/artificial · 2026-07-24 Cached

The article argues that AI model efficiency is improving so rapidly that the hardware needed for a fixed level of intelligence halves roughly every 3 months, making renting frontier intelligence or owning trailing-edge hardware more economical than buying new hardware.

0 favorites 0 likes
#model-efficiency

@che_shr_cat: 1/ Parameter scale is a brute-force crutch. What if a 35B model could beat a 1,000B model simply by scaling its search …

X AI KOLs Timeline · 2026-07-19 Cached

Explores whether a 35B parameter model could surpass a 1000B model by scaling its search horizon at test time, using structured process feedback rather than brute-force parameter scaling.

0 favorites 0 likes
#model-efficiency

Smarter and Cheaper at Once: Byte-Exact KV-Cache Grafting Turns a Frozen Small Model into a Verified-Knowledge Flywheel

Hugging Face Daily Papers · 2026-07-15 Cached

This paper introduces byte-exact KV-cache grafting, a technique that makes frozen small language models both more capable and cheaper by depositing verified knowledge as a byte-exact state artifact and restoring it during inference, achieving dramatic token and energy reductions without weight changes.

0 favorites 0 likes
#model-efficiency

[Study/Models] Flint: Compressing Reasoning Without Breaking It

Reddit r/LocalLLaMA · 2026-07-13

This study introduces section-aware compression for reasoning traces, training models to drop filler narration while preserving compute and verification spans, matching or exceeding original accuracy while using 2-3 times fewer tokens.

0 favorites 0 likes
#model-efficiency

Parallelized Autoregressive Decoding for Omni-Modal Dense Video Captioning

Hugging Face Daily Papers · 2026-07-03 Cached

This paper introduces PadCaptioner, a 3B parameter model for omni-modal dense video captioning that uses parallelized autoregressive decoding to achieve high efficiency and quality, outperforming 7B counterparts. A latent planning mechanism enables lossless parallel generation by exploiting weak local dependencies among events.

0 favorites 0 likes
#model-efficiency

@nathanrs: New post! A drawback of diffusion LLMs is that bidirectional attention causes keys and values to drift across steps, br…

X AI KOLs Timeline · 2026-06-28 Cached

A new post highlights a drawback of diffusion LLMs: bidirectional attention causes keys and values to drift across steps, breaking KV caching. However, generation quality is robust to slight KV drift, and research has focused on maximizing stale KV reuse without quality degradation.

0 favorites 0 likes
#model-efficiency

Do transformers need three projections? Systematic study of QKV variants

Hacker News Top · 2026-06-04 Cached

This paper systematically studies variants of QKV projection sharing in transformers, finding that sharing key and value projections (Q-K=V) achieves 50% KV cache reduction with only 3.1% perplexity degradation, and combining with GQA/MQA can reach up to 96.9% cache reduction—enabling practical on-device inference with minimal quality loss.

0 favorites 0 likes
#model-efficiency

Complexity-Balanced Diffusion Splitting

Hugging Face Daily Papers · 2026-06-04 Cached

Complexity-Balanced Splitting (CBS) partitions the diffusion timeline into segments of equal approximation burden using local complexity measures, improving synthesis quality by ~35% in FID without increasing inference cost.

0 favorites 0 likes
#model-efficiency

@rohanpaul_ai: A large MoE model may be wasting half its expert compute on tokens that barely need expert help. In this paper 50% of e…

X AI KOLs Timeline · 2026-05-24 Cached

A new method called Zero-Expert Self-Distillation Adaptation (ZEDA) allows MoE models like Qwen3 and GLM to skip half their expert computations on easy tokens with minimal accuracy loss, achieving ~20% inference speedup by adding dummy experts that output nothing.

0 favorites 0 likes
#model-efficiency

Q-ARVD: Quantizing Autoregressive Video Diffusion Models

Hugging Face Daily Papers · 2026-05-20 Cached

Q-ARVD is a novel quantization framework to reduce inference costs of autoregressive video diffusion models by addressing frame-wise sensitivity imbalance and weight outlier patterns.

0 favorites 0 likes
#model-efficiency

Post-Trained MoE Can Skip Half Experts via Self-Distillation

Hugging Face Daily Papers · 2026-05-18 Cached

ZEDA is a low-cost framework that converts post-trained static MoE models into dynamic ones by injecting zero-output experts and using self-distillation, achieving over 50% expert FLOP reduction with marginal accuracy loss on benchmarks.

0 favorites 0 likes
#model-efficiency

Learning to Foresee: Unveiling the Unlocking Efficiency of On-Policy Distillation

arXiv cs.CL · 2026-05-13 Cached

This paper investigates the parameter-level mechanisms behind the efficiency of On-Policy Distillation (OPD) for large language models, attributing it to early 'foresight' in module allocation and update direction. It proposes EffOPD, a plug-and-play method that accelerates OPD training by 3x without compromising final performance.

0 favorites 0 likes
#model-efficiency

SlimSpec: Low-Rank Draft LM-Head for Accelerated Speculative Decoding

Hugging Face Daily Papers · 2026-05-11 Cached

SlimSpec introduces a low-rank parameterization for drafter LM-heads to accelerate speculative decoding in LLMs, achieving 4-5x speedup while maintaining full vocabulary support.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback