SlideShare a Scribd company logo
1 of 38
Download to read offline
PROFILE
Personalized clothing design thROugh FashIon LifecyclE feeback loop
by MIDIH data at rest Knowage and Orion Context Broker tools
Speaker: Alessandro Canepa – i-Deal S.R.L.
Experiment Overview
Experiment Overview
PROFILE experiment aims demonstrating the potential for
design and manufacturing by exploiting Knowage tool and
Orion Context Broker to implement the industrial feedback
loop through the whole clothing product life
The experiment is related to Smart Product reference scenario.
Cross border experimentation will be carried out in
collaboration with VTT Technical Research Center for Real Time
Stream Data Analytics.
Experiment Overview
The simulations are based on 3 datasets, acquired by i-Deal:
• consumer morphology 3D measures and preferences
(acquired by ISizeYou app);
• clothing production measures and fitting trends (acquired
from the clothing manufacturers);
• e-commerce filtering and analysis (developed in Somatch
H2020 project).
The experiment enables this loop by providing 3 levels of
modeling and simulation:
• current design VS present consumers;
• new design VS present consumers;
• new design VS new target consumers;
Technical implementation
Implementation
The components developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
Implementation
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
The Simulation APP is a graphical web interface (developed in PHP language) to drive the entire process from sharing datasets to
perform simulations and get back the results.
This web application drives the entire process to perform simulations. More precisely the workflow is the following:
• By using the web application, the operator shares the previous mentioned dataset with the Orion Context Broker by calling the
sharing API;
• Then, he/she launch simulations by calling the Simulation API;
• Finally, the simulation results are stored in Knowage database (useful for the cockpit) and retrieved by the web application
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
The Login
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
Dashboard to sum-up users' datasets of Simulation APP
Implementation
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
Population dataset of Simulation APP
Implementation
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
Clothing dataset of Simulation APP
Implementation
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
Simulation dataset of Simulation APP
Implementation
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
The Dataset sharing API is devoted to extract datasets information from local database (both for user and clothing) and to store them
into the Orion Context Broker. The API is developed in PHP language and is deployed within the Simulation APP.
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
The Simulation API implements the core of the simulation activities. In particular, it offers the following functionalities:
• Read datasets information from Orion Context Broker and store into local Knowage database;
• Store simulation results to Knowage database;
• Extract simulation results from Knowage database to be exported into Orion Context Broker (optional) or to be accessible from
external service(s) or API(s);
• Perform classification of users and clothing;
• Perform simulation analysis.
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
The Simulation result cockpit is implemented by using the cockpit functionality of Knowage tool, shows:
• A table that sum-up the simulation results;
• A chart to show ‘Current collection VS current population’ coverage results for male and female;
• A chart to show ‘Current collection VS new population’ coverage results for male and female;
• A chart to show ‘New collection VS current population’ coverage results for male and female;
• A chart to show ‘New collection VS new population’ coverage results for male and female.
Implementation
The components filled in blue are developed during the MIDIH experiment and are:
• Simulation APP: a web application to show datasets, launch simulations and show related results;
• Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker;
• Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results;
• Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
The Simulation result cockpit is implemented by using the cockpit functionality of Knowage tool, shows:
• A table that sum-up the simulation results;
Implementation
Implementation
Implementation
Deployment
Deployment
Experiment Report
Experiment Report
The objective of this experiment is to perform real-time simulations in order to detect the population coverage for a clothing design.
Coverage is expressed by a percentage that is required to:
• Help stylist during the definition of clothing measures and size development;
• Define the correct size development for clothing production phase.
During this experiment we consider the following populations:
• Current market (Italy): 4950 males and 4938 females;
• New market (Germany): 4948 males and 4934.
And the following collections for clothing:
• Current collection (Season 2018 of Piacenza): family 18 (fam18) for males and family 59 (fam59) for females, which respectively
contains #16 models for males and #9 models for females;
• New collection (Season 2019 of Piacenza): family 21 (fam21) for males and family 60 (fam60) for females, which respectively
contains #18 models for males and #11 models for females.
Experiment Report
The objective of this experiment is to perform real-time simulations in order to detect the population coverage for a clothing design.
Coverage is expressed by a percentage that is required to
• help stylist during the definition of clothing measures and size development;
• define the correct size development for clothing production phase.
Performing the four simulations on these datasets we obtain the following results:
Simulation no Simulation type Male percentage
coverage
Female percentage
coverage
1 Current collection VS
current population
57,66 % 54,46 %
2 Current collection VS
new population
36,76 % 30,52 %
3 New collection VS
current population
95,56 % 92,24 %
4 New collection VS new
population
75,02 % 84,86 %
KPIs
KPIs collected
1. Design success rate: the sales season to retail is ongoing and the results are positive on the side of Piacenza, especially as regards
the fit feedbacks from foreign buyers. The retail F/W season will start in September and it will provide the final feedback from
consumers but, on the basis of the available information the expected value to increase from 5% to 15% will be reasonably
reached.
2. Design costs: the process applied to the families of products of F/F 2019/20 season of Piacenza has revealed an effective reduction
of the costs of product development due to the rapid real time feedback provided to the modellist as to support the new model
fitting definition. Extended to the whole clothing collection the process has the potential to reach more than 20% cost target
reduction. The aggregated impact at the whole collection level will result even increased when there is a prevalence of woman
designs, which have a higher rate of renewal in comparison with men’s ones, requiring a deeper design and fitting effort from the
style offices.
3. Design development timing: for F/W 2019/20 season of Piacenza the real time feedback as regards the fitting definition on the
basis of the simulations carried out for the new designs in relation with current and new target users has provided a direct and
effective support to the modellist in charge to define the measures of the new designs. The process has confirmed the potential to
reach the expected time reduction of 2-4 weeks of product development.
Exploitation
Exploitation
• PROFILE experiment has led to the implementation of a real time delivery of the 3 levels of simulation required to support the
design a new clothing collection on the basis of i-Deal services: current design VS present consumers (reference success rate of
present product), new design VS present consumers (simulated success of the new collection), new design VS new target
consumers (simulated success rate of new collection in a new market).
• The real time release of the results of them has removed a significant bottleneck to i-Deal service exploitation, which will start
from its established customers: Piacenza (active in the field of traditional clothing), Sparco (sport technical apparel) and Grassi
(worker protection clothing).
• Demonstrated the technical feasibility the additional efforts required will be focuses on the creation of the proper user interface,
in the first period dedicated to the internal operators of i-deal to better define and test them. In a second time they will be adapted
for the eventual direct use by customers designers
Conclusions
Conclusions
The objective of this experiment is divided into 3 phases:
• Dataset collection;
• Design and implementation;
• Run.
At the end of this phase we also perform tests on:
• Orion Context Broker APIs to get token, post, get and delete an entity
• Knowage to configure datasets, define cockpit tables and graphs
Technical conclusions
• During these tests we appreciate that Orion Context Broker is easy to adopt, in particular, that it is possible to use a public
instance. This simplifies the deployment because there is no need to install a dedicated instance of this component.
• On the contrary Knowage does not provide a public instance, therefore a fresh installation is needed. However, the setup of this
tool is quite easy.
• We encountered some difficulties on sharing a cockpit as a public URL but reading the documentation we understand that is
probably an issue related to the adopted version. Then our suggestion is to better explain and simplify the process to publish the
content of a cockpit.
• Orion Context Broker creates the opportunity to collect data from different sources: a) same provider and different sources
(Piacenza physical shops, not only e-commerce) b) different provider and different source: (sales from other vendors/designers and
from e-commerce and physical shops)
• Exploiting Knowage features, it is possible to elaborate more complex report, for example, adding dedicated functions to perform
economic impacts on sales and collections.
The obtained results demonstrated that experiment had success and it is possible to offer a business service to clothing designers in
order to reduce the collection failures.
Business conclusions
• It is advisable to concentrate the efforts on functionalities and data, relying on specific tools to collect (e.g. Orion Context Broker)
and report data (e.g. Knowage). Therefore, the lesson is trying to integrate existing component rather than create new ones. This
is very important for SMEs with low budgets;
• The design of new collection can get significant benefit from the deployed tool to help stylist in order to obtain high success rate
for a particular population and to reduce collection failures;
• The clothing measures and size development are strongly related to population morphotypes: to increase the success rate on a
new market, the morphotypes analysis and the matching simulation provides significant benefits.
In conclusion PRIVATE experiment has successfully demonstrated the possibility to run the 3 levels of simulation of its
service to support clothing design in real time by the exploitation of the potential of Orion Context Broker and of
Knowage, enabling i-Deal to provide its service in real time and removing a significant bottleneck to its commercial
development.
THANK
YOU!

More Related Content

What's hot

Guido Impens - One access at iLab.t
Guido Impens - One access at iLab.tGuido Impens - One access at iLab.t
Guido Impens - One access at iLab.t
imec.archive
 

What's hot (20)

David Nedohin (Scope AR): Enterprise AR: Delivering on the Promise
David Nedohin (Scope AR): Enterprise AR: Delivering on the PromiseDavid Nedohin (Scope AR): Enterprise AR: Delivering on the Promise
David Nedohin (Scope AR): Enterprise AR: Delivering on the Promise
 
FIWARE – 都市を成長の原動力へ変革中
FIWARE – 都市を成長の原動力へ変革中FIWARE – 都市を成長の原動力へ変革中
FIWARE – 都市を成長の原動力へ変革中
 
#FiaComit Cobra Resiliance Direct
#FiaComit Cobra Resiliance Direct#FiaComit Cobra Resiliance Direct
#FiaComit Cobra Resiliance Direct
 
FIWARE Global Summit - MD4PROD
FIWARE Global Summit - MD4PRODFIWARE Global Summit - MD4PROD
FIWARE Global Summit - MD4PROD
 
Guido Impens - One access at iLab.t
Guido Impens - One access at iLab.tGuido Impens - One access at iLab.t
Guido Impens - One access at iLab.t
 
May 2021 Embedded Vision Summit Opening Remarks (May 28)
May 2021 Embedded Vision Summit Opening Remarks (May 28)May 2021 Embedded Vision Summit Opening Remarks (May 28)
May 2021 Embedded Vision Summit Opening Remarks (May 28)
 
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlowFIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
 
Jeremiah Scott (Boeing): Virtual Tours for Aerospace Manufacturing
Jeremiah Scott (Boeing): Virtual Tours for Aerospace ManufacturingJeremiah Scott (Boeing): Virtual Tours for Aerospace Manufacturing
Jeremiah Scott (Boeing): Virtual Tours for Aerospace Manufacturing
 
FIWARE Global Summit - PriMaCy - Predictive Intelligent Maintenance in Cyber-...
FIWARE Global Summit - PriMaCy - Predictive Intelligent Maintenance in Cyber-...FIWARE Global Summit - PriMaCy - Predictive Intelligent Maintenance in Cyber-...
FIWARE Global Summit - PriMaCy - Predictive Intelligent Maintenance in Cyber-...
 
Digital Solutions Development and Measurement at ABB Process Industries
Digital Solutions Development and Measurement at ABB Process IndustriesDigital Solutions Development and Measurement at ABB Process Industries
Digital Solutions Development and Measurement at ABB Process Industries
 
NRB MAINFRAME DAY 06 - Linda De Bruyn - A realistic and pragmatic approach to...
NRB MAINFRAME DAY 06 - Linda De Bruyn - A realistic and pragmatic approach to...NRB MAINFRAME DAY 06 - Linda De Bruyn - A realistic and pragmatic approach to...
NRB MAINFRAME DAY 06 - Linda De Bruyn - A realistic and pragmatic approach to...
 
From Core Systems to Mobile Apps: Digital Transformation from the Inside-Out
From Core Systems to Mobile Apps: Digital Transformation from the Inside-OutFrom Core Systems to Mobile Apps: Digital Transformation from the Inside-Out
From Core Systems to Mobile Apps: Digital Transformation from the Inside-Out
 
Business Ecosystems Internet of Things at ABB
Business Ecosystems Internet of Things at ABBBusiness Ecosystems Internet of Things at ABB
Business Ecosystems Internet of Things at ABB
 
FIWARE Global Summit - Implementing the European Data Space with FIWARE Techn...
FIWARE Global Summit - Implementing the European Data Space with FIWARE Techn...FIWARE Global Summit - Implementing the European Data Space with FIWARE Techn...
FIWARE Global Summit - Implementing the European Data Space with FIWARE Techn...
 
IW14 Keynote, Dr. Wolfram Jost, CTO, Software AG
IW14 Keynote, Dr. Wolfram Jost, CTO, Software AGIW14 Keynote, Dr. Wolfram Jost, CTO, Software AG
IW14 Keynote, Dr. Wolfram Jost, CTO, Software AG
 
Panel Discussion @SMART 2014: Industry 4.0
Panel Discussion @SMART 2014: Industry 4.0Panel Discussion @SMART 2014: Industry 4.0
Panel Discussion @SMART 2014: Industry 4.0
 
Digital cement presentation november 2019
Digital cement presentation november 2019Digital cement presentation november 2019
Digital cement presentation november 2019
 
FIWARE Global Summit - FIWARE For Industry Reference Architecture, RAMI 4.0 a...
FIWARE Global Summit - FIWARE For Industry Reference Architecture, RAMI 4.0 a...FIWARE Global Summit - FIWARE For Industry Reference Architecture, RAMI 4.0 a...
FIWARE Global Summit - FIWARE For Industry Reference Architecture, RAMI 4.0 a...
 
FIWARE Global Summit - Connected Industry - From Strategy to Reality
FIWARE Global Summit - Connected Industry - From Strategy to RealityFIWARE Global Summit - Connected Industry - From Strategy to Reality
FIWARE Global Summit - Connected Industry - From Strategy to Reality
 
I3 d service architecture final
I3 d service architecture finalI3 d service architecture final
I3 d service architecture final
 

Similar to MIDIH i-Deal-profile experiment

Trimantra - Project Portfolio_NET
Trimantra - Project Portfolio_NETTrimantra - Project Portfolio_NET
Trimantra - Project Portfolio_NET
Mihir G.
 
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-systemZ sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
Nagendra Babu
 
Sample Capstone Projects from 2005
Sample Capstone Projects from 2005Sample Capstone Projects from 2005
Sample Capstone Projects from 2005
butest
 

Similar to MIDIH i-Deal-profile experiment (20)

Wmc lab (1)
Wmc lab (1)Wmc lab (1)
Wmc lab (1)
 
MuleSoft Surat Virtual Meetup#4 - Anypoint Monitoring and MuleSoft dataloader.io
MuleSoft Surat Virtual Meetup#4 - Anypoint Monitoring and MuleSoft dataloader.ioMuleSoft Surat Virtual Meetup#4 - Anypoint Monitoring and MuleSoft dataloader.io
MuleSoft Surat Virtual Meetup#4 - Anypoint Monitoring and MuleSoft dataloader.io
 
Computer Vision based Automated Spare Part Finder App.pptx
Computer Vision based  Automated Spare Part Finder App.pptxComputer Vision based  Automated Spare Part Finder App.pptx
Computer Vision based Automated Spare Part Finder App.pptx
 
Automatic Model Training Engine
Automatic Model Training EngineAutomatic Model Training Engine
Automatic Model Training Engine
 
CCI 2019 - PowerApps for Enterprise Developers
CCI 2019 - PowerApps for Enterprise DevelopersCCI 2019 - PowerApps for Enterprise Developers
CCI 2019 - PowerApps for Enterprise Developers
 
Best Practices to Build Marketplace-Ready Integrations
Best Practices to Build Marketplace-Ready IntegrationsBest Practices to Build Marketplace-Ready Integrations
Best Practices to Build Marketplace-Ready Integrations
 
Delivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoDelivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing Choreo
 
EC6612 VLSI Design Lab Manual
EC6612 VLSI Design Lab ManualEC6612 VLSI Design Lab Manual
EC6612 VLSI Design Lab Manual
 
Trimantra - Project Portfolio_NET
Trimantra - Project Portfolio_NETTrimantra - Project Portfolio_NET
Trimantra - Project Portfolio_NET
 
Case study for free advertising platform for businesses with ios & android ap...
Case study for free advertising platform for businesses with ios & android ap...Case study for free advertising platform for businesses with ios & android ap...
Case study for free advertising platform for businesses with ios & android ap...
 
Asp.net Developers portfolio and case study NicheTech
Asp.net Developers portfolio and case study NicheTechAsp.net Developers portfolio and case study NicheTech
Asp.net Developers portfolio and case study NicheTech
 
An introduction to microsoft power apps
An introduction to microsoft power appsAn introduction to microsoft power apps
An introduction to microsoft power apps
 
10 Key Criteria for Mobile Platform Selection
10 Key Criteria for Mobile Platform Selection10 Key Criteria for Mobile Platform Selection
10 Key Criteria for Mobile Platform Selection
 
Attendance System.pptx
Attendance System.pptxAttendance System.pptx
Attendance System.pptx
 
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
 
Overview PowerPlatform PowerApss
Overview PowerPlatform PowerApssOverview PowerPlatform PowerApss
Overview PowerPlatform PowerApss
 
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-systemZ sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
 
Introduction of Xcode
Introduction of XcodeIntroduction of Xcode
Introduction of Xcode
 
InVision Freehand InVision Freehan is an online d
InVision Freehand InVision Freehan is an online dInVision Freehand InVision Freehan is an online d
InVision Freehand InVision Freehan is an online d
 
Sample Capstone Projects from 2005
Sample Capstone Projects from 2005Sample Capstone Projects from 2005
Sample Capstone Projects from 2005
 

More from MIDIH_EU

Gare du MIDIH the EC focus on the DIHs network, eDIHs in Digital Europe Prog...
Gare du MIDIH  the EC focus on the DIHs network, eDIHs in Digital Europe Prog...Gare du MIDIH  the EC focus on the DIHs network, eDIHs in Digital Europe Prog...
Gare du MIDIH the EC focus on the DIHs network, eDIHs in Digital Europe Prog...
MIDIH_EU
 

More from MIDIH_EU (20)

GARE du MIDIH the DIHIWARE collaboration platform for mastering your digita...
GARE du MIDIH   the DIHIWARE collaboration platform for mastering your digita...GARE du MIDIH   the DIHIWARE collaboration platform for mastering your digita...
GARE du MIDIH the DIHIWARE collaboration platform for mastering your digita...
 
GARE du MIDIH Open Digital Platforms the adoption of a standards-based open...
GARE du MIDIH   Open Digital Platforms the adoption of a standards-based open...GARE du MIDIH   Open Digital Platforms the adoption of a standards-based open...
GARE du MIDIH Open Digital Platforms the adoption of a standards-based open...
 
GARE du MIDIH MIDIH, towards a flexible, modular and open source reference ...
GARE du MIDIH   MIDIH, towards a flexible, modular and open source reference ...GARE du MIDIH   MIDIH, towards a flexible, modular and open source reference ...
GARE du MIDIH MIDIH, towards a flexible, modular and open source reference ...
 
GARE du MIDIH Digital Manufacturing Platforms in H2020 and in future Digita...
GARE du MIDIH   Digital Manufacturing Platforms in H2020 and in future Digita...GARE du MIDIH   Digital Manufacturing Platforms in H2020 and in future Digita...
GARE du MIDIH Digital Manufacturing Platforms in H2020 and in future Digita...
 
GARE du MIDIH DIH collaboration model
GARE du MIDIH   DIH collaboration modelGARE du MIDIH   DIH collaboration model
GARE du MIDIH DIH collaboration model
 
GARE du MIDIH Methods and Tools to enhance DIHs Digital Transformation powe...
GARE du MIDIH   Methods and Tools to enhance DIHs Digital Transformation powe...GARE du MIDIH   Methods and Tools to enhance DIHs Digital Transformation powe...
GARE du MIDIH Methods and Tools to enhance DIHs Digital Transformation powe...
 
Gare du MIDIH the EC focus on the DIHs network, eDIHs in Digital Europe Prog...
Gare du MIDIH  the EC focus on the DIHs network, eDIHs in Digital Europe Prog...Gare du MIDIH  the EC focus on the DIHs network, eDIHs in Digital Europe Prog...
Gare du MIDIH the EC focus on the DIHs network, eDIHs in Digital Europe Prog...
 
Gare du MIDIH MIDIH general overview
Gare du MIDIH   MIDIH general overviewGare du MIDIH   MIDIH general overview
Gare du MIDIH MIDIH general overview
 
Mo.Le nec-midih_presentation_oc2
Mo.Le nec-midih_presentation_oc2Mo.Le nec-midih_presentation_oc2
Mo.Le nec-midih_presentation_oc2
 
Cemtec lcm midih-presentation-oc2
Cemtec lcm midih-presentation-oc2Cemtec lcm midih-presentation-oc2
Cemtec lcm midih-presentation-oc2
 
PGplant midih-presentation oc2
PGplant midih-presentation oc2PGplant midih-presentation oc2
PGplant midih-presentation oc2
 
Ii3DS novitech-midih_presentation_oc2
Ii3DS novitech-midih_presentation_oc2Ii3DS novitech-midih_presentation_oc2
Ii3DS novitech-midih_presentation_oc2
 
Best route beck et al-midih presentation oc2.
Best route beck et al-midih presentation oc2.Best route beck et al-midih presentation oc2.
Best route beck et al-midih presentation oc2.
 
Vibro box sitel midih-presentation oc2
Vibro box sitel midih-presentation oc2Vibro box sitel midih-presentation oc2
Vibro box sitel midih-presentation oc2
 
Smart poly ipf midih-presentation oc2
Smart poly ipf midih-presentation oc2Smart poly ipf midih-presentation oc2
Smart poly ipf midih-presentation oc2
 
Alter igit-cmbit midih-presentation oc2
Alter   igit-cmbit midih-presentation oc2Alter   igit-cmbit midih-presentation oc2
Alter igit-cmbit midih-presentation oc2
 
Dream bot tractonomy midih presentation oc2
Dream bot tractonomy midih presentation oc2Dream bot tractonomy midih presentation oc2
Dream bot tractonomy midih presentation oc2
 
Apeman masta midih-oc2_demo_day
Apeman masta midih-oc2_demo_dayApeman masta midih-oc2_demo_day
Apeman masta midih-oc2_demo_day
 
Proof energy@work midih oc2-demo_day
Proof energy@work midih oc2-demo_dayProof energy@work midih oc2-demo_day
Proof energy@work midih oc2-demo_day
 
DEMOKRITOS - Supreemo midih presentation-oc2_demo_day
DEMOKRITOS -  Supreemo midih presentation-oc2_demo_dayDEMOKRITOS -  Supreemo midih presentation-oc2_demo_day
DEMOKRITOS - Supreemo midih presentation-oc2_demo_day
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Recently uploaded (20)

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

MIDIH i-Deal-profile experiment

  • 1. PROFILE Personalized clothing design thROugh FashIon LifecyclE feeback loop by MIDIH data at rest Knowage and Orion Context Broker tools Speaker: Alessandro Canepa – i-Deal S.R.L.
  • 3. Experiment Overview PROFILE experiment aims demonstrating the potential for design and manufacturing by exploiting Knowage tool and Orion Context Broker to implement the industrial feedback loop through the whole clothing product life The experiment is related to Smart Product reference scenario. Cross border experimentation will be carried out in collaboration with VTT Technical Research Center for Real Time Stream Data Analytics.
  • 4. Experiment Overview The simulations are based on 3 datasets, acquired by i-Deal: • consumer morphology 3D measures and preferences (acquired by ISizeYou app); • clothing production measures and fitting trends (acquired from the clothing manufacturers); • e-commerce filtering and analysis (developed in Somatch H2020 project). The experiment enables this loop by providing 3 levels of modeling and simulation: • current design VS present consumers; • new design VS present consumers; • new design VS new target consumers;
  • 6. Implementation The components developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage
  • 8. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage The Simulation APP is a graphical web interface (developed in PHP language) to drive the entire process from sharing datasets to perform simulations and get back the results. This web application drives the entire process to perform simulations. More precisely the workflow is the following: • By using the web application, the operator shares the previous mentioned dataset with the Orion Context Broker by calling the sharing API; • Then, he/she launch simulations by calling the Simulation API; • Finally, the simulation results are stored in Knowage database (useful for the cockpit) and retrieved by the web application
  • 9. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage The Login
  • 10. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage Dashboard to sum-up users' datasets of Simulation APP
  • 12. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage Population dataset of Simulation APP
  • 14. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage Clothing dataset of Simulation APP
  • 16. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage Simulation dataset of Simulation APP
  • 18. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage The Dataset sharing API is devoted to extract datasets information from local database (both for user and clothing) and to store them into the Orion Context Broker. The API is developed in PHP language and is deployed within the Simulation APP.
  • 19. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage The Simulation API implements the core of the simulation activities. In particular, it offers the following functionalities: • Read datasets information from Orion Context Broker and store into local Knowage database; • Store simulation results to Knowage database; • Extract simulation results from Knowage database to be exported into Orion Context Broker (optional) or to be accessible from external service(s) or API(s); • Perform classification of users and clothing; • Perform simulation analysis.
  • 20. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage The Simulation result cockpit is implemented by using the cockpit functionality of Knowage tool, shows: • A table that sum-up the simulation results; • A chart to show ‘Current collection VS current population’ coverage results for male and female; • A chart to show ‘Current collection VS new population’ coverage results for male and female; • A chart to show ‘New collection VS current population’ coverage results for male and female; • A chart to show ‘New collection VS new population’ coverage results for male and female.
  • 21. Implementation The components filled in blue are developed during the MIDIH experiment and are: • Simulation APP: a web application to show datasets, launch simulations and show related results; • Dataset sharing API: an API to share datasets from I-Deal to Orion Context Broker; • Simulation API: an API to get data from Orion Context Broker, perform simulations and get back the results; • Simulation result cockpit: a graphical interface to show simulation results by table and a set of charts, built directly on Knowage The Simulation result cockpit is implemented by using the cockpit functionality of Knowage tool, shows: • A table that sum-up the simulation results;
  • 28. Experiment Report The objective of this experiment is to perform real-time simulations in order to detect the population coverage for a clothing design. Coverage is expressed by a percentage that is required to: • Help stylist during the definition of clothing measures and size development; • Define the correct size development for clothing production phase. During this experiment we consider the following populations: • Current market (Italy): 4950 males and 4938 females; • New market (Germany): 4948 males and 4934. And the following collections for clothing: • Current collection (Season 2018 of Piacenza): family 18 (fam18) for males and family 59 (fam59) for females, which respectively contains #16 models for males and #9 models for females; • New collection (Season 2019 of Piacenza): family 21 (fam21) for males and family 60 (fam60) for females, which respectively contains #18 models for males and #11 models for females.
  • 29. Experiment Report The objective of this experiment is to perform real-time simulations in order to detect the population coverage for a clothing design. Coverage is expressed by a percentage that is required to • help stylist during the definition of clothing measures and size development; • define the correct size development for clothing production phase. Performing the four simulations on these datasets we obtain the following results: Simulation no Simulation type Male percentage coverage Female percentage coverage 1 Current collection VS current population 57,66 % 54,46 % 2 Current collection VS new population 36,76 % 30,52 % 3 New collection VS current population 95,56 % 92,24 % 4 New collection VS new population 75,02 % 84,86 %
  • 30. KPIs
  • 31. KPIs collected 1. Design success rate: the sales season to retail is ongoing and the results are positive on the side of Piacenza, especially as regards the fit feedbacks from foreign buyers. The retail F/W season will start in September and it will provide the final feedback from consumers but, on the basis of the available information the expected value to increase from 5% to 15% will be reasonably reached. 2. Design costs: the process applied to the families of products of F/F 2019/20 season of Piacenza has revealed an effective reduction of the costs of product development due to the rapid real time feedback provided to the modellist as to support the new model fitting definition. Extended to the whole clothing collection the process has the potential to reach more than 20% cost target reduction. The aggregated impact at the whole collection level will result even increased when there is a prevalence of woman designs, which have a higher rate of renewal in comparison with men’s ones, requiring a deeper design and fitting effort from the style offices. 3. Design development timing: for F/W 2019/20 season of Piacenza the real time feedback as regards the fitting definition on the basis of the simulations carried out for the new designs in relation with current and new target users has provided a direct and effective support to the modellist in charge to define the measures of the new designs. The process has confirmed the potential to reach the expected time reduction of 2-4 weeks of product development.
  • 33. Exploitation • PROFILE experiment has led to the implementation of a real time delivery of the 3 levels of simulation required to support the design a new clothing collection on the basis of i-Deal services: current design VS present consumers (reference success rate of present product), new design VS present consumers (simulated success of the new collection), new design VS new target consumers (simulated success rate of new collection in a new market). • The real time release of the results of them has removed a significant bottleneck to i-Deal service exploitation, which will start from its established customers: Piacenza (active in the field of traditional clothing), Sparco (sport technical apparel) and Grassi (worker protection clothing). • Demonstrated the technical feasibility the additional efforts required will be focuses on the creation of the proper user interface, in the first period dedicated to the internal operators of i-deal to better define and test them. In a second time they will be adapted for the eventual direct use by customers designers
  • 35. Conclusions The objective of this experiment is divided into 3 phases: • Dataset collection; • Design and implementation; • Run. At the end of this phase we also perform tests on: • Orion Context Broker APIs to get token, post, get and delete an entity • Knowage to configure datasets, define cockpit tables and graphs
  • 36. Technical conclusions • During these tests we appreciate that Orion Context Broker is easy to adopt, in particular, that it is possible to use a public instance. This simplifies the deployment because there is no need to install a dedicated instance of this component. • On the contrary Knowage does not provide a public instance, therefore a fresh installation is needed. However, the setup of this tool is quite easy. • We encountered some difficulties on sharing a cockpit as a public URL but reading the documentation we understand that is probably an issue related to the adopted version. Then our suggestion is to better explain and simplify the process to publish the content of a cockpit. • Orion Context Broker creates the opportunity to collect data from different sources: a) same provider and different sources (Piacenza physical shops, not only e-commerce) b) different provider and different source: (sales from other vendors/designers and from e-commerce and physical shops) • Exploiting Knowage features, it is possible to elaborate more complex report, for example, adding dedicated functions to perform economic impacts on sales and collections. The obtained results demonstrated that experiment had success and it is possible to offer a business service to clothing designers in order to reduce the collection failures.
  • 37. Business conclusions • It is advisable to concentrate the efforts on functionalities and data, relying on specific tools to collect (e.g. Orion Context Broker) and report data (e.g. Knowage). Therefore, the lesson is trying to integrate existing component rather than create new ones. This is very important for SMEs with low budgets; • The design of new collection can get significant benefit from the deployed tool to help stylist in order to obtain high success rate for a particular population and to reduce collection failures; • The clothing measures and size development are strongly related to population morphotypes: to increase the success rate on a new market, the morphotypes analysis and the matching simulation provides significant benefits. In conclusion PRIVATE experiment has successfully demonstrated the possibility to run the 3 levels of simulation of its service to support clothing design in real time by the exploitation of the potential of Orion Context Broker and of Knowage, enabling i-Deal to provide its service in real time and removing a significant bottleneck to its commercial development.