{"title":"Discrete element modelling of Camellia oleifera fresh fruit and its simulation","authors":"Hefei Zhang, Xujie Li, Fengxin Yan","doi":"10.1117/12.2655202","DOIUrl":"https://doi.org/10.1117/12.2655202","url":null,"abstract":"According to the problems such as the absence of an accurate model of Camellia oleifera fresh fruit, inaccurate simulation process of decladding, and experience-based development of decladding equipment, the study combined the feature of shape structure and material characteristics of Camellia oleifera fruit, and is based on the bonded-particle model of discrete element method (DEM). The spherical equation was used to establish the contour of Camellia fresh fruit, and the crack line structure model of shell was generated in meta-particle method. The flexible model of seed was constructed by the particle accumulation method, and the particle coordinate control program was compiled to construct the flexible composite DEM model of Camellia oleifera fruit. The load-displacement curve of compression in the simulation test of Camellia oleifera fruit is basically consistent with that of the physical experiment, and the accuracy of the DEM model of Camellia oleifera fruit is verified. The research results provide theoretical guidance for revealing the mechanism of Camellia oleifera fresh fruit decladding and optimizing technical parameters of decladding equipment.","PeriodicalId":312603,"journal":{"name":"Conference on Intelligent and Human-Computer Interaction Technology","volume":"220 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130494165","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"The application of computer image processing in interface design","authors":"Xin Huang, Jingwen Luo","doi":"10.1117/12.2655194","DOIUrl":"https://doi.org/10.1117/12.2655194","url":null,"abstract":"With the development of digital economy, computers are playing an increasingly important role in our life. Computers are also increasingly mature in image processing technology, and widely used in the electronic interface, to provide good technical support for visual design. This paper mainly analyzes the advantages of computer image processing technology in mobile phone interface design, and compares the experiment of computer image processing technology and traditional design means, which shows that the application of computer image processing technology can make the interface design more efficient and refined.","PeriodicalId":312603,"journal":{"name":"Conference on Intelligent and Human-Computer Interaction Technology","volume":"254 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117348312","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"Rehabilitation exercise based on brain-machine interaction with wearable robot","authors":"Zhouhao Jiang, X. Cheng, Kunqiang Qing","doi":"10.1117/12.2655692","DOIUrl":"https://doi.org/10.1117/12.2655692","url":null,"abstract":"This study proposes deep learning called Convolutional Neural Network (CNN), which can enhance the classification performance of five different rehabilitation exercise scenarios based on brain-machine interaction (BMI). Also, it further presents the feasibility of helping stroke patients and healthy people to assist in rehabilitation exercise. This work designs a wearable hand robot and five different motor images (MI) for exercise guidance on the computer screen. A participant is also asked to set on a chair to acquire the cerebral response signals using the function near-infrared spectroscopy (fNIRS). Deep learning called convolutional neural network (CNN) is utilized to extract and classify the collected data and make commands to the wearable hand robot. The classification accuracy of the S_2 MI is the highest value for participant 1; the classification accuracy of the S_1 MI is the highest value for participant 2. Besides, the S_5 and S_3 MI showed the lowest classification accuracy for participant one and participant two, respectively. Propose a CNN framework with visual guidance to control wearable robots to reduce incorrect commands, and present a rehabilitation exercise feasibility to stroke patients and healthy people with less time.","PeriodicalId":312603,"journal":{"name":"Conference on Intelligent and Human-Computer Interaction Technology","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115091859","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"Motion control and planning of a two-dimensional flying machine","authors":"Jiaye Wang","doi":"10.1117/12.2655274","DOIUrl":"https://doi.org/10.1117/12.2655274","url":null,"abstract":"In this paper, the most optimal motion control and planning for a two-dimensional flying machine will be explored. A quadrotor will be taken as an example of a two-dimensional flying machine for examination, and all aspects of forces acting on the quadrotor are taken into consideration within the control algorithm in order towards achieving stable and optimal flight. On-off Controls and Proportional Controls are implemented through python programming and are visually graphed to provide guidance on evaluation of functionality. Finally, future applications of proportional algorithms will be discussed.","PeriodicalId":312603,"journal":{"name":"Conference on Intelligent and Human-Computer Interaction Technology","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132661593","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"KNN vs. DNN: auto chatbot","authors":"Qiushi Xu","doi":"10.1117/12.2655749","DOIUrl":"https://doi.org/10.1117/12.2655749","url":null,"abstract":"Machine learning has played a very important role these days. A very common area related to daily life is auto chatbots, such as Apple Siri, Google Home, Mi Xiaoai, and others. These technologies all use deep learning as the foundation to achieve the goal of communicating with humans. Engineers and computer scientists put a massive amount of effort into trying to improve the quality of chatbots by improving the models that drive this feature. From previous research, KNN (K-nearest neighbors) and DNN (Deep Neural Network) are two widely used models in the machine learning area. To find out which is more efficient to manage auto-chat while understanding deeper how chatbots actually manage to recognize human language and quickly come up with corresponding answers, the two learning models were applied to a self-made chatbot. By comparing the effectiveness of applying K-nearest neighbors and Deep Neural Network, the paper finds that KNN runs faster and takes less space since it is a comparatively simpler algorithm. In terms of correctness, in this experiment, both algorithms turned out to have a similar percentage of correctness. This might be caused by a comparatively small dataset.","PeriodicalId":312603,"journal":{"name":"Conference on Intelligent and Human-Computer Interaction Technology","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125669522","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Zhuo Li, Chenwei Feng, Chuanlin Li, Zhenzhe Zhong, Yu Sun
{"title":"Multi-objective optimization design of assembly tolerance based on improved NSGA-II algorithm","authors":"Zhuo Li, Chenwei Feng, Chuanlin Li, Zhenzhe Zhong, Yu Sun","doi":"10.1117/12.2655688","DOIUrl":"https://doi.org/10.1117/12.2655688","url":null,"abstract":"A multi-objective optimal design scheme for tolerance combination based on improved NSGA-II algorithm is established to reduce the production cost, standardize the tolerance design and improve the qualification rate of the rear cover of a product. The production cost function and quality loss function are used as the objective function, and the genetic algorithm with elite strategy and improved genetic variation factor is used to optimize the simulation of the assembly tolerance combination and obtain the optimal Pareto solution set. The results of the tolerance combination show that the optimized assembly tolerance combination is used to reduce both production cost and quality loss cost.","PeriodicalId":312603,"journal":{"name":"Conference on Intelligent and Human-Computer Interaction Technology","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121826801","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}