paper-with-me

Papers

Semantic Allocation in Ordered Bottlenecks: Predictive Residual Inference for Visual Representation Learning

2026-06-23 · Erik Ayari, Manuel Traub, Martin V. Butz arxiv

Ordered bottlenecks aim to provide utility at flexible budgets by assigning coarse information to early tokens and task-relevant detail to later ones. Prior work, including tail dropping (TD), typically enforces ordering by means of a masking-based ordering pressure (MBOP): Late tokens are masked more frequently than early tokens and are therefore encouraged to store less essential fine details. We introduce predictive residual inference for ordered representations (PRIOR), a framework designed to address inherent weaknesses of MBOP. MBOP is prone to weak late-token utility because it lacks an explicit refinement objective and uses gradient exposure as a proxy for importance. Furthermore, representations may become particularly brittle in optimization-sensitive settings, such as when using discrete or quantized token representations. PRIOR replaces activation-rate control with log2-scaled levels and level-wise predictors. These predictors separate already explained from unexplained information, focusing each level on residual error. We compare PRIOR against MBOP-TD and independent tail-biased dropout (MBOP-ITD) in contrastive learning and image reconstruction tasks. Unlike the baselines, PRIOR learns well-ordered representations across experiments: low budgets provide coarse descriptors, while high budgets add refinements. Simultaneously, full-budget performance with PRIOR is higher in all but one experimental setting, where performance remains comparable. MBOP baselines are severely limited in discrete and quantized settings, while PRIOR approaches the performance of continuous counterparts. Taken together, these findings establish PRIOR as an effective framework for ordered representation learning.

📄 PDF Abstract BibTeX arXiv:2606.25232

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningImage ReconstructionContrastive Learning

Similar Papers 제목 키워드 기반

Information-Ordered Bottlenecks for Adaptive Semantic Compression

2023-05-18 · Matthew Ho, Xiaosheng Zhao, Benjamin Wandelt

We present the information-ordered bottleneck (IOB), a neural layer designed to adaptively compress data into latent variables ordered by likelihood maximization. Without retraining, IOB nodes can be truncated at any bot…

Semantic Compression

Discovery under Hypothesis Redundancy: A Geometric Theory of Discovery Bottlenecks

2026-06-12 · Li Xia, Baoxun Wang arxiv

Scientific discovery saturates when new hypotheses cease to provide independent information, even if the nominal hypothesis space remains large. We study hybrid discovery systems that combine structured local search with…

Long Horizon Transformer Quantile Fault Prediction for Multi Site Industrial Predictive Maintenance

2026-09-04 · David J Poland, Daniele Ravi, Na Helian arxiv

Long-horizon predictive maintenance requires models to distinguish slowly evolving degradation from normal operating-regime variation over planning windows measured in days rather than hours. This paper evaluates whether…

Graph-of-Constraints Model Predictive Control for Reactive Multi-agent Task and Motion Planning

2026-03-19 · Anastasios Manganaris, Jeremy Lu, Ahmed H. Qureshi, Suresh Jagannathan arxiv

Sequences of interdependent geometric constraints are central to many multi-agent Task and Motion Planning (TAMP) problems. However, existing methods for handling such constraint sequences struggle with partially ordered…

Motion Planning

What Makes Value Learning Efficient in Residual Reinforcement Learning?

2026-02-11 · Guozheng Ma, Lu Li, Haoyu Wang, Zixuan Liu 외 arxiv

Residual reinforcement learning (RL) enables stable online refinement of expressive pretrained policies by freezing the base and learning only bounded corrections. However, value learning in residual RL poses unique chal…

Reinforcement Learning