Briefs

Short paper notes

  • Learning Action Priors for Cross-embodiment Robot Manipulation 2026-06-26
    Pretrained VLM에 아직 motor structure를 배우지 못한 action head를 바로 붙여 joint train하는 대신, state-action trajectory만으로 flow-matching action encoder-decoder를 먼저 pretrain한 뒤 decoder initialization, decaying latent distillation, history compression을 통해 VLA에 이식하는 cross-embodiment policy training framework
    Korean success-rate VLA cross-embodiment fine-tuning component-scratch-training
  • Grounding Generative Policies in Physics: Optimization-Guided Diffusion for Robot Control 2026-06-25
    Frozen task-space diffusion policy의 DDIM sampling noise를 무작위로 뽑는 대신, robot reachability·collision·controller trackability를 만족하도록 최적화하여 cross-embodiment deployment를 수행하는 inference-time constrained diffusion method
    Korean inference-time training-free diffusion-policy cross-embodiment
  • InSight: Self-Guided Skill Acquisition via Steerable VLAs 2026-06-25
    기존 demonstration을 자동으로 primitive 단위로 분해해 pretrained π0.5를 primitive-steerable policy로 만들고, novel task에서 VLM이 발견한 missing primitive를 single-axis controller로 자율 수집·검증한 뒤 VLA에 재학습하여 영속적인 skill vocabulary로 편입하는 VLM-guided continual skill acquisition framework
    Korean success-rate VLA fine-tuning auxiliary-module-training
  • PolicyTrim: Boosting Intrinsic Policy Efficiency of Vision-Language-Action Models 2026-06-25
    pretrained VLA를 두 단계의 GRPO 기반 RL post-training으로 fine-tuning하여, 한 번의 inference에서 안전하게 실행할 수 있는 action chunk 길이를 늘리고 전체 physical control step은 줄임
    Korean success-rate VLA fine-tuning
  • SPACE: Enabling Learning from Cross-Robot Data Toward Generalist Policies 2026-06-25
    VLA가 robot-specific control command 대신 실제로 달성해야 할 6-DoF Cartesian end-effector displacement를 예측하게 하고, target robot마다 선형 Action Adapter를 offline calibration과 online LMS로 적응시켜 cross-embodiment·cross-hardware·deployment dynamics shift에 강한 execution interface를 만든다
    Korean success-rate VLA fine-tuning auxiliary-module-training cross-embodiment
  • World Value Models for Robotic Manipulation 2026-06-25
    Pretrained Wan2.2 video world model을 robot video로 jointly fine-tune하면서 별도의 lightweight value DiT를 Mixture-of-Transformers로 결합해, video와 language로부터 4-frame task-progress chunk를 flow matching으로 생성하고 그 progress 변화량으로 suboptimal data를 filtering·reweighting하는 generalist robotic value model
    Korean success-rate foundation-model fine-tuning
  • FlowDPG: Deterministic Policy Gradient on Flow Matching Policies for Real-World Manipulation 2026-06-24
    flow matching robot policy의 중간 noisy action을 clean action chunk로 한 번에 projection한 뒤, 그 지점의 critic gradient를 value-improved velocity target으로 distillation하여 전체 denoising ODE를 backpropagation하지 않고도 offline-to-online real-world RL을 수행
    Korean success-rate fine-tuning auxiliary-module-training component-scratch-training
  • UniFS: Unified Fast-to-Slow Hierarchical Architecture for Vision-Language-Action Models 2026-06-24
    pretrained VLM과 action expert의 각 layer group을 서로 다른 주기로 실행·cache하도록 학습하고, VLM feature와 action decoding stage의 연결 순서를 뒤집어, VLA-Adapter의 success rate를 높이면서 평균 inference latency를 줄인 scheduler-aware VLA architecture
    Korean success-rate inference-time VLA fine-tuning component-scratch-training scheduler-training
  • UniviewVLA: A Unified Multiview Vision-Language-Action Model with World Modeling 2026-06-24
    agent-view와 wrist-view의 두 프레임만으로 candidate auxiliary-views의 다음 장면 token을 생성하고, motion-relevant token 16개로 압축한 뒤 action entropy가 가장 낮은 view를 선택해 FAST action token을 생성하는 autoregressive multiview VLA
    Korean success-rate VLA fine-tuning
  • ENPIRE: Agentic Robot Policy Self-Improvement in the Real World 2026-06-22
    coding agent가 실제 로봇의 reset → rollout → verification → policy/code refinement research loop를 직접 운영하고, 여러 robot–agent worker가 Git으로 실험 지식을 공유하면서 task policy를 자동 개선하게 만든 physical autoresearch harness
    Korean success-rate training-data VLA