論文検索サイト

システム/制御/情報 Vol. 35 (2022), No. 5

ISIJ International
belloff
オンライン版ISSN: 2185-811X
冊子版ISSN: 1342-5668
発行機関: THE INSTITUTE OF SYSTEMS, CONTROL AND INFORMATION ENGINEERS (ISCIE)

Backnumber

  1. Vol. 37 (2024)

  2. Vol. 36 (2023)

  3. Vol. 35 (2022)

  4. Vol. 34 (2021)

  5. Vol. 33 (2020)

  6. Vol. 32 (2019)

  7. Vol. 31 (2018)

  8. Vol. 30 (2017)

  9. Vol. 29 (2016)

  10. Vol. 28 (2015)

  11. Vol. 27 (2014)

  12. Vol. 26 (2013)

  13. Vol. 25 (2012)

  14. Vol. 24 (2011)

  15. Vol. 23 (2010)

  16. Vol. 22 (2009)

  17. Vol. 21 (2008)

  18. Vol. 20 (2007)

  19. Vol. 19 (2006)

  20. Vol. 18 (2005)

  21. Vol. 17 (2004)

  22. Vol. 16 (2003)

  23. Vol. 15 (2002)

  24. Vol. 14 (2001)

  25. Vol. 13 (2000)

  26. Vol. 12 (1999)

  27. Vol. 11 (1998)

  28. Vol. 10 (1997)

  29. Vol. 9 (1996)

  30. Vol. 8 (1995)

  31. Vol. 7 (1994)

  32. Vol. 6 (1993)

  33. Vol. 5 (1992)

  34. Vol. 4 (1991)

  35. Vol. 3 (1990)

  36. Vol. 2 (1989)

  37. Vol. 1 (1988)

システム/制御/情報 Vol. 35 (2022), No. 5

動的スケジューリング問題のための長期メモリを用いた並列分散遺伝的プログラミング

林田 智弘, 広谷 大助, 西崎 一郎, 関崎 真也, 前田 伊吹

pp. 93-100

抄録

Genetic Programming (GP) is an evolutionary computation method that optimizes the rules defining the relationship between environmental states and system output. GP is an effective method for dynamic environments in which the information repeatedly changes multiple times. On the other hand, in GP, the rules are evaluved as the environmental state changes, so the rules acquired in the distant past disappear in time, and re-learning is required in a dynamic environment. This paper proposes an optimization method for the dynamic scheduling problem where new jobs arrive intermittently. Specifically, a method to improve the learning efficiency of GP in such a periodic dynamic environment by dividing the population into several subpopulations and recording the environmental states or their characteristics. This paper conducts some numerical experiments on the dynamic scheduling problems in which new jobs arrive irregularly to verify the usefulness of the proposed method.

他の人はこちらも検索

ブックマーク

SNSによる共有

論文タイトル

動的スケジューリング問題のための長期メモリを用いた並列分散遺伝的プログラミング

敵対的学習によるクラス推定を利用した部分ドメイン適応

甲野 晴太, 植田 考哉, 高野 諒, 西川 郁子

pp. 101-108

抄録

Domain adaptation is an approach to transfer knowledge from a certain source domain to another target domain. Several studies are recently reported on partial domain adaptation (PDA), where the class set of the source domain is larger than that of the target domain as a more realistic setting, but then the source domain specific classes make the adaptation more difficult. Most existing methods for PDA give small weights to the source domain specific classes to prevent the target data from being matched. The present paper proposes a PDA method which introduces a novel mechanism that gives additional weights to an individual target data by estimating the probability that the data belongs to each source class. The estimation is given by multiple discriminators that measure the distance between the data distribution of each source class and the entire target data distribution through adversarial training against a data encoder. Computer experiments using two handwritten digit datasets as two domains show that the proposed method achieves more stable and accurate domain adaptation compared with state-of-the-art existing methods for PDA.

ブックマーク

SNSによる共有

論文タイトル

敵対的学習によるクラス推定を利用した部分ドメイン適応

ドローン空撮画像を用いた地表のセグメンテーションと密なオプティカルフローに基づく着陸可能領域の抽出

菊本 智寛, 張本 暘, 吉田 武史, 浦久保 孝光

pp. 109-117

抄録

In order to realize autonomous drones that collect information and transport supplies by air, it is required to automatically detect a safe landing site in an unknown environment. In this paper, we propose a method to find a candidate landing site using ground images captured by a monocular camera from a drone in flight. The proposed method evaluates the safety of the ground surface by combining the surface classification through Semantic Segmentation and the flatness estimation from dense optical flow. The evaluation is performed for each pixel of the captured images, and a detailed shape of the possible landing area can be obtained. We applied the method to actual images taken by a drone and verified that the landable area was extracted from an altitude of about 100 meters.

ブックマーク

SNSによる共有

論文タイトル

ドローン空撮画像を用いた地表のセグメンテーションと密なオプティカルフローに基づく着陸可能領域の抽出

ロボットセルシステムのための階層的最適化

倉谷 僚一, 小島 岳史, 藤井 春香, 的場 俊亮, 齊藤 ゆみ, 高西 完治

pp. 118-125

抄録

Optimization in layouts and robot motions is an essential yet challenging task for robotic cell systems in crowded spaces. In the conventional research, since the robot posture is not explicitly considered, there may be no solution or the operation time may be long if the motion is optimized for the layout obtained by the arrangement optimization. In this work, focusing on the importance of robot posture, we propose a hierarchical optimization framework that newly adds posture optimization between placement optimization and motion optimization. Furthermore, when solving the placement optimization with a genetic algorithm, we devised an objective function in order to consider the design constraints. We confirm the proposed method can solve the optimization problem quickly by experiments.

ブックマーク

SNSによる共有

論文タイトル

ロボットセルシステムのための階層的最適化

二重倒立振子制御問題へのTWEANNアプローチ

平賀 元彰, 渡辺 優, 大倉 和博

pp. 126-132

抄録

We discuss the effect of mutation probabilities on the performance of Mutation-Based Evolving Artificial Neural Networks (MBEANN), which is one of the methods of Topology and Weight Evolving Artificial Neural Networks (TWEANN). TWEANN is an approach for evolving both structures and weights of artificial neural networks. TWEANN is expected to perform well than an approach using a fixed-topology neural network with only evolving weight values. The phenotype of MBEANN consists of sub-networks, and the topology of the neural network grows independently within them. Moreover, the structural mutations of MBEANN are designed to reduce the influence on the fitness value. In this study, we focus on the effect of structural mutation probabilities on performance by using a double pole balancing problem without velocity inputs. The performance of MBEANN is compared with NeuroEvolution of Augumenting Topologies (NEAT), which is a typical method of TWEANN. The results show that MBEANN has a higher task achievement rate regardless of the mutation probabilities and task difficulty. From the comparison with NEAT, MBEANN shows a higher performance even with a larger network structure due to the phenotype that consists of sub-networks.

ブックマーク

SNSによる共有

論文タイトル

二重倒立振子制御問題へのTWEANNアプローチ

この機能はログイン後に利用できます。
下のボタンをクリックしてください。

詳細検索

論文タイトル

著者

抄録

ジャーナル名

出版日を西暦で入力してください(4桁の数字)。

検索したいキーワードを入力して下さい