• Title/Summary/Keyword: Software Comparison

Search Result 1,433, Processing Time 0.03 seconds

Deep Learning-Based Prediction of the Quality of Multiple Concurrent Beams in mmWave Band (밀리미터파 대역 딥러닝 기반 다중빔 전송링크 성능 예측기법)

  • Choi, Jun-Hyeok;Kim, Mun-Suk
    • Journal of Internet Computing and Services
    • /
    • v.23 no.3
    • /
    • pp.13-20
    • /
    • 2022
  • IEEE 802.11ay Wi-Fi is the next generation wireless technology and operates in mmWave band. It supports the MU-MIMO (Multiple User Multiple Input Multiple Output) transmission in which an AP (Access Point) can transmit multiple data streams simultaneously to multiple STAs (Stations). To this end, the AP should perform MU-MIMO beamforming training with the STAs. For efficient MU-MIMO beamforming training, it is important for the AP to estimate signal strength measured at each STA at which multiple beams are used simultaneously. Therefore, in the paper, we propose a deep learning-based link quality estimation scheme. Our proposed scheme estimates the signal strength with high accuracy by utilizing a deep learning model pre-trained for a certain indoor or outdoor propagation scenario. Specifically, to estimate the signal strength of the multiple concurrent beams, our scheme uses the signal strengths of the respective single beams, which can be obtained without additional signaling overhead, as the input of the deep learning model. For performance evaluation, we utilized a Q-D (Quasi-Deterministic) Channel Realization open source software and extensive channel measurement campaigns were conducted with NIST (National Institute of Standards and Technology) to implement the millimeter wave (mmWave) channel. Our simulation results demonstrate that our proposed scheme outperforms comparison schemes in terms of the accuracy of the signal strength estimation.

SAAnnot-C3Pap: Ground Truth Collection Technique of Playing Posture Using Semi Automatic Annotation Method (SAAnnot-C3Pap: 반자동 주석화 방법을 적용한 연주 자세의 그라운드 트루스 수집 기법)

  • Park, So-Hyun;Kim, Seo-Yeon;Park, Young-Ho
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.11 no.10
    • /
    • pp.409-418
    • /
    • 2022
  • In this paper, we propose SAAnnot-C3Pap, a semi-automatic annotation method for obtaining ground truth of a player's posture. In order to obtain ground truth about the two-dimensional joint position in the existing music domain, openpose, a two-dimensional posture estimation method, was used or manually labeled. However, automatic annotation methods such as the existing openpose have the disadvantages of showing inaccurate results even though they are fast. Therefore, this paper proposes SAAnnot-C3Pap, a semi-automated annotation method that is a compromise between the two. The proposed approach consists of three main steps: extracting postures using openpose, correcting the parts with errors among the extracted parts using supervisely, and then analyzing the results of openpose and supervisely. Perform the synchronization process. Through the proposed method, it was possible to correct the incorrect 2D joint position detection result that occurred in the openpose, solve the problem of detecting two or more people, and obtain the ground truth in the playing posture. In the experiment, we compare and analyze the results of the semi-automated annotation method openpose and the SAAnnot-C3Pap proposed in this paper. As a result of comparison, the proposed method showed improvement of posture information incorrectly collected through openpose.

Further Improvement of Direct Solution-based FETI Algorithm (직접해법 기반의 FETI 알고리즘의 개선)

  • Kang, Seung-Hoon;Gong, DuHyun;Shin, SangJoon
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.35 no.5
    • /
    • pp.249-257
    • /
    • 2022
  • This paper presents an improved computational framework for the direct-solution-based finite element tearing and interconnecting (FETI) algorithm. The FETI-local algorithm is further improved herein, and localized Lagrange multipliers are used to define the interface among its subdomains. Selective inverse entry computation, using a property of the Boolean matrix, is employed for the computation of the subdomain interface stiffness and load, in which the original FETI-local algorithm requires a full matrix inverse computation of a high computational cost. In the global interface computation step, the original serial computation is replaced by a parallel multi-frontal method. The performance of the improved FETI-local algorithm was evaluated using a numerical example with 64 million degrees of freedom (DOFs). The computational time was reduced by up to 97.8% compared to that of the original algorithm. In addition, further stable and improved scalability was obtained in terms of a speed-up indicator. Furthermore, a performance comparison was conducted to evaluate the differences between the proposed algorithm and commercial software ANSYS using a large-scale computation with 432 million DOFs. Although ANSYS is superior in terms of computational time, the proposed algorithm has an advantage in terms of the speed-up increase per processor increase.

Voice onset time in children with bilateral cochlear implants (양측 인공와우이식 아동의 성대진동시작시간 특성)

  • Jeon, Yesol;Lee, Youngmee
    • Phonetics and Speech Sciences
    • /
    • v.14 no.2
    • /
    • pp.77-86
    • /
    • 2022
  • This study aimed to investigate the voice onset time (VOT) of plosives in the VCV syllables by the place of articulation and phonation type spoken by children with bilateral cochlear implants (CIs) in comparison with children with typical hearing (TH). In all, 15 children with bilateral CIs and 15 children with TH participated in this study, aged between 5 to 10 years. All children produced 9 VCV syllables and their VOT were analyzed by the Praat software. There was no significant difference in mean VOT between children with bilateral CIs and children with TH. However, there was a significant difference in mean VOT by the place of articulation, such that the VOT for velars were longer than those for bilabials and alveolars. Additionally, there was a significant difference in mean VOT by the phonation type, such that the VOT of aspirated consonants were longer than those of lenis and fortis consonants. The results of this study suggest that children with bilateral CIs can distinguish the acoustic properties of plosive consonants and control the speech timing between the structures of the larynx and the oral cavity at a similar level as children with TH.

An Improved Skyline Query Scheme for Recommending Real-Time User Preference Data Based on Big Data Preprocessing (빅데이터 전처리 기반의 실시간 사용자 선호 데이터 추천을 위한 개선된 스카이라인 질의 기법)

  • Kim, JiHyun;Kim, Jongwan
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.11 no.5
    • /
    • pp.189-196
    • /
    • 2022
  • Skyline query is a scheme for exploring objects that are suitable for user preferences based on multiple attributes of objects. Existing skyline queries return search results as batch processing, but the need for real-time search results has increased with the advent of interactive apps or mobile environments. Online algorithm for Skyline improves the return speed of objects to explore preferred objects in real time. However, the object navigation process requires unnecessary navigation time due to repeated comparative operations. This paper proposes a Pre-processing Online Algorithm for Skyline Query (POA) to eliminate unnecessary search time in Online Algorithm exploration techniques and provide the results of skyline queries in real time. Proposed techniques use the concept of range-limiting to existing Online Algorithm to perform pretreatment and then eliminate repetitive rediscovering regions first. POAs showed improvement in standard distributions, bias distributions, positive correlations, and negative correlations of discrete data sets compared to Online Algorithm. The POAs used in this paper improve navigation performance by minimizing comparison targets for Online Algorithm, which will be a new criterion for rapid service to users in the face of increasing use of mobile devices.

Identification of polymorphic loci in the deiodinase 2 gene and their associations with head dimensions in geese

  • Deng, Yan;Hu, Qian;Tang, Bincheng;Ouyang, Qingyuan;Hu, Shenqiang;Hu, Bo;Hu, Jiwei;He, Hua;Chen, Guohong;Wang, Jiwen
    • Animal Bioscience
    • /
    • v.35 no.5
    • /
    • pp.639-647
    • /
    • 2022
  • Objective: This study was conducted to clone and compare the molecular characteristics of the deiodinase 2 (DIO2) gene between Sichuan White geese and Landes geese, and to analyze the association between polymorphisms of the DIO2 gene and head dimensions in Tianfu meat geese. Methods: The coding sequence of the DIO2 gene was cloned by polymerase chain reaction and vector ligation and aligned by DNAMAN software. A total of 350 Tianfu meat geese were used to genotype the polymorphisms of the DIO2 gene and measure the head dimensions. Association analysis between the polymorphisms of the DIO2 gene and head dimensions was carried out. Results: An 840-bp coding sequence of the DIO2 gene was obtained and comparison analysis identified four polymorphic loci between Sichuan White geese and Landes geese. Further analysis showed that the dominant alleles for the four polymorphic loci were G, G, A, and T and the frequency of the heterozygous genotype was higher than that of the homozygous genotype in Tianfu meat geese. Compared to that in the population of non-knob geese of Tianfu meat geese, the head dimensions in the population of knob geese were significantly higher except for nostril height. However, in the non-knob geese, beak width 1, beak width 2, nostril length, cranial width 1, and maxillary length had significant differences among different genotypes or haplotypes/diplotypes. Conclusion: These results suggested that polymorphisms of the DIO2 gene could be considered molecular markers to select larger heads of geese in the population of non-knob geese.

Comparison of Machine Learning-Based Greenhouse VPD Prediction Models (머신러닝 기반의 온실 VPD 예측 모델 비교)

  • Jang Kyeong Min;Lee Myeong Bae;Lim Jong Hyun;Oh Han Byeol;Shin Chang Sun;Park Jang Woo
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.12 no.3
    • /
    • pp.125-132
    • /
    • 2023
  • In this study, we compared the performance of machine learning models for predicting Vapor Pressure Deficits (VPD) in greenhouses that affect pore function and photosynthesis as well as plant growth due to nutrient absorption of plants. For VPD prediction, the correlation between the environmental elements in and outside the greenhouse and the temporal elements of the time series data was confirmed, and how the highly correlated elements affect VPD was confirmed. Before analyzing the performance of the prediction model, the amount and interval of analysis time series data (1 day, 3 days, 7 days) and interval (20 minutes, 1 hour) were checked to adjust the amount and interval of data. Finally, four machine learning prediction models (XGB Regressor, LGBM Regressor, Random Forest Regressor, etc.) were applied to compare the prediction performance by model. As a result of the prediction of the model, when data of 1 day at 20 minute intervals were used, the highest prediction performance was 0.008 for MAE and 0.011 for RMSE in LGBM. In addition, it was confirmed that the factor that most influences VPD prediction after 20 minutes was VPD (VPD_y__71) from the past 20 minutes rather than environmental factors. Using the results of this study, it is possible to increase crop productivity through VPD prediction, condensation of greenhouses, and prevention of disease occurrence. In the future, it can be used not only in predicting environmental data of greenhouses, but also in various fields such as production prediction and smart farm control models.

Validation of a physical activity classification table in Korean adults and elderly using a doubly labeled water method (한국 성인과 노인을 대상으로 이중표식수법을 이용한 신체활동분류표 타당도 평가)

  • Hye-Ji Han ;Ha-Yeon Jun;Jonghoon Park;Kazuko Ishikawa-Takata;Eun-Kyung Kim
    • Journal of Nutrition and Health
    • /
    • v.56 no.4
    • /
    • pp.391-403
    • /
    • 2023
  • Purpose: This study evaluated the validity of a physical activity classification table (PACT) based on total energy expenditure (TEE) and physical activity level (PAL) measured using the doubly labeled water (DLW) method in Korean adults and the elderly. Methods: A total of 141 (male 70, female 71) adults and elderly were included. The reference standards TEEDLW, PALDLW were measured over a 14-day period using DLW. A 24-hour physical activity diary was kept for three days (two days during the week and one day on the weekend). PALPACT was calculated by classifying the activity type and intensity using the PACT. PALPACT was multiplied by resting energy expenditure measured by indirect calorimetry to estimate TEEPACT. Results: The mean age of the study participants was 50.5 ± 18.8 years, and the mean body mass index was 23.4 ± 3.3 kg/m2. A comparison of TEEDLW and TEEPACT by sex and age showed no significant differences. The bias, the difference between TEEDLW and TEEPACT, was male 17.3 kcal/day and female -4.5 kcal/day. The percentage of accurate predictions (values within ± 10% of the TEEDLW) of TEEPACT was 58.6% in males and 54.9% in females, with the highest prediction values in the age group 40-64 years (70.9%) in males and over 65 years (73.9%) in females. The spearman correlation coefficient (r) between TEEPACT and TEEDLW was 0.769, indicating a significant positive correlation (p < 0.001). Conclusion: In this study, the use of a new PACT for calculating TEE and PAL was evaluated as valid. A web version of the software program and a smartphone application need to be developed using PACT to make it easier to apply for research purposes.

Fake News Detection Using CNN-based Sentiment Change Patterns (CNN 기반 감성 변화 패턴을 이용한 가짜뉴스 탐지)

  • Tae Won Lee;Ji Su Park;Jin Gon Shon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.12 no.4
    • /
    • pp.179-188
    • /
    • 2023
  • Recently, fake news disguises the form of news content and appears whenever important events occur, causing social confusion. Accordingly, artificial intelligence technology is used as a research to detect fake news. Fake news detection approaches such as automatically recognizing and blocking fake news through natural language processing or detecting social media influencer accounts that spread false information by combining with network causal inference could be implemented through deep learning. However, fake news detection is classified as a difficult problem to solve among many natural language processing fields. Due to the variety of forms and expressions of fake news, the difficulty of feature extraction is high, and there are various limitations, such as that one feature may have different meanings depending on the category to which the news belongs. In this paper, emotional change patterns are presented as an additional identification criterion for detecting fake news. We propose a model with improved performance by applying a convolutional neural network to a fake news data set to perform analysis based on content characteristics and additionally analyze emotional change patterns. Sentimental polarity is calculated for the sentences constituting the news and the result value dependent on the sentence order can be obtained by applying long-term and short-term memory. This is defined as a pattern of emotional change and combined with the content characteristics of news to be used as an independent variable in the proposed model for fake news detection. We train the proposed model and comparison model by deep learning and conduct an experiment using a fake news data set to confirm that emotion change patterns can improve fake news detection performance.

Counting Harmful Aquatic Organisms in Ballast Water through Image Processing (이미지처리를 통한 선박평형수 내 유해수중생물 개체수 측정)

  • Ha, Ji-Hun;Im, Hyo-Hyuk;Kim, Yong-Hyuk
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.6 no.3
    • /
    • pp.383-391
    • /
    • 2016
  • Ballast water provides stability and manoeuvrability to a ship. Foreign harmful aquatic organisms, which were transferred by ballast water, cause disturbing ecosystem. In order to minimize transference of foreign harmful aquatic organisms, IMO(International Maritime Organization) adopted the International Convention for the Control and Management of Ship's Ballast Water and Sediments in 2004. If the convention take effect, a port authority might need to check that ballast water is properly disposed of. In this paper, we propose a method of counting harmful aquatic organisms in ballast water thorough image processing. We extracted three samples from the ballast water that had been collected at Busan port in Korea. Then we made three grey-scale images from each sample as experimental data. We made a comparison between the proposed method and CellProfiler which is a well known cell-counting program based on image processing. Setting of CellProfiler is empirically chosen from the result of cell count by an expert. After finding a proper threshold for each image at which the result is similar to that of CellProfiler, we used the average value as the final threshold. Our experimental results showed that the proposed method is simple but about ten times faster than CellProfiler without loss of the output quality.