SlideShare a Scribd company logo
1st International Workshop on Patterns and
Practices of Reliable AI Engineering and
Governance (AI-Pattern'24)
Hironori Washizaki (Waseda University), Nobukazu Yoshioka (QAML Inc),
Naoyasu Ubayashi (Waseda University), Emiliano Tramontana (Università di Catania)
October 28th, 2024, in Tsukuba, Japan
Thanks to program committee
• Shaukat Ali (Simula Research
Laboratory)
• Qinghua Lu (Data61, CSIRO)
• Foutse Khomh (Polytechnique
Montreal)
• Hironori Takeuchi (Musashi
University)
• Ademar Aguiar (Universidade do
Porto)
• Eduardo Guerra (Free University
of Bolzen-Bolzano)
• Joseph Yoder (The Refactory)
• Raja Rao Budaraju (Oracle)
• Yu-Chin Cheng (National Taipei
University of Technology)
• Kyle Brown (IBM)
• Shinpei Hayashi (Tokyo Institute
of Technology)
• Takao Okubo (Institute of
Information Security)
• Shinpei Ogata (Shinshu
University)
• Yann-Gaël Guéhéneuc
(Concordia University) 2
Goal of the workshop
• Seeks to improve understanding of the theoretical, social,
technological, and practical advances and issues related to
patterns and practices in reliable AI engineering and
governance.
• Provides the opportunity to bring together researchers and
practitioners and discuss the future prospects of this area.
3
Street Cafe
Problem: Needs to have a place where
people can sit lazily, legitimately, be on
view, and watch the world go by…
Solution: Encourage local cafes to spring
up in each neighborhood. Make them
intimate places, with several rooms, open
to a busy path … Alexander, Christopher, et al. A Pattern Language. Oxford University Press, 1977.
4
https://tokyocheapo.com/food-and-drink/drinking/tokyo-terrace-tippling/
Example case of ML-based system design
• We wish to identify the type of
instrument for the sound picked up
by the phone and achieve recording
and response according to the type.
• However, the memory and
performance of the phone is
limited, and a large deep learning
model is unlikely to be loaded.
How can we do this?
5
Pretrained
Model
• Let's use Two-stage predictions where a
small model on the phone determines if a
sound is a musical instrument, and a large
model on the cloud classifies the type of
sound only if it is a musical instrument.
• For the large model, we will adopt Transfer
Learning to achieve precise classification.
Machine Learning Design Patterns (V. Lakshmanan, et al. 2020)
Two-stage predictions
• Problem: There is a need to maintain the
performance of models that are large and
complex in nature, even when deployed
to edge or distributed devices.
• Solution: The utilization flow is divided
into two phases, with only the simple
phase performed on the edge.
Transfer Learning
• Problem: There is a lack of large data sets
needed to train complex machine learning
models.
• Solution: Some layers of the trained
model are taken out and the weights are
frozen and used in the new model to solve
similar problems without being trained.
AI/ML software engineering needs patterns!
• Bridge between abstract paradigms and concrete
cases/tools
– Documenting Know-Why, Know-What and Know-How
– Reusing solutions and problems
– Getting consistent architecture
• Common language among stakeholders
– Software engineers, data scientist, domain experts,
network engineers, …
6
Paradigm
Case Tool
FW
Instruction
?
?
AI/ML software engineering patterns
• Architecture and design patterns
– Software Engineering Patterns for ML
applications [SEP4MLA]
– Machine Learning Design Patterns
[MLDP]
• Assurance argument patterns
– Safety Case Pattern for ML systems
[Safety]
– Security Argument Patterns for DNN
[Security][Security2]
• Responsible AI patterns
– Responsible AI System Design Patterns
[Responsible]
• Development and management
practices
– Lifecycle phase practices [Practice1]
– Issues and development practices
[Practice2]
• Prompt engineering patterns
– Prompt Pattern Catalog and Taxonomy
[Prompt][Prompt2]
7
[MLDP] V. Lakshmanan, et al., “Machine Learning Design Patterns,” O’Reilly, 2020
[SEP4MLA] H. Washizaki, et al. “Software Engineering Design Patterns for Machine Learning Applications,” IEEE Computer 55(3) 2022
[Safety] E. Wozniak, et al., “A Safety Case Pattern for Systems with Machine Learning Components,” SAFECOMP 2020 Workshop
[Security] M. Zeroual, et al., “Security Argument patterns for Deep Neural Network Development,” PLoP 2023
[Security2] M. Mutsche, et al. “Robustness-based Security Case Verification for Deep Neural Networks,” AsianPLoP 2024
[Responsible] Q. Lu, et al., “Responsible-AI-by-Design: a Pattern Collection for Designing Responsible AI Systems,” IEEE Software, 2023
[Practice1] M. S. Rahman, et al., “Machine Learning Application Development: Practitioners’ Insights,” Software Quality Journal, 31, 2023
[Practice2] Y. Watanabe, et al., “Preliminary Literature Review of Machine Learning System Development Practices,” COMPSAC 2021 Fast Abstract
[Prompt] J, White, et al., “A Prompt Pattern Catalog to Enhance Prompt Engineering with ChatGPT,” arXiv 2302.11382, 2023
[Prompt2] Y. Sasaki, et al., “A Taxonomy and Review of Prompt Engineering Patterns in Software Engineering,” COMPSAC 2024
AI architecture
patterns
IoT design patterns
Towards pattern languages across layers and properties
… OK, so, to attract
many people to our city,
Small Public Squares
should be located in the
center. At the SMALL
PUBLIC SQUARE, make
Street Cafes be
Opening to the Street
...
8
https://unsplash.com/photos/EdpbTj3Br-Y
https://unsplash.com/photos/GqurqYbj7aU
https://unsplash.com/photos/zFoRwZirFvY
AI management
practices
AI assurance
argument
patterns
Governance
Responsible
AI patterns
AI design patterns
Small Public
Square
Street
Cafe
Opening to
the Street
• Problem: …
(AI/ML) pattern engineering
• Extraction: Identifying and formulating recurring problems and solutions into
“new” patterns to have reusable patterns
• Detection: Detecting “known” patterns in software processes and products to
comprehend and identify further improvement opportunities
• Application: Selecting, concretizing and deploying patterns on software
processes and products to resolve particular problems
• Organization: Organizing patterns to build a system (i.e., language) of patterns
• Integration: Integrating into pattern-oriented development and management
9
• Problem: …
• Solution: ….
AI/ML pattern
Extraction Application
Similar
results
Detection
Pattern
instances
Organization
Process
Management
Integration
Program
• 9:00-10:30 Session I
– Opening
– Invited talk: A Pattern-Oriented
Approach for Engineering Safe and
Responsible AI Systems, Qinghua Lu
(Data61, CSIRO)
– Toward Pattern-Oriented Machine
Learning Reliability Argumentation,
Takumi Ayukawa, Jati H. Husen,
Nobukazu Yoshioka, Hironori
Washizaki and Naoyasu Ubayashi
(Waseda University)
• 11:00-12:30 Session II
– A Process Pattern for Cybersecurity
Assessment Automation: Experience
and Futures, James Cusick
(Ritsumeikan University)
– Toward Extracting Learning Pattern: A
Comparative Study of GPT-4o-mini
and BERT Models in Predicting CVSS
Base Vectors, Sho Isogai, Shinpei
Ogata (Shinshu University), Yutaro
Kashiwa (Nara Institute of Science and
Technology), Satoshi Yazawa (Voice
Research, Inc.), Kozo Okano (Shinshu
University), Takao Okubo (Institute of
Information Security), Hironori
Washizaki (Waseda University)
– Discussion
– Closing Remarks
10
11
12

More Related Content

PDF
Machine Learning Software Engineering Patterns and Their Engineering
PDF
Impact of IEEE Computer Society in Advancing Software Engineering and Emergin...
PDF
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
PDF
Software Engineering Patterns for Machine Learning Applications
PDF
SWEBOK Guide Evolution and Its Emerging Areas including Machine Learning Patt...
PDF
Data-X-v3.1
PDF
Data-X-Sparse-v2
PDF
AI Software Engineering based on Multi-view Modeling and Engineering Patterns
Machine Learning Software Engineering Patterns and Their Engineering
Impact of IEEE Computer Society in Advancing Software Engineering and Emergin...
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
Software Engineering Patterns for Machine Learning Applications
SWEBOK Guide Evolution and Its Emerging Areas including Machine Learning Patt...
Data-X-v3.1
Data-X-Sparse-v2
AI Software Engineering based on Multi-view Modeling and Engineering Patterns

Similar to Opening, 1st International Workshop on Patterns and Practices of Reliable AI Engineering and Governance (AI-Pattern'24) (20)

PDF
Landscape of IoT and Machine Learning Patterns
PDF
PPTX
WELCOME TO AI PROJECT shidhant mittaal.pptx
PPTX
Modeling should be an independent scientific discipline
PDF
Se research update
PDF
[2016/2017] RESEARCH in software engineering
PDF
Software Engineering Research: Leading a Double-Agent Life.
PPTX
Introduction to Matsuo Laboratory (ENG).pptx
PDF
Cse 8th sem syllabus
PDF
Design Principles for Embedded Systems Kcs Murti
PDF
Studying Software Engineering Patterns for Designing Machine Learning Systems
PDF
IEEE-CS Tech Predictions, SWEBOK and Quantum Software: Towards Q-SWEBOK
PPTX
transition_to_ml_engineering.pptx
PDF
ICS2208 Lecture3 2023-2024 - Model Based User Interfaces
PPTX
Artificial Intelligence (AI) basics.pptx
PDF
SWEBOK Guide and Software Services Engineering Education
PPT
OOSE Unit 3 PPT.ppt
PDF
Machine Learning ass. of tanumalakar.pdf
PPTX
Software engineering for machine learning.pptx
PDF
Patterns for New Software Engineering: Machine Learning and IoT Engineering P...
Landscape of IoT and Machine Learning Patterns
WELCOME TO AI PROJECT shidhant mittaal.pptx
Modeling should be an independent scientific discipline
Se research update
[2016/2017] RESEARCH in software engineering
Software Engineering Research: Leading a Double-Agent Life.
Introduction to Matsuo Laboratory (ENG).pptx
Cse 8th sem syllabus
Design Principles for Embedded Systems Kcs Murti
Studying Software Engineering Patterns for Designing Machine Learning Systems
IEEE-CS Tech Predictions, SWEBOK and Quantum Software: Towards Q-SWEBOK
transition_to_ml_engineering.pptx
ICS2208 Lecture3 2023-2024 - Model Based User Interfaces
Artificial Intelligence (AI) basics.pptx
SWEBOK Guide and Software Services Engineering Education
OOSE Unit 3 PPT.ppt
Machine Learning ass. of tanumalakar.pdf
Software engineering for machine learning.pptx
Patterns for New Software Engineering: Machine Learning and IoT Engineering P...
Ad

More from Hironori Washizaki (20)

PDF
鷲崎弘宜, "AI/LLM時代のソフトウェエンジニアリング", 情報学科・専攻協議会 総会・研究会, 早稲田大学, 2025年7月26日
PDF
Impact of IEEE Computer Society in Advancing Emerging Technologies including ...
PDF
Landscape of Requirements Engineering for/by AI through Literature Review
PDF
鷲崎弘宜, "高品質なAIシステムの開発・運用のための"フレームワーク", eAIシンポジウム 2025年1月16日
PDF
AI/IoTをベースにしたDX人材育成の産学連携育成, 愛媛県デジタル人材育成シンポジウム, 2024年12月20日
PDF
コンピューティングおよびソフトウェア工学の潮流: IEEE-CS技術予測&SWEBOK Guideに基づくAI・アジャイル・サステナビリティの展望
PDF
鷲崎弘宜, "機械学習システムの多面的モデリング・パイプライン統合フレームワーク", 第6回 AI/IoTシステム安全性シンポジウム, 2024
PDF
IEEE Software Testing Technology Development Trend
PDF
The Global Impact of IEEE Computer Society in Advancing Software Engineering ...
PDF
Overview of ISO/IEC/JTC1 SC7/WG20: Certification of software and systems engi...
PDF
IEEE Computer Society 2025 Vision and Future
PDF
次世代AI時代のトレンドと高信頼AIソフトウェアシステム開発に向けたフレームワーク&パターン
PDF
「スマートエスイー」におけるスマートシステム&サービスおよびDX推進人材の産学連携育成ならびに参照モデルに基づく育成プログラム分析
PDF
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
PDF
SWEBOK and Education at FUSE Okinawa 2024
PDF
IEEE Computer Society 2024 Technology Predictions Update
PDF
鷲崎弘宜, "国際規格ISO/IEC 24773とその意義", 情報処理学会 第86回全国大会
PDF
TISO/IEC JTC1におけるソフトウェア工学知識体系、技術者認証および品質の標準化と研究・教育他への活用
PDF
アジャイル品質のパターンとメトリクス Agile Quality Patterns and Metrics (QA2AQ) 20240225
PDF
Joseph Yoder : Being Agile about Architecture
鷲崎弘宜, "AI/LLM時代のソフトウェエンジニアリング", 情報学科・専攻協議会 総会・研究会, 早稲田大学, 2025年7月26日
Impact of IEEE Computer Society in Advancing Emerging Technologies including ...
Landscape of Requirements Engineering for/by AI through Literature Review
鷲崎弘宜, "高品質なAIシステムの開発・運用のための"フレームワーク", eAIシンポジウム 2025年1月16日
AI/IoTをベースにしたDX人材育成の産学連携育成, 愛媛県デジタル人材育成シンポジウム, 2024年12月20日
コンピューティングおよびソフトウェア工学の潮流: IEEE-CS技術予測&SWEBOK Guideに基づくAI・アジャイル・サステナビリティの展望
鷲崎弘宜, "機械学習システムの多面的モデリング・パイプライン統合フレームワーク", 第6回 AI/IoTシステム安全性シンポジウム, 2024
IEEE Software Testing Technology Development Trend
The Global Impact of IEEE Computer Society in Advancing Software Engineering ...
Overview of ISO/IEC/JTC1 SC7/WG20: Certification of software and systems engi...
IEEE Computer Society 2025 Vision and Future
次世代AI時代のトレンドと高信頼AIソフトウェアシステム開発に向けたフレームワーク&パターン
「スマートエスイー」におけるスマートシステム&サービスおよびDX推進人材の産学連携育成ならびに参照モデルに基づく育成プログラム分析
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
SWEBOK and Education at FUSE Okinawa 2024
IEEE Computer Society 2024 Technology Predictions Update
鷲崎弘宜, "国際規格ISO/IEC 24773とその意義", 情報処理学会 第86回全国大会
TISO/IEC JTC1におけるソフトウェア工学知識体系、技術者認証および品質の標準化と研究・教育他への活用
アジャイル品質のパターンとメトリクス Agile Quality Patterns and Metrics (QA2AQ) 20240225
Joseph Yoder : Being Agile about Architecture
Ad

Recently uploaded (20)

PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
System and Network Administraation Chapter 3
PDF
medical staffing services at VALiNTRY
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Digital Strategies for Manufacturing Companies
PDF
System and Network Administration Chapter 2
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
ai tools demonstartion for schools and inter college
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Upgrade and Innovation Strategies for SAP ERP Customers
Navsoft: AI-Powered Business Solutions & Custom Software Development
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
VVF-Customer-Presentation2025-Ver1.9.pptx
How to Migrate SBCGlobal Email to Yahoo Easily
System and Network Administraation Chapter 3
medical staffing services at VALiNTRY
Wondershare Filmora 15 Crack With Activation Key [2025
2025 Textile ERP Trends: SAP, Odoo & Oracle
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
How to Choose the Right IT Partner for Your Business in Malaysia
Digital Strategies for Manufacturing Companies
System and Network Administration Chapter 2
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
ai tools demonstartion for schools and inter college
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus

Opening, 1st International Workshop on Patterns and Practices of Reliable AI Engineering and Governance (AI-Pattern'24)

  • 1. 1st International Workshop on Patterns and Practices of Reliable AI Engineering and Governance (AI-Pattern'24) Hironori Washizaki (Waseda University), Nobukazu Yoshioka (QAML Inc), Naoyasu Ubayashi (Waseda University), Emiliano Tramontana (Università di Catania) October 28th, 2024, in Tsukuba, Japan
  • 2. Thanks to program committee • Shaukat Ali (Simula Research Laboratory) • Qinghua Lu (Data61, CSIRO) • Foutse Khomh (Polytechnique Montreal) • Hironori Takeuchi (Musashi University) • Ademar Aguiar (Universidade do Porto) • Eduardo Guerra (Free University of Bolzen-Bolzano) • Joseph Yoder (The Refactory) • Raja Rao Budaraju (Oracle) • Yu-Chin Cheng (National Taipei University of Technology) • Kyle Brown (IBM) • Shinpei Hayashi (Tokyo Institute of Technology) • Takao Okubo (Institute of Information Security) • Shinpei Ogata (Shinshu University) • Yann-Gaël Guéhéneuc (Concordia University) 2
  • 3. Goal of the workshop • Seeks to improve understanding of the theoretical, social, technological, and practical advances and issues related to patterns and practices in reliable AI engineering and governance. • Provides the opportunity to bring together researchers and practitioners and discuss the future prospects of this area. 3
  • 4. Street Cafe Problem: Needs to have a place where people can sit lazily, legitimately, be on view, and watch the world go by… Solution: Encourage local cafes to spring up in each neighborhood. Make them intimate places, with several rooms, open to a busy path … Alexander, Christopher, et al. A Pattern Language. Oxford University Press, 1977. 4 https://tokyocheapo.com/food-and-drink/drinking/tokyo-terrace-tippling/
  • 5. Example case of ML-based system design • We wish to identify the type of instrument for the sound picked up by the phone and achieve recording and response according to the type. • However, the memory and performance of the phone is limited, and a large deep learning model is unlikely to be loaded. How can we do this? 5 Pretrained Model • Let's use Two-stage predictions where a small model on the phone determines if a sound is a musical instrument, and a large model on the cloud classifies the type of sound only if it is a musical instrument. • For the large model, we will adopt Transfer Learning to achieve precise classification. Machine Learning Design Patterns (V. Lakshmanan, et al. 2020) Two-stage predictions • Problem: There is a need to maintain the performance of models that are large and complex in nature, even when deployed to edge or distributed devices. • Solution: The utilization flow is divided into two phases, with only the simple phase performed on the edge. Transfer Learning • Problem: There is a lack of large data sets needed to train complex machine learning models. • Solution: Some layers of the trained model are taken out and the weights are frozen and used in the new model to solve similar problems without being trained.
  • 6. AI/ML software engineering needs patterns! • Bridge between abstract paradigms and concrete cases/tools – Documenting Know-Why, Know-What and Know-How – Reusing solutions and problems – Getting consistent architecture • Common language among stakeholders – Software engineers, data scientist, domain experts, network engineers, … 6 Paradigm Case Tool FW Instruction ? ?
  • 7. AI/ML software engineering patterns • Architecture and design patterns – Software Engineering Patterns for ML applications [SEP4MLA] – Machine Learning Design Patterns [MLDP] • Assurance argument patterns – Safety Case Pattern for ML systems [Safety] – Security Argument Patterns for DNN [Security][Security2] • Responsible AI patterns – Responsible AI System Design Patterns [Responsible] • Development and management practices – Lifecycle phase practices [Practice1] – Issues and development practices [Practice2] • Prompt engineering patterns – Prompt Pattern Catalog and Taxonomy [Prompt][Prompt2] 7 [MLDP] V. Lakshmanan, et al., “Machine Learning Design Patterns,” O’Reilly, 2020 [SEP4MLA] H. Washizaki, et al. “Software Engineering Design Patterns for Machine Learning Applications,” IEEE Computer 55(3) 2022 [Safety] E. Wozniak, et al., “A Safety Case Pattern for Systems with Machine Learning Components,” SAFECOMP 2020 Workshop [Security] M. Zeroual, et al., “Security Argument patterns for Deep Neural Network Development,” PLoP 2023 [Security2] M. Mutsche, et al. “Robustness-based Security Case Verification for Deep Neural Networks,” AsianPLoP 2024 [Responsible] Q. Lu, et al., “Responsible-AI-by-Design: a Pattern Collection for Designing Responsible AI Systems,” IEEE Software, 2023 [Practice1] M. S. Rahman, et al., “Machine Learning Application Development: Practitioners’ Insights,” Software Quality Journal, 31, 2023 [Practice2] Y. Watanabe, et al., “Preliminary Literature Review of Machine Learning System Development Practices,” COMPSAC 2021 Fast Abstract [Prompt] J, White, et al., “A Prompt Pattern Catalog to Enhance Prompt Engineering with ChatGPT,” arXiv 2302.11382, 2023 [Prompt2] Y. Sasaki, et al., “A Taxonomy and Review of Prompt Engineering Patterns in Software Engineering,” COMPSAC 2024
  • 8. AI architecture patterns IoT design patterns Towards pattern languages across layers and properties … OK, so, to attract many people to our city, Small Public Squares should be located in the center. At the SMALL PUBLIC SQUARE, make Street Cafes be Opening to the Street ... 8 https://unsplash.com/photos/EdpbTj3Br-Y https://unsplash.com/photos/GqurqYbj7aU https://unsplash.com/photos/zFoRwZirFvY AI management practices AI assurance argument patterns Governance Responsible AI patterns AI design patterns Small Public Square Street Cafe Opening to the Street
  • 9. • Problem: … (AI/ML) pattern engineering • Extraction: Identifying and formulating recurring problems and solutions into “new” patterns to have reusable patterns • Detection: Detecting “known” patterns in software processes and products to comprehend and identify further improvement opportunities • Application: Selecting, concretizing and deploying patterns on software processes and products to resolve particular problems • Organization: Organizing patterns to build a system (i.e., language) of patterns • Integration: Integrating into pattern-oriented development and management 9 • Problem: … • Solution: …. AI/ML pattern Extraction Application Similar results Detection Pattern instances Organization Process Management Integration
  • 10. Program • 9:00-10:30 Session I – Opening – Invited talk: A Pattern-Oriented Approach for Engineering Safe and Responsible AI Systems, Qinghua Lu (Data61, CSIRO) – Toward Pattern-Oriented Machine Learning Reliability Argumentation, Takumi Ayukawa, Jati H. Husen, Nobukazu Yoshioka, Hironori Washizaki and Naoyasu Ubayashi (Waseda University) • 11:00-12:30 Session II – A Process Pattern for Cybersecurity Assessment Automation: Experience and Futures, James Cusick (Ritsumeikan University) – Toward Extracting Learning Pattern: A Comparative Study of GPT-4o-mini and BERT Models in Predicting CVSS Base Vectors, Sho Isogai, Shinpei Ogata (Shinshu University), Yutaro Kashiwa (Nara Institute of Science and Technology), Satoshi Yazawa (Voice Research, Inc.), Kozo Okano (Shinshu University), Takao Okubo (Institute of Information Security), Hironori Washizaki (Waseda University) – Discussion – Closing Remarks 10
  • 11. 11
  • 12. 12