<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Publications |</title><link>https://ehsansharafian.com/publications/</link><atom:link href="https://ehsansharafian.com/publications/index.xml" rel="self" type="application/rss+xml"/><description>Publications</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 16 May 2026 00:00:00 +0000</lastBuildDate><image><url>https://ehsansharafian.com/media/icon_hu_c2975a7374d4b1d3.png</url><title>Publications</title><link>https://ehsansharafian.com/publications/</link></image><item><title>Real-Time Foot Height Estimation and Activity Classification Using a Foot-Mounted IMU Implemented on a Smartphone</title><link>https://ehsansharafian.com/publications/foot-height-imu-2026/</link><pubDate>Sat, 16 May 2026 00:00:00 +0000</pubDate><guid>https://ehsansharafian.com/publications/foot-height-imu-2026/</guid><description>&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;Tripping is a leading cause of falls, and it is closely tied to how high we lift our feet while walking. Measuring &lt;strong&gt;foot clearance&lt;/strong&gt; continuously, out in daily life, could flag fall risk early — but doing it well with a wearable sensor is hard:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A single inertial measurement unit (IMU) drifts, so integrated foot height accumulates error over time.&lt;/li&gt;
&lt;li&gt;The usual fix (zero-velocity updates) does not fully remove &lt;strong&gt;vertical&lt;/strong&gt; drift.&lt;/li&gt;
&lt;li&gt;More accurate methods work only &lt;strong&gt;offline&lt;/strong&gt; and do not tell you what activity the person is doing.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-i-built"&gt;What I built&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;real-time, single-IMU system that runs entirely on a smartphone&lt;/strong&gt; — no cloud, no multi-sensor setup. It reconstructs the foot&amp;rsquo;s height trajectory stride by stride &lt;em&gt;and&lt;/em&gt; classifies five locomotion activities (level walking, ramp ascent/descent, stair ascent/descent) at the same time.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The IMU is mounted on top of the foot; the toe position is recovered from the sensor pose by a rigid-body transformation"
srcset="https://ehsansharafian.com/publications/foot-height-imu-2026/imu-toe-schematic_hu_cd97545b84d3a236.webp 320w, https://ehsansharafian.com/publications/foot-height-imu-2026/imu-toe-schematic_hu_eb8b0ffea321c494.webp 480w, https://ehsansharafian.com/publications/foot-height-imu-2026/imu-toe-schematic_hu_a7ef86b15166d59a.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/foot-height-imu-2026/imu-toe-schematic_hu_cd97545b84d3a236.webp"
width="760"
height="376"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Key contributions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;On-device Android app&lt;/strong&gt; for stride-by-stride foot-clearance measurement and live activity classification.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zero Height Change (ZHC) constraint&lt;/strong&gt; — a biomechanically grounded correction that cancels cumulative vertical drift at each stride boundary.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Heel-strike velocity error&lt;/strong&gt; used as a compact, physically meaningful feature to adaptively pick the right reconstruction model per activity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Toe-height estimation&lt;/strong&gt; from the IMU pose through a rigid-body transformation, with accuracy comparable to the foot itself.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The custom Android app: (a) system and sensor controls, (b) activity labeling, (c) live activity detection with gait parameters, (d) deployment on stairs"
srcset="https://ehsansharafian.com/publications/foot-height-imu-2026/app-interface_hu_b152aec64bfb0ebb.webp 320w, https://ehsansharafian.com/publications/foot-height-imu-2026/app-interface_hu_3010cd1151b8ae4d.webp 480w, https://ehsansharafian.com/publications/foot-height-imu-2026/app-interface_hu_22593cc057f1a311.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/foot-height-imu-2026/app-interface_hu_b152aec64bfb0ebb.webp"
width="760"
height="339"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="validating-the-height-measurement"&gt;Validating the height measurement&lt;/h2&gt;
&lt;p&gt;The reconstructed foot trajectories separate cleanly by activity, and the continuous height signal tracks real-world ramps and stairs across a full walking circuit.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Reconstructed foot trajectories for the five activities; dashed boxes mark stair entry/exit transition strides"
srcset="https://ehsansharafian.com/publications/foot-height-imu-2026/foot-trajectories_hu_b780a2558bcac005.webp 320w, https://ehsansharafian.com/publications/foot-height-imu-2026/foot-trajectories_hu_9cab51e6bce7b651.webp 480w, https://ehsansharafian.com/publications/foot-height-imu-2026/foot-trajectories_hu_cccee62933d73509.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/foot-height-imu-2026/foot-trajectories_hu_b780a2558bcac005.webp"
width="760"
height="427"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Continuous foot-height trajectory across a full circuit of level ground, ramps, and stairs, with zero-velocity points marked"
srcset="https://ehsansharafian.com/publications/foot-height-imu-2026/foot-height-activities_hu_f5bfab6ca9e7920f.webp 320w, https://ehsansharafian.com/publications/foot-height-imu-2026/foot-height-activities_hu_b99e7e340b8e3a87.webp 480w, https://ehsansharafian.com/publications/foot-height-imu-2026/foot-height-activities_hu_1ea2e4a65d3e6516.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/foot-height-imu-2026/foot-height-activities_hu_f5bfab6ca9e7920f.webp"
width="760"
height="421"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;To confirm the system measures real clearance, participants stepped over boxes of known heights and the estimated peak stride height was checked against each obstacle.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Obstacle-clearance validation: participants step over boxes of increasing height, and the peak vertical displacement is compared against each box"
srcset="https://ehsansharafian.com/publications/foot-height-imu-2026/obstacle-clearance_hu_b1208aae6122fd21.webp 320w, https://ehsansharafian.com/publications/foot-height-imu-2026/obstacle-clearance_hu_31bd3a6a0a9a23c3.webp 480w, https://ehsansharafian.com/publications/foot-height-imu-2026/obstacle-clearance_hu_4c3cb11ee8435ad7.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/foot-height-imu-2026/obstacle-clearance_hu_b1208aae6122fd21.webp"
width="760"
height="413"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="results"&gt;Results&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;96.08%&lt;/strong&gt; overall activity-classification accuracy, with &lt;strong&gt;less than one gait cycle&lt;/strong&gt; of latency.&lt;/li&gt;
&lt;li&gt;Level walking stayed at the ground reference (&lt;strong&gt;0.0 cm&lt;/strong&gt;, 95% CI −1.8 to 1.8 cm).&lt;/li&gt;
&lt;li&gt;Cumulative height error stayed &lt;strong&gt;below 1.1 cm&lt;/strong&gt; across ramp and stair negotiation (mean absolute error &lt;strong&gt;0.42%&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;Toe height was recovered with accuracy comparable to foot height.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Together, this gives a practical foundation for &lt;strong&gt;real-time gait feedback and fall-prevention&lt;/strong&gt; tools that could one day run on the phone already in someone&amp;rsquo;s pocket.&lt;/p&gt;</description></item><item><title>Real-Time Activity Recognition Using Minimal Biomechanical Features: A Lightweight IMU-Based Classifier for Older Adults</title><link>https://ehsansharafian.com/publications/imu-activity-recognition-2025/</link><pubDate>Thu, 04 Sep 2025 00:00:00 +0000</pubDate><guid>https://ehsansharafian.com/publications/imu-activity-recognition-2025/</guid><description>&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;Knowing what activity a person is doing, and how well they are doing it, is the foundation of any real-world health-monitoring tool. But most activity-recognition systems fall short where it matters most:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;They lean on &lt;strong&gt;deep learning and large datasets&lt;/strong&gt;, so they are too heavy to run in real time on a phone.&lt;/li&gt;
&lt;li&gt;They are trained almost entirely on &lt;strong&gt;young, healthy adults&lt;/strong&gt;, and quietly assume everyone moves the same way.&lt;/li&gt;
&lt;li&gt;Older adults with mobility limits often negotiate stairs with a &lt;strong&gt;non-alternating leg (NAL)&lt;/strong&gt; pattern, leading with the same leg every step, and generic models simply misread this as normal.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-i-built"&gt;What I built&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;real-time, smartphone-based classifier&lt;/strong&gt; that uses only two interpretable inputs, the &lt;strong&gt;thigh angle and the foot angle&lt;/strong&gt; from two small IMUs, to recognize five everyday activities: walking, stair ascent, stair descent, standing, and sitting.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Two IMUs on the thigh and foot stream to a phone over Bluetooth; the thigh and foot angles are tracked across one stair cycle from toe-off to heel strike"
srcset="https://ehsansharafian.com/publications/imu-activity-recognition-2025/imu-placement-cycle_hu_49ad9a0ee4ed3e28.webp 320w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/imu-placement-cycle_hu_1599bad1f3b1e9fa.webp 480w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/imu-placement-cycle_hu_963e92ab983f69a3.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/imu-activity-recognition-2025/imu-placement-cycle_hu_49ad9a0ee4ed3e28.webp"
width="760"
height="192"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Key contributions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Minimal biomechanical features.&lt;/strong&gt; Rather than a deep network, a simple and interpretable &lt;strong&gt;physics based KNN model&lt;/strong&gt; classifies activity from just the thigh and foot angles, light enough to run live on a phone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adaptive toe-off segmentation.&lt;/strong&gt; A segmentation step detects toe-off across different activities to cut each stride cleanly and reduce computation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;On-device Android app&lt;/strong&gt; that collects labeled data and reports activity in real time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Built for older adults.&lt;/strong&gt; The model is explicitly trained to recognize the non-alternating leg stair pattern that generic classifiers miss.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The app in use for live data collection and labeling across standing, walking, stair ascent, stair descent, and sitting"
srcset="https://ehsansharafian.com/publications/imu-activity-recognition-2025/app-data-collection_hu_4b0d7e28ad6e7660.webp 320w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/app-data-collection_hu_90eb069177a7307c.webp 480w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/app-data-collection_hu_5e3f7bc681469497.webp 732w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/imu-activity-recognition-2025/app-data-collection_hu_4b0d7e28ad6e7660.webp"
width="732"
height="423"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="see-it-in-action"&gt;See it in action&lt;/h2&gt;
&lt;p&gt;A short demo of the system running live: the phone screen shows the app classifying activities in real time while a participant walks and negotiates stairs.&lt;/p&gt;
&lt;div style="max-width:360px;margin:1.5rem auto;"&gt;
&lt;div style="position:relative;padding-bottom:177.78%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.15);"&gt;
&lt;iframe style="position:absolute;top:0;left:0;width:100%;height:100%;border:0;"
src="https://www.youtube.com/embed/n6E6TadydAA"
title="Real-time activity recognition live demo"
loading="lazy"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id="recognizing-how-older-adults-move"&gt;Recognizing how older adults move&lt;/h2&gt;
&lt;p&gt;The hard case is stairs. When someone leads with the same leg on every step, the leading and trailing legs trace very different angle patterns, so the system has to read each leg differently.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The non-alternating leg (NAL) stair pattern, where the same leg leads each step while the other trails"
srcset="https://ehsansharafian.com/publications/imu-activity-recognition-2025/non-alternating-pattern_hu_e19c43991eb09bd5.webp 320w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/non-alternating-pattern_hu_65bb46ab286c53cf.webp 480w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/non-alternating-pattern_hu_6fe0bf05e30d9e4e.webp 732w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/imu-activity-recognition-2025/non-alternating-pattern_hu_e19c43991eb09bd5.webp"
width="732"
height="360"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Separating the &lt;strong&gt;leading&lt;/strong&gt; leg from the &lt;strong&gt;trailing&lt;/strong&gt; leg in the foot and thigh angle traces is what lets the model distinguish this mobility-limited pattern from normal stair negotiation.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Foot and thigh angle variations for leading versus trailing legs during non-alternating stair ascent and descent"
srcset="https://ehsansharafian.com/publications/imu-activity-recognition-2025/foot-thigh-angles-nal_hu_e1a7e13db6d.webp 320w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/foot-thigh-angles-nal_hu_ac1948d3f5bd7660.webp 480w, https://ehsansharafian.com/publications/imu-activity-recognition-2025/foot-thigh-angles-nal_hu_1f0464f046dff437.webp 732w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/imu-activity-recognition-2025/foot-thigh-angles-nal_hu_e1a7e13db6d.webp"
width="732"
height="468"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="results"&gt;Results&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;99%&lt;/strong&gt; activity-classification accuracy for young and older adults with normal movement patterns.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;93%&lt;/strong&gt; accuracy in distinguishing non-alternating leg stair negotiation from normal stair negotiation in older adults.&lt;/li&gt;
&lt;li&gt;Runs in &lt;strong&gt;real time on a smartphone&lt;/strong&gt;, with no deep-learning model and no cloud.&lt;/li&gt;
&lt;li&gt;Validated on cohorts the model never trained on, including &lt;strong&gt;ten older adults&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Together this shows that a small set of well-chosen biomechanical features can power an accessible, real-time health-monitoring system that respects how aging populations actually move.&lt;/p&gt;</description></item><item><title>The Effects of Real-Time Haptic Feedback on Gait and Cognitive Load in Older Adults</title><link>https://ehsansharafian.com/publications/haptic-feedback-gait-2025/</link><pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate><guid>https://ehsansharafian.com/publications/haptic-feedback-gait-2025/</guid><description>&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;Walking speed is one of the strongest predictors of health and independence in later life, and when it drops the cause is often &lt;strong&gt;neuromotor&lt;/strong&gt;, the timing and coordination of movement, rather than weakness or poor fitness. A key culprit is reduced &lt;strong&gt;peak thigh extension (PTE)&lt;/strong&gt;, how far the thigh swings back at the end of each step. If we could cue people to extend the thigh a little more, in real time and out in the world, we could lengthen their stride and speed them up, without a treadmill, a therapist, or a lab.&lt;/p&gt;
&lt;h2 id="what-i-built"&gt;What I built&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;wearable, smartphone-based haptic feedback system&lt;/strong&gt;. Two IMUs track the thigh and foot angles, the phone computes PTE stride by stride, and small &lt;strong&gt;vibrotactile cells on the thighs&lt;/strong&gt; deliver a gentle cue when a step needs adjusting.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The closed-loop system: IMUs stream thigh and foot angles to the phone over Bluetooth, which commands vibrotactile feedback on the thighs; right, a participant wearing the modules, IMUs, and vibrotactile cells"
srcset="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/haptic-system_hu_5eeb823151ff96e5.webp 320w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/haptic-system_hu_fa9c2a66f98e5933.webp 480w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/haptic-system_hu_80c77c7861be9c73.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/haptic-system_hu_5eeb823151ff96e5.webp"
width="760"
height="331"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;How the feedback works:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Each stride&amp;rsquo;s &lt;strong&gt;PTE is compared to a personalized target&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Two feedback strategies were tested: a cue when the step was &lt;strong&gt;incorrect&lt;/strong&gt; (PTE below target, F_IR) and a cue when the step was &lt;strong&gt;correct&lt;/strong&gt; (target met, F_CR).&lt;/li&gt;
&lt;li&gt;A third group received only &lt;strong&gt;verbal instructions&lt;/strong&gt; (I_V), as a benchmark for the haptic system.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Left, the thigh and foot angle over a gait cycle with heel strike and PTE marked; middle and right, the incorrect-response and correct-response feedback strategies relative to the target thigh extension"
srcset="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/pte-feedback-logic_hu_31f1c5993279eb50.webp 320w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/pte-feedback-logic_hu_6bc25cfa99e50f62.webp 480w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/pte-feedback-logic_hu_cd48eeeeffa6a007.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/pte-feedback-logic_hu_31f1c5993279eb50.webp"
width="760"
height="269"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="measuring-the-mental-cost"&gt;Measuring the mental cost&lt;/h2&gt;
&lt;p&gt;Any gait cue is only useful if people can follow it without concentrating so hard that they stop paying attention to their surroundings. To measure that &lt;strong&gt;cognitive load&lt;/strong&gt;, participants did a probe reaction-time task while walking, responding to audio beeps, with reaction time measured precisely from the sent and received audio.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The probe reaction-time setup: audio beeps are sent and the participant&amp;rsquo;s spoken response is captured, and the delay between them is measured as reaction time"
srcset="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/reaction-time-measurement_hu_103ef9936d24fd2a.webp 320w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/reaction-time-measurement_hu_3b243b4b04d899e7.webp 480w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/reaction-time-measurement_hu_87702fea97a672ff.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/reaction-time-measurement_hu_103ef9936d24fd2a.webp"
width="760"
height="442"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="results"&gt;Results&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;+14% stride length&lt;/strong&gt; and &lt;strong&gt;+18% gait speed&lt;/strong&gt; from a single session with the haptic system.&lt;/li&gt;
&lt;li&gt;Gains were &lt;strong&gt;comparable to verbal coaching&lt;/strong&gt;, but reached through a different mechanism (direct thigh feedback rather than instruction).&lt;/li&gt;
&lt;li&gt;Added cognitive load was &lt;strong&gt;small&lt;/strong&gt;: reaction time rose only &lt;strong&gt;27 ms (F_IR)&lt;/strong&gt; to &lt;strong&gt;74 ms (F_CR)&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Thirty community-dwelling older adults, averaging about &lt;strong&gt;80 years old&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Gait and cognitive-load outcomes across baseline, fast, and treatment trials for the three feedback groups: PTE, stride length, speed, cadence, and reaction time"
srcset="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/results-bars_hu_e29541422e1dad7a.webp 320w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/results-bars_hu_10a2fb959b70a0b.webp 480w, https://ehsansharafian.com/publications/haptic-feedback-gait-2025/results-bars_hu_b39e07ccb9b3e3de.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://ehsansharafian.com/publications/haptic-feedback-gait-2025/results-bars_hu_e29541422e1dad7a.webp"
width="760"
height="400"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Together this shows that real-time thigh haptics can meaningfully improve older-adult gait in a single session while keeping attentional demand low, a promising, low-cost path toward wearable gait training and fall prevention.&lt;/p&gt;</description></item><item><title>Increasing Thigh Extension with Haptic Feedback Affects Leg Coordination in Young and Older Adult Walkers</title><link>https://ehsansharafian.com/publications/thigh-extension-coordination-2025/</link><pubDate>Sat, 01 Mar 2025 00:00:00 +0000</pubDate><guid>https://ehsansharafian.com/publications/thigh-extension-coordination-2025/</guid><description/></item><item><title>Trajectory Optimization of a Spot-Welding Robot in the Joint and Cartesian Spaces</title><link>https://ehsansharafian.com/publications/spot-welding-trajectory-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://ehsansharafian.com/publications/spot-welding-trajectory-2023/</guid><description/></item><item><title>Revisiting Screw Theory-Based Approaches in the Constraint Wrench Analysis of Robotic Systems</title><link>https://ehsansharafian.com/publications/screw-theory-wrench-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://ehsansharafian.com/publications/screw-theory-wrench-2021/</guid><description/></item></channel></rss>