lab automation for biology: a practice to implement an “eye ......lab automation for biology: a...

19
Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial Intelligence Research Center International Symposium 21 st Feb. 2019 AIST Artificial Intelligence Research Center International Symposium 21 st Feb. 2019 Toutai Mitsuyama Computational Omics Research Team Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology (AIST)

Upload: others

Post on 09-Oct-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Lab Automation for Biology: a

practice to implement an “eye”

for a robot to see cell condition

Lab Automation for Biology: a

practice to implement an “eye”

for a robot to see cell condition

AIST Artificial Intelligence Research Center International Symposium

21st Feb. 2019

AIST Artificial Intelligence Research Center International Symposium

21st Feb. 2019

Toutai Mitsuyama

Computational Omics Research Team

Artificial Intelligence Research Center, National Institute of

Advanced Industrial Science and Technology (AIST)

Page 2: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Regenerative

Medicine

New Drug

Development

the industry is supported by many experts

Lack on manpower Reproducibility

Data quality

But we rely too much on the experts…

Nature 533:452-454, 2016.

Background: Challenges of the

Biotechnology Industry

Background: Challenges of the

Biotechnology Industry

Reproducibility

Crisis

Diagnostics

Lab Automation is inevitable

Working environment

Cancer

Treatment

Page 3: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Global Market Growth Forecast

13.82

26.28

0

10

20

30

2017 2023

USD (Billion)

Cell Culture MarketCell Culture Market

Cell Users %

Biopharmaceuticals 27

Tissue Culture & Engineering 21

Vaccine Production 21

Drug Development 13

Gene Therapy 7

Toxicity testing 4

Cancer Research 4

Others 3

0

200

400

600

2018 2022 2025 2030

JPY(Million)

Fast Growing Regenerative

Medicine Market

https://www.marketsandmarkets

.com/Market-Reports/cell-

culture-market-media-sera-

reagents-559.html

https://www.marketsandmarkets

.com/PressReleases/cell-

culture.asp

https://www.fuji-

keizai.co.jp/market/18093.html

Page 4: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Cell Culture AutomationCell Culture Automation

• Cell culturing requires:

– Professional training

– 3 to 4 weeks of incubation

– Daily careful and repetitive operations

• Automation

– Pharmaceutical companies need high volume cell cultures

– Review paper by Kempner and Felder, “A review of cell culture

automation”, JALA, 2002.

– Definitely needed to boost rapidly growing demand for large

volume cell cultures

Nearly 60% of my

research activity

is occupied by

cell culturing.

Page 5: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Eye is the keyEye is the key

• Cell culture involves routine observation of cells with microscope

• Need technology to identify a cell culture condition with a microscope

• A limited number of development has been done in this field

• Automation Components: Hand = Robot, Brain = AI, Eye = Microscope

• the AI-Robot-Microscope combination enables automated rapid AI

process

hand

brain

eye

AIRobot

microscope

Learn

TestObserve

A generic process of AI

AI

Page 6: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

LabDroid MaholoLabDroid Maholo

Multi-purpose laboratory automation system:

a general purpose industrial robot equipped with a set of lab tools which you can

find in an ordinary laboratory

YASKAWA MOTOMAN

7-axis dual arm = very flexible

Varieties of experiments can be performed

pipet

50ml tube

centrifuge

vortex mixermicroscope

Page 7: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Control PC compiles a

protocols to a robot

program by referring 540

pre-defined motions.

Each motion is connected

with an inter-mediating

motion which is

automatically generated

using a random search

algorithm.

How Maholo WorksHow Maholo Works

ProtocolMaker:

a Visual Protocol

Programming Env.

540 pre-

defined

motions

a batch

program

grippers

sensors

Page 8: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Automated Cell Culturing SystemAutomated Cell Culturing System

Incubate cells MAHOLO draw out a

12-well plate

containing cells

Performs media

exchange every 24

hours

Puts a plate on a

fully-automated

microscope

Bright field images for

each well are acquired

Automated Identification

and Analysis of Cell

Differentiation Stages

Non-healthy culture will be

abandoned or applied

recovery

protocols

Key Technology

Page 9: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

0 h 24 H 48 h

Differentiation stage identificationDifferentiation stage identification

C2C12 is known to show apparent morphological changes after 24

hours since differentiation initiation. For human eyes, it is difficult to

recognize morphological changes before 24 hours.

If we can identify the differentiation stage earlier, we can save our

precious time from culturing unnecessary cells.

We develop a machine learning technology to identify cell differentiation

stages using b.f. cell images.

60h36 h

Page 10: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Live Cell Imaging DataLive Cell Imaging Data

0Seeding

C2C12

confluent

differentiation

induction

4 4 4

We kept a C2C12 plate in a CO2 incubator for microscope

which enabled us to capture 44x12 images every 4 hours.

64h

medium

change

(24h)

medium

change

(48h)

0 h 4 h 8h 64h

Page 11: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Feature extractionFeature extraction

Apply Multiple Machine Learning Algorithms for

Cell differentiation stage classification

Wavelet (haar, level=8)

BCF blurred circle function

HLAC higher-order local

auto-correlation

豊田, 長谷川 “高次局所自己相関特徴の拡張” 画像電子学会誌 第34巻 第1号(2005)

Input: Cell

differentiation

images

Extract

features

Build a cell

differentiation

stage predictor

0 h 64h

Page 12: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Higher-order Local Auto-

Correlation

Higher-order Local Auto-

Correlation

h

I: input

�� � ���� � ������ ������, �

∗�

����� � � �� ��� , ⋯ , � ��������

25 patterns

gray=1

25 patterns

Dilated HLAC

bin=25 builds 1250 dim. feature vector

Page 13: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Regression TestRegression Test

To test if our feature extraction method effectively captures

C2C12 images’ essential features associated to the

differentiation and predict an actual differentiation stage from

an image.

?

Image with a hidden

differentiation stage

16hSupport

Vector

Regression

0 H 8 H 16 H 24 H 32 H 40 H

Find the nearest image in

terms of feature space

Page 14: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Regression Result: RMSDRegression Result: RMSD

• RMSD=root mean square distance between actual and predicted time.

• W: wavelet, H: HLAC, B: BCF, WHB=W+H+B

• At least 20 images for a label are necessary.

• HLAC shows slightly better results than others but WHB performs generally

better and more robust.

• This result tells that you can predict cell culture condition every 3 hours or

longer which enables much finer control for cell culturing.

0

0.5

1

1.5

2

2.5

3

3.5

4

4.5

W H B WHB

hour

Page 15: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Human Hepatic CellHuman Hepatic Cell

We applied our method to more practical cell line HepaRG which is a

human hepatic cell line commonly used for drug toxicity tests.

We acquired 0, 96, 192, 288, 480h HepaRG bright field images during

differentiation.

HepaRG

C2C12 0h

0h

60h

480h

HepaRG shows different morphological changes

during the differentiation.

Regression Test Result

RMSD=3.4h

Page 16: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Culture Condition OptimizationCulture Condition Optimization

• Images of cells cultured with different conditions give skewed

prediction results.

• We utilize this feature to automated optimization of culture

conditions.

The figure shows distributions

of differences between actual

and predicted time for several

culture conditions (regular

(2:2) and others (3:1, 4:0, 0:4).

3:1 Faster than the regular

4:0 some even faster and

slower

0:4 slower

85% accuracy to distinguish

faster/normal/slower

Page 17: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

Future PlanFuture Plan

Automated Cell Culturing System + Super Resolution Microscope

Yokogawa’s super resolution

microscope (spinning disk

laser confocal) is attached to

LabDroid Maholo via robot

arm, which realizes high-

throughput automated

cultured cell quality control

system.

2D culture

3D culture

Spheroids

A

R M

platform

Page 18: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

SummarySummary

We developed an automated cell culturing system using LabDroid

MAHOLO.

We developed a machine learning method for cell differentiation

condition identification with microscope image data.

Our method shows promising results for two morphologically

different types of cells.

Page 19: Lab Automation for Biology: a practice to implement an “eye ......Lab Automation for Biology: a practice to implement an “eye” for a robot to see cell condition AIST Artificial

AcknowledgementAcknowledgement

産業技術総合研究所

創薬分子プロファイリング研究センター夏目 徹 研究センター長足達 俊吾 研究員

バイオメディカル研究部門加藤 薫 主任研究員

AxceleadDrug Discovery Partners㈱

伊井 雅幸 様小林 博幸 様青山 和誠 様

株式会社とめ研究所

片山 慎 様今 達弥 様佐藤 陽介 様前田 幸祐 様

本研究は、国立研究開発法人新エネルギー・産業技術総合開発機構(NEDO)の「次世代

人工知能・ロボット中核技術開発/次世代人工知能技術分野/AI×ロボットによる高品質

細胞培養の自動化とオミックスデータの大規模取得」として委託を受けたものです。

みずほ情報総研株式会社

永田 毅様

株式会社知能情報システム

清田 浩史 様吉元 英一 様

ロボティック・バイオロジー・インスティテュート株式会社