paper-with-me

Papers

PRISM: Polynomial Representations for Interaction-Structured Motor Control

2026-07-26 · Seung Hyun Lee, Stella X. Yu arxiv

Robot policies are typically MLPs mapping observations to actions. Yet robot observations are physical variables, and many action-relevant cues arise not from individual variables but from their interactions; power, inertial effects, contact, slip, and compliance depend on products among observable signals. We introduce PRISM, a policy representation that makes polynomial interactions among observable physical variables explicit, learnable, and compact. Rather than listing all polynomial terms, PRISM uses a factorized polynomial module to expose higher-order interaction features efficiently. In reinforcement learning, it keeps the standard MLP backbone but applies a gradually activated element-wise polynomial function after it. In imitation learning, it replaces linear proprioceptive conditioning in Diffusion Policy with a polynomial layer trained end-to-end. Across humanoid locomotion and contact-rich manipulation, PRISM improves performance over standard MLP policies and larger MLPs with matched capacity, showing that interaction structure cannot be replaced by capacity alone. It also yields sensorless compliant behavior without force, wrench, tactile input, contact labels, or admittance control. These results suggest that polynomial representations should become a standard architectural choice for embodied motor control. The project page is available at https://lsh3163.github.io/prism/

📄 PDF Abstract BibTeX arXiv:2607.23473

Code (2)

BaiShuanghao/my_arXiv_daily ★ 204
lsh3163/prism ★ 3

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PRISM: Distribution-free Adaptive Computation of Matrix Functions for Accelerating Neural Network Training

2026-01-29 · Shenghao Yang, Zhichao Wang, Oleg Balabanov, N. Benjamin Erichson 외 arxiv

Matrix functions such as square root, inverse roots, and orthogonalization play a central role in preconditioned gradient methods for neural network training. This has motivated the development of iterative algorithms th…

Rethinking Implicit Spatial Representation in Visuomotor Policy Learning

2026-06-13 · Xiangyu Chen, Yuxuan Hu, Chuhao Zhou, Jianfei Yang arxiv

Generative model-based imitation learning has become a widely adopted paradigm for robotic manipulation, where policy performance depends critically on the conditioned visual representations. Although spatial softmax-bas…

PRISM: Progressive Reasoning through Iterative Slot Memory for Vision

2026-05-29 · Ziyu Wang, Shuangpeng Han, Mengmi Zhang arxiv

Modern vision models process images in a single feed-forward pass, which limits their ability to recover missing evidence or refine uncertain representations under incomplete observations. Inspired by the iterative natur…

Semantic SegmentationImage ClassificationObject Detection

PrISM-IQA: Image Quality Assessment Made Practical for Smartphone Photography

2026-06-30 · Shuyan Zhai, Jiaqi He, Weixia Zhang, Liang Wang 외 arxiv

Existing smartphone image quality assessment (IQA) methods commonly reduce perceptual quality to a single score. However, this scalar formulation is poorly aligned with practical image signal processor (ISP) tuning, wher…

Image Quality Assessment

Scaling Short-Term Memory of Visuomotor Policies for Long-Horizon Tasks

2026-06-15 · Rutav Shah, Rajat Kumar Jenamani, Xiaohan Zhang, Lingfeng Sun 외 arxiv

Many robotic tasks require short-term memory, whether it's retrieving an object that's no longer visible or turning off an appliance after a set period. Yet, most visuomotor policies trained via imitation learning rely o…