<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research | MAAL</title><link>https://maal.hkust.edu.hk/projects/</link><atom:link href="https://maal.hkust.edu.hk/projects/index.xml" rel="self" type="application/rss+xml"/><description>Research</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 27 Jul 2026 00:00:00 +0000</lastBuildDate><image><url>https://maal.hkust.edu.hk/media/logo_hu_44eca034e5ce4fb7.png</url><title>Research</title><link>https://maal.hkust.edu.hk/projects/</link></image><item><title>Sensorless contact wrench estimation for industrial robots</title><link>https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/</guid><description>&lt;p&gt;Robots used for polishing, assembly, and manipulation need reliable contact-force feedback. A six-axis wrist force/torque sensor provides direct measurements, but adds cost, wiring, payload, and integration constraints. This project estimates the same six-dimensional contact wrench from signals already available on the robot: joint motion and motor current.&lt;/p&gt;
&lt;h2 id="dual-stage-estimation"&gt;Dual-stage estimation&lt;/h2&gt;
&lt;p&gt;The estimator combines a physics-based robot model with two learned residual corrections:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Free-space dynamics compensation.&lt;/strong&gt; An LSTM learns joint-torque errors caused by friction, backlash, hysteresis, parameter mismatch, and torque-conversion bias using contact-free trajectories.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contact wrench compensation.&lt;/strong&gt; A temporal encoder and residual network correct the remaining task-space error during contact and predict an input-dependent uncertainty for each wrench axis.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Separating these responsibilities keeps the estimate anchored to robot mechanics while allowing each learning stage to focus on a distinct error source.&lt;/p&gt;
&lt;h2 id="experimental-validation"&gt;Experimental validation&lt;/h2&gt;
&lt;p&gt;The method was evaluated on a six-axis industrial manipulator. A cable-and-pulley rig applied loads of 0.5, 1.0, and 1.5 kg from multiple directions. A wrist load cell sampled at 1 kHz supplied training labels and evaluation ground truth, but was not used as an input during sensorless inference.&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="Cable-and-pulley contact-data rig with an industrial robot and wrist load cell"
srcset="https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/contact-data-rig_hu_aeb5686bbf33b2a6.webp 320w, https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/contact-data-rig_hu_fd7612278909b1a4.webp 480w, https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/contact-data-rig_hu_8530bd1c68aa4154.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/contact-data-rig_hu_aeb5686bbf33b2a6.webp"
width="760"
height="566"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Stage I reduced the Joint 1 residual-torque RMSE from 4.2649 to 0.8591 Nm and the Joint 2 RMSE from 3.1453 to 1.0069 Nm. Across the final six-axis wrench evaluation, the dual-stage method achieved the lowest reported RMSE, maximum error, and relative error on every force and moment axis.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th style="text-align: right"&gt;Fx&lt;/th&gt;
&lt;th style="text-align: right"&gt;Fy&lt;/th&gt;
&lt;th style="text-align: right"&gt;Fz&lt;/th&gt;
&lt;th style="text-align: right"&gt;Mx&lt;/th&gt;
&lt;th style="text-align: right"&gt;My&lt;/th&gt;
&lt;th style="text-align: right"&gt;Mz&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;RMSE&lt;/td&gt;
&lt;td style="text-align: right"&gt;1.5959 N&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.7067 N&lt;/td&gt;
&lt;td style="text-align: right"&gt;1.9678 N&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.1367 Nm&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.1141 Nm&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.0538 Nm&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Maximum error&lt;/td&gt;
&lt;td style="text-align: right"&gt;5.9546 N&lt;/td&gt;
&lt;td style="text-align: right"&gt;4.4262 N&lt;/td&gt;
&lt;td style="text-align: right"&gt;5.3414 N&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.7739 Nm&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.4898 Nm&lt;/td&gt;
&lt;td style="text-align: right"&gt;0.4104 Nm&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Relative error&lt;/td&gt;
&lt;td style="text-align: right"&gt;13.8%&lt;/td&gt;
&lt;td style="text-align: right"&gt;5.8%&lt;/td&gt;
&lt;td style="text-align: right"&gt;13.4%&lt;/td&gt;
&lt;td style="text-align: right"&gt;17.6%&lt;/td&gt;
&lt;td style="text-align: right"&gt;22.2%&lt;/td&gt;
&lt;td style="text-align: right"&gt;8.3%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Six-axis force and moment estimates with learned uncertainty bands"
srcset="https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/six-axis-results_hu_270f503cf77104ec.webp 320w, https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/six-axis-results_hu_1d9835e90ecd400f.webp 480w, https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/six-axis-results_hu_f3d97d0e4372c019.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://maal.hkust.edu.hk/projects/sensorless-contact-wrench-estimation/six-axis-results_hu_270f503cf77104ec.webp"
width="760"
height="696"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;The main contribution is not simply a deeper network, but a physically meaningful decomposition of the estimation problem. The intermediate output makes each correction inspectable, while the probabilistic second stage provides a condition-dependent confidence signal. This creates a practical path toward lower-cost force-aware robots and future closed-loop force control without a permanently installed wrist sensor.&lt;/p&gt;</description></item><item><title>Flexible industrial robot dynamics and control</title><link>https://maal.hkust.edu.hk/projects/industrial-robot-dynamics/</link><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/industrial-robot-dynamics/</guid><description>&lt;p&gt;Industrial robots change stiffness and vibration behavior with their position and posture. This project establishes dynamic models that capture both joint and link flexibility without making the model too costly to use in control.&lt;/p&gt;
&lt;h2 id="approach"&gt;Approach&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Represent geometrically nonlinear links with strain-based beam elements and modal coordinates.&lt;/li&gt;
&lt;li&gt;Identify configuration-dependent vibration from experimental data.&lt;/li&gt;
&lt;li&gt;Generate nonlinear filtered B-spline trajectories that suppress motion-induced vibration.&lt;/li&gt;
&lt;li&gt;Validate compensation strategies on industrial robotic platforms.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;More accurate dynamic models allow robots to move faster while maintaining precision. The same methods support robotic machining, additive manufacturing, and large-reach manipulation.&lt;/p&gt;</description></item><item><title>Additive manufacturing process monitoring and control</title><link>https://maal.hkust.edu.hk/projects/additive-manufacturing-control/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/additive-manufacturing-control/</guid><description>&lt;p&gt;This project combines additive-manufacturing process models with the dynamics of the motion platform. Thermal cameras, nozzle cameras, accelerometers, and position sensors provide synchronized data for monitoring and compensation.&lt;/p&gt;
&lt;h2 id="research-questions"&gt;Research questions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;How can process and machine dynamics be represented in one control-oriented model?&lt;/li&gt;
&lt;li&gt;Which visual and thermal signals reveal defects early enough for correction?&lt;/li&gt;
&lt;li&gt;How should local and cloud controllers share model-based and data-driven tasks?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="expected-outcomes"&gt;Expected outcomes&lt;/h2&gt;
&lt;p&gt;The project develops in-situ monitoring, extrusion-trajectory compensation, and control strategies that improve dimensional accuracy and process stability.&lt;/p&gt;</description></item><item><title>Continuous-fiber additive manufacturing</title><link>https://maal.hkust.edu.hk/projects/continuous-fiber-additive-manufacturing/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/continuous-fiber-additive-manufacturing/</guid><description>&lt;p&gt;Continuous fibers can make additively manufactured components significantly stronger and stiffer, but only when the fiber paths follow the structural demands of the part.&lt;/p&gt;
&lt;h2 id="research-scope"&gt;Research scope&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Build computationally efficient models of free-form composite parts.&lt;/li&gt;
&lt;li&gt;Optimize fiber paths for modulus, strength, mass, cost, and manufacturability.&lt;/li&gt;
&lt;li&gt;Translate optimized paths into reliable multi-axis fabrication.&lt;/li&gt;
&lt;li&gt;Measure the printed parts and connect observed performance back to the model.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The result is an integrated design-to-fabrication workflow for high-performance composite components.&lt;/p&gt;</description></item><item><title>Flexible aircraft reduced-order modeling and load alleviation</title><link>https://maal.hkust.edu.hk/projects/flexible-aircraft/</link><pubDate>Sat, 03 Jan 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/flexible-aircraft/</guid><description>&lt;p&gt;Flexible and very flexible aircraft improve structural weight and aerodynamic efficiency, but their flight dynamics are tightly coupled with structural deformation.&lt;/p&gt;
&lt;h2 id="approach"&gt;Approach&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Construct reduced-order structural and aerodynamic models.&lt;/li&gt;
&lt;li&gt;Preserve the aeroelastic behavior needed for control design.&lt;/li&gt;
&lt;li&gt;Use the model to evaluate load, fuel efficiency, and flight trajectories.&lt;/li&gt;
&lt;li&gt;Develop load-alleviation and flight-control algorithms.&lt;/li&gt;
&lt;li&gt;Verify models and controllers through wind-tunnel experiments.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The project makes high-fidelity aeroelastic behavior accessible to analysis and real-time control.&lt;/p&gt;</description></item><item><title>VTOL data-driven modeling and control allocation</title><link>https://maal.hkust.edu.hk/projects/vtol-control/</link><pubDate>Fri, 02 Jan 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/vtol-control/</guid><description>&lt;p&gt;Vertical takeoff and landing aircraft operate across flight regimes where aerodynamics, rotor-wing interaction, and actuator authority change substantially.&lt;/p&gt;
&lt;h2 id="approach"&gt;Approach&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Combine physics-based models with flight-test data.&lt;/li&gt;
&lt;li&gt;Identify aerodynamic effects at high angles of attack.&lt;/li&gt;
&lt;li&gt;Model rotor-wing-airframe interaction and thruster vectoring.&lt;/li&gt;
&lt;li&gt;Use the hybrid model in a control-allocation framework across takeoff, transition, cruise, and landing.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The aim is a model that is both physically interpretable and accurate enough for robust flight control.&lt;/p&gt;</description></item><item><title>Boom-lift-mounted robotic systems</title><link>https://maal.hkust.edu.hk/projects/boom-lift-robot/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://maal.hkust.edu.hk/projects/boom-lift-robot/</guid><description>&lt;p&gt;Mounting a robotic manipulator on a boom lift extends its workspace, but the flexible, extendable support introduces configuration-dependent vibration and positioning error.&lt;/p&gt;
&lt;p&gt;This project models the coupled boom-and-robot system, identifies changing structural dynamics, and develops trajectory and active-compensation methods for accurate long-reach operations.&lt;/p&gt;
&lt;p&gt;Applications include inspection, maintenance, construction, and manufacturing tasks where conventional fixed-base robots cannot reach.&lt;/p&gt;</description></item></channel></rss>