Skip to main content

Showing 1–12 of 12 results for author: Fawaz, H I

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.09857  [pdf, other

    cs.LG cs.AI stat.ML

    Deep Unsupervised Domain Adaptation for Time Series Classification: a Benchmark

    Authors: Hassan Ismail Fawaz, Ganesh Del Grosso, Tanguy Kerdoncuff, Aurelie Boisbunon, Illyyne Saffar

    Abstract: Unsupervised Domain Adaptation (UDA) aims to harness labeled source data to train models for unlabeled target data. Despite extensive research in domains like computer vision and natural language processing, UDA remains underexplored for time series data, which has widespread real-world applications ranging from medicine and manufacturing to earth observation and human activity recognition. Our pa… ▽ More

    Submitted 18 December, 2023; v1 submitted 15 December, 2023; originally announced December 2023.

  2. arXiv:2309.16353  [pdf, other

    cs.LG

    ShapeDBA: Generating Effective Time Series Prototypes using ShapeDTW Barycenter Averaging

    Authors: Ali Ismail-Fawaz, Hassan Ismail Fawaz, François Petitjean, Maxime Devanne, Jonathan Weber, Stefano Berretti, Geoffrey I. Webb, Germain Forestier

    Abstract: Time series data can be found in almost every domain, ranging from the medical field to manufacturing and wireless communication. Generating realistic and useful exemplars and prototypes is a fundamental data analysis task. In this paper, we investigate a novel approach to generating realistic and useful exemplars and prototypes for time series data. Our approach uses a new form of time series ave… ▽ More

    Submitted 28 September, 2023; originally announced September 2023.

    Comments: Published in AALTD workshop at ECML/PKDD 2023

  3. arXiv:2010.00567  [pdf, other

    cs.LG cs.AI stat.ML

    Deep learning for time series classification

    Authors: Hassan Ismail Fawaz

    Abstract: Time series analysis is a field of data science which is interested in analyzing sequences of numerical values ordered in time. Time series are particularly interesting because they allow us to visualize and understand the evolution of a process over time. Their analysis can reveal trends, relationships and similarities across the data. There exists numerous fields containing data in the form of t… ▽ More

    Submitted 1 October, 2020; originally announced October 2020.

    Comments: PhD thesis

  4. InceptionTime: Finding AlexNet for Time Series Classification

    Authors: Hassan Ismail Fawaz, Benjamin Lucas, Germain Forestier, Charlotte Pelletier, Daniel F. Schmidt, Jonathan Weber, Geoffrey I. Webb, Lhassane Idoumghar, Pierre-Alain Muller, François Petitjean

    Abstract: This paper brings deep learning at the forefront of research into Time Series Classification (TSC). TSC is the area of machine learning tasked with the categorization (or labelling) of time series. The last few decades of work in this area have led to significant progress in the accuracy of classifiers, with the state of the art now represented by the HIVE-COTE algorithm. While extremely accurate,… ▽ More

    Submitted 5 December, 2020; v1 submitted 11 September, 2019; originally announced September 2019.

  5. arXiv:1908.07319  [pdf, other

    cs.LG cs.AI stat.ML

    Accurate and interpretable evaluation of surgical skills from kinematic data using fully convolutional neural networks

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Purpose: Manual feedback from senior surgeons observing less experienced trainees is a laborious task that is very expensive, time-consuming and prone to subjectivity. With the number of surgical procedures increasing annually, there is an unprecedented need to provide an accurate, objective and automatic evaluation of trainees' surgical skills in order to improve surgical practice. Methods: In th… ▽ More

    Submitted 20 August, 2019; originally announced August 2019.

    Comments: Accepted at IJCARS Special Issue for MICCAI 2018

  6. arXiv:1904.07302  [pdf, other

    cs.CV cs.AI cs.LG stat.ML

    Automatic alignment of surgical videos using kinematic data

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, François Petitjean, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Over the past one hundred years, the classic teaching methodology of "see one, do one, teach one" has governed the surgical education systems worldwide. With the advent of Operation Room 2.0, recording video, kinematic and many other types of data during the surgery became an easy task, thus allowing artificial intelligence systems to be deployed and used in surgical and medical practice. Recently… ▽ More

    Submitted 26 April, 2019; v1 submitted 3 April, 2019; originally announced April 2019.

    Comments: Accepted at AIME 2019

  7. arXiv:1903.07054  [pdf, other

    cs.LG cs.CR stat.ML

    Adversarial Attacks on Deep Neural Networks for Time Series Classification

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Time Series Classification (TSC) problems are encountered in many real life data mining tasks ranging from medicine and security to human activity recognition and food safety. With the recent success of deep neural networks in various domains such as computer vision and natural language processing, researchers started adopting these techniques for solving time series data mining problems. However,… ▽ More

    Submitted 26 April, 2019; v1 submitted 17 March, 2019; originally announced March 2019.

    Comments: Accepted at IJCNN 2019

  8. Deep Neural Network Ensembles for Time Series Classification

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Deep neural networks have revolutionized many fields such as computer vision and natural language processing. Inspired by this recent success, deep learning started to show promising results for Time Series Classification (TSC). However, neural networks are still behind the state-of-the-art TSC algorithms, that are currently composed of ensembles of 37 non deep learning based classifiers. We attri… ▽ More

    Submitted 26 April, 2019; v1 submitted 15 March, 2019; originally announced March 2019.

    Comments: Accepted at IJCNN 2019

  9. Transfer learning for time series classification

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Transfer learning for deep neural networks is the process of first training a base network on a source dataset, and then transferring the learned features (the network's weights) to a second network to be trained on a target dataset. This idea has been shown to improve deep neural network's generalization capabilities in many computer vision tasks such as image recognition and object localization.… ▽ More

    Submitted 5 November, 2018; originally announced November 2018.

    Comments: Accepted at IEEE International Conference on Big Data 2018

  10. arXiv:1809.04356  [pdf, other

    cs.LG cs.AI stat.ML

    Deep learning for time series classification: a review

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Time Series Classification (TSC) is an important and challenging problem in data mining. With the increase of time series data availability, hundreds of TSC algorithms have been proposed. Among these methods, only a few have considered Deep Neural Networks (DNNs) to perform this task. This is surprising as deep learning has seen very successful applications in the last years. DNNs have indeed revo… ▽ More

    Submitted 14 May, 2019; v1 submitted 12 September, 2018; originally announced September 2018.

    Comments: Accepted at Data Mining and Knowledge Discovery

  11. arXiv:1808.02455  [pdf, other

    cs.CV cs.AI

    Data augmentation using synthetic data for time series classification with deep residual networks

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: Data augmentation in deep neural networks is the process of generating artificial data in order to reduce the variance of the classifier with the goal to reduce the number of errors. This idea has been shown to improve deep neural network's generalization capabilities in many computer vision tasks such as image recognition and object localization. Apart from these applications, deep Convolutional… ▽ More

    Submitted 7 August, 2018; originally announced August 2018.

    Comments: Accepted at AALTD'18 workshop in ECML/PKDD

  12. Evaluating surgical skills from kinematic data using convolutional neural networks

    Authors: Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane Idoumghar, Pierre-Alain Muller

    Abstract: The need for automatic surgical skills assessment is increasing, especially because manual feedback from senior surgeons observing junior surgeons is prone to subjectivity and time consuming. Thus, automating surgical skills evaluation is a very important step towards improving surgical practice. In this paper, we designed a Convolutional Neural Network (CNN) to evaluate surgeon skills by extracti… ▽ More

    Submitted 7 June, 2018; originally announced June 2018.

    Comments: Accepted at MICCAI 2018