Skip to content

Commit 735eb26

Browse files
committed
update: add OmniVTLA/RARK/Janus to research, refresh author bio and meta description
1 parent 10cbe2d commit 735eb26

2 files changed

Lines changed: 60 additions & 5 deletions

File tree

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ title: "Sid Liang, Yi"
2525
# A short description (~150 chars) of the page used for the meta description tag.
2626
# Can use markdown, but no more than one paragraph (enforced by `>`)
2727
description: >
28-
Personal website of Sid Liang, Yi.
28+
Cognitive Robotics · Embodied AI — building robots that perceive and act like humans.
2929
3030
# A shorter description for the sidebar.
3131
tagline: Create a human-friendly future
@@ -46,9 +46,9 @@ author:
4646
name: Sid Liang, Yi
4747
email: cidxbx@gmail.com
4848
about: |
49-
I am currently a Reinforcement Learning engineer at a Tactile sensor/ Dexterous hand / Humanoid robot startup.
50-
51-
I got my bachelor's degree in Photoeletronic Science and Engineering from the Southwest University of Science and Technology, Sichuan, China.
49+
Research Lead at Paxini Tech, building cognitive robots with tactile perception and multi-modal learning.
50+
51+
M.Sc. Sensor & Cognitive Psychology, TU Chemnitz. B.Sc. Photoelectronic Science, SWUST.
5252
5353
picture:
5454
path: /assets/img/avatar.jpg

index.html

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<section id="news">
2222
<h2>News</h2>
2323
<ul>
24+
<li><strong>[Aug, 2025]</strong> <a href="https://arxiv.org/abs/2508.08706" target="_blank">OmniVTLA</a> paper published — Vision-Tactile-Language-Action model achieving 100% success rate on dexterous manipulation tasks.</li>
2425
<li><strong>[Jan, 2026]</strong> Showcased embodied AI teleoperation system at CES 2026, Las Vegas.</li>
2526
<li><strong>[Nov, 2025]</strong> Demonstrated dexterous manipulation at IREX 2025, Tokyo.</li>
2627
<li><strong>[Mar, 2025]</strong> Exhibited at MWC 2025, Barcelona.</li>
@@ -36,6 +37,60 @@ <h2>News</h2>
3637
<section id="research">
3738
<h2>Research & Projects</h2>
3839

40+
<!-- OmniVTLA -->
41+
<div class="publication">
42+
<div class="publication-content">
43+
<h3>OmniVTLA: Vision-Tactile-Language-Action Model with Semantic-Aligned Tactile Sensing</h3>
44+
<p class="authors">
45+
PaXini &amp; SJTU
46+
</p>
47+
<p class="venue">
48+
<em>arXiv</em>, 2025
49+
</p>
50+
<p class="links">
51+
<a href="https://arxiv.org/abs/2508.08706">paper</a>
52+
</p>
53+
<p class="description">
54+
A multi-modal VLA model that fuses visual and tactile perception for dexterous manipulation. Achieves 100% success on contact-dense tasks with four-finger dexterous hands, significantly outperforming vision-only baselines.
55+
</p>
56+
</div>
57+
</div>
58+
59+
<!-- RARK -->
60+
<div class="publication">
61+
<div class="publication-content">
62+
<h3>RARK: Robot Agent Runtime Kernel</h3>
63+
<p class="authors">
64+
<strong>Yi Liang</strong>
65+
</p>
66+
<p class="venue">
67+
<em>Open Source Project</em>, 2025
68+
</p>
69+
<p class="links">
70+
<a href="https://github.com/cidxb/robot-agent-runtime-kernel">code</a>
71+
</p>
72+
<p class="description">
73+
A lightweight runtime kernel for orchestrating robot agent behaviors, bridging perception, planning, and action execution in embodied AI systems.
74+
</p>
75+
</div>
76+
</div>
77+
78+
<!-- Janus -->
79+
<div class="publication">
80+
<div class="publication-content">
81+
<h3>Janus: Embodied AI Learning Framework</h3>
82+
<p class="authors">
83+
<strong>Yi Liang</strong> et al.
84+
</p>
85+
<p class="venue">
86+
<em>Internal Open-Source Framework</em>, 2024–present
87+
</p>
88+
<p class="description">
89+
An embodied AI learning framework built on NVIDIA Isaac Sim, adopted by 30+ developers for sim-to-real robot training, evaluation, and deployment.
90+
</p>
91+
</div>
92+
</div>
93+
3994
<!-- 主要研究项目 -->
4095
<div class="publication">
4196
<div class="publication-teaser">
@@ -118,7 +173,7 @@ <h3>Research Interests</h3>
118173

119174
<p><strong>Embodied Cognition &times; Robot Learning</strong>: incorporating cognitive science findings and biological principles into robot learning algorithms; pursuing the fundamental question of how robots can build internal models that bridge raw sensory experience and meaningful action.</p>
120175

121-
<p>I have also been working on: Machine Learning of Graphs/Graph Theory, Vector Symbolic Architectures, Neuro-Symbolic AI, Causality Inference, and Fuzzy Logic.</p>
176+
<p>I also maintain interest in neuro-symbolic AI, vector symbolic architectures, and causality inference — areas that inform my broader pursuit of brain-inspired machine intelligence.</p>
122177

123178
</section>
124179
<section id="Me">

0 commit comments

Comments
 (0)