svd

Tag

Cards List
#svd

CORAM: Coherent Orthogonal Rotation for Model Merging

arXiv cs.LG · 2026-08-19 Cached

CORAM introduces a coherent orthogonal rotation method for model merging that partitions weight matrices into row slices, uses SVD in the base model's frame, and merges updates on manifolds to improve accuracy over existing techniques.

0 favorites 0 likes
#svd

Can Spectral-Clipping Enable Better Learning While Forgetting Less for Low-Rank Adaptation?

arXiv cs.CL · 2026-08-14 Cached

This paper investigates singular components in LoRA and proposes SCLoRA, a method that uses spectral clipping to improve task adaptation while reducing catastrophic forgetting of pre-trained knowledge.

0 favorites 0 likes
#svd

Finding Usable Weight Mechanisms with Tiled SVD

arXiv cs.AI · 2026-08-10 Cached

This paper proposes extracting mechanism mounts directly from linear weight sites via column-tiled SVD, offering an alternative to proxy dictionaries like sparse autoencoders for mechanistic interpretability. Evaluated on Gemma-2-2B, the method passes all 182 site-layer checks.

0 favorites 0 likes
#svd

Federated Foundation Models Fine-Tuning with Heterogeneous Compressed Clients

arXiv cs.LG · 2026-08-03 Cached

This paper proposes FedSLM, a parameter-centric framework for federated fine-tuning of foundation models with heterogeneous compressed clients, using SVD-based decomposition and a weak-to-strong elicitation step to handle resource asymmetry. Experiments show it outperforms existing federated baselines while reducing client GPU memory by ~50%.

0 favorites 0 likes
#svd

Compressing What Matters: Neuron Importance Meets Data-Aware Low Rank Approximation for Language Model Compression

arXiv cs.LG · 2026-07-22 Cached

This paper proposes a method for compressing large language models by combining neuron importance and data-aware low rank approximation, along with an efficient dynamic compression rate allocation algorithm, achieving performance on par with or better than previous state-of-the-art.

0 favorites 0 likes
#svd

LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V5-GGUF

Hugging Face Models Trending · 2026-07-13 Cached

LuffyTheFox releases Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V5-GGUF, a modified version of Qwen model using the Genesis post-training algorithm to repair signal purity and reduce noise via custom SVD on GGUF-format tensors.

0 favorites 0 likes
#svd

@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
#svd

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
#svd

Deriving SVD without even aiming at it

Hacker News Top · 2026-06-28 Cached

This blog post explains how to derive the Singular Value Decomposition (SVD) from scratch by focusing on the underlying intuition and the motivation behind the concept, arguing that traditional math books often present formalized conclusions without showing the exploratory path.

0 favorites 0 likes
#svd

Low-Cost High-Order Singular Value Decomposition for Tensor-Based Reconstruction from Sparse Sensor Measurements: Urban Flow and Air-Quality Applications

arXiv cs.LG · 2026-06-25 Cached

This paper introduces low-cost High-Order Singular Value Decomposition (lcHOSVD), a tensor-based method for reconstructing high-dimensional environmental fields from sparse sensor measurements. Applied to urban flow and air-quality datasets, it achieves lower reconstruction errors and greater robustness to uneven sensor distributions compared to matrix-based approaches.

0 favorites 0 likes
#svd

@vintcessun: Turns out LLM text embeddings are hijacked by high-frequency tokens (periods, articles)! The unembedding matrix implicitly defines a low-rank subspace dominated by these uninformative expressions. This is the root cause of LLMs' poor performance as universal embeddings, and the contamination is subtle. EmbedFilter…

X AI KOLs Timeline · 2026-06-12 Cached

This study reveals that LLM text embeddings are hijacked by high-frequency tokens (e.g., periods, articles) and proposes EmbedFilter, which performs SVD on the unembedding matrix and subtracts the projection component to release true semantics, achieving zero-training-cost dimensionality reduction and retrieval efficiency gains.

0 favorites 0 likes
#svd

@rasbt: Always back to the basics: LatentMoE was probably inspired by MLA, which was inspired by LoRA, which was inspired by SV…

X AI KOLs Timeline · 2026-06-09 Cached

Sebastian Raschka points out the chain of inspiration from LatentMoE back to eigendecomposition through MLA, LoRA, and SVD.

0 favorites 0 likes
#svd

Shortcuts in the Tail: Debiasing via Post-Hoc Spectral Compression of Fine-Tuning Updates

arXiv cs.LG · 2026-06-09 Cached

A post-hoc method reduces spurious correlations in fine-tuned LLMs by truncating the tail of the SVD of the weight update matrix. It reduces the spurious-group gap by up to 5x with less than 2pp accuracy loss, without retraining or group labels.

0 favorites 0 likes
#svd

SigmaScale: LLM Compression with SVD-based Low-Rank Decomposition and Learned Scaling Matrices

arXiv cs.CL · 2026-06-08 Cached

Introduces SigmaScale, a method that learns auxiliary scaling matrices for SVD-based LLM compression, showing competitive performance on Llama 3.1 8B and Qwen3-8B benchmarks.

0 favorites 0 likes
#svd

Spectral Unforgetting: Post-Hoc Recovery of Damaged Capabilities Without Retraining

arXiv cs.LG · 2026-05-21 Cached

This paper proposes DG-Hard, a post-hoc spectral repair method that recovers capabilities damaged by fine-tuning without retraining, using only the pretrained and fine-tuned checkpoints. It applies Donoho-Gavish hard singular-value thresholding to weight updates to remove noise and restore degraded performance.

0 favorites 0 likes
#svd

CERSA: Cumulative Energy-Retaining Subspace Adaptation for Memory-Efficient Fine-Tuning

arXiv cs.LG · 2026-05-12 Cached

The paper introduces CERSA, a novel parameter-efficient fine-tuning method that uses singular value decomposition to retain principal components, significantly reducing memory usage while outperforming existing methods like LoRA.

0 favorites 0 likes
← Back to home

Submit Feedback