16 research outputs found

    Fuel Consumption Prediction for a Passenger Ferry using Machine Learning and In-service Data: A Comparative Study

    Full text link
    As the importance of eco-friendly transportation increases, providing an efficient approach for marine vessel operation is essential. Methods for status monitoring with consideration to the weather condition and forecasting with the use of in-service data from ships requires accurate and complete models for predicting the energy efficiency of a ship. The models need to effectively process all the operational data in real-time. This paper presents models that can predict fuel consumption using in-service data collected from a passenger ship. Statistical and domain-knowledge methods were used to select the proper input variables for the models. These methods prevent over-fitting, missing data, and multicollinearity while providing practical applicability. Prediction models that were investigated include multiple linear regression (MLR), decision tree approach (DT), an artificial neural network (ANN), and ensemble methods. The best predictive performance was from a model developed using the XGboost technique which is a boosting ensemble approach. \rvv{Our code is available on GitHub at \url{https://github.com/pagand/model_optimze_vessel/tree/OE} for future research.Comment: 20 pages, 11 figures, 7 table

    An Empirical Study on L2 Accents of Cross-lingual Text-to-Speech Systems via Vowel Space

    Full text link
    With the recent developments in cross-lingual Text-to-Speech (TTS) systems, L2 (second-language, or foreign) accent problems arise. Moreover, running a subjective evaluation for such cross-lingual TTS systems is troublesome. The vowel space analysis, which is often utilized to explore various aspects of language including L2 accents, is a great alternative analysis tool. In this study, we apply the vowel space analysis method to explore L2 accents of cross-lingual TTS systems. Through the vowel space analysis, we observe the three followings: a) a parallel architecture (Glow-TTS) is less L2-accented than an auto-regressive one (Tacotron); b) L2 accents are more dominant in non-shared vowels in a language pair; and c) L2 accents of cross-lingual TTS systems share some phenomena with those of human L2 learners. Our findings imply that it is necessary for TTS systems to handle each language pair differently, depending on their linguistic characteristics such as non-shared vowels. They also hint that we can further incorporate linguistics knowledge in developing cross-lingual TTS systems.Comment: Submitted to ICASSP 202

    Latent Filling: Latent Space Data Augmentation for Zero-shot Speech Synthesis

    Full text link
    Previous works in zero-shot text-to-speech (ZS-TTS) have attempted to enhance its systems by enlarging the training data through crowd-sourcing or augmenting existing speech data. However, the use of low-quality data has led to a decline in the overall system performance. To avoid such degradation, instead of directly augmenting the input data, we propose a latent filling (LF) method that adopts simple but effective latent space data augmentation in the speaker embedding space of the ZS-TTS system. By incorporating a consistency loss, LF can be seamlessly integrated into existing ZS-TTS systems without the need for additional training stages. Experimental results show that LF significantly improves speaker similarity while preserving speech quality.Comment: Accepted to ICASSP 202

    Corporate governance and conditional skewness in the world’s stock markets

    Full text link
    We investigate why stock returns in emerging markets tend to be more positively skewed than those in developed markets. We argue that differences in the quality of corporate governance matter to return skewness. Using return data from more than fourteen thousand individual stocks in 38 countries, we find that positive skewness is most profound in stocks from markets that have poor corporate governance. Our results are robust to a variety of model specifications, different measures of return asymmetries, and alternative measures of corporate governance. Finally, analogous results are also obtained from aggregate stock market returns

    Design of LSM-tree-based Key-value SSDs with Bounded Tails

    Full text link
    Key-value store based on a log-structured merge-tree (LSM-tree) is preferable to hash-based key-value store, because an LSM-tree can support a wider variety of operations and show better performance, especially for writes. However, LSM-tree is difficult to implement in the resource constrained environment of a key-value SSD (KV-SSD), and, consequently, KV-SSDs typically use hash-based schemes. We present PinK, a design and implementation of an LSM-tree-based KV-SSD, which compared to a hash-based KV-SSD, reduces 99th percentile tail latency by 73%, improves average read latency by 42%, and shows 37% higher throughput. The key idea in improving the performance of an LSM-tree in a resource constrained environment is to avoid the use of Bloom filters and instead, use a small amount of DRAM to keep/pin the top levels of the LSM-tree. We also find that PinK is able to provide a flexible design space for a wide range of KV workloads by leveraging the read-write tradeoff in LSM-trees. © 2021 Association for Computing Machinery.1

    PinK: High-speed In-storage Key-value Store with Bounded Tails

    Full text link
    Key-value store based on a log-structured merge-tree (LSM-tree) is preferable to hash-based KV store because an LSM-tree can support a wider variety of operations and show better performance, especially for writes. However, LSM-tree is difficult to implement in the resource constrained environment of a key-value SSD (KV-SSD) and consequently, KV-SSDs typically use hash-based schemes. We present PinK, a design and implementation of an LSM-tree-based KV-SSD, which compared to a hash-based KV-SSD, reduces 99th percentile tail latency by 73%, improves average read latency by 42% and shows 37% higher throughput. The key idea in improving the performance of an LSM-tree in a resource constrained environment is to avoid the use of Bloom filters and instead, use a small amount of DRAM to keep/pin the top levels of the LSM-tree. Copyright © Proc. of the 2020 USENIX Annual Technical Conference, ATC 2020. All rights reserved

    Compact Band-Selective Power Divider Using One-Dimensional Metamaterial Structure

    Full text link
    A band-selective power divider is demonstrated for the first time. By replacing lumped element right-handed (RH) and left-handed (LH) transmission lines (TL) in a conventional Wilkinson power divider, it is possible to achieve both power division and filtering simultaneously. By utilizing the positive phase propagation property of an RHTL, which works as a low-pass filter, and the negative phase propagation property of an LHTL, which works as a high-pass filter, the band-selective quarter-wave sections required to construct a Wilkinson power divider are implemented. The fabricated circuit shows an insertion loss in the range 1.7 dB–2.5 dB in the passband, with the circuit dimensions of merely 12 mm by 10 mm
    corecore