Skip to content
View anindex's full-sized avatar

Highlights

  • Pro

Organizations

@humans-to-robots-motion

Block or report anindex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
anindex/README.md

Hi! I'm An ๐Ÿ‘‹

I'm an Assistant Professor at VinUniversity, a Visiting Professor at IAS, TU Darmstadt, and Director of Foundation AI at VinRobotics, where my team builds the RL stack for high-payload humanoid locomotion, humanoid VLA architectures and training recipes, and the model optimization and edge-deployment toolchain.

I study how robots can plan, learn, and act reliably with limited computation and data. My group works on three directions that increasingly fit together:

  • Parallel planners. We represent candidate plans and their costs as tensors so GPUs can search many of them at once (tensor search), and pair this structure with optimal transport and diffusion / flow-matching priors for long-horizon, multimodal, non-convex problems.
  • Scaled-down robot foundation models. VLA policies that adapt from fewer demonstrations and run on affordable onboard computers: native low-bit quantization, a C++ inference runtime, and shared SIMD kernels that run policies on CPUs down to a Raspberry Pi 5.
  • Whole-body control through contact. Force-aware controllers that let 70 to 85 kg humanoids respond to contact and changing payloads with their arms, torso, and legs together.

Next up: whole-body VLAs trained on contact-rich data, with planners checking their actions and compliant controllers executing them.

On weekends, I write JAX/PyTorch simulators for curved spacetimes (Kerr black holes, the Penrose process, warp-drive energy conditions), because these physics are art!

Selected papers

Planning & Search

Efficient Robot Foundation Models

Humanoid Control

Machine Learning

Numerical Physics (GR)

Full list on my website and Google Scholar.

Links

Pinned Loading

  1. mpot mpot Public

    Implementation of Motion Planning via Optimal Transport (MPOT) in PyTorch, NeurIPS 2023.

    Python 71 11

  2. mtp mtp Public

    Implementation of Model Tensor Planning in JAX, TMLR 2025 & ICLR 2026.

    Python 44 2

  3. gtmp gtmp Public

    Implementation of GTMP in JAX, RA-L 2025 & ICRA 2026.

    Python 40 5

  4. aac aac Public

    Implementation of Differentiable, Architecturally Admissible Compressor (AAC) for A* Search

    Python 4

  5. polystep polystep Public

    Training non-differentiable networks via optimal transport.

    Python 33 1

  6. VinRobotics/vla.cpp VinRobotics/vla.cpp Public

    A unified inference runtime for VLA models.

    C++ 199 34