KAIST Develops Robot Learning Technology Capable of Precisely Imitating Even “Rough” Demonstrations
Robots with increasingly precise dexterity are becoming essential in everyday life and industrial settings, from assembling tiny smartphone components to assisting doctors in surgery. However, teaching robots delicate human movements has traditionally required collecting vast amounts of data at extremely fine time intervals, resulting in significant costs and time burdens. KAIST researchers have developed a robot artificial intelligence technology that can perform sophisticated tasks by autonomously adjusting precision according to the situation, even when trained only on coarsely (sparsely) sampled demonstrations.
KAIST, led by President Kwang Hyung Lee, announced on the 24th that a research team led by Professor Daehyung Park of the School of Computing has developed DiSPo, a multi-granularity manipulation model that generates fine-grained robot motions tailored to a user’s desired level of precision, even from rough human demonstrations.
Existing robot learning methods, such as Behavior Transformer and Diffusion Policy, are limited by their dependence on the time intervals of the data used during training. As a result, learning precision manipulation tasks such as screw fastening or component insertion has required collecting large volumes of high-frequency data at very short time intervals. This has significantly increased data collection costs and slowed down the inference speed of robot AI models.
To overcome these limitations, the research team combined Mamba, a state-space model capable of predicting time intervals, with a diffusion model that enables rich action representation. The team also introduced a new Step-scale factor mechanism, which allows users to directly control the time intervals used by the robot.
As a result, even when trained on only low-frequency (coarse) demonstration data, the robot can generate high-precision motions during inference without additional training by autonomously subdividing actions through a discretization process.
DiSPo achieved up to an 81% higher task success rate compared to state-of-the-art models in simulation environments. In real-world experiments using a collaborative robot, DiSPo stably performed challenging tasks such as passing a clamp through a narrow gap with only a 2.5 mm radial clearance and accurately pressing a small shutter button on a smartphone. This performance was up to four times higher than that of existing AI models.
The technology is expected to make a significant contribution to automation in a wide range of everyday and industrial service fields that require high precision, including precision component assembly, cable connection, medical surgery, and precision machining.
“This study demonstrates that robots can learn precise motions from coarse demonstrations and autonomously adjust their level of precision according to the task situation,” said Professor Daehyung Park. “Moving forward, this technology is expected to dramatically reduce data collection costs while serving as a general-purpose robot learning technology for various industrial fields, including precision assembly and medical applications.”
The study was led by Nayoung Oh, a master’s student at the KAIST Graduate School of AI, as the first author, and was presented on June 1 at the 2026 IEEE International Conference on Robotics and Automation, or ICRA 2026, one of the world’s most prestigious robotics conferences, held in Vienna, Austria.
Paper Title: DiSPo: Diffusion-SSM based Policy Learning for Coarse-to-Fine Action Discretization
DOI: https://doi.org/10.48550/arXiv.2409.14719
KAIST Develops AI that Automatically Detects Defects in Smart Factory Manufacturing Processes Even When Conditions Change
Recently, defect detection systems using artificial intelligence (AI) sensor data have been installed in smart factory manufacturing sites. However, when the manufacturing process changes due to machine replacement or variations in temperature, pressure, or speed, existing AI models fail to properly understand the new situation and their performance drops sharply. KAIST researchers have developed AI technology that can accurately detect defects even in such situations without retraining, achieving performance improvements up to 9.42%. This achievement is expected to contribute to reducing AI operating costs and expanding applicability in various fields such as smart factories, healthcare devices, and smart cities.
KAIST (President Kwang Hyung Lee) announced on the 26th of August that a research team led by Professor Jae-Gil Lee from the School of Computing has developed a new “time-series domain adaptation” technology that allows existing AI models to be utilized without additional defect labeling, even when manufacturing processes or equipment change.
Time-series domain adaptation technology enables AI models that handle time-varying data (e.g., temperature changes, machine vibrations, power usage, sensor signals) to maintain stable performance without additional training, even when the training environment (domain) and the actual application environment differ.
Professor Lee’s team paid attention to the fact that the core problem of AI models becoming confused by environmental (domain) changes lies not only in differences in data distribution but also in changes in defect occurrence patterns (label distribution) themselves. For example, in semiconductor wafer processes, the ratio of ring-shaped defects and scratch defects may change due to equipment modifications.
The research team developed a method for decomposing new process sensor data into three components—trends, non-trends, and frequencies—to analyze their characteristics individually. Just as humans detect anomalies by combining pitch, vibration patterns, and periodic changes in machine sounds, AI was enabled to analyze data from multiple perspectives.
In other words, the team developed TA4LS (Time-series domain Adaptation for mitigating Label Shifts) technology, which applies a method of automatically correcting predictions by comparing the results predicted by the existing model with the clustering information of the new process data. Through this, predictions biased toward the defect occurrence patterns of the existing process can be precisely adjusted to match the new process.
In particular, this technology is highly practical because it can be easily combined like an additional plug-in module inserted into existing AI systems without requiring separate complex development. That is, regardless of the AI technology currently being used, it can be applied immediately with only simple additional procedures.
In experiments using four benchmark datasets of time-series domain adaptation (i.e., four types of sensor data in which changes had occurred), the research team achieved up to 9.42% improvement in accuracy compared to existing methods.[TT1]
Especially when process changes caused large differences in label distribution (e.g., defect occurrence patterns), the AI demonstrated remarkable performance improvement by autonomously correcting and distinguishing such differences. These results proved that the technology can be used more effectively without defects in environments that produce small batches of various products, one of the main advantages of smart factories.
Professor Jae-Gil Lee, who supervised the research, said, “This technology solves the retraining problem, which has been the biggest obstacle to the introduction of artificial intelligence in manufacturing. Once commercialized, it will greatly contribute to the spread of smart factories by reducing maintenance costs and improving defect detection rates.”
This research was carried out with Jihye Na, a Ph.D. student at KAIST, as the first author, with Youngeun Nam, a Ph.D. student, and Junhyeok Kang, a researcher at LG AI Research, as co-authors. The research results were presented in August 2025 at KDD (the ACM SIGKDD Conference on Knowledge Discovery and Data Mining), the world’s top academic conference in artificial intelligence and data.
※Paper Title: “Mitigating Source Label Dependency in Time-Series Domain Adaptation under Label Shifts”
※DOI: https://doi.org/10.1145/3711896.3737050
This technology was developed as part of the research outcome of the SW Computing Industry Original Technology Development Program’s SW StarLab project (RS-2020-II200862, DB4DL: Development of Highly Available and High-Performance Distributed In-Memory DBMS for Deep Learning), supported by the Ministry of Science and ICT and the Institute for Information & Communications Technology Planning & Evaluation (IITP).