paper-with-me

홈 › Papers

PRISM: A Geometric Risk Bound that Decomposes Drift into Scale, Shape, and Head

2026-05-12 · Chieh-Yen Lin, Shao-Hua Sun arxiv

Comparing post-training LLM variants, such as quantized, LoRA-adapted, and distilled models, requires a diagnostic that identifies how a variant has drifted, not only whether it has degraded. Existing similarity scores such as CKA and SVCCA can flag degradation, but they do not directly link representation drift to risk or mechanism. We propose PRISM, Proxy Risk Inference via Structural Mapping, which exploits the linear output head of LLMs and the empirically near-isometric structure of their backbones to derive a closed-form upper bound on the cross-entropy risk gap between a target model and a post-training variant. The bound is calibrated for variant ranking and decomposes drift into three independently measurable axes: scale mismatch, shape mismatch, and head divergence. Each axis corresponds to a distinct failure mode, including shape distortion under low-bit quantization, scale separability under LoRA forgetting, and head divergence under GGUF k-quantization. As a result, the dominant axis suggests a remediation direction rather than merely raising a degradation flag. Because the shape term is differentiable, the same geometry can also serve as a training-time regularizer against catastrophic forgetting. Across two model families and five benchmarks, PRISM ranks variants with mean Spearman correlations of 0.820 for post-training quantization and 0.831 for LoRA forgetting, and its axis-guided shape regularizer outperforms experience replay in aggregate at mitigating downstream forgetting.

📄 PDF Abstract BibTeX arXiv:2605.11608

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Error Bounds for a Diffusion Model-Based Drift Estimator

2026-06-01 · Ioar Casado-Telletxea, Omar Rivasplata arxiv

Parameter estimation in stochastic differential equations is a classical statistical problem of much importance in many scientific fields. Recent work of Tapia Costa et al. (2026) introduced a novel technique for estimat…

PRISM: Feed-Forward Single-Image 3D Reconstruction via Geometric Warp-Residual Modeling

2026-06-24 · Zhijie Zheng, Xinhao Xiang, Jiawei Zhang arxiv

Reconstructing 3D scenes from a single image is a fundamental challenge in computer vision, with broad applications in virtual reality, robotics, and content creation. Recent methods achieve outstanding performance by le…

3D Reconstruction

PRISM-VO: Scale-Aware Visual Odometry Using Photometric Plenoptic Bundle Adjustment

2026-06-30 · Aymeric Fleith, Julian Zirbel, Daniel Cremers, Niclas Zeller arxiv

We introduce PRISM-VO, a novel pure optimization-based sparse photometric visual odometry framework for focused plenoptic cameras. The core of PRISM-VO is a novel photometric plenoptic bundle adjustment which jointly opt…

Visual Odometry

Transfer Learning for Classification under Decision Rule Drift with Application to Optimal Individualized Treatment Rule Estimation

2025-08-28 · Xiaohan Wang, Yang Ning arxiv

In this paper, we extend the transfer learning classification framework from regression function-based methods to decision rules. We propose a novel methodology for modeling posterior drift through Bayes decision rules. …

Transfer Learning

Prismatic World Model: Learning Compositional Dynamics for Planning in Hybrid Systems

2025-12-09 · Mingwei Li, Xiaoyuan Zhang, Chengwei Yang, Zilong Zheng 외 arxiv

Model-based planning in robotic domains is challenged by the hybrid nature of physical dynamics, where continuous motion is punctuated by discrete events such as contacts and impacts. Conventional latent world models typ…

Continuous Control