2024 IEEE Conference on Artificial Intelligence (CAI), Singapore
LG Electronics AI Lab
TL;DR
Delayed Online Update combines real washing-machine operation data with continual offline reinforcement learning to improve load balancing during dehydration without hand-coding every laundry scenario.
Overview
Problem
Modern washing machines must keep loads balanced across many operating conditions. Manual trial-and-error tuning can limit how quickly control performance improves after deployment.
Approach
The paper introduces a continual offline reinforcement learning workflow for washer motor control, using logged transition data and delayed online updates to reduce distribution-shift risk.
Outcome
Experiments report improved balance-maintenance behavior during the dehydration cycle across tasks with different laundry conditions.
Method
- Collect transition data from real washing-machine operation.
- Train an offline RL policy for dehydration-cycle motor control.
- Accumulate new online interaction data over a delay window.
- Update the policy from the expanded dataset instead of reacting to every short online rollout.
Results
Average Success Rate
DOU variants improve average success rate over the baseline across the evaluated laundry tasks.
Multi-Task Laundry Set
Representative laundry configurations used for multi-task evaluation.
Unseen Tasks
Unseen laundry combinations for evaluating generalization.
Production Device
Production-ready target device with the offline RL control approach.
Videos
Supplemental motion example.
Naive rule-based baseline motion.
Proposed learned motion.
Poster
Citation
@inproceedings{kang2024dataDrivenRLWasher,
title = {Data-Driven Reinforcement Learning for Optimal Motor Control in Washing Machines},
author = {Kang, Chanseok and Bae, Guntae and Kim, Daesung and Lee, Kyoungwoo and Son, Dohyeon and Lee, Chul and Lee, Jaeho and Lee, Jinwoo and Yun, Jae Woong},
booktitle = {Proceedings - 2024 IEEE Conference on Artificial Intelligence (CAI)},
pages = {418--424},
year = {2024},
doi = {10.1109/CAI59869.2024.00083}
}





