skip to main content
10.1145/3578178.3578235acmotherconferencesArticle/Chapter ViewAbstractPublication PageshpcasiaConference Proceedingsconference-collections
research-article

Parallelization of Automatic Tuning for Hyperparameter Optimization of Pedestrian Route Prediction Applications using Machine Learning

Published: 27 February 2023 Publication History

Abstract

We study software automatic tuning. Automatic tuning tools using iterative one-dimensional search estimate hyperparameters of machine learning programs. Iterative one-dimensional search searches the parameter space consisting of possible values of the parameters to be tuned by repeatedly measuring and evaluating the target program. Since it takes time to train a machine learning program, estimating the optimal hyperparameters is time-consuming. Therefore, we propose a method to reduce the time required for automatic tuning by parallelization of iterative one-dimensional search. For parallelization, we use multiple job execution on a supercomputer that can utilize multiple GPUs, which is effective for machine learning. In this method, each job measures different hyperparameters. The next search point is determined by referring to the data obtained from each job. The target program is a pedestrian path prediction application. This program predicts future routes and arrival points based on past pedestrian trajectory data. The program is intended to be used in a variety of locations, and the locations and movement patterns will vary depending on the dataset used for training. We hypothesized that the estimation results of one dataset could be used for automatic tuning of another dataset, thereby reducing the time required for automatic tuning. Experimental results confirm that the parallelized iterative one-dimensional search reduces the estimation time from 89.5 hours to 4 hours compared to the sequential search. We also show that the iterative one-dimensional search efficiently investigates the point at which the performance index improves. Moreover, the hyperparameters estimated for one data set are used as the initial point for the search and automatic tuning for another data set. Compared to the results of automatic tuning with the currently used hyperparameters as the initial values, both the number of executions and execution time were reduced.

References

[1]
T. Katagiri and D. Takahashi, Japanese Auto-tuning Research: Auto-tuning Languages and FFT, Proceedings of the IEEE, Vol.106, Issue 11, pp. 2056-2067 (2018).
[2]
H. Kuroda, K. Naono, T. Iwashita, Special feature: Automatic software tuning in scientific computing, Academic journal "Information processing", vol. 50, Information Processing Society of Japan (2009) (in Japanese).
[3]
J. Bilmes, K. Asanovic, C.W. Chin, J. Demmel, Optimizing Matrix Multiply using PHiPAC: a Portable, High-Performance, ANSI C Coding Methodology, in Proc. the 11 th international conference in Supercomputing, Vol.97, pp.340-347 (1997).
[4]
T. Tanaka, R. Otsuka, A. Fujii, T. Katagiri, T. Imamura, Implementation of d-Spline based Incremental Performance Parameter Estimation Method with ppOpen-AT, Scientific Programming 2014, IOS Press, 22 4 pp.299-307, (2014).
[5]
M. Mochizuki, A. Fujii, T. Tanaka, T. Katagiri, Fast Multidimensional Performance Parameter Estimation with Multiple One-dimensional d-Spline Parameter Search, International Workshop on Automatic Performance Tuning (iWAPT2017), (2017)
[6]
T. Tabeta, N. Seki, A. Fuji, T. Tanaka, H. Takizawa, An Optimization Technology of Software Auto-Tuning Applied to Machine Learning Software, Poster Session on HPCAsia2020 (2020).
[7]
S. Fujika, T. Tabeta, A. Fujii, T. Tanaka, Y. Kato, S. Ohshima, T. Katagiri, Application and Stability Verification of Parallelized Automatic Tuning to Machine Learning Programs on GPU Cluster, IPSJ Technical Report, vol.2021-HPC-178, No.16, pp.1-8 (2021) (in Japanese).
[8]
S. Fujika, T. Tanaka, A. Fujii, Y. Kato, S. Ohshima, T. Katagiri, Parallelization of Automatic Tuning by ExecutingMachine Learning Programs in Multiple Jobs, Poster Session on HPCAsia2022 (2022).
[9]
R. Akabane, Y. Kato, Pedestrian Trajectory Prediction Based on Transfer Learning for Human-Following Mobile Robots, IEEE ACCESS, Vol.9, pp.126172-126185 (2021).
[10]
T. Tanaka, R. Otsuka, A. Fujii, T. Katagiri, T. Imamura, Implementation of d-Spline-based incremental performance parameter estimation method with ppOpen-AT, Scientific Programming 2014, vol. 22, no. 4, pp. 299-307, (2014).
[11]
T. Tanaka, T. Katagiri, T. Yuda, d-Spline Based Incremental Parameter Estimation in Automatic Performance Tuning, In Proceedings of the 8th International Conference on Applied Parallel Computing: State of the Art in Scientific Computing, LNCS, Springer, Vol. 4699, pp.986-995, (2007).
[12]
S. George C G, B. Sumathi, Grid Search Tuning of Hyperparameters in Random Forest Classifier for Customer Feedback Sentiment Prediction, International Journal of Advanced Computer Science and Applications, Vol. 11, No. 9 (2020).
[13]
J. Bergstra, Y. Bengio, L. Bottou, ed. Random Search for Hyper-Parameter Optimization, Journal of Machine Learning Research Vol.13, pp.281-305 (2012).
[14]
J. Močkus. On bayesian methods for seeking the extremum, Optimization Techniques IFIP Technical Conference Novosibirsk, pp 400–404 (1974).
[15]
A. Alahi, K. Goel, V. Ramanathan, A. Robicquet, L. Fei-Fei, S. Savarese, Social LSTM: Human Trajectory Prediction in Crowded Spaces, Proc. IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2016), July 1–7, 1974 pp.961-971 (2016).
[16]
P. Stefano, E. Andreas, S. Konrad, V. Gool, Luc, You'll never walk alone: Modeling social behavior for multi-target tracking, 2009 IEEE 12th International Conference on Computer Vision, pp 261-268 (2009).
[17]
L. Alon, C. Yiorgos, L. Dani, Computer graphics forum, Wiley Online Library, Vol.26, No.3, pp655-664 (2007).
[18]
F. James, S. Ali, Pets2009: Dataset and challenge, 2009 Twelfth IEEE international workshop on performance evaluation of tracking and surveillance, pp.1-6 (2009).
[19]
R. Alexandre, S. Amir, A. Alexandre, S. Silvio, Learning social etiquette: Human trajectory understanding in crowded scenes, European conference on computer vision, pp.549-565 (2016).
[20]
Information Technology Center, Nagoya University, Introducing the supercomputer "Flow", http://www.icts.nagoya-u.ac.jp/ja/sc/overview.html, (Last access: October 9, 2022)

Cited By

View all
  • (2024)Adaptation of XAI to Auto-tuning for Numerical Libraries2024 IEEE 17th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC)10.1109/MCSoC64144.2024.00095(556-563)Online publication date: 16-Dec-2024

Index Terms

  1. Parallelization of Automatic Tuning for Hyperparameter Optimization of Pedestrian Route Prediction Applications using Machine Learning
      Index terms have been assigned to the content through auto-classification.

      Recommendations

      Comments

      Information & Contributors

      Information

      Published In

      cover image ACM Other conferences
      HPCAsia '23: Proceedings of the International Conference on High Performance Computing in Asia-Pacific Region
      February 2023
      161 pages
      ISBN:9781450398053
      DOI:10.1145/3578178
      Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than the author(s) must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected].

      Publisher

      Association for Computing Machinery

      New York, NY, United States

      Publication History

      Published: 27 February 2023

      Permissions

      Request permissions for this article.

      Check for updates

      Author Tags

      1. Automatic Tuning
      2. Hyperparameter Estimation
      3. Machine learning

      Qualifiers

      • Research-article
      • Research
      • Refereed limited

      Funding Sources

      • Joint Usage/Research Center for Interdisciplinary Large-scale Information Infrastructures

      Conference

      HPC ASIA 2023

      Acceptance Rates

      HPCAsia '23 Paper Acceptance Rate 15 of 34 submissions, 44%;
      Overall Acceptance Rate 69 of 143 submissions, 48%

      Contributors

      Other Metrics

      Bibliometrics & Citations

      Bibliometrics

      Article Metrics

      • Downloads (Last 12 months)10
      • Downloads (Last 6 weeks)3
      Reflects downloads up to 05 Mar 2025

      Other Metrics

      Citations

      Cited By

      View all
      • (2024)Adaptation of XAI to Auto-tuning for Numerical Libraries2024 IEEE 17th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC)10.1109/MCSoC64144.2024.00095(556-563)Online publication date: 16-Dec-2024

      View Options

      Login options

      View options

      PDF

      View or Download as a PDF file.

      PDF

      eReader

      View online with eReader.

      eReader

      HTML Format

      View this article in HTML Format.

      HTML Format

      Figures

      Tables

      Media

      Share

      Share

      Share this Publication link

      Share on social media