<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Embodied AI |</title><link>https://omerkurkutlu.github.io/tags/embodied-ai/</link><atom:link href="https://omerkurkutlu.github.io/tags/embodied-ai/index.xml" rel="self" type="application/rss+xml"/><description>Embodied AI</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0000</lastBuildDate><image><url>https://omerkurkutlu.github.io/media/icon_hu_eee4a95885829ab2.png</url><title>Embodied AI</title><link>https://omerkurkutlu.github.io/tags/embodied-ai/</link></image><item><title>Vision-Language-Action Navigation</title><link>https://omerkurkutlu.github.io/projects/vision-language-action/</link><pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate><guid>https://omerkurkutlu.github.io/projects/vision-language-action/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Vision-Language-Action (VLA) Navigation is an ongoing research project that aims to develop a universal autonomous navigation framework capable of controlling both aerial and ground robots directly from visual observations and natural language instructions.&lt;/p&gt;
&lt;p&gt;The goal is to eliminate traditional modular navigation pipelines by learning an end-to-end policy that maps perception and language directly to robot actions.&lt;/p&gt;
&lt;h2 id="research-motivation"&gt;Research Motivation&lt;/h2&gt;
&lt;p&gt;Current robotic navigation systems typically consist of separate perception, localization, mapping, planning, and control modules. While effective, these pipelines are often difficult to generalize across different robot platforms and environments.&lt;/p&gt;
&lt;p&gt;Inspired by recent advances in foundation models and embodied AI, this project investigates whether a single Vision-Language-Action model can generalize navigation behaviors across multiple robotic platforms.&lt;/p&gt;
&lt;h2 id="research-objectives"&gt;Research Objectives&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Universal navigation across multiple robot platforms&lt;/li&gt;
&lt;li&gt;End-to-end visual navigation&lt;/li&gt;
&lt;li&gt;Natural language robot control&lt;/li&gt;
&lt;li&gt;Cross-domain generalization&lt;/li&gt;
&lt;li&gt;Sim-to-real deployment&lt;/li&gt;
&lt;li&gt;Resource-efficient inference&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="target-platforms"&gt;Target Platforms&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Autonomous Tiny Drones&lt;/li&gt;
&lt;li&gt;Mobile Robots&lt;/li&gt;
&lt;li&gt;Autonomous Vehicles&lt;/li&gt;
&lt;li&gt;Legged Robots&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="input-modalities"&gt;Input Modalities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;RGB Images&lt;/li&gt;
&lt;li&gt;Video Streams&lt;/li&gt;
&lt;li&gt;Natural Language Instructions&lt;/li&gt;
&lt;li&gt;Robot State Information&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example instructions include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;Navigate to the red chair.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Avoid pedestrians.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Move to the charging station.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Fly through the open doorway.&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="output"&gt;Output&lt;/h2&gt;
&lt;p&gt;The model directly predicts navigation actions such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linear velocity&lt;/li&gt;
&lt;li&gt;Angular velocity&lt;/li&gt;
&lt;li&gt;Steering commands&lt;/li&gt;
&lt;li&gt;Drone velocity commands&lt;/li&gt;
&lt;li&gt;Waypoints&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="planned-architecture"&gt;Planned Architecture&lt;/h2&gt;
&lt;p&gt;The proposed framework combines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vision Encoder&lt;/li&gt;
&lt;li&gt;Language Encoder&lt;/li&gt;
&lt;li&gt;Multimodal Fusion&lt;/li&gt;
&lt;li&gt;Action Decoder&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;to produce end-to-end navigation commands.&lt;/p&gt;
&lt;h2 id="simulation-platforms"&gt;Simulation Platforms&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;NVIDIA Isaac Sim&lt;/li&gt;
&lt;li&gt;NVIDIA Omniverse&lt;/li&gt;
&lt;li&gt;CARLA&lt;/li&gt;
&lt;li&gt;Webots&lt;/li&gt;
&lt;li&gt;ROS 2&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="potential-applications"&gt;Potential Applications&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Autonomous driving&lt;/li&gt;
&lt;li&gt;Drone navigation&lt;/li&gt;
&lt;li&gt;Warehouse automation&lt;/li&gt;
&lt;li&gt;Search and rescue&lt;/li&gt;
&lt;li&gt;Industrial inspection&lt;/li&gt;
&lt;li&gt;Service robotics&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="current-status"&gt;Current Status&lt;/h2&gt;
&lt;p&gt;This project is currently under active development as part of my PhD research at the University of Illinois Chicago.&lt;/p&gt;
&lt;h2 id="future-directions"&gt;Future Directions&lt;/h2&gt;
&lt;p&gt;Future work includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Multi-robot collaboration&lt;/li&gt;
&lt;li&gt;Long-horizon navigation&lt;/li&gt;
&lt;li&gt;Outdoor deployment&lt;/li&gt;
&lt;li&gt;Continual learning&lt;/li&gt;
&lt;li&gt;Foundation models for autonomous robotics&lt;/li&gt;
&lt;li&gt;Deployment on embedded robotic platforms&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>