low-rank

Tag

Cards List
#low-rank

Adversarial Training Without Input Gradients via Low-Rank Householder Expansions

arXiv cs.LG · 3d ago Cached

This paper proposes a novel adversarial training method that eliminates input gradients by using low-rank Householder expansions, reducing computational cost while achieving robustness comparable to standard techniques for small perturbations.

0 favorites 0 likes
#low-rank

High-dimensional nonparametric changepoint detection via low-rank degree-two density projection

arXiv cs.LG · 2026-08-17 Cached

This paper introduces a low-rank degree-two density projection method for nonparametric changepoint detection in high dimensions, using matrix mean estimation to handle distributional changes without parametric assumptions.

0 favorites 0 likes
#low-rank

LoRA-Diffusion: Parameter-Efficient Fine-Tuning via Low-Rank Trajectory Decomposition

arXiv cs.CL · 2026-08-14 Cached

LoRA-Diffusion proposes a parameter-efficient fine-tuning method for diffusion-based language models by applying low-rank decomposition to the denoising trajectory rather than model weights, achieving competitive performance with only 1.2% trajectory adapter parameters.

0 favorites 0 likes
#low-rank

Language-Conditional Dequantization: Recovering What Quantization Steals from Non-English Languages

arXiv cs.CL · 2026-08-13 Cached

This paper introduces Language-Conditional Dequantization (LCD), a post-hoc method that adds per-language low-rank LoRA corrections to quantized LLMs to recover multilingual performance lost during English-calibrated quantization, showing significant perplexity and accuracy improvements on non-English languages.

0 favorites 0 likes
#low-rank

Shape Mutating Expert Compression:LorExperts and BTExperts

arXiv cs.LG · 2026-08-11 Cached

This paper introduces LorExperts and BTExperts, router-preserving compression methods for Mixture-of-Experts LLMs that cluster experts and represent non-dominant members as low-rank corrections, improving compression quality over prior methods like D2-MoE.

0 favorites 0 likes
#low-rank

Beyond Full-Model Rollback: AuroSFT for Adapter-State Multi-Task Fine-Tuning

arXiv cs.LG · 2026-08-07 Cached

AuroSFT introduces a parameter-efficient adapter-based framework for multi-task supervised fine-tuning that rolls back adapter checkpoints at task-wise peaks instead of full-model checkpoints, achieving higher average accuracy than mSFT.

0 favorites 0 likes
#low-rank

ARCHead: Activation-Metric Residual Correction for Large Language Model Output Heads

arXiv cs.CL · 2026-08-05 Cached

ARCHead is a packed LM-head compressor that combines quantized low-rank factors, INT4 residuals, and an activation-metric correction to reduce storage by ~3.7-3.9x while preserving perplexity, complementing existing block quantizers.

0 favorites 0 likes
#low-rank

S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

arXiv cs.CL · 2026-08-04 Cached

This paper introduces S4R, a low-rank KV cache compression method that combines selective token sampling, subspace construction, and sparse reconstruction to achieve up to 5× compression with near full-cache accuracy on LongBench and RULER benchmarks.

0 favorites 0 likes
#low-rank

Fidelity Is Not Safety: Gently-Compressed LLMs Pass Every Data-Free Quality Guard Yet Invent Procedure Steps in Agentic Execution

arXiv cs.CL · 2026-07-31 Cached

This paper shows that gently compressed LLMs can pass standard data-free quality guards (perplexity, MMLU, output fidelity) yet still invent procedure steps when used as agents, and proposes a data-free two-axis screen to detect such failures before deployment.

0 favorites 0 likes
#low-rank

Gradient-free Task-Conditioned Retrieval for On-Device In-Context Learning

arXiv cs.CL · 2026-07-31 Cached

This paper proposes CoRA, a gradient-free framework for task-conditioned retrieval in on-device in-context learning, using frozen encoders and closed-form ridge regression to build compact retrieval bases without fine-tuning or backpropagation.

0 favorites 0 likes
#low-rank

Federated Lightweight Fine-Tuning

arXiv cs.LG · 2026-07-22 Cached

This paper introduces FLITE (Federated Low-rank Iterative Training Engine), a method for federated fine-tuning that reduces per-client communication to 1,280 floats per round (about 5KB) — an 8718× reduction over full-weight FedAvg — by using a frozen affine mapping network that generates weights from a small trainable latent and a low-rank seed-regenerable factorization, achieving accuracy within 0.5 percentage points of full-weight FedAvg on CIFAR-100 with ResNet-18.

0 favorites 0 likes
#low-rank

VarRate: Training-Free Variable-Rate KV Cache Compression for Long-Context LLMs

arXiv cs.CL · 2026-07-20 Cached

Introduces VarRate, a training-free method for KV cache compression that allocates variable low-rank budget per token based on query salience, avoiding irreversible token eviction and outperforming uniform-rank methods at matched memory budgets on LongBench.

0 favorites 0 likes
#low-rank

Federated Low-Rank Koopman Learning for Multivariate Time-Series Anomaly Detection in IoT Systems

arXiv cs.LG · 2026-07-13 Cached

Proposes FedKAD, a federated Koopman anomaly detection framework for multivariate time series in IoT systems, using lightweight sliding-window Koopman representations and a Stiefel-ADMM algorithm for efficient communication and inference.

0 favorites 0 likes
#low-rank

@VukRosic99: Most KV-cache compression applies SVD to the keys alone, or embeds queries and keys jointly. Both miss the obvious targ…

X AI KOLs Timeline · 2026-07-10 Cached

KQ-SVD is a new method for KV-cache compression that directly approximates the attention matrix via optimal low-rank decomposition, achieving 5-10x lower error than key-only SVD on LLaMA and Mistral models.

0 favorites 0 likes
#low-rank

LACE-SVD: Loss-Aware SVD with Cumulative Error Correction for LLM Compression

arXiv cs.LG · 2026-07-07 Cached

LACE-SVD is a novel low-rank compression method for large language models that uses a loss-aware rank allocation strategy and a propagation-aware correction technique to mitigate cumulative error propagation in the residual stream, achieving better perplexity than prior SVD-based methods at high compression ratios.

0 favorites 0 likes
#low-rank

Training transformers where every layer W = V·Uᵀ from initialization reveals a corpus-determined optimal rank - looking for arXiv endorser (cs.LG) [D]

Reddit r/MachineLearning · 2026-07-03

This paper proposes Native Factorized Weights for transformers, where every linear layer is trained as a product of two low-rank matrices from initialization. Experiments show a corpus-determined optimal rank that minimizes validation loss and a generalization band, outperforming dense baselines with fewer parameters.

0 favorites 0 likes
#low-rank

DLR: Zero-Inference-Cost Latent Residuals for Low-Rank Pre-Training

arXiv cs.LG · 2026-06-30 Cached

Introduces Duplicated Latent Residual (DLR), a training-only, parameter-free plug-in for low-rank pre-training that improves perplexity across LLaMA models from 60M to 7B parameters, and can be folded into the model after training with zero inference cost.

0 favorites 0 likes
#low-rank

Low-rank Distributional Matrix Completion

arXiv cs.LG · 2026-06-04 Cached

This paper introduces a distributional generalization of matrix completion where each entry is a probability distribution rather than a scalar, using kernel mean embeddings and Tucker rank to capture low-rank structure. The authors propose a novel estimator with non-asymptotic error bounds and demonstrate effectiveness on synthetic and real-world data.

0 favorites 0 likes
#low-rank

Gradient-Free Training of Spiking Neural Networks via Low-Rank Evolution Strategies

arXiv cs.AI · 2026-06-01 Cached

Introduces Eggroll, a low-rank evolution strategy for gradient-free training of spiking neural networks, reducing memory and time overhead while achieving competitive accuracy on N-MNIST.

0 favorites 0 likes
#low-rank

VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Autoregressive Video Diffusion

Hugging Face Daily Papers · 2026-05-28 Cached

VideoMLA replaces per-head KV caches in video diffusion models with a shared low-rank latent and decoupled 3D-RoPE positional keys, reducing per-token KV memory by 92.7% and improving throughput by 1.23x on a B200 while maintaining quality on VBench benchmarks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback