training-free

Tag

Cards List
#training-free

Prox: Training-Free FFN Activation Sparsity via Approximate Intermediate-Channel Salience in LLMs

arXiv cs.LG ↗ · 2026-07-31 Cached

Prox is a training-free framework for sparse SwiGLU FFNs in LLMs, using approximate intermediate-channel salience to build channel masks without dense computation. It outperforms training-free baselines across ten LLMs, achieving up to 1.99x end-to-end decoding speedup at 70% sparsity.

0 favorites 0 likes
#training-free

A Sparse Glimpse of the Whole: Train-Free Self-Speculative Decoding

arXiv cs.CL ↗ · 2026-07-31 Cached

This paper introduces SparseSpec-L, a training-free self-speculative decoding framework for long-context LLM inference that uses a dynamically sparsified and recallable KV cache along with an entropy-based controller for speculation length, achieving up to 2.79x speedup over autoregressive decoding.

0 favorites 0 likes
#training-free

Recall Before You Rank: Similarity-Guided Top-$K$ Reuse for Efficient Long-Context Attention

arXiv cs.CL ↗ · 2026-07-31 Cached

ReTopK is a training-free method that accelerates dynamic Top-K sparse attention for long-context LLMs by reusing historical query–support pairs, avoiding full-context scoring and global Top-K selection. It achieves up to 3.07x speedup over Exact Top-K with only 0.50% perplexity increase at 128K context.

0 favorites 0 likes
#training-free

RAG-HAR+: Towards Cost-Efficient LLM-Based Human Activity Recognition for Edge Deployment

arXiv cs.LG ↗ · 2026-07-30 Cached

RAG-HAR+ is a retrieval-first, cost-optimized extension of RAG-HAR for human activity recognition from wearable sensors. It uses a retrieval designer agent and majority voting to reduce LLM usage while maintaining accuracy, and demonstrates feasibility for edge deployment.

0 favorites 0 likes
#training-free

Steering Instruction Hierarchies at Inference Time

arXiv cs.CL ↗ · 2026-07-30 Cached

Introduces V-Steer, a training-free inference-time method that edits cached value vectors to restore instruction hierarchy in language models, raising primary constraint accuracy from under 18% to 92% on controlled benchmarks with negligible overhead.

0 favorites 0 likes
#training-free

IRIS: Reusable Identity Representations from Frozen LLMs for Entity Alignment

arXiv cs.CL ↗ · 2026-07-29 Cached

IRIS is a training-free framework that uses frozen large language models to construct reusable identity representations for entities in knowledge graphs, enabling efficient entity alignment across different KGs without pair-dependent processing.

0 favorites 0 likes
#training-free

Co-Evolving Graph and Text Memory for Training-Free Multi-Hop Question Answering

arXiv cs.CL ↗ · 2026-07-28 Cached

Proposes Co-E, a training-free system that synchronizes graph and text memory for multi-hop question answering, improving over comparable training-free baselines on six benchmarks.

0 favorites 0 likes
#training-free

Beyond a Global Norm: Personalizing Toxicity Sensitivity in Language Models Without Retraining

arXiv cs.CL ↗ · 2026-07-28 Cached

This paper presents the first comparative evaluation of training-free methods for personalizing toxicity sensitivity in language models at inference time, showing that all methods reduce alignment error by 28-47% but reveal a trade-off between alignment, personalization, and language quality.

0 favorites 0 likes
#training-free

OmniScope: Modality-Decoupled Token Compression for Omnimodal Large Language Models

Hugging Face Daily Papers ↗ · 2026-07-28 Cached

OmniScope is a training-free token compression framework for omnimodal LLMs that estimates audio and video relevance separately using the query as a shared anchor, achieving up to 3.53x prefill speedup and over 15% GPU memory reduction with minimal accuracy loss.

0 favorites 0 likes
#training-free

DWT-Fusion: A Signal-Based Framework for Training-Free LLM-Generated Text Detection

arXiv cs.CL ↗ · 2026-07-27 Cached

Introduces DWT-Fusion, a training-free framework using discrete wavelet analysis of token log-probabilities for detecting LLM-generated text, achieving strong AUROC results on multiple datasets.

0 favorites 0 likes
#training-free

Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification

Hugging Face Daily Papers ↗ · 2026-07-27 Cached

Sol-Attn introduces a training-free method to sparsify attention for video generation inference, achieving over 2x speedup by dynamically selecting key-value blocks during online softmax with minimal quality loss.

0 favorites 0 likes
#training-free

Routing Without Training: Controllable-Ratio LLM Offloading via Reliability Gating

arXiv cs.AI ↗ · 2026-07-24 Cached

This paper introduces CARGO, a training-free routing framework that uses the local LLM's own inference-time agreement across sampled responses to decide when to offload to a cloud model, enabling controllable collaboration ratios without additional training.

0 favorites 0 likes
#training-free

DC-Leap: Training-Free Acceleration of dLLMs via Draft-Guided Contiguous Leaping Decoding

arXiv cs.AI ↗ · 2026-07-24 Cached

Proposes DC-Leap, a training-free framework that accelerates diffusion large language models by introducing dynamic contiguous verification and draft-guided decoding, achieving up to 105× speedup with comparable generation quality.

0 favorites 0 likes
#training-free

Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering

Hugging Face Daily Papers ↗ · 2026-07-23 Cached

This paper introduces a training-free method to improve revisit consistency in autoregressive generative rendering by using temporal and spatial correspondences from the 3D engine to maintain consistent appearance when the camera revisits locations.

0 favorites 0 likes
#training-free

SkillSight: Seeing Through Shared Descriptions for Accurate Skill Retrieval

arXiv cs.AI ↗ · 2026-07-22 Cached

SkillSight is a training-free retrieval framework that calibrates shared background in skill descriptions to improve skill retrieval accuracy for LLM agents, achieving up to 20.21 percentage point improvement in Recall@10 over dense retrievers.

0 favorites 0 likes
#training-free

@songhan_mit: Speed-of-light block sparse attention :

X AI KOLs Following ↗ · 2026-07-21 Cached

Sol-Engine weekly update announces integration of Sol Attention, a training-free sparse attention method for video diffusion, with full paper coming next week.

0 favorites 0 likes
#training-free

Retrieval is Enough: Training-Free Interpretability with a Tool-Using Agent

arXiv cs.LG ↗ · 2026-07-21 Cached

HARP is a training-free interpretability method that uses an LLM agent with a vector database of activations and tools for manipulation, outperforming training-based methods on concept discovery, detection, steering, and secret elicitation.

0 favorites 0 likes
#training-free

VDAR-Router: Adaptive LLMs Routing via Verbalized Query Difficulty Analysis Retrieval

arXiv cs.CL ↗ · 2026-07-21 Cached

A new paper proposes VDAR-Router, a difficulty-aware retrieval-based routing framework for LLMs that adaptively selects models based on query difficulty, achieving better cost-performance trade-offs.

0 favorites 0 likes
#training-free

From Memory to Skills: Evidence-Grounded Co-Evolution Governance for Long-Horizon LLM Agents

arXiv cs.CL ↗ · 2026-07-21 Cached

MSCE is a training-free framework that organizes LLM agent experience into three memory levels and converts them into reusable skills with evidence links, outperforming existing memory and skill-augmented baselines.

0 favorites 0 likes
#training-free

SelKV: Selective KV Cache Merging with Per-Token Merge-or-Drop and Attention Compensation

arXiv cs.AI ↗ · 2026-07-21 Cached

SelKV is a training-free framework for KV cache compression that uses a soft cosine gate for selective merging and an attention-ratio compensation mechanism to correct softmax imbalance, achieving near-lossless generation at 25% cache size and 3.3x decoding speedup on LongBench.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback