<?xml version="1.0" encoding="UTF-8"?>
<ArticleSet xmlns="http://www.openarchives.org/OAI/2.0/">
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2644-1284</Issn>
      <Volume>5</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Skewing Technology for Permanent Magnet Synchronous Motors: A Comprehensive Review and Recent Trends</ArticleTitle>
    <FirstPage LZero="delete">1251</FirstPage>
    <LastPage>1273</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Ren</FirstName>
        <LastName>Tsunata</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Masatsugu</FirstName>
        <LastName>Takemoto</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>This article gives a comprehensive overview of the current research trends in the skewing technique for permanent magnet synchronous motors (PMSMs). The skewing technique has been widely used in many applications to reduce the cogging torque and torque ripple in PMSMs. There are many ways to implement the skew, and new techniques are continually being developed. First, this article summarizes the types of skew structures and presents a survey of existing techniques. Specific emphasis is placed on what kind of skew structure is selected depending on the PMSM configuration. Second, the optimal value of the skew angle for each structure is comprehensively explained, and the discrepancy between theory and finite element analysis is discussed. The definition of skew angle varies across the literature, and one of the purposes of this article is to organize the definition in an easy-to-understand manner. In addition, this article offers three-dimensional finite element analysis (3D-FEA) results of various PMSMs employing the skew for quantitative comparison. Then, this article discusses the properties of PMSMs using the skew by structure and the latest trends, and finally describes future prospects.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Additive manufacturing (AM)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">axial leakage flux</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">cogging torque</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">electrical machine</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">finite element analysis (FEA)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">induction motor (IM)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">interior permanent magnet synchronous motor (IPMSM)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">noise</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">patents</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">permanent magnet synchronous motor (PMSM)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">skew</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">surface permanent magnet synchronous motor (SPMSM)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">torque ripple</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">total harmonic distortion (THD)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">traction motor</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">transportation</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">vibration</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>12</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Detecting Unintended Redirects to Malicious Websites on Android Devices Based on URL-Switching Interval</ArticleTitle>
    <FirstPage LZero="delete">153285</FirstPage>
    <LastPage>153294</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Toshihiro</FirstName>
        <LastName>Yamauchi</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Rintaro</FirstName>
        <LastName>Orito</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Koji</FirstName>
        <LastName>Ebisu</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Masaya</FirstName>
        <LastName>Sato</LastName>
        <Affiliation>Faculty of Computer Science and Systems Engineering, Okayama Prefectural University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Website clicks that redirect Android-phone users to malicious websites with fake virus alerts or phishing attacks are increasing exponentially. Although a uniform resource locator (URL) blocklist is considered a suitable countermeasure to such attacks, it is difficult to efficiently identify malicious websites. To the best of our knowledge, no research has focused on detecting attacks that redirect Android-phone users to malicious websites. Therefore, we propose a redirect-detection method that focuses on the URL bar-switching interval of Android-based Google Chrome browser. The proposed method, which can be easily installed as an Android application, uses the Android accessibility service to detect unintended redirects to malicious websites without collecting information about these websites in advance. This paper details the design, implementation, and evaluation results of the proposed application on an actual Android device. We determined the threshold values for the number of times the URL bar switches and the elapsed time to determine redirects to malicious websites for the proposed method. Based on the results, we investigated the causes of false-positive detection of redirects to benign websites and offer solutions on handling them. We also present the threshold values that can minimize the false positive and negative rates, as well as the detection accuracy of the proposed method based on these threshold values. Additionally, we present the evaluations results based on the access logs of actual users participating in the WarpDrive project experiment, which indicate that the proposed method minimizes false positives and successfully detects most redirects to malicious websites.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Android</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">accessibility services</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">malicious websites</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">web-based attacks</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">web security</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>12</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>A Protection Scheme With Speech Processing Against Audio Adversarial Examples</ArticleTitle>
    <FirstPage LZero="delete">146551</FirstPage>
    <LastPage>146559</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Yuya</FirstName>
        <LastName>Tarutani</LastName>
        <Affiliation>Faculty of Interdisciplinary Science and Engineering in Health Systems, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Taisei</FirstName>
        <LastName>Yamamoto</LastName>
        <Affiliation>Graduate School of Interdisciplinary Science and Engineering in Health Systems, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Yukinobu</FirstName>
        <LastName>Fukushima</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Tokumi</FirstName>
        <LastName>Yokohira</LastName>
        <Affiliation>Faculty of Interdisciplinary Science and Engineering in Health Systems, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Machine learning technologies have improved the accuracy of speech recognition systems, and devices using those systems, such as smart speakers and AI assistants, are now in wide use. However, speech recognition systems have security vulnerabilities. In particular, a known machine learning vulnerability called audio adversarial examples (AAEs), which causes misrecognition in speech recognition systems, has become a problem. We propose a scheme for using speech processing to protect speech recognition systems from AAEs, preventing misrecognitions by slight processing of input speech that does not affect the recognition of normal speech. We use two kinds of processing: speed and frequency. Evaluation results show that the proposed scheme can reduce the success rate of attack speech to about 1% while maintaining about 85% recognition rates for normal speech.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Speech recognition system</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">security</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">audio adversarial example</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>12</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>MUSIC Spectrum Based Interference Detection, Localization, and Interference Arrival Prediction for mmWave IRS-MIMO System</ArticleTitle>
    <FirstPage LZero="delete">142592</FirstPage>
    <LastPage>142605</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Yafei</FirstName>
        <LastName>Hou</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Kazuto</FirstName>
        <LastName>Yano</LastName>
        <Affiliation>Wave Engineering Laboratories, Advanced Telecommunications Research Institute International</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Norisato</FirstName>
        <LastName>Suga</LastName>
        <Affiliation>Wave Engineering Laboratories, Advanced Telecommunications Research Institute International</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Julian</FirstName>
        <LastName>Webber</LastName>
        <Affiliation>Wave Engineering Laboratories, Advanced Telecommunications Research Institute International</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Satoshi</FirstName>
        <LastName>Denno</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Toshikazu</FirstName>
        <LastName>Sakano</LastName>
        <Affiliation>Wave Engineering Laboratories, Advanced Telecommunications Research Institute International</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>For a millimeter wave (mmWave) intelligent re-configurable surface (IRS)-MIMO system, if it can correctly detect the interference occurrence and their locations, the patterns of interference signal can be collected and learned using machine learning for the prediction of interference arrival. With the information of interference location and activity pattern, the capacity of the system can be largely improved using many techniques such as beamforming, interference cancellation, and transmission scheduling. This paper aims to detect interference occurrence using a low-complexity MUSIC (MUSIC: multiple signal classification) spectrum-based method, and then localize their sources for mmWave IRS-MIMO system. The MUSIC spectrum of wireless system can be regarded as somehow the 'signature' related to the signals transmitted from different users or interference. We utilize such property to detect the occurrence of interference, and then localize their sources in a low-complexity way. Finally, the pattern of interference occurrence can be learned to predict the interference arrival from the collected data. This paper also proposed an efficient probabilistic neural network (PNN)-based predictor for the interference arrival prediction and showed its prediction accuracy. From simulated results, our proposed method can achieve the correct results with the accuracy near to 100% when the fingerprint samples is over 10. In addition, the localization error can be within 1 m with more than 65% and 43% for Y-axis and X-axis, respectively. Finally, based on the results of the interference occurrence, the proposed PNN-based predictor for the interference arrival prediction can capture correctly the similar distribution function of the coming continuous idle status.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Interference detection</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">MUSIC spectrum</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">interference localization</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">prediction of interference arrival</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">probabilistic neural network</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>12</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Adaptive Resonance Theory-Based Global Topological Map Building for an Autonomous Mobile Robot</ArticleTitle>
    <FirstPage LZero="delete">111371</FirstPage>
    <LastPage>111385</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Yuichiro</FirstName>
        <LastName>Toda</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Naoki</FirstName>
        <LastName>Masuyama</LastName>
        <Affiliation>Graduate School of Informatics, Osaka Metropolitan University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>3D space perception is one of the key technologies for autonomous mobile robots that perform tasks in unknown environments. Among these, building global topological maps for autonomous mobile robots is a challenging task. In this study, we propose a method for learning topological structures from unknown data distributions based on competitive learning, a type of unsupervised learning. For this purpose, adaptive resonance theory-based Topological Clustering (ATC), which can avoid catastrophic forgetting of previously measured point clouds, is applied as a learning method. Furthermore, by extending ATC with Different Topologies (ATC-DT) with multiple topological structures for extracting the traversable information of terrain environments, a path planning method is realized that can reach target points set in an unknown environment. Path planning experiments in unknown environments show that, compared to other methods, ATC-DT can build a global topology map with high accuracy and stability using only measured 3D point cloud and robot position information.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Adaptive resonance theory</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">autonomous mobile robot</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">topological map</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>12</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Feasibility of Active Reactance Compensator for Autonomously Maximizing Repeater Coil Current of Wireless Power Transfer System Against Variations in Resonant Frequency and Magnetic Coupling Intensity</ArticleTitle>
    <FirstPage LZero="delete">98175</FirstPage>
    <LastPage>98188</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Masataka</FirstName>
        <LastName>Ishihara</LastName>
        <Affiliation>Faculty of Life, Environment, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Kazuhiro</FirstName>
        <LastName>Umetani</LastName>
        <Affiliation>Faculty of Life, Environment, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Akihiro</FirstName>
        <LastName>Konishi</LastName>
        <Affiliation>Graduate School of Science and Engineering, Chiba University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Eiji</FirstName>
        <LastName>Hiraki</LastName>
        <Affiliation>Faculty of Life, Environment, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>In resonant inductive coupling wireless power transfer systems, a repeater resonator is crucial in expanding the charging area, enabling efficient power supply to receivers, such as small Internet of Things (IoT) devices sparsely distributed in a wide area. However, the repeater current is highly susceptible to deviations in resonance frequency due to manufacturing tolerance and aging, as well as to the magnetic coupling between the transmitter and repeater coils, potentially leading to insufficient amplitude. Consequently, the magnetic field generated by the repeater decreases and the receiver may be difficult to obtain sufficient power from the transmitter via the repeater. To address this problem, this paper proposes a wireless power transfer system with active reactance compensators incorporated in the repeater and the transmitter. The proposed system can equivalently adjust the resonant frequencies of the transmitter and repeater to stably maximize the repeater coil current regardless of the variations in the resonant frequency and the magnetic coupling intensity. Experiments successfully verify that the proposed system can provide a more stable and larger repeater current and output power than the conventional system against the variations in the magnetic field intensity and the resonant frequency of the repeater, validating the feasibility of the proposed system for practical utilization of the repeater in expanding the charging area.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Resonant inductive coupling</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">wireless power transfer</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">repeater</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">intermediate resonator</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">frequency splitting phenomenon</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>12</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>WLAN Channel Status Duration Prediction for Audio and Video Services Using Probabilistic Neural Networks</ArticleTitle>
    <FirstPage LZero="delete">28201</FirstPage>
    <LastPage>28211</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Yafei</FirstName>
        <LastName>Hou</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Satoshi</FirstName>
        <LastName>Denno</LastName>
        <Affiliation>Faculty of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Due to massive increase in wireless access from smartphones, IoT devices, WLAN is aiming to improve its spectrum efficiency (SE) using many technologies. Some interesting techniques for WLAN systems are flexible allocation of frequency resource and cognitive radio (CR) techniques which expect to find more useful spectrum resource by modeling and then predicting of channel status using the captured statistics information of the used spectrum. This paper investigates the prediction accuracy of busy/idle duration of two major wireless services: audio service and video service using neural network based predictor. We first study the statistics distribution of their time-series busy/idle (B/I) duration, and then analyze the predictability of the busy/idle duration based on the predictability theory. Then, we propose a data categorization (DC) method which categorizes the duration of recent B/I duration according the their ranges to make the duration of next data be distributed into several streams. From the predictability analysis of each stream and the prediction performance using the probabilistic neural network (PNN), it can be confirmed that the proposed DC can improve the prediction accuracy of time-series data in partial streams.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Wireless LAN</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Wireless communication</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Media streaming</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Wireless sensor networks</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Resource management</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Probability distribution</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Channel allocation</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Audio-visual systems</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Data processing</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Predictive models</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Neural networks</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Channel status duration prediction</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">WLAN audio/video traffic</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">data predictability analysis</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">probabilistic neural network (PNN)</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>11</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2023</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>A Proposal of an Axial-Flux Permanent-Magnet Machine Employing SMC Core With Tooth-Tips Constructed by One-Pressing Process: Improving Torque and Manufacturability</ArticleTitle>
    <FirstPage LZero="delete">109435</FirstPage>
    <LastPage>109447</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Ren</FirstName>
        <LastName>Tsunata</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Masatsugu</FirstName>
        <LastName>Takemoto</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Jun</FirstName>
        <LastName>Imai</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Tatsuya</FirstName>
        <LastName>Saito</LastName>
        <Affiliation>Sumitomo Electric Industries Ltd.</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Tomoyuki</FirstName>
        <LastName>Ueno</LastName>
        <Affiliation>Sumitomo Electric Industries Ltd.</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>This study aims to improve the torque performance and manufacturability of axial-flux permanent magnet (AFPM) machines. Hence, we propose a novel AFPM machine that employs a soft magnetic composite (SMC) core with tooth-tips constructed by a one-pressing process and die. In this paper, the proposed AFPM machine is compared to two conventional AFPM machines using an SMC core. One of them has open-slot structure without tooth-tips. Another model employs an SMC core with tooth-tips pressed by a conventional pressing process that requires multiple operations and dies. As a result of the comparison, the proposed AFPM machine realizes a much higher torque than the two conventional machines. Additionally, the manufacturability of an SMC core with tooth-tips pressed by the proposed method is superior to the conventional one because the proposed structure can be realized by the one-pressing process and die. Furthermore, two prototypes of the proposed AFPM machine and the conventional one with an open-slot structure are fabricated, and then, they are compared by experiments. Consequently, the proposed AFPM machine achieves a 15.7% higher torque than that of the conventional machine using an open-slot structure. Finally, this paper presents an improved design of an AFPM machine with SMC cores using the proposed pressing process. As a result, the proposed AFPM realizes a 20% larger torque than that of a conventional model employing an open-slot structure.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Pressing</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Stator cores</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Magnetic cores</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Torque</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Atmospheric modeling</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Presses</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Manufacturing</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Mass production</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Axial-flux permanent magnet machine</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">soft magnetic composite (SMC)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">PMSM</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">tooth-tips</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">torque</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">press process</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">semi-closed slot structure</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">axial gap motor</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">mass production</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">YASA motor</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">shoe</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>11</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2023</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Design and Analysis of Hybrid-Excitation Variable Flux Memory Motor for Traction Applications: Improving Output Power in High-Speed Area During Six-Step Operation Mode</ArticleTitle>
    <FirstPage LZero="delete">82024</FirstPage>
    <LastPage>82036</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Ren</FirstName>
        <LastName>Tsunata</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Keito</FirstName>
        <LastName>Yokomichi</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Masatsugu</FirstName>
        <LastName>Takemoto</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Jun</FirstName>
        <LastName>Imai</LastName>
        <Affiliation>Graduate School of Environmental, Life, Natural Science and Technology, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Variable flux motors with adjustable magnetic flux have been gaining attention because of their capability to simultaneously achieve a high torque density and high efficiency. In addition, the output power characteristic, which is related to acceleration performance, in high-speed areas is important in traction applications. However, typical traction motors have lower output power in high-speed areas. In this paper, a Hybrid-Excitation Variable Flux Memory Motor (HE-VFMM) is therefore proposed to enhance output power characteristics under six-step operation mode in high-speed area. The proposed HE-VFMM can perform magnetic flux adjustment with two components: field winding and variable flux permanent magnet (VPM), thus dramatically increasing flux adjustment range. The simulation results show the proposed HE-VFMM achieves 23.7% higher output power at 17,000 rpm than that of an existing traction motor in Prius 4th generation that has the same size while maintaining high efficiency in the frequently used operating area. Additionally, it was found that variable magnetic flux is very effective in enhancing the output power, especially in the high-speed region because the magnetic saturation in the stator core is mitigated by field-weakening control. Consequently, as the rotational speed increases, an increase ratio of the output power caused by the adjustable magnetic flux becomes higher. This paper shows that the proposed HE-VFMM is an effective method for improving the problem of low output power in high-speed regions in traction motors.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Variable flux memory motor</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">hybrid excitation motor</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">traction applications</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">EV</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">HEV</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">six-step operation</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">one-pulse drive</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">output power density</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>11</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2023</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Stargazer: Long-Term and Multiregional Measurement of Timing/ Geolocation-Based Cloaking</ArticleTitle>
    <FirstPage LZero="delete">52750</FirstPage>
    <LastPage>52762</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Shota</FirstName>
        <LastName>Fujii</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Takayuki</FirstName>
        <LastName>Sato</LastName>
        <Affiliation>Research and Development Group, Hitachi Ltd.</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Sho</FirstName>
        <LastName>Aoki</LastName>
        <Affiliation>Research and Development Group, Hitachi Ltd.</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Yu</FirstName>
        <LastName>Tsuda</LastName>
        <Affiliation>National Institute of Information and Communications Technology</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Nobutaka</FirstName>
        <LastName>Kawaguchi</LastName>
        <Affiliation>Research and Development Group, Hitachi Ltd.</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Tomohiro</FirstName>
        <LastName>Shigemoto</LastName>
        <Affiliation>Research and Development Group, Hitachi Ltd.</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Masato</FirstName>
        <LastName>Terada</LastName>
        <Affiliation>Research and Development Group, Hitachi Ltd.</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Malicious hosts have come to play a significant and varied role in today's cyber attacks. Some of these hosts are equipped with a technique called cloaking, which discriminates between access from potential victims and others and then returns malicious content only to potential victims. This is a serious threat because it can evade detection by security vendors and researchers and cause serious damage. As such, cloaking is being extensively investigated, especially for phishing sites. We are currently engaged in a long-term cloaking study of a broader range of threats. In the present study, we implemented Stargazer, which actively monitors malicious hosts and detects geographic and temporal cloaking, and collected 30,359,410 observations between November 2019 and February 2022 for 18,397 targets from 13 sites where our sensors are installed. Our analysis confirmed that cloaking techniques are widely abused, i.e., not only in the context of specific threats such as phishing. This includes geographic and time-based cloaking, which is difficult to detect with single-site or one-shot observations. Furthermore, we found that malicious hosts that perform cloaking include those that survive for relatively long periods of time, and those whose contents are not present in VirusTotal. This suggests that it is not easy to observe and analyze the cloaking malicious hosts with existing technologies. The results of this study have deepened our understanding of various types of cloaking, including geographic and temporal ones, and will help in the development of future cloaking detection methods.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Cloaking</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">cyber security</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">geofencing</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">malcious host</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">time-series</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>11</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2023</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Artificial Neural Network Based Audio Reinforcement for Computer Assisted Rote Learning</ArticleTitle>
    <FirstPage LZero="delete">39466</FirstPage>
    <LastPage>39483</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Parisa</FirstName>
        <LastName>Supitayakul</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Zeynep </FirstName>
        <LastName>Yücel</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Akito</FirstName>
        <LastName>Monden</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>The dual-channel assumption of the cognitive theory of multimedia learning suggests that importing a large amount of information through a single (visual or audio) channel overloads that channel, causing partial loss of information, while importing it simultaneously through multiple channels relieves the burden on them and leads to the registration of a larger amount of information. In light of such knowledge, this study investigates the possibility of reinforcing visual stimuli with audio for supporting e-learners in memorization tasks. Specifically, we consider three kinds of learning material and two kinds of audio stimuli and partially reinforce each kind of material with each kind of stimuli in an arbitrary way. In a series of experiments, we determine the particular type of audio, which offers the highest improvement for each kind of material. Our work stands out as being the first study investigating the differences in memory performance in relation to different combinations of learning content and stimulus. Our key findings from the experiments are: (i) E-learning is more effective in refreshing memory rather than studying from scratch, (ii) Non-informative audio is more suited to verbal content, whereas informative audio is better for numerical content, (iii) Constant audio triggering degrades learning performance and thus audio triggering should be handled with care. Based on these findings, we develop an ANN-based estimator to determine the proper moment for triggering audio (i.e. when memory performance is estimated to be declining) and carry out follow-up experiments for testing the integrated framework. Our contributions involve (i) determination of the most effective audio for each content type, (ii) estimation of memory deterioration based on learners' interaction logs, and (iii) the proposal of improvement of memory registration through auditory reinforcement. We believe that such findings constitute encouraging evidence the memory registration of e-learners can be enhanced with content-aware audio incorporation.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Visualization</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Electronic learning</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Task analysis</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Estimation</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Vocabulary</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Memory management</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Learning (artificial intelligence)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">E-learning</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">neural networks</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">artificial intelligence</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">cognitive theory of multimedia learning</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">cognitive load</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">distinctiveness account</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">perceptual decoupling</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">adaptability</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">educational data mining</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>9</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2021</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Development of an Eye-Gaze Input System With High Speed and Accuracy through Target Prediction Based on Homing Eye Movements</ArticleTitle>
    <FirstPage LZero="delete">22688</FirstPage>
    <LastPage>22697</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Atsuo</FirstName>
        <LastName>Murata</LastName>
        <Affiliation>Department of Intelligent Mechanical Systems, Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Toshihisa</FirstName>
        <LastName>Doi</LastName>
        <Affiliation>Department of Intelligent Mechanical Systems, Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Kazushi</FirstName>
        <LastName>Kageyama</LastName>
        <Affiliation>Department of Intelligent Mechanical Systems, Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Waldemar</FirstName>
        <LastName>Karwowski</LastName>
        <Affiliation>Engineering and Management Systems, University of Central Florida</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>In this study, a method to predict a target on the basis of the trajectory of eye movements and to increase the pointing speed while maintaining high predictive accuracy is proposed. First, a predictive method based on ballistic (fast) eye movements (Approach 1) was evaluated in terms of pointing speed and predictive accuracy. In Approach 1, the so-called Midas touch problem (pointing to an unintended target) occurred, particularly when a small number of samples was used to predict a target. Therefore, to overcome the poor predictive accuracy of Approach 1, we developed a new predictive method (Approach 2) using homing (slow) eye movements rather than ballistic (fast) eye movements. Approach 2 overcame the disadvantage (inaccurate prediction) of Approach 1 by shortening the pointing time while maintaining high predictive accuracy.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Eye-gaze input</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">target predictive method</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">ballistic eye movement</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">homing eye movement</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">pointing time</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">predictive accuracy</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Midas touch</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2169-3536</Issn>
      <Volume>9</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2021</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Capacity Loss From Localization Error in MIMO Channel Using Leaky Coaxial Cable</ArticleTitle>
    <FirstPage LZero="delete">15929</FirstPage>
    <LastPage>15938</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Junjie</FirstName>
        <LastName>Zhu</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Yafei</FirstName>
        <LastName>Hou</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Kenta</FirstName>
        <LastName>Nagayama</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Satoshi</FirstName>
        <LastName>Denno</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Leaky coaxial (LCX) cable has been employed as antennas for wireless traffic over many linear-cell scenarios such as railway station, tunnels and shopping malls. In addition, LCX can be used for user localization and wireless power transfer (WPT). Compared with the equal power allocation method, the power allocation method for LCX system using positional information (PI) can improve its capacity with the same level of computational complexity. In this paper, we will investigate the level of capacity loss on the 2.4 GHz and 5 GHz band for the conventional equal power (EP) allocation method, the water-filling (WF) based power allocation, and our proposed low-complexity power allocation method for LCX system with PI. The results show that LCX system with our proposed method using PI can reduce the capacity loss due to localization error than that of others.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Leaky coaxial cable (LCX)</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">LCX-MIMO</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">positional information</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">channel capacity</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">power allocation</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>15566013</Issn>
      <Volume>15</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>2019</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Near-Optimal Detection for Binary Tardos Code by Estimating Collusion Strategy</ArticleTitle>
    <FirstPage LZero="delete">2069</FirstPage>
    <LastPage>2080</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N"> Tatsuya</FirstName>
        <LastName>Yasui</LastName>
        <Affiliation>Graduate School of Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Minoru</FirstName>
        <LastName>Kuribayashi</LastName>
        <Affiliation>Graduate School of Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Nobuo</FirstName>
        <LastName>Funabiki</LastName>
        <Affiliation>Graduate School of Natural Science and Technology, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Isao</FirstName>
        <LastName>Echizen</LastName>
        <Affiliation>National Institute of Informatics</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>A previously proposed optimal detector for bias-based fingerprinting codes such as Tardos and Nuida requires two kinds of important information: the number of colluders and the collusion strategy used to generate the pirated codeword. An estimator has now been derived for these two parameters. The bias in the pirated codeword is measured by observing the number of zeros and ones and compared with possible bias patterns calculated using information about the collusion strategy and number of colluders. Computer simulation demonstrated that the collusion strategy and number of colluders can be estimated with high probability and that the traceability of a detector using the proposed estimator is extremely close to being optimal.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">fingerprinting code</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">optimal detector</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">collusion strategy</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">number of colluders</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">estimator</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn/>
      <Volume/>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>1999</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Application of pneumatic parallel manipulator as haptic human interface</ArticleTitle>
    <FirstPage LZero="delete">185</FirstPage>
    <LastPage>190</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Masahiro</FirstName>
        <LastName>Takaiwa</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Toshiro</FirstName>
        <LastName>Noritsugu</LastName>
        <Affiliation/>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>When humans and robots implement a cooperative task, information (intention) transfer between them is an important problem as the task becomes complicated. In the paper, a haptic interface using a pneumatic parallel manipulator is developed to realize “information transfer by means of contact”. The contact information given by the human, namely contact force vector and contact point on the manipulator, is detected by the interface itself and such information is transferred to the robot by being connected with some reference signal. The pneumatic parallel manipulator works as a kind of elastic body even when its position is controlled owing to the air compressibility. Focusing on this characteristic and introducing an idea of compliance center with a spherical shell, contact force vector and contact point are detected without a force sensor. The validity of the proposed method is confirmed through some experiments.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Haptic Interface</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Pneumatic Driving System</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Parallel Manipulator</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Elastic Characteristic</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn/>
      <Volume>2</Volume>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>1996</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Development of a tactile sensing flexible actuator</ArticleTitle>
    <FirstPage LZero="delete">723</FirstPage>
    <LastPage>728</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Yutaka</FirstName>
        <LastName>Tanaka</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Akio</FirstName>
        <LastName>Gofuku</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Yuji</FirstName>
        <LastName>Fujino</LastName>
        <Affiliation/>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>&lt;p&gt;The disadvantages of flexible artificial fingers have been improved. The finger is provided with the tactile sense by two types of sensors to detect when the finger tip touches an object and to estimate both the finger force and object size. The rigidity is enhanced by equipping the finger with a reinforcing material similar to that of human bone. A prototype robot hand with four fingers has been manufactured for experiments and mounted on an industrial articulated robot. The effectiveness of the improved robot hand finger was confirmed throughout experimental tests of grasping action&lt;/p&gt;</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">actuators</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">manipulators</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">tactile sensors</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn/>
      <Volume/>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>1999</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Development of a video-rate range finder using dynamic threshold method for characteristic point detection</ArticleTitle>
    <FirstPage LZero="delete">932</FirstPage>
    <LastPage>937</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Yutaka</FirstName>
        <LastName>Tanaka</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Akio</FirstName>
        <LastName>Gofuku</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Nobuo</FirstName>
        <LastName>Takeda</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Isaku</FirstName>
        <LastName>Nagai</LastName>
        <Affiliation/>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>This study develops a video-rate stereo range finding circuit to obtain the depth of objects in a scene by processing video signals (R, G, B, and brightness signals) from binocular CCD cameras. The electronic circuit implements a dynamic threshold method to decrease the affect of signal noise in characteristic point detection, where a video signal from each CCD camera is compared with multiple thresholds, shifting dynamically by feeding back the previous comparison result. Several object depth measurement experiments for simple indoor scenes show that the dynamic threshold method gives high acquisition and correct rates of depth data compared with those by a fixed threshold method for the video signals and a relative method for R, G, and B signals utilized in the authors' previous range finders.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">Video-Rate Range Finder</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Stereo Color CCD Camera</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Autonomous Vehicle</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Detection of Characteristic Point</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Real-Time Measurement</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
  <Article>
    <Journal>
      <PublisherName>Institute of Electrical and Electronics Engineers</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn/>
      <Volume/>
      <Issue/>
      <PubDate PubStatus="ppublish">
        <Year>1997</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>Visual tracking of redundant features</ArticleTitle>
    <FirstPage LZero="delete">51</FirstPage>
    <LastPage>51</LastPage>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Koichi</FirstName>
        <LastName>Hashimoto</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Atsuhito</FirstName>
        <LastName>Aoki</LastName>
        <Affiliation/>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Toshiro</FirstName>
        <LastName>Noritsugu</LastName>
        <Affiliation/>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>This paper presents how the control performance of the feature-based visual servo system is improved by utilizing redundant features. Effectiveness of the redundant features is evaluated by the smallest singular value of the image Jacobian which is closely related to the accuracy in the world coordinate system. An LQ control scheme is used to resolve the controllability problem. Usefulness of the redundant features is verified by the real time experiments on a PUMA 560 manipulator.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">controllability</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">industrial manipulators</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">linear quadratic control</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">optical tracking</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">path planning</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">real-time systems</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">robot vision</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">sensitivity analysis</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">servomechanisms</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
</ArticleSet>
