Updated on 2024/05/01

写真a

 
KANEMITSU, Hidehiro
 
Affiliation
Affiliated organization, Global Education Center
Job title
Associate Professor(tenure-track)
Degree
Doctor of Global Information and Telecommunication Studies ( 2012.02 Waseda University )
Profile

主に並列分散処理に関する複数のテーマについて研究しています.私が最も力を入れているのは,スケジューリングアルゴリズムです.

タスクスケジューリング
  • プログラムの並列化や,大規模ワークフロージョブの並列化には,各タスクをどの計算資源へ割当てて,そしてどのような順序で実行すべきかという問題,すなわちタスクスケジューリングが必須です.特にネットワークを介して複数の計算機によって並列処理を行うためのスケジューリングアルゴリズムを研究しています.
  • 均一な性能をもつ計算機環境において,割当てる仕事量の下限値を算出することによって実行マシン数を制限しつつ,通信遅延と処理時間の均衡を保って応答時間を最小化するスケジューリングアルゴリズムを開発しました.
  • 不均一な計算機群において,各計算機に対して割り当てる仕事量の導出,タスクの割当て,実行順の決定を行うアルゴリズムCMWSL(Clustering for Minimizing Worst Schedule Length)を開発しました.
  • スケジュール前に多数の計算機群から,少ない計算機数で応答時間の最小化が見込まれる,計算機群の部分集合を事前決定させるプロビジョニングアルゴリズムLBCNS (Lower Bound based Candidate Node Selection)を開発しました.
  • コンテナ同士のワークフローにおいて,コンテナの共有によるダウンロード数の削減,及び少ないVMに割り当てて多数のアプリを同時に実行するためのタスク(コンテナ)クラスタリングアルゴリズムであるSF-CUV(Shareable Functional task Clustering for Utilizing Virtualized resources)を開発しました.
  • 今後は,各計算機の可用帯域幅やホップ数等を考慮した,より現実的な通信機構を含んだスケジューリングアルゴリズムを開発する予定です.
  • タスクスケジューリングアルゴリズムの実行基盤SFlowを開発し,実験しています.

 

ネットワーク仮想化(NFV, SFC: Service Function Chaining)
  • 近年のSDN(Software Defined Network)から派生した,ネットワークファンクションの仮想化,及び仮想化されたファクション同士の連携(SFC: Service Function Chining)について研究しています.IoTデバイス・センサ等から得られる多量の情報を効率よく処理するために,利用するインスタンス数の最小化,同時処理可能なファンクション数の最大化,トラヒックの削減等の最適化を目指して,それらのアルゴリズムを開発しています.
  • SFC(Service Function Chaining)において,SF(Service Function)の割当先決定や,SF自体のスケジューリングアルゴリズムを研究しています.独自に開発したシミュレータによる性能検証,及びワークフローエンジンSFlowで有用なスケジューリングアルゴリズムの開発を行っています.
  • 仮想ファンクションをクラスタリングしてスケジューリングするアルゴリズムであるSF-CUV(Shareable Functional task Clustering for Utilizing Virtualized resources)を提案し,複数タスクをコンテナにまとめて一つのノードで処理させるという,タスク共有によって実行ノード数,並びに応答時間を効率よく小さくすることができました.

情報指向ネットワーク
  • ICN(Information Centric Networking)によってSFCを実現するためのアルゴリズムを開発しています.ファンクション自体に名前を付与し,名前ベースでファンクションを呼び出し,そしてキャッシュされた入力データを用いることで,遅延の少ない,より柔軟な処理が可能になることが期待されます.
  • ICNにおいて,独自に開発したシミュレータを用いて様々なアルゴリズム(ルーティング,キャッシュ配置等)を検証しています.
  • キャッシュ溢れが起きた際のキャッシュ置換アルゴリズムや,Breadcrumbsの自律管理を開発しました.
  • SFlow上で,ICNベースによるファンクションチェイニングを実装しました.集中管理によってスケジューリングした結果通りのチェイニングを行う手法や,各ノードがFIBからファンクション割当先を決める自律チェイニングを開発しました.

Peer-to-peer及びGridコンピューティング
  • 管理ノードのいない,いわばすべてのノードが対等な関係で,かつ自律的に動作するネットワークで,並列分散処理を行う機構を研究しています.そのためには,各計算機の特性(処理速度や帯域幅等),及び処理するジョブのタイプを考慮したスケジューリングアルゴリズムを研究します.
  • 自律的に動作するネットワーク,つまりオーバーレイネットワークにおいて,公平なジョブの実行を目指すための仕組みを研究しています.IPFS(InterPlanetary File System)上で,分散ハッシュテーブル(DHT)であるKademliaの検索性能の向上を狙ったアルゴリズムであるKadRTTや,Kademliaにおける検索パラメータの自動最適化手法を提案しました.

大規模データ並列処理基盤
  • 大規模データの並列処理基盤であるMapReduce, Sparkにおいて,処理の前に入力データ数,計算機数の最適化アルゴリズムを研究しています.これらはネットワーク通信が発生するため,並列処理に置いてスケールするわけではありません.すなわち,処理対象となるジョブやネットワーク帯域,各計算機の性能,入力データサイズを考慮して,処理を行う計算機群の部分集合を決めるための研究です.
  • MapReduceのShuffle処理において,ボトルネックを解消するための仕組みを考えています.

Research Experience

  • 2024.04
    -
    Now

    Waseda University   Global Education Center   Associate Professor

  • 2018.04
    -
    2024.03

    東京工科大学大学院   バイオ・情報メディア研究科 コンピュータサイエンス専攻 博士後期課程   講師   専任講師

  • 2018.04
    -
    2024.03

    Tokyo University of Technology   School of Computer Science Department of Computer Science   Lecturer

  • 2018.04
    -
    2024.03

    Tokyo University of Technology   of Bionics, Computer and Media Sciences, Graduate School

  • 2014.04
    -
    2018.03

    Waseda University   Global Education Center

  • 2012.04
    -
    2014.03

    早稲田大学   メディアネットワークセンター   助手   助教

  • 2012.04
    -
    2014.03

    Waseda University   Media Network Center

  • 2006.04
    -
    2009.03

    Waseda University   Media Network Center

  • 2002.04
    -
    2004.03

    Alpha Systems Inc.

▼display all

Committee Memberships

  • 2018.06
    -
    Now

    電子情報通信学会  通信方式研究会(CS研)専門委員

  • 2018.06
    -
    Now

    電子情報通信学会  情報ネットワーク研究会(IN研)専門委員

  • 2018.06
    -
    Now

    電子情報通信学会  英文論文誌B 編集委員

  • 2012.04
    -
    Now

    Session Chair the Special Session in NCSP

  • 2012.04
    -
    Now

    Session Chair the Special Session in NCSP

  • 2011.04
    -
    Now

    IEEE  ICACT (Internatioal Conference on Advanced Communication Technologies)論文査読員

  • 2011.04
    -
    2012.03

    IEEE  早稲田大学学生支部 Treasurer

▼display all

Professional Memberships

  • 2012.04
    -
    Now

    信号処理学会(RISP)

  • 2011.04
    -
    Now

    IEEE

  • 2007.04
    -
    Now

    電子情報通信学会

Awards

  • 電子情報通信学会ソサエティ大会 英語セッション奨励賞

    2013.09   電子情報通信学会  

  • IEEE ICACT (Internatioal Conference on Advanced Communication Technologies)2013にてOutstanding Paper Award受賞

    2013.03   IEEE ICACT (Internatioal Conference on Advanced Communication Technologies)2013  

     View Summary

    応募者が主筆の国際会議論文である"Effective Use of Computational Resources in Multicore Distributed Systems"において受賞した.

 

Papers

  • D2EcoSys: Decentralized Digital Twin EcoSystem Empower Co-Creation City-Level Digital Twins

    Kenji Kanai, Hidehiro Kanemitsu, Taku Yamazaki, Shintaro Mori, Aram Mine, Sumiko Miyata, Hironobu Imamura, Hidenori Nakazato

    IEICE Transactions on Communications   E107-B ( 1 ) 50 - 67  2024.01  [Refereed]  [Invited]

    DOI

  • Lookup Parameter Optimization for Kademlia DHT Alternative in IPFS

    Hidehiro Kanemitsu, Kenji Kanai, Hidenori Nakazato

    2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)     905 - 913  2023.05  [Refereed]

    Authorship:Lead author

    DOI

  • KadRTT: Routing with network proximity and uniform ID arrangement in Kademlia

    Hidehiro Kanemitsu and Hidenori Nakazato

    Proc. of IFIP Networking 2021    2021.06  [Refereed]  [International journal]

    Authorship:Lead author

  • A containerized task clustering for scheduling workflows to utilize processors and containers on clouds

    Hidehiro Kanemitsu, Kenji Kanai, Jiro Katto, and Hidenori Nakazato

    The Journal of Supercomputing   77 ( 11 ) 12879 - 12923  2021.04  [Refereed]  [International journal]

    Authorship:Lead author

    DOI

  • IoT-centric Service Function Chaining Orchestration and its Performance Validation

    Hibiki Sekine, Kenji Kanai, Jiro Katto, Hidehiro Kanemitsu, Hidenori Nakazato

    Proc. IEEE CCNC2021    2021.01  [International journal]

     View Summary

    In order to simplify deployment and management of IoT services, Network Function Virtualization (NFV) and Service Function Chaining (SFC) are promising solutions, and much researchers have conducted these topics. To enhance the reliability of former research efforts, in this paper, we propose an orchestration framework for IoT-centric SFC by using Docker and Kubernetes. The framework enables an automatic IoT service deployment by satisfying service requirements and computing and network resource constraints. In such deployment, we apply a Virtual Network Function (VNF)/Service Function (SF) placement problem to achieve efficient utilization of the resources. We set an objective function as minimizing both numbers of SF instances and communications and build a mathematical model based on Integer Linear Programming (ILP). To validate it, we implement a model for the framework and evaluate the performances by carrying out a numerical evaluation and a real experiment. From the evaluation results, we confirm that the proposed approach can reduce the number of SF placements and the number of communications among SF instances.

    DOI

  • ThingVisor Factory: Thing Virtualization Platform for Things as a Service

    Kenji Kanai, Hidenori Nakazato, Hidehiro Kanemitsu, Andrea Detti

    Proc. CCIoT'20     7 - 12  2020.11  [Refereed]  [International journal]

  • 非同期型なICNサービスファンクションチェイニングの提案とその実機検証

    金井 謙治, 中里 秀則, 金光 永煥

    信学技報   120 ( 75 ) 5 - 10  2020.06

  • Derivation of Optimal Number of Computational Resources in MapReduce

    Htway Htway Hlaing, Hidehiro Kanemitsu, Tatsuo Nakajima, Hidenori Nakazato

    Services Transactions on Big Data    2019.12  [Refereed]

  • A Function Clustering Algorithm for Resource Utilization in Service Function Chaining

    Hidehiro Kanemitsu, Kenji Kanai, Jiro Katto, and Hidenori Nakazato

    Proc. IEEE CLOUD 2019   2019-July   193 - 195  2019.07  [Refereed]  [International journal]

     View Summary

    Virtualized service and network functions are deployed on virtual machines (VMs) to realize essential processing to realize service function chaining (SFC). Issues on SFC is SF allocation to a VM and to minimize the response time and number of function instances. In this paper, we propose an SF clustering-based scheduling algorithm, called "SF-clustering for utilizing virtual CPUs" (SFCUV), to solve the SF allocation and SF selection problems simultaneously. Experimental results show that SF-CUV can utilize vCPUs to minimize the response time.

    DOI

  • On the Optimal Number of Computational Resources in MapReduce

    Htway Htway Hlaing, Hidehiro Kanemitsu, Tatsuo Nakajima, and Hidenori Nakazato

    Lecture Notes on Computer Science (Proc. Cloud 2019)     240 - 252  2019.06  [Refereed]  [International journal]

     View Summary

    Big data computing in the cloud needs faster processing and better resource provisioning. MapReduce is the framework for computing large scale datasets in cloud environments. Optimization of resource requirement for each job to satisfy a specific objective in MapReduce is an open problem. Many factors, e.g., system side information and requirements of each client must be considered to estimate the appropriate amount of resources. This paper presents a mathematical model for the optimal number of map tasks in MapReduce resource provisioning. This model is to estimate the optimal number of the mappers based on the resource specification and the size of the dataset.

  • Multiple Workflow Scheduling with Offloading Tasks to Edge Cloud

    Hidehiro Kanemitsu, Masaki Hanada, and Hidenori Nakazato

    Lecture Notes on Computer Science     38 - 52  2019.06  [Refereed]  [International journal]

     View Summary

    Edge computing can realize a data locality among a cloud and users, and it can be applied to task offloading, i.e., a part of workload on a mobile terminal is moved to an edge or a cloud system to minimize the response time with reducing energy consumption. Mobile workflow jobs have been widely used due to advance of computational power on a mobile terminal. Thus, how to offload or schedule each task in a mobile workflow is one of the current challenging issues.
    In this paper, we propose a task scheduling algorithm with task offloading, called priority-based continuous task selection for offloading (PCTSO), to minimize the schedule length with energy consumption at a mobile client being reduced. PCTSO tries to select dependent tasks such that many tasks are offloaded so as to utilize many vCPUs in the edge cloud; in this manner, the degree of parallelism can be maintained. Experimental results of the simulation demonstration that PCTSO outperforms other algorithms in the schedule length and satisfies the energy constraint.

  • Performance evaluations of iot device virtualization for efficient resource utilization

    Keigo Ogawa, Hibiki Sekine, Kenji Kanai, Kenichi Nakamura, Hidehiro Kanemitsu, Jiro Katto, Hidenori Nakazato

    Global IoT Summit, GIoTS 2019 - Proceedings    2019.06

     View Summary

    To develop and interoperate smart city applications efficiently, smart city IoT platforms require efficient handling of various types of sensor devices, networking and computing resources, and different domain applications. To address this fact, the authors of this paper proposed a research project named 'Fed4IoT', which is an acronym for federation of IoT and cloud infrastructures, to provide scalable and interoperable smart city applications. The project primarily proposes two key technologies: IoT device virtualization and context-information sharing. In this paper, we introduce the IoT device virtualization (one of key technology in Fed4IoT) that enables efficient utilization of networking and computing resources by applying a micro-service sharing and dynamic resource scaling. In the performance evaluations, we implement three micro services, such as object detection, garbage detection and road damage detection, as smart city applications and dynamically and flexibly allocate computing resources to three micro services by using Docker and Kubernetes. Through the evaluations we validate that the proposed IoT device virtualization achieves the efficient computing resource utilization and reduction of networking resources.

    DOI

  • IoT Device Virtualization for Efficient Resource Utilization in Smart City IoT Platform

    Keigo Ogawa, Kenji Kanai, Kenichi Nakamura, Hidehiro Kanemitsu, Jiro Katto and Hidenori Nakazato

    Proc. IEEE Percom 2019     419 - 422  2019.05  [Refereed]  [International journal]

     View Summary

    To develop and interoperate smart city applications efficiently, smart city IoT platforms require efficient handling of various types of sensor devices, networking and computing resources, and different domain applications. To address this fact, in this paper, we introduce an IoT device virtualization that enables efficient utilization of computing resources. The proposal applies a micro-service sharing and dynamic resource scaling. In the performance validations, we implement an early prototype using Docker, Kubernetes, and Apache Kafka. Through the preliminary experiment, we confirm that the proposal can improve the application processing time by appropriately sharing and scaling micro services.

  • MPR Selection and Routing Algorithm Based on Link Disconnection Prediction and Hop Count in OLSR Protocol

    Wataru Nagata, Masaki Hanada, Hidehiro Kanemitsu, Hideo Suzuki, and Yasuo Nagai

    Proc. NCSP 2019     335 - 338  2019.03  [Refereed]  [International journal]

     View Summary

    Recently, several routing protocols have been proposed anddeveloped for MANETs, such as Optimized Link State Rout-ing (OLSR). OLSR is one of well-known proactive protocolsfor MANETs. Fundamental functions of OLSR are Multi-point Relay (MPR) selection and routing table calculation.MPR selection and routing table calculation based on linkdisconnection prediction are important to improve networkperformance. From such background, in [1], the authors pro-posed and evaluated Multipoint Relay (MPR) selection androuting algorithm based on the link disconnection predictioncaused by the node mobility. In this proposed routing algo-rithm, each node recalculates the routing table assuming thatthe link between nodes is disconnected before the link dis-connection between nodes actually occurs. Therefore, thereis a possibility that routes with longer hop-count are selectedon the routing table.In this paper, we propose MPR selection and routing algo-rithm based on link disconnection prediction and hop-countlimitation. In this proposed routing algorithm, each node re-calculates the routing table assuming that the link betweennodes is disconnected if the link disconnection between nodesis predicted. In addition, the hop-count of each route of therouting table which is constructed by the proposed routing al-gorithm is limited within H hops longer than the hop-countof the original route of OLSR. In experimental evaluation, weshow that OLSR with the proposed MPR selection and rout-ing algorithm outperforms the original OLSR in terms of thenetwork performance.

  • Evaluation of Inundation Area for 16 Years in Bangladesh by MODIS Data

    JongGeol Park, Masaki Hanada, and Hidehiro Kanemitsu

    Proc. NCSP 2019     343 - 346  2019.03  [Refereed]  [International journal]

     View Summary

    The near real-time flood map obtained from satellite datais essential data for government measures and flooddamage monitoring and efficient rescue activities. It isnecessary to distinguish between standing water and floodwater from the damage map. Bangladesh is considered tobe among the countries most vulnerable to a variety ofnatural disasters. The major natural hazards whichBangladesh has to confront regularly include floods,cyclones and accompanying storm surge. Flooding fromriver waters overflowing the banks, particularly duringmonsoon, is an annual phenomenon. Flash floods, whichare caused by heavy or excessive rainfall in a short periodover a relatively small area. In this study, spatial-temporalpatterns of continuous water area were examined usingthe patterns observed in metrics calculated for 15-year ofModerate Resolution Imaging Spectrometer (MODIS).Four analytical approached were used; calculation oftemporal Red, Blue, Near Infrared, Short Wave Infraredlayers for selected water area.First, the annual time-series data of MODIS were used tomainly detect floodwaters in the case of the 15-year (from2001 to 2016) flood. Five training samples (water, forest,cultivated area, urban, snow) and a number of differentattributes were tested with sample areas. Three machinelearning methods were used to find the most influentialindex which compose the model for classification offlooded areas.

  • Clustering-based Allocation of Virtualized Functions for Service Function Chaining

    Hidehiro Kanemitsu, Masaki Hanada, and Hidenori Nakazato

    Proc. NCSP 2019     339 - 342  2019.03  [Refereed]  [International journal]

     View Summary

    Network Function Virtualization (NFV) has been widelyspread for software-level network configuration. Such functionalitiesinteract each other to achieve data-flow processing,named as Service Function Chaining (SFC). In SFC,each execution unit, named as Virtualized Network Function(VNF), has dependencies with others. Such configuration isrealized by allocating each VNF to a VM. Conventional approachesmainly focus on how to allocate each VNF to a VM,or how to select a VNF and they are resolved separately. Inthis paper, we propose a VNF clustering algorithm, calledClustering for Minimizing Worst Schedule Length for VNF(CMWSL-VNF) to resolve both VNF allocation and VNFselection simultaneously. CMWSL-VNF can greatly reducethe data communication latency and maintains the degree ofparallelism by the clustering algorithm. Experimental resultsshow that CMWSL-VNF can utilize vCPUs to minimize theresponse time.

  • Adaptive In-Network Caching Strategy Based on Popularity and Playback Sequence for VoD Streaming over CCN

    Masaki Hanada, Akira Toyozaki, and Hidehiro Kanemitsu

    Proc. NCSP 2019     331 - 334  2019.03  [Refereed]  [International journal]

     View Summary

    In recent years, most of Internet traffic is occupied by video.From such background, Content-Centric Networking (CCN)has been emerged as a new networking paradigm. The mainfeatures of CCN architecture are an in-network caching and acontent-based routing. In [1], the authors proposed and evalu-ated an in-network caching method considering content pop-ularity and playback sequences of content chunks for reduc-ing playback interruption time on video streaming over CCN.However, this in-network caching method has many systemparameters in terms of content popularity and playback se-quences of content chunks and the parameter tuning is difficult.In this paper, we propose an adaptive in-network cachingmethod based on feedback mechanism using the playbackinterruption time of the received data (i.e., content chunks).Experimental evaluations show that the proposed adaptivein-network caching method outperforms in-network cachingmethods proposed in past literature in terms on playback in-terruption time.

  • Cross-Layer Design for Exposed Node Reduction in Ad Hoc WLANS,'' IEICE Transactions on Communications

    Emilia Weyulu, Masaki Hanada, Hidehiro Kanemitsu, Eun-Chan Park, Moo Wan Kim

    IEICE Transactions on Communications   E101-B ( 7 ) 1575 - 1588  2018.07  [Refereed]

  • On the Optimal Number of Computational Resources in MapReduce

    Hidehiro Kanemitsu and Masaki Hanada

    Proc. of 2018 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2018)     311 - 314  2018.03  [Refereed]  [International journal]

     View Summary

    Data parallel processing such as MapReduce is becomingmore and more attractive due to its simple and effectiveparadigm for large amount of data analysis. Conventionalapplications on MapReduce have been executed at the manuallyconfigured status, e.g., the number of map/reduce slots,the size of data chunk, and so on. However, there is no guaranteethat such status is optimal for minimizing the responsetime. In this paper, we study how to derive the number ofmap/reduce slots, as well as the size of data chunk by mathematicalanalysis.

  • MPR Selection and Routing Algorithms Based on Link Disconnection Prediction in OLSR Protocol

    Masaki Hanada, Wataru Nagata, Hidehiro Kanemitsu, and Hideo Suzuki

    Proc. of 2018 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2018)     303 - 306  2018.03  [Refereed]  [International journal]

     View Summary

    Recently, several routing protocols have been proposed anddeveloped for MANETs, such as Optimized Link State Rout-ing (OLSR). OLSR is one of well-known proactive protocolsfor MANETs. Fundamental functions of OLSR are Multi-point Relay (MPR) selection and routing table calculation.MPR selection and routing table calculation based on linkdisconnection prediction are important to improve networkperformance. This is because the reselection of MPR nodesand the recalculation of routing table can be performed beforethe link disconnection among nodes actually occurs if the linkdisconnection time among nodes can be predicted.In this paper, we propose routing algorithm based on thelink disconnection prediction caused by the node mobility.The proposed routing algorithm predicts the link disconnec-tion time among nodes caused by the node mobility and uti-lize the predicted link disconnection time in the recalcula-tion of routing table. In experimental evaluation, we showthat OLSR with the proposed routing algorithm outperformsOLSR with the original routing algorithms in terms of thenetwork performance.

  • In-Network Caching Strategy Considering Popularity and Playback Sequence for VoD Streaming over CCN

    Akira Toyozaki, Masaki Hanada, and Hidehiro Kanemitsu

    Proc. of 2018 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2018)     307 - 310  2018.03  [Refereed]  [International journal]

     View Summary

    In recent years, most of the internet traffic are occupied by thelarge-capacity contents such as web, voice and video. In orderto solve this problem, Content-Centric Networking (CCN)has been emerged as a new networking paradigm. The mainfeatures of CCN architecture are an in-network caching and acontent-based routing. In [1], the authors proposed and evalu-ated an in-network caching method considering the playbacksequences of content chunks for reducing playback interrup-tion time of the video streaming over CCN. However, this in-network caching method does not consider whether the con-tents and/or chunks are used recently and frequently.In this paper, we propose an in-network caching methodconsidering recency and frequency of content chunks accessand playback sequence of content chunks. Experimental eval-uations show that the proposed in-network caching methodoutperforms in-network caching methods proposed in past lit-erature in terms on playback interruption time.

  • Effective Feature Selection for Damaged Buildings Using Post-Earthquake Satellite Image with Machine Learning

    Jonggeol Park, Masaki Hanada, and Hidehiro Kanemitsu

    Proc. of 2018 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2018)     315 - 318  2018.03  [Refereed]  [International journal]

     View Summary

    The final goal of this study is to create data to supportemergency efforts in a disaster affected area by locatingdamaged buildings shortly after the disaster. In this study,prioritizing the practicality of the method for emergencypurposes, we designed a method only to use a singlesatellite image of an affected area, eliminating the use ofcomplex algorithms and auxiliary data. The uniqueness ofour method lies in the application of an object-basedregion segmentation to images and the use of features ofobjects obtained from texture, hierarchical and otherinformation in order to extract damaged buildings. Out of26 features resulting from the analysis of objects, wefound one feature and three combinations of two differentfeatures that are effective in extracting damaged buildings,such as Rectangular fit, Homogeneity, Number of subobjects/Area, and Length of longest of edge/Area.

  • P2P Streaming Method Based on Playback Deadline Using Linear Programming

    Masaki Hanada, Hidehiro Kanemitsu

    RISP Journal of Signal Processing   22 ( 2 ) 47 - 62  2018.03  [Refereed]

  • Available Bandwidth Estimation Method Using End-to-End Delay Increase Rate

    Masaki Hanada, Hidehiro Kanemitsu

    RISP Journal of Signal Processing   22 ( 2 ) 63 - 76  2018.03  [Refereed]

  • Study on Noise Extraction and Correction of Time Series Satellite Profile Data Using Parallel Distributed System

    Jonggeol Park, Masaki Hanada, Hidehiro Kanemitsu, Eiji Nunohiro

    Journal of Signal Processing   21 ( 6 ) 281 - 289  2017.11  [Refereed]

     View Summary

    Satellite data has often been used to investigate damage from natural disasters (e.g., flood, drought, forest fire and volcano eruption) close to real-time. In particular, Terra/MODIS and Aqua/MODIS have been widely used for retrieving information on natural disasters and land cover changes because of their advantage of good ground resolution (maximum 250 m) and daily availability (full daily coverage of the Earth). However, the observation of areas covered by clouds using optical sensors does not work. Although the composite method is widely used to reduce the influence of clouds, clouds are likely to remain in some compositing periods. This paper presents the White Object Index (WOI), used for estimating the cloud fraction of a pixel in satellite imagery. The WOI was obtained from differences in reflectance of visible and short-wave infrared spectral bands using a mixture model. The efficiency of the WOI was tested by comparing the maximum value composite (MVC) method with MOD35 using time series data. As a result, WOI was confirmed to be an efficient tool for estimating the influence of clouds within a pixel.

    DOI CiNii

  • Prior node selection for scheduling workflows in a heterogeneous system

    Hidehiro Kanemitsu, Masaki Hanada, Hidenori Nakazato

    JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING   109   155 - 177  2017.11  [Refereed]

     View Summary

    Many workflow scheduling algorithms for heterogeneous systems have been developed to satisfy multiple requirements such as minimizing schedule length while maximizing throughput. In particular, in list-based scheduling approaches, the schedule length depends on the given nodes as well as the task allocation and ordering policies. This is because the scheduling priority is derived by averaging the execution time and communication time of the given nodes. If the set of nodes can be adjusted before the scheduling tasks, a small schedule length can be achieved. In this paper, we propose a prior node selection algorithm, called lower bound based candidate node selection (LBCNS) to select a subset of given nodes to minimize the schedule length while fairly scheduling each job. Our proposal has two approaches: (i) LBCNS_DEFAULT, which considers the job characteristics and each node's performance, and (ii) priority-based LBCNS, which additionally takes each scheduling priority into account for a dedicated task scheduling algorithm.
    The experimental results of extensive simulations show that LBCNS_DEFAULT has the best fairness for scheduling multiple workflow jobs, while priority-based LBCNS achieves the minimum schedule length with the highest efficiency for a single workflow job and multiple workflow jobs. (C) 2017 Elsevier Inc. All rights reserved.

    DOI

  • On the Performance of a Clustering-based Task Scheduling in a Heterogeneous System

    Advances in Science, Technology and Engineering Systems Journal   Vol.2 ( No.3 ) 1540 - 1548  2017.08  [Refereed]

     View Summary

    主筆<br />
    論文4で提案したタスクスケジューリングアルゴリズムを実環境用に実装し,その有効性を実環境で検証した.具体的にはガウス消去法,高速フーリエ変換のジョブについて,既存のタスクスケジューリングアルゴリズムと応答時間に関して比較した.その結果,いずれの場合も論文4におけるアルゴリズムが最も応答時間が小さくなることを確認した.

  • An In-Network Caching Strategy for Reducing Playback Interruption Time of On-Demand Streaming over CCN

    Misu Takeshi, Hanada Masaki, Kanemitsu Hidehiro, Kim MooWan

    Journal of Signal Processing   Vol.21 ( No.4 ) 141 - 144  2017.07  [Refereed]

     View Summary

    Recently, Content-Centric Networking (CCN) has emerged as a new networking paradigm. The main features of CCN architecture are in-network caching and content-based routing. Cache replacement and decision policies have been discussed as important mechanisms of in-network caching in past literature. However, these policies cannot efficiently support streaming. In this paper, we propose an in-network caching method for reducing playback interruption time of on-demand streaming over CCN through efficient use of network resources. The proposed method splits streaming content data into chunks with fixed size and stores these chunks into the cache storage of each CCN router in order to reduce playback interruption time for streaming. Experimental evaluations show that the proposed in-network caching method outperforms in-network caching methods of the original CCN architecture in terms of playback interruption time.

    DOI CiNii

  • Scheduling Workflows by Offloading Tasks in a Cloud System

    Hidehiro Kanemitsu and Masaki Hanada

    Proc. of 2017 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2017)     469 - 472  2017.03  [Refereed]

     View Summary

    Edge computing is one of current attractive schemes, withproviding additional processing capability to a cloud systemas well as taking a role of intermediate data caching betweencloud and users. This architecture can be applied to taskoffloading, e.g., a part of workload on a mobile terminal ismoved to an edge or a cloud system in order to minimize theresponse time with reducing energy consumption at the mobileterminal. Furthermore, a mobile workflow job, in whicheach task has dependencies with others, has been widely useddue to advance of computational power on a mobile terminal.Thus, how to offload or how to schedule each task in a mobileworkflow is one of current challenging issues.In this paper, we propose a task scheduling with task offloadingalgorithm to minimize the schedule length (responsetime) with reduced energy consumption at a mobile terminal.Experimental results by the simulation show that proposedtask scheduling algorithm with task offloading obtains a lowenergy and effective scheduling results.

  • Clustering-Based Task Scheduling in a Large Number of Heterogeneous Processors

    Hidehiro Kanemitsu, Masaki Hanada, Hidenori Nakazato

    IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS   27 ( 11 ) 3144 - 3157  2016.11  [Refereed]

     View Summary

    Parallelization paradigms for effective execution in a Directed Acyclic Graph (DAG) application have been widely studied in the area of task scheduling. Schedule length can be varied depending on task assignment policies, scheduling policies, and heterogeneity in terms of each processor and each communication bandwidth in a heterogeneous system. One disadvantage of existing task scheduling algorithms is that the schedule length cannot be reduced for a data intensive application. In this paper, we propose a clustering-based task scheduling algorithm called Clustering for Minimizing the Worst Schedule Length (CMWSL) to minimize the schedule length in a large number of heterogeneous processors. First, the proposed method derives the lower bound of the total execution time for each processor by taking both the system and application characteristics into account. As a result, the number of processors used for actual execution is regulated to minimize the Worst Schedule Length (WSL). Then, the actual task assignment and task clustering are performed to minimize the schedule length until the total execution time in a task cluster exceeds the lower bound. Experimental results indicate that CMWSL outperforms both existing list-based and clustering-based task scheduling algorithms in terms of the schedule length and efficiency, especially in data-intensive applications.

    DOI

  • Analysis on Node Selection for Scheduling a DAG in a Heterogeneous System

    Proc. of 2016 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2016)     590 - 593  2016.03  [Refereed]

     View Summary

    主筆
    ワークフロー型ジョブのスケジューリングで応答時間を最小化するための計算機集合について,事前選択する基準を提案した.シミュレーションの結果,既存のリストスケジューリングアルゴリズムに本事前選択手法を適用すると,特にデータ集約型ジョブについて応答時間が改善されることが分かった.

  • A task scheduling method after clustering for data intensive jobs in heterogeneous distributed systems

    Kazuo Hajikano, Hidehiro Kanemitsu, Moo Wan Kim, Hee-Dong Kim

    Journal of Computing Science and Engineering   10 ( 1 ) 9 - 20  2016.03  [Refereed]

     View Summary

    Several task clustering heuristics are proposed for allocating tasks in heterogeneous systems to achieve a good response time in data intensive jobs. However, one of the challenging problems is the process in task scheduling after task allocation by task clustering. We propose a task scheduling method after task clustering, leveraging worst schedule length (WSL) as an upper bound of the schedule length. In our proposed method, a task in a WSL sequence is scheduled preferentially to make the WSL smaller. Experimental results by simulation show that the response time is improved in several task clustering heuristics. In particular, our proposed scheduling method with the task clustering outperforms conventional list-based task scheduling methods. Copyright 2016. The Korean Institute of Information Scientists and Engineers.

    DOI

  • Social Community Brand:Human networks Using the Brokerless Theory

    Hoshiai Takashige, Yoshimi Kenji, Kanemitsu Hideriro, Nakazato Hidenori

    Journal of Information and Management   36 ( 3 ) 23 - 37  2016  [Refereed]

    DOI CiNii

  • A Task Scheduling with Response Time Estimation for Efficient Processing in Heterogeneous Systems

    Proc. of 2015 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2015)     54 - 57  2015.03  [Refereed]

     View Summary

    主筆
    応答時間の上限値を最小化するため,割り当て済みタスクの実行順を決めるアルゴリズムを提案した.応答時間の上限値(WSL: Worst Schedule Length)を定義し,WSLを支配する実行経路から優先的にスケジュールする手法を述べた.シミュレーションの結果,ランダムタスクグラフにおいて既存手法よりも応答時間が改善されることが分かった.

  • A Resource Information Propagation Scheme for Job Execution in a Peer-to-Peer Network

    Proc. of 2014 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2014)     317 - 320  2014.03  [Refereed]

     View Summary

    主筆
    ワークフロージョブをスケジューリングにおいて,各計算機へ公平にタスクを割り当てるための計算機のグルーピング手法を提案した.各計算機の性能と各タスクの特徴(仕事量,転送データサイズ)を考慮し,これらの分布とグループ内の性能分布が同一となるようなグルーピングアルゴリズムを提案した.シミュレーションにより,従来手法よりも公平なタスク割り当てが可能になったことが分かった.

  • Effective Use of Computational Resources in Multicore Distributed Systems

    Hidehiro Kanemitsu, Masaki Hanada, Takashige Hoshiai, Hidenori Nakazato

    2014 16TH INTERNATIONAL CONFERENCE ON ADVANCED COMMUNICATION TECHNOLOGY (ICACT)     305 - +  2014  [Refereed]

     View Summary

    In the last decades, many kinds of task models such as grid and cloud computing have been developed. In such distributed systems, each task is processed by respective processor in multicored computers e.g., household PCs which we can easily harness in recent years. If there is one policy to automatically decide the "best" combination and the number of processors (and computers), we effectively utilize those computational resources, thereby large number of jobs can be executed in parallel. In this paper, we propose a method for mapping of execution units for such environments. The method adopts a remapping technology after processor-execution unit mapping[11] is finished. Experimental comparisons by a simulation show the advantages of the proposed method.

  • Asymmetric RTS/CTS for exposed node reduction in IEEE 802.11 ad hoc networks

    Akihisa Matoba, Masaki Hanada, Hidehiro Kanemitsu, Moo Wan Kim

    Journal of Computing Science and Engineering   8 ( 2 ) 107 - 118  2014  [Refereed]

     View Summary

    One interesting problem regarding wireless local area network (WLAN) ad-hoc networks is the effective mitigation of hidden nodes. The WLAN standard IEEE 802.11 provides request to send/clear to send (RTS/CTS) as mitigation for the hidden node problem
    however, this causes the exposed node problem. The first 802.11 standard provided only two transmission rates, 1 and 2 Mbps, and control frames, such as RTS/CTS assumed to be sent at 1 Mbps. The 802.11 standard has been enhanced several times since then and now it supports multi-rate transmission up to 65 Mbps in the currently popular 802.11n (20 MHz channel, single stream with long guard interval). As a result, the difference in transmission rates and coverages between the data frame and control frame can be very large. However adjusting the RTS/CTS transmission rate to optimize network throughput has not been well investigated. In this paper, we propose a method to decrease the number of exposed nodes by increasing the RTS transmission rate to decrease RTS coverage. Our proposed method, Asymmetric Range by Multi-Rate Control (ARMRC), can decrease or even completely eliminate exposed nodes and improve the entire network throughput. Experimental results by simulation show that the network throughput in the proposed method is higher by 20% to 50% under certain conditions, and the proposed method is found to be effective in equalizing dispersion of throughput among nodes. © 2014. The Korean Institute of Information Scientists and Engineers.

    DOI

  • A Resource Allocation for Utilizing Computational Resources in a Multicore Distributed System

    Proc. of 2013 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP 2013)     337 - 340  2013.03  [Refereed]

     View Summary

    主筆
    マルチコアPCが分散した環境において,タスク間のデータが大きい場合は同一プロセッサへ割り当て,通信遅延を削減するためのタスク再マッピング手法を提案した.シミュレーションにより,リストスケジューリングよりも応答時間が改善されることが分かった.

  • Effective Use of Computational Resources In Multicore Distributed Systems

    Hidehiro Kanemitsu, Masaki Hanada, Takashige Hoshiai, Hidenori Nakazato

    2013 15TH INTERNATIONAL CONFERENCE ON ADVANCED COMMUNICATION TECHNOLOGY (ICACT)     325 - 330  2013  [Refereed]

     View Summary

    In the last decades, many kinds of task execution models such as grid and cloud computing have been developed. In such distributed systems, each task is processed by respective processor in multi cored computers e. g., household PCs which we can easily harness in recent years. If there is one policy to automatically decide the "best" combination and the number of processors (and computers), we effectively utilize those computational resources, thereby large number of jobs can be executed in parallel. In this paper, we propose a method for mapping of execution units for such environments. T he method adopts a re-mapping technology after processor-execution unit mapping[6] is finished. Experimental comparisons by a simulation show the advantages of the proposed method.

  • Effective Use of Computational Resources In Multicore Distributed Systems

    Hidehiro Kanemitsu, Masaki Hanada, Takashige Hoshiai, Hidenori Nakazato

    2013 15TH INTERNATIONAL CONFERENCE ON ADVANCED COMMUNICATION TECHNOLOGY (ICACT)   Vol.2 ( No.5 ) 325 - 330  2013  [Refereed]

     View Summary

    In the last decades, many kinds of task execution models such as grid and cloud computing have been developed. In such distributed systems, each task is processed by respective processor in multi cored computers e. g., household PCs which we can easily harness in recent years. If there is one policy to automatically decide the "best" combination and the number of processors (and computers), we effectively utilize those computational resources, thereby large number of jobs can be executed in parallel. In this paper, we propose a method for mapping of execution units for such environments. T he method adopts a re-mapping technology after processor-execution unit mapping[6] is finished. Experimental comparisons by a simulation show the advantages of the proposed method.

  • On the Effect of Applying the Task Clustering for Identical Processor Utilization to Heterogeneous Systems

    Grid Computing     29 - 46  2012.05  [Refereed]

     View Summary

    主筆<br />
    均一環境向けのタスク集約手法(タスククラスタリング)を不均一環境へ適用した場合の応答時間への影響を,理論的な解析及び実験により明らかにした.その結果,応答時間に関して均一環境・不均一環境との差異が小さくするには,各プロセッサへ割り当てる仕事量に上限を設けることが必要であることが分かった.

  • A Peer Grouping Policy for Processor Utilization in a Peer-to-Peer Grid

    Proc. of 2012 RISP International Workshop on Nonlinear Circuits, Communications and Signal Processing (NCSP2012)     659 - 663  2012.03  [Refereed]

     View Summary

    主筆
    P2P Gridにおいて,独立タスクを割り当てて全体としての応答時間を最小化するためのピアグルーピング手法を提案した.ピア同士のホップ数による処理遅延,帯域幅,プロセッサ速度を考慮して,投入ジョブに応じて適切な計算資源をグループ化する.シミュレーションの結果,ホップ数のみを考慮する場合よりも応答時間が改善できることが分かった.

  • A Task Cluster Size Determination in Heterogeneous Distributed Systems

    Proc. of IEEE The 14th International Conference on Advanced Communications Technology (ICACT2012)     1070 - 1075  2012.02  [Refereed]

     View Summary

    主筆
    不均一分散環境でワークフロージョブをスケジュールする問題において,各計算機へ割り当てる適切な仕事量を理論的に算出し,その有効性を確認した.最悪応答時間(WSL)を小さくするように各タスクを割り当てれば,すスケジュール後の応答時間も小さくできることを示し,シミュレーションにおいても確認できた.

  • A Processor Mapping Strategy for Processor Utilization in a Heterogeneous Distributed System

    Journal of Computing   Vol.3 ( No.11 ) 1 - 8  2011.11  [Refereed]

     View Summary

    主筆<br />
    不均一分散環境におけるワークフロージョブ実行の応答時間を最小化するために,各計算資源に割り当てる実行粒度の決定,及び割り当て基準について提案する.シュミレーションの結果,実行粒度の決定が応答時間の最小化には必須であること,及び提案した実行粒度導出手法が応答時間の最小化に有効であることが分かった.

  • 地域活性化事業と地域の伝統産業とのコラボレーションにおける人的ネットワーク形成の効果に関する研究-桐生市の事例から-

    情報社会学会誌   Vol.6 ( No.1 ) 75 - 87  2011.06  [Refereed]

     View Summary

    副筆<br />
    伝統産業を若者の文化に生かすことにより,地域活性化につながることを群馬県桐生市での実証実験により認められたことを述べる.その上で,人的形成に必要な要素は何か,及び人的形成の課題点についてもまとめた.

  • 計算資源の有効利用を目的としたタスククラスタリング

    情報処理学会論文誌(ACS: コンピューティングシステム)   Vol.4 ( No.1 ) 111 - 146  2011.02  [Refereed]

     View Summary

    主筆<br />
    均一分散環境における,タスク集約(クラスタリング)に基づくタスクスケジューリングを提案した.応答時間の最悪値(WSL: Worst Schedule Length)を最小化するようなタスク割り当てができれば,スケジュール後の応答時間の上限・下限値も最小化されることを証明し,そのためのアルゴリズムを提案し,実験により有効性を示した.

  • A selection-based item display for inquiring about the long-term care insurance system

    Hidehiro Kanemitsu, Hongyan Gao, Yoshiyori Urano

    Proceedings of the 2010 10th International Conference on Intelligent Systems Design and Applications, ISDA'10     795 - 800  2010  [Refereed]

     View Summary

    This paper presents the interactive web interface for inquiring about the long-term care insurance system in Japan. In Japan, health care services provided by the long-term care insurance system takes costs depending on the health care level. Although the system has been revised several times, such revision made the system more complex, so that a web-based system by which every people can accurately and easily ask about the long-term care insurance system is needed. Thus, the proposed interface in this paper has two points to achieve the requirement. First point is to show only basic information related to selected options on the web page. The second point is that dependencies (parent-child) among each category for inquiring should be presented on the web page to make the user understand each ranges of the category meaning. The experimental evaluation shows that our proposed presentation method using the web interface has advantage on perception among categories, human error, and user-friendliness. © 2010 IEEE.

    DOI

  • Static task cluster size determination in homogeneous distributed systems

    Hidehiro Kanemitsu, Gilhyon Lee, Hidenori Nakazato, Takashige Hoshiai, Yoshiyori Urano

    Software Automatic Tuning: From Concepts to State-of-the-Art Results     229 - 252  2010  [Refereed]

     View Summary

    In a distributed system, which consists of an unknown number of processors, it is important to derive an appropriate number of processors by which the good schedule length is obtained by a task scheduling. Many task clustering heuristics have been proposed to determine the number of processors and to minimize the schedule length for scheduling a directed acyclic graph (DAG) application. However, those heuristics are not aware of the actual number of existing processors. As a result, the number of processors determined by an existing task clustering may exceed that of actually existing processors. Therefore, conventional approaches adopt merging of each cluster for reducing the number of clusters at the expense of decreasing degree of task parallelism. In this paper, we present a static cluster size determination method, which derives the lower bound of the cluster size with considering the DAG structure and the task size to data size ratio to suppress the schedule length with the small number of processors. Our experimental evaluations by simulations show that the lower bound of each cluster size determined by the proposed method has a good impact on both the schedule length and the processor utilization. © 2010 Springer Science+Business Media LLC.

    DOI

  • Static Task Cluster Size Determination in Homogeneous Distributed Systems

    Proc. of The Fourth International Workshop on Automatic Performance Tuning (iWAPT2009),     37 - 51  2009.10  [Refereed]

     View Summary

    主筆
    均一分散環境において,各計算資源へ割り当てる実行単位の大きさ(粒度)をどのように決めれば応答時間を最小化できるかを,理論的に検討し,様々な値で実験して比較を行った.その結果,お魚頭時間のある上限値が粒度の決め方によっては極小値を持つことが分かった.

  • A monitoring framework of WS-resource properties in WS-GRAM

    Hidehiro Kanemitsu, Yoshiyori Urano

    Proceedings of the IEEE International Conference on Web Services, ICWS 2008     629 - 636  2008  [Refereed]

     View Summary

    Grid computing has been widely spread in pragmatic areas and scientific research areas in order to achieve more powerful computation than ordinary computation by single computer. Globus Toolkit4(GT4), which has been the de facto standard middleware in Grid, gives to us many chances of submitting jobs, especially using WSRF technologies. However, in case of cluster type grid using GT4, rules for job execution depend on a local scheduler(LS) which interacts with WS-GRAM in GT4, so that clients can not reflect their own rules to behaviors in each worker node. In this paper, we formulate those potential problems and solutions based on our proposed architecture in [1], whose main feature is to monitor Resource Property(RP) in WS-GRAM and notify its status to worker nodes. Then we describe how to implement a mechanism for monitoring RP in WS-GRAM to achieve the transparent delivery of client's rules to worker nodes. Our experimental results show that our proposed architecture can be incorporated in WS-GRAM without bottleneck in performance points of view. ©2008 IEEE.

    DOI

  • WSRF-based global/local resource mapping architecture

    Hidehiro Kanemitsu, Yoshiyori Urano

    9TH INTERNATIONAL CONFERENCE ON ADVANCED COMMUNICATION TECHNOLOGY: TOWARD NETWORK INNOVATION BEYOND EVOLUTION, VOLS 1-3     2061 - +  2007  [Refereed]

     View Summary

    In this paper, we present the architecture of efficient resource mapping between global resources and local resources for Grid environment. Many current Grid infrastructures which adopt WSRF as a communication scheme lay emphasis on only managing resource information from local scheduler. As a result, they don't define how each of local node should manipulate specific submitted job using resource data represented by WS-Resource.
    Our proposed architecture is directed to resource mapping based on the collaboration of WSRF and JMX such that local nodes can behave autonomously according to resource changes in a master node. We present methods of the mapping and benefits for WSRF-based Grid environment.

  • On the method for realizing globally and locally accessible resource management for WS-GRAM

    Hidehiro Kanemitsu, Yoshiyori Urano

    2007 IEEE INTERNATIONAL CONFERENCE ON WEB SERVICES, PROCEEDINGS     1201 - +  2007  [Refereed]

     View Summary

    In recent years, Web Service technologies are becoming more and more important communication scheme for Grid environment. WSRF-based resource management components, such as WS-GRAM[4] in GT4[3], lay emphasis on how to make existing procedures such as local scheduler be invoked via HTTP so that they inevitably have two problems described below. (l)If assumed environment is cluster type Grid, each worker node does not have access scheme to any information included in Resource Property of master node. (2)As a result, the contents of information sent to clients is forced by the local scheduler and therefore clients can not control job status in accordance with their own policy. If those two problems are resolved, any client's own resource management policy can be reflected on worker nodes.
    In this paper we propose a method for resolving those problems in order to realize the interactive communication between clients and worker nodes for WSRF-based cluster Grid.

▼display all

Presentations

  • IPFSにおけるコンテンツ検索の性能改善

    金光 永煥,金井 謙治,中里 秀則  [Invited]

    電子情報通信学会第21回ICN研究会 

    Presentation date: 2022.05

  • InterPlanetary File System (IPFS) の紹介

    中里 秀則,金光 永煥  [Invited]

    電子情報通信学会総合大会 

    Presentation date: 2022.03

  • ThingVisor Factory: クラウドネイティブな IoT サービス構築システム

    金井 謙治,中里 秀則,金光 永煥  [Invited]

    電子情報通信学会2021年ソサイエティ大会 

    Presentation date: 2021.09

  • Toward autonomous container-based task scheduling for efficient IoT processing

    Hidehiro Kanemitsu  [Invited]

    EEECS2020 

    Presentation date: 2020.12

     View Summary

    Current information processing pardaigms handle IoT data, multimedia streams, large volume file, and so on. Objectives of such information processing involeves data analysis, data format transformation, and calcuration. In IoT systems, various kinds of data should be processed efficiently in heterogeneous systems across regions to share information sharing, e.g., among smart cities. As for the processing system, a virtualized environment such as cloud and container-based ones have been adopted for utilize application processes among computatinal resources. Thus, one of current and future issues in terms of various data processing models is how each "task" should be processed across heterogeneous virtualized systems. In this presentation, I introduce our research topics for container-based task allocation and scheduling schemes on multiple clouds. The topic includes algorithms for chaining each container-based service function (SF) in order to process IoT data efficiently.

  • ファンクション集約によるサービスファンクションのスケジューリング

    <U>金光 永煥</U>,金井 謙治,甲藤 二郎,中里 秀則

    電子情報通信学会CS研究会 

    Presentation date: 2019.09

     View Summary

    本稿では,サービスファンクションの集約に基づくファンクションの計算資源への割り当て,及びスケジューリング手法を提案する.従来のファンクション配備・スケジューリング手法では,残余処理能力,及び空き時間スロットを持つ計算資源へファンクションを割り当てている.その結果,従来手法では多くの計算資源へファンクションが割り当てられ,計算資源が枯渇する問題がある.そこで提案手法ではファンクション集約によって実行粒度を上げ,かつファンクション同士を共有することによってファンクション及び計算資源を有効利用する手法を提案する.実験の結果,応答時間,使用資源数,ファンクション共有数の向上が認められた.

  • A Function Clustering Algorithm for Resource Utilization in Service Function Chaining

    <U>Hidehiro Kanemitsu</U>, Kenji Kanai, Jiro Katto, and Hidenori Nakazato

    Proc. IEEE CLOUD 2019 

    Presentation date: 2019.07

     View Summary

    Virtualized service and network functions are deployed on virtual machines (VMs) to realize essential processing to realize service function chaining (SFC). Issues on SFC is SF allocation to a VM and to minimize the response time and number of function instances. In this paper, we propose an SF clustering-based scheduling algorithm, called "SF-clustering for utilizing virtual CPUs" (SFCUV), to solve the SF allocation and SF selection problems simultaneously. Experimental results show that SF-CUV can utilize vCPUs to minimize the response time.

  • On the Optimal Number of Computational Resources in MapReduce

    Htway Htway Hlaing, <U>Hidehiro Kanemitsu</U>, Tatsuo Nakajima, and Hidenori Nakazato

    Proc. Cloud 2019 

    Presentation date: 2019.06

     View Summary

    Big data computing in the cloud needs faster processing and better resource provisioning. MapReduce is the framework for computing large scale datasets in cloud environments. Optimization of resource requirement for each job to satisfy a specific objective in MapReduce is an open problem. Many factors, e.g., system side information and requirements of each client must be considered to estimate the appropriate amount of resources. This paper presents a mathematical model for the optimal number of map tasks in MapReduce resource provisioning. This model is to estimate the optimal number of the mappers based on the resource specification and the size of the dataset.

  • Multiple Workflow Scheduling with Offloading Tasks to Edge Cloud

    <U>Hidehiro Kanemitsu</U>, Masaki Hanada, and Hidenori Nakazato

    Proc. Cloud 2019 

    Presentation date: 2019.06

     View Summary

    Edge computing can realize a data locality among a cloud and users, and it can be applied to task offloading, i.e., a part of workload on a mobile terminal is moved to an edge or a cloud system to minimize the response time with reducing energy consumption. Mobile workflow jobs have been widely used due to advance of computational power on a mobile terminal. Thus, how to offload or schedule each task in a mobile workflow is one of the current challenging issues. In this paper, we propose a task scheduling algorithm with task offloading, called priority-based continuous task selection for offloading (PCTSO), to minimize the schedule length with energy consumption at a mobile client being reduced. PCTSO tries to select dependent tasks such that many tasks are offloaded so as to utilize many vCPUs in the edge cloud; in this manner, the degree of parallelism can be maintained. Experimental results of the simulation demonstration that PCTSO outperforms other algorithms in the schedule length and satisfies the energy constraint.

  • IoT Device Virtualization for Efficient Resource Utilization in Smart City IoT Platform

    Keigo Ogawa, Kenji Kanai, Kenichi Nakamura, <U>Hidehiro Kanemitsu</U>, Jiro Katto and Hidenori Nakazato

    Proc. IEEE Percom 2019 

    Presentation date: 2019.03

     View Summary

    To develop and interoperate smart city applications efficiently, smart city IoT platforms require efficient handling of various types of sensor devices, networking and computing resources, and different domain applications. To address this fact, in this paper, we introduce an IoT device virtualization that enables efficient utilization of computing resources. The proposal applies a micro-service sharing and dynamic resource scaling. In the performance validations, we implement an early prototype using Docker, Kubernetes, and Apache Kafka. Through the preliminary experiment, we confirm that the proposal can improve the application processing time by appropriately sharing and scaling micro services.

  • MPR Selection and Routing Algorithm Based on Link Disconnection Prediction and Hop Count in OLSR Protocol

    Wataru Nagata, Masaki Hanada, <U> Hidehiro Kanemitsu</U>, Hideo Suzuki, and Yasuo Nagai

    Proc. NCSP 2019 

    Presentation date: 2019.03

     View Summary

    Recently, several routing protocols have been proposed anddeveloped for MANETs, such as Optimized Link State Rout-ing (OLSR). OLSR is one of well-known proactive protocolsfor MANETs. Fundamental functions of OLSR are Multi-point Relay (MPR) selection and routing table calculation.MPR selection and routing table calculation based on linkdisconnection prediction are important to improve networkperformance. From such background, in [1], the authors pro-posed and evaluated Multipoint Relay (MPR) selection androuting algorithm based on the link disconnection predictioncaused by the node mobility. In this proposed routing algo-rithm, each node recalculates the routing table assuming thatthe link between nodes is disconnected before the link dis-connection between nodes actually occurs. Therefore, thereis a possibility that routes with longer hop-count are selectedon the routing table.In this paper, we propose MPR selection and routing algo-rithm based on link disconnection prediction and hop-countlimitation. In this proposed routing algorithm, each node re-calculates the routing table assuming that the link betweennodes is disconnected if the link disconnection between nodesis predicted. In addition, the hop-count of each route of therouting table which is constructed by the proposed routing al-gorithm is limited within H hops longer than the hop-countof the original route of OLSR. In experimental evaluation, weshow that OLSR with the proposed MPR selection and rout-ing algorithm outperforms the original OLSR in terms of thenetwork performance.

  • Evaluation of Inundation Area for 16 Years in Bangladesh by MODIS Data

    JongGeol Park, Masaki Hanada, and <U>Hidehiro Kanemitsu</U>

    Proc. NCSP 2019 

    Presentation date: 2019.03

     View Summary

    The near real-time flood map obtained from satellite datais essential data for government measures and flooddamage monitoring and efficient rescue activities. It isnecessary to distinguish between standing water and floodwater from the damage map. Bangladesh is considered tobe among the countries most vulnerable to a variety ofnatural disasters. The major natural hazards whichBangladesh has to confront regularly include floods,cyclones and accompanying storm surge. Flooding fromriver waters overflowing the banks, particularly duringmonsoon, is an annual phenomenon. Flash floods, whichare caused by heavy or excessive rainfall in a short periodover a relatively small area. In this study, spatial-temporalpatterns of continuous water area were examined usingthe patterns observed in metrics calculated for 15-year ofModerate Resolution Imaging Spectrometer (MODIS).Four analytical approached were used; calculation oftemporal Red, Blue, Near Infrared, Short Wave Infraredlayers for selected water area.First, the annual time-series data of MODIS were used tomainly detect floodwaters in the case of the 15-year (from2001 to 2016) flood. Five training samples (water, forest,cultivated area, urban, snow) and a number of differentattributes were tested with sample areas. Three machinelearning methods were used to find the most influentialindex which compose the model for classification offlooded areas.

  • Clustering-based Allocation of Virtualized Functions for Service Function Chaining

    <U>Hidehiro Kanemitsu</U>, Masaki Hanada, and Hidenori Nakazato

    Proc. NCSP 2019 

    Presentation date: 2019.03

     View Summary

    Network Function Virtualization (NFV) has been widelyspread for software-level network configuration. Such functionalitiesinteract each other to achieve data-flow processing,named as Service Function Chaining (SFC). In SFC,each execution unit, named as Virtualized Network Function(VNF), has dependencies with others. Such configuration isrealized by allocating each VNF to a VM. Conventional approachesmainly focus on how to allocate each VNF to a VM,or how to select a VNF and they are resolved separately. Inthis paper, we propose a VNF clustering algorithm, calledClustering for Minimizing Worst Schedule Length for VNF(CMWSL-VNF) to resolve both VNF allocation and VNFselection simultaneously. CMWSL-VNF can greatly reducethe data communication latency and maintains the degree ofparallelism by the clustering algorithm. Experimental resultsshow that CMWSL-VNF can utilize vCPUs to minimize theresponse time.

  • Adaptive In-Network Caching Strategy Based on Popularity and Playback Sequence for VoD Streaming over CCN

    Masaki Hanada, Akira Toyozaki, and <U>Hidehiro Kanemitsu</U>

    Proc. NCSP 2019 

    Presentation date: 2019.03

     View Summary

    In recent years, most of Internet traffic is occupied by video.From such background, Content-Centric Networking (CCN)has been emerged as a new networking paradigm. The mainfeatures of CCN architecture are an in-network caching and acontent-based routing. In [1], the authors proposed and evalu-ated an in-network caching method considering content pop-ularity and playback sequences of content chunks for reduc-ing playback interruption time on video streaming over CCN.However, this in-network caching method has many systemparameters in terms of content popularity and playback se-quences of content chunks and the parameter tuning is difficult.In this paper, we propose an adaptive in-network cachingmethod based on feedback mechanism using the playbackinterruption time of the received data (i.e., content chunks).Experimental evaluations show that the proposed adaptivein-network caching method outperforms in-network cachingmethods proposed in past literature in terms on playback in-terruption time.

  • スマートシティアプリケーションに拡張性と相互運用性をもたらす仮想IoT-クラウド連携基盤の研究開発 ~ 全体構想と今後の計画 ~

    金井 謙治,中里 秀則,<U>金光 永煥</U>,田崎 創,中村 健一,上杉 充,横谷 哲也,向井 宏明,甲藤 二郎

    信学技法NS2018-165 

    Presentation date: 2018.11

     View Summary

    多様なIoT デバイスの導入や高度情報処理基盤の整備が進む中,スマートシティのさらなる発展において,より多様な事業者がスマートシティビジネスに参入し,安価にサービス展開,運用を可能とすることが望ま れている。通常,スマートシティで展開されるアプリケーションは,様々な IoT デバイスから得られる情報や豊富な計算資源が必要とされており,これらを低コストで提供する基盤の構築が課題と言える。この課題実現に向けて, 筆者らは、スマートシティアプリケーションに拡張性と相互運用性をもたらす仮想 IoT-クラウド連携基盤(Fed4IoT)の研究開発を行っている。Fed4IoT では、フォグ/エッジ/クラウドコンピューティングといったクラウド基盤技術の連携のみならず,IoT デバイス,クラウド基盤,アプリケーションの相互運用と連携を目的としている。本稿では、本 Fed4IoT プロジェクトについて紹介する。

  • 情報ネットワークの身近な仕組み

    (神奈川県立橋本高等学校) 

    Presentation date: 2018.11

  • 有無線ネットワーク仮想化の自動制御に向けたIoT指向ファンクション・オーケストレーション

    中里 秀則,金井 謙治,甲藤 二郎,<U>金光 永煥</U>,小川 啓吾,吉井 宏希,白岩 善昭,津田 俊隆  [Invited]

    電子情報通信学会NS研究会・IN研究会・CS研究会 

    Presentation date: 2018.09

     View Summary

    多種多様なIoT機器がインターネットに接続され利用/制御されるIoTが実現されつつある.多種多様かつ膨大な数のIoT機器が接続されたIoTネットワークを,様々な事業者が提供するIoTサービスに対応可能とするため,ネットワーク仮想化技術やプラットフォーム技術等を応用した有無線ネットワーク統合制御技術の研究開発を行っている.この有無線ネットワーク統合制御技術では,空間的・時間的に格段に緻密な制御をすることにより,ネットワーク効率,特に無線ネットワークの電波利用効率を向上することを目標としている.本稿では,この研究開発の課題の一つである,有無線ネットワーク仮想化の自動制御技術の構築のうち,IoT指向ファンクション・オーケストレーションについて紹介する.

  • OLSRプロトコルにおけるリンク切断予測を用いたMPR選択と経路制御方式

    長田 航,豊崎朗,花田真樹,<U>金光 永煥</U>,永井 保夫

    電子情報通信学会IN研究会 

    Presentation date: 2018.03

     View Summary

    MANETの代表的なルーティングプロトコルとして,OLSR (Optimized Link State Routing)がある. OLSRでは無線通信端末の移動に伴うリンク切断による通信品質劣化や通信切断への対応が柔軟に行えていない. 本稿では,ノード間の電波強度履歴からリンクの切断を予測し,リンク切断予測を用いて,実際のリンク切断が発生する前にMPR集合の冗長化と経路表の更新を行う手法を提案する. 計算機シミュレーションの結果から,従来方式と比較して,ある条件下でスループットが向上することを示す.

  • CCNにおけるコンテンツの人気度と再生順序を考慮したキャッシング方式

    豊崎 朗,花田 真樹,<U>金光 永煥</U>,中里 秀則

    電子情報通信学会IN研究会 

    Presentation date: 2018.03

     View Summary

    近年,効率的にコンテンツ配信・取得をサポートする新しいアーキテクチャとして,Content-Centric Networking(CCN)が注目されている.CCNの主な特徴の1 つとして,ルータでキャッシュを行うIn-Networkキャッシュがある.代表的なキャッシュ判断方式として,LCE(Leave Copy Everywhere),LCD(Leave Copy Down),Prob-Cache(Probabilistic Cache)などがあり,代表的なキャッシュ置換方式として,LRU(Least Recently Used),LFU(Least Frequently Used),FIFO(First In First Out)などがある.しかしながら,これらのキャッシュ方式では,ユーザのスムーズなストリーミング再生に対する支援が十分に行えないという問題がある.本稿では,CCN上でユーザのスムーズなストリーミング再生を支援するため,再生途切れ時間の短縮を目的としたコンテンツの人気度と再生順序を考慮したキャッシング方式を提案する.評価実験では,計算機シミュレーションの結果から既存方式と提案方式の比較を行い,再生途切れ時間が短縮できることを示す.

  • アドホックネットワークにおける予測リンク継続時間とホップ数を考慮した経路制御方式

    .

    電子情報通信学会 技術研究報告, IN2017-6 pp. 25-30 

    Presentation date: 2017.05

     View Summary

    副筆 アドホックネットワークにおけるリンク品質を指標とした経路制御方式では,端末の移動性が低い環境を想定している.そのため,端末が多様な移動パターンをとる環境では移動予測を考慮した経路構築が必要となる.本稿では,多様な移動パターンに対してリンクの継続時刻を予測し,リンクの予測継続時刻を用いて,より安定した経路の構築を行う方式を提案する. 実験の結果,ある条件下でスループットが向上し,リンク切断回数が短縮できることが分かった.

  • CCNにおけるストリーミング再生を考慮したキャッシング方式,

    電子情報通信学会 技術研究報告, CS2016-90 pp. 83-88 

    Presentation date: 2017.02

     View Summary

    副筆 インターネット上で効率的にコンテンツを配信・取得するために,ネットワーク側でコンテンツ配信・取得をサポートする,コンテンツ指向型ネットワークであるCCN(Content Centric Networking)が注目されている.本研究では,CCN上のストリーミング再生における,再生待ち時間と再生途切れ時間の短縮を目的としたキャッシング方式の提案を行う.計算機シミュレーションにより,提案キャッシング方式と既存方式を比較して,再生待ち時間を短縮できることを示す.

  • 非均一環境下の分散システムにおけるタスククラスタリングアルゴリズムの評価

    信学技報, vol. 115, no. 505, SIS2015-72 pp. 141-145 

    Presentation date: 2016.03

     View Summary

    副筆 本稿は,非均一環境におけるタスククラスタリングアルゴリズムであるMWSL(Minimizing Worst Schedule Length)を現実的な計算ジョブに適応した場合の性能評価及び考察を行う.提案アルゴリズムMWSLは,WSL (Worst Schedule Length)に着目し,各プロセッサの下限値を求め,WSLを最小限に抑えられるタスククラスタリングを行う.高速フーリエ変換による評価を通して,MWSLが既存手法HEFT(Heterogeneous Earliest Finish Time)に比べてより効率的である事を示す.

  • 可用帯域推定を用いたTCP輻輳回避アルゴリズム

    電子情報通信学会 技術研究報告, IN2015-111 pp. 19-24 

    Presentation date: 2016.03

     View Summary

    副筆 従来のTCP Westwoodにおけるパケットペアを用いた可用帯域推定では,実際の推定値が大きくなりすぎるという問題がある.そこで,本稿では,遅延増加率を基にして可用帯域を推定する手法を提案する.実験により,推定値がTCP Westwoodよりも正確であり,ネットワーク性能が向上することが確認された.

  • QoS Control Method for W-LAN Ad Hoc Network In Accordance with Required Bit Rate

    Proc. of 2016 IEICE General Conference 

    Presentation date: 2016.03

     View Summary

    副筆 無線アドホックネットワークにおいて,要求ビットレートに応じてコンテンションウィンドウサイズを動的に調整する手法を提案した.シミュレーションの結果,より高いビットレートをもつノードが,QoSを満たすようなデータ送信の機会を得られることが分かった.

  • 大学の情報教育に関する対外発表 早稲田大学入学前導入教育に於ける情報教育部門の試み,

    星 健太郎, 高橋 竜一, 金光 永煥, 本田 澄

    大学ICT推進協議会年次大会予稿集 

    Presentation date: 2015.08

  • 遅延情報を用いたEnd-to-End可用帯域測定ツールの実装と評価

    電子情報通信学会 技術研究報告,IN2014-163 pp. 249-254 

    Presentation date: 2015.03

     View Summary

    副筆 現在,PathloadやIGI/PTRなどの可用帯域推定方式では,End-to-End遅延時間の増加傾向を利用して試行錯誤的に可用帯域を推定するために,ネットワークへの負荷が増大する.そこで我々はEnd-to-Endの遅延増加率から直接的にEnd-to-Endの可用帯域を推定する推定式を用いたEnd-to-End可用帯域推定手法を提案している.本研究では,この可用帯域推定方式に対して実環境のための改良を行い,評価実験を実施し,既存の測定ツールとの比較・評価を行った結果を報告する.

  • A Task Scheduling Method for Data Intensive Jobs in Multicore Distributed System

    Proc. of 2015 IEICE General Conference 

    Presentation date: 2015.03

     View Summary

    副筆 マルチコア計算機がネットワーク上で分散さんれた環境において,大容量データ処理を要するワークフローのスケジューリングアルゴリズムを提案した.コア間の帯域を活用するために,受け渡しデータ量の大きなタスク同士を同一計算機へ割り当てる方式,及び割り当てた後のタスク実行準を決めるアルゴリズムを提案した.シミュレーションの結果,データ容量の大きなジョブにおいてHEFTよりも応答時間が小さくなることが分かった.

  • 分割ファイル再生のデッドラインに基づくP2Pストリーミング配信方式

    電子情報通信学会 技術研究報告,IN2013-167 pp. 139-144 

    Presentation date: 2014.03

     View Summary

    副筆 本稿では,P2Pストリーミングにおいて,分割ファイル(ピース)再生のデッドラインに基づいてピースの受信速度を調整し,再生途切れ時間を発生させない方式を提案する.既存手法では,現在の再生ピースより離れたピースを選択して,ピースの再生途切れ時間を引き起こす可能性がある.提案方式では,次の受信予定のピースを先頭から順に選択し,再生予測開始時刻に間に合う転送速度で受信する.評価では,従来方式よりもピースの再生途切れ時間を短縮できることを示す.

  • アドホックネットワークにおけるコンテンションウィンドウ自動調整を用いたQoSメディアアクセス制御方式

    電子情報通信学会 総合大会 講演論文集, No.B-7-83 

    Presentation date: 2014.03

     View Summary

    副筆 無線アドホックネットワークにおいて,要求ビットレートに応じてコンテンションウィンドウサイズを動的に調整する手法を提案した.予備実験の結果,より高いビットレートをもつノードが,QoSを満たすようなデータ送信の機会を得られることが分かった.

  • End-to-End遅延情報を用いた可用帯域推定方式

    電子情報通信学会 総合大会 講演論文集, No.B-7-57 

    Presentation date: 2014.03

     View Summary

    副筆 Pathloadに代表される従来方式では,試験用トラヒックの送信レートを調整しながら試行錯誤的に可用帯域を推定しているため,ネットワークへの負荷が増大する.本稿では,ネットワークへの負荷を軽減するために,片方向遅延時間(以降,End-to-End遅延時間と呼ぶ)の増加率から直接的に可用帯域を推定する予測算出式とこの予測算出式で算出される推定帯域を調整するレート調整アルゴリズムを提案する.

  • End-to-End遅延時間の増加率を利用した可用帯域推定方式

    子情報通信学会 技術研究報告,IN2013-142 pp. 145-150 

    Presentation date: 2014.01

     View Summary

    副筆 Pathload 等のEnd-to-End 可用帯域方式では,End-to-End 遅延時間の増加傾向を利用して試行錯誤的に可用帯域を推定し,ネットワーク負荷が増大する.本稿では, End-to-End 遅延時間の増加率から直接的に可用帯域を推定する可用帯域予測算出式とその推定結果の誤差を調整するためのレート調整アルゴリズムを提案する.評価により, Pathloadと比べて,推定範囲を小さく設定した場合に,ネットワーク負荷が大きく軽減されることが示された.

  • BitTorrentにおける補助ピアを用いた効率的なファイル転送手法

    信学技報, CS2013-54 pp.81-86 

    Presentation date: 2013.11

     View Summary

    副筆 P2P技術によって大容量のデータを転送する用途として,ハイブリッド型のBitTorrentがある.BitTorrentでは完全なファイル本体を複数の断片に分割し,swarm内でその断片を共有する.しかし,swarm内の参加ピア数が少ない場合,断片が行き届かず,ファイルを効率よく共有できないという問題がある.本稿では,BitTorrentのswarmに補助ピア(Helper)を提供することにより,ファイルを効率的に共有するアルゴリズムを提案する.本提案手法の有効性をシミュレーションにより評価する.

  • Asymmetric RTS/CTS for Exposed Node Reduction in IEEE 802.11 Ad Hoc Network

    Proc. of the 2013 IEICE Society Conference,BS-7-13(English Session Award) 

    Presentation date: 2013.09

     View Summary

    副筆 無線アドホックネットワークにおいて,RTS/CTS(Request to Send/Clear to Send)は,隠れノード問題により発生するコリジョンを避けることができるが,一方でさらし端末問題を引き起こす.本稿では,無線アドホックネットワークのRTS/CTSの送信範囲を非対称に制御することで,さらし端末を解消する手法を提案する.NS-2によるシミュレーションにより,標準RTS/CTSよりもさらし端末を減らし,これによってネットワークスループットが向上することを示す.

  • キュー長予測を用いた可用帯域推定手法

    2013年電子情報通信学会論文集 

    Presentation date: 2013.03

     View Summary

    副筆 本稿では,ネットワークへの負荷を軽減したEnd-to-Endの可用帯域推定手法を提案する.End-to-Endの可用帯域を推定する時に使われるプローブパケット量を多くすると,可用帯域の推定精度が向上するが,ネットワークへの負荷が増大する.一方,注入するプローブパケット量を少なくするとネットワークへの負荷が軽減するが,推定精度が低くなる. 本稿では,高負荷時のキュー長を予測して,片方向遅延の増加率から可用帯域を推定する手法を提案する.(その他 21件)

  • 大学の情報教育に関する対外発表 User’s Guide for PC and Network (English Edition)編集方針:国際化への取り組み

    シュティフ ロマン, 金光 永煥, 小林 直人, 大足 恭平

    平成20年度情報教育研究集会  (九州国際会議場) 

    Presentation date: 2008.12

  • 大学の情報教育に関する対外発表 早稲田大学における2008年度「PC・ネットワーク利用ガイド」の改訂方針について

    金光 永煥,渡橋 憲司,小林 直人

    2008 年度PC カンファレンス  (慶應義塾大学) 

    Presentation date: 2008.08

  • 早稲田大学本庄高等学院 進学準備セミナー講師

    早稲田大学メディアネットワークセンター

    Presentation date: 2008.02

     View Summary

    (1日) 早稲田大学本庄高等学院において,大学生活の情報倫理,早稲田大学のネットワークサービス,学術倫理について講義を行う.

  • 情報倫理テスト・新入生コンピュータセキュリティセミナーのオンデマンド講師

    早稲田大学メディアネットワークセンター

    Presentation date: 2008

     View Summary

    2008年度(通年) 情報倫理に関するオンデマンド講義の作成・実施,情報倫理に関する試験の実施,新入生に対する情報セキュリティに関する試験の実施を行う.

  • 大学の情報教育に関する対外発表 早稲田大学における『PC・ネットワーク利用ガイド』の改訂点(2007年度)

    渡橋 憲司, 金光 永煥, 見崎 研志, 小林 直人

    平成19 年度情報教育研究集会  (大阪大学) 

    Presentation date: 2007.11

  • 大学の情報教育に関する対外発表 早稲田大学における「新入生コンピュータセキュリティセミナー」の改訂

    見崎 研志,山田 真介,岩田 一,小林 直人,金光 永煥

    2007年度PCカンファレンス  (北海道大学) 

    Presentation date: 2007.08

  • 大学の情報教育に関する対外発表 早稲田大学における,学内情報環境の管理方針について

    金光 永煥,アフマド ルリィ,八木 秀樹,山田 真介,岩田 一

    2007 年度PC カンファレンス  (北海道大学) 

    Presentation date: 2007.08

  • PCフォローアップセミナー講師

    早稲田大学メディアネットワークセンター

    Presentation date: 2007.04

     View Summary

    2007/4-2007/5. PCの操作に慣れていない学生を対象に,PC操作に関する講義を行い,また,個別指導を行う.

  • 早稲田大学本庄高等学院 進学準備セミナー講師

    早稲田大学メディアネットワークセンター

    Presentation date: 2007.02

     View Summary

    (1日) 早稲田大学本庄高等学院において,大学生活の情報倫理,早稲田大学のネットワークサービス,学術倫理について講義を行う.

  • 情報倫理テスト・新入生コンピュータセキュリティセミナーのオンデマンド講師

    早稲田大学メディアネットワークセンター

    Presentation date: 2007

     View Summary

    2007年度(通年) 情報倫理に関するオンデマンド講義の作成・実施,情報倫理に関する試験の実施,新入生に対する情報セキュリティに関する試験の実施を行う.

  • 大学の情報教育に関する対外発表 早稲田大学における英語版「PC・ネットワーク利用ガイド」の効果的な改訂

    金光 永煥, 近藤 悠介, 見崎 研志, 松山 響子

    平成19 年度情報教育研究集会  (広島大学) 

    Presentation date: 2006.11

  • PCフォローアップセミナー講師

    早稲田大学メディアネットワークセンター

    Presentation date: 2006.04

     View Summary

    2006/4-2006/5. PCの操作に慣れていない学生を対象に,PC操作に関する講義を行い,また,個別指導を行う.

▼display all

Research Projects

  • IoTネットワーク上の柔軟かつ自律的な情報検索を用いたタスクスケジューリング

    日本学術振興会  科学研究費助成事業

    Project Year :

    2024.04
    -
    2027.03
     

    金光 永煥

  • Development of Mobility Support Technology for Video Streaming over Content Centric Networking

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research

    Project Year :

    2020.04
    -
    2023.03
     

  • RFP-7: Multi-Level DHT Design and Evaluation

    Protocol Labs 

    Project Year :

    2020.10
    -
    2022.06
     

    金光 永煥

  • Study on Resource Utilization with Virtualized Function Clustering among Clouds

    Project Year :

    2019.04
    -
    2022.03
     

  • スマートシティアプリケーションに拡張性と相互運用性をもたらす仮想IoT-クラウド連携基盤の研究開発(Fed4IoT)

    総務省 

    Project Year :

    2018.04
    -
    2021.07
     

  • IoT機器増大に対応した有無線最適制御型電波有効利用基盤技術の研究開発 課題ア:有無線ネットワーク仮想化の自動制御技術

    総務省委託事業 

    Project Year :

    2017.04
    -
    2021.04
     

     View Summary

    助成機関は総務省であり,IoTとICN,ネットワーク仮想化を組み合わせた研究を行う.特に,応募者はネットワーク仮想化における,仮想資源(可用帯域,処理等)の割り当てについての研究を行う予定である.

  • Pilot Project: Academic Cloud System for the nationwide computer universities in Myanmar for ICT capacity building including countermeasures for Cybersecurity

    APT (Asia-Pacific Telecommunity) ※アジア・太平洋電気通信共同体 

    Project Year :

    2017
    -
    2018
     

  • 大容量データ処理時の計算資源の有効利用を目的としたタスクスケジューリング

    早稲田大学 

    Project Year :

    2016
    -
    2017
     

  • Developing a Pilot Hybrid Cloud System for Offering Virtual Academic Learning and Administration Services among 25 Computer Universities fo Myanmar

    APT HRD J3 project, ※HRD: Human Resource Development 

    Project Year :

    2016
    -
    2017
     

  • 大容量データ処理時の計算資源の有効利用を目的としたタスクスケジューリング

    早稲田大学 

    Project Year :

    2015
    -
    2016
     

  • 並列処理可能な計算資源の有効利用を目的とした資源割り当て手法の研究

    日本学術振興会  若手研究(B)

    Project Year :

    2013.04
    -
    2015.03
     

▼display all

Misc

  • ICN-SFCにおけるタスク実行ノードの重複回避法の一考察

    川端 風矢,金光 永煥

    信学技報    2022.07  [Domestic journal]

  • A Routing Method Considering Content Server Mobility in a Tree-Structured Mobile Network over CCN

    中川佑人, 花田真樹, 金光永煥

    電子情報通信学会技術研究報告(Web)   122 ( 407(IN2022 65-125) )  2023

    J-GLOBAL

  • A Routing Method Considering Content-Server Mobility in Tree-Structured Mobile Network over CCN

    中川佑人, 花田真樹, 金光永煥

    電子情報通信学会大会講演論文集(CD-ROM)   2023  2023

    J-GLOBAL

  • Beyond 5G実現を加速させるWeb3に基づく共創型デジタルツインに関する研究開発—Research and Development of Co-creating Digital Twins using Web3 Technologies to Accelerate Beyond 5G—放送技術

    金井 謙治, 山崎 託, 宮田 純子, 金光 永煥, 峯 荒夢, 森 慎太郎, 中里 秀則

    映像情報メディア学会技術報告 = ITE technical report   46 ( 36 ) 1 - 6  2022.11

  • 効率的な計算リソース運用を実現するネットワーク内分散処理の性能評価

    村山 知輝,金井謙治,金光 永煥,甲藤 二郎,中里 秀則

    信学技報    2022.07  [Domestic journal]

  • CCN上の木構造のモバイルネットワークにおけるユーザーの移動を考慮した経路制御方式

    中川 佑人,花田 真樹,金光 永煥

    信学技報, vol. 121, no. 434, IN2021-52   121 ( 434 ) 127 - 132  2022.03  [Domestic journal]

  • CCNにおけるストリーミング再生を考慮したインタレストパケットの送信レートに関する一考察

    中川佑人,花田真樹,金光永煥

    信学技報, vol. 120, no. 414    2021.03  [Domestic journal]

  • BS-3-40 QoS Control Method for W-LAN Ad Hoc Network In Accordance with Required Bit Rate(BS-3. Advanced Networking Technologies for Innovative Information Networks)

    Hajikano Kazuo, Hanada Masaki, Kanemitsu Hidehiro, Kim Hee-Dong, Kim Moo Wan

    Proceedings of the IEICE General Conference   2016 ( 2 ) "S - 90"  2016.03

    CiNii

  • A Measurement Tool using Delay Information for End-to-End Available Bandwidth

    ISHIDA Yuuki, HANADA Masaki, KANEMITSU Hidehiro, KIM Moo WAN

    IEICE technical report. Information networks   114 ( 478 ) 249 - 254  2015.03

     View Summary

    Recently, End-to-End available bandwidth estimation methods such as Pathload and IGI/PTR has been proposed. These methods increase network load because these methods estimate End-to-End available bandwidth by heuristic search procedure. To solve the issue, we proposed an estimation formula in which End-to-End available bandwidth is directly calculated from End-to-End delay increase rate. Moreover, we proposed an End-to-End available bandwidth estimation method using the estimation formula. To validate our proposed estimation method, we develop an End-to-End measurement tool which is based on our proposed estimation method. In evaluation experiments on real environment, we show that our developed measurement tool decreases network load compared with previous measurement tool.

    CiNii

  • BS-3-57 A Task Scheduling Method for Data Intensive Jobs in Multicore Distributed System(BS-3. Advanced Technologies in the Design, Management and Control for Future Innovative Communication Network)

    Hajikano Kazuo, Kanemitsu Hidehiro, Kim Moo Wan

    Proceedings of the IEICE General Conference   2015 ( 2 ) "S - 116"-"S-117"  2015.02

    CiNii

  • P2P Streaming Method Based on Playback Deadline of Divided Streaming File

    ISHIDA Yuuki, HANADA Masaki, KANEMITSU Hidehiro

    IEICE technical report. Information networks   113 ( 473 ) 139 - 144  2014.03

     View Summary

    In this paper, we propose a P2P (Peer-to-Peer) streaming method to adjust a receiving rate of pieces considering playback deadline of the pieces in order to reduce (or not to generate) the playback interruption time. In order to support streaming, P2P streaming methods based on BitTorrent, such as BiToS (BitTorrent Streaming) and BIS (BiToS + Immediacy and Scarcity), were proposed. In these two methods, a peer probabilistically selects a piece considering immediacy and/or scarcity(i.e., rarity) and receives the selected piece in order to reduce the playback interruption time. However, this piece selection mechanism causes the playback interruption time due to probabilistic selection. In order to reduce the playback interruption time, in our proposed P2P streaming method, a peer selects a piece in-order starting from the first piece and receives the selected piece at a transfer rate in time for predicted playback start time of the piece. In evaluation simulation, we show that the proposed streaming method outperforms the previous methods in terms of media playback continuity.

    CiNii

  • B-7-57 Available Bandwidth Estimation Method using End-to-End Delay Information

    ISHIDA Yuuki, HANADA Masaki, KANEMITSU Hidehiro

    Proceedings of the IEICE General Conference   2014 ( 2 ) 232 - 232  2014.03

    CiNii

  • B-7-83 QoS Media Access Control with Automatic Contention Window Adjustment in Ad Hoc Networks

    BANNAI Takato, SASAGAWA Takashi, MATOBA Akihisa, HANADA Masaki, KANEMITSU Hidehiro, KIM Moo Wan

    Proceedings of the IEICE General Conference   2014 ( 2 ) 258 - 258  2014.03

    CiNii

  • Available Bandwidth Estimation Method using End-to-End Delay Increase Rate

    ISHIDA Yuuki, HANADA Masaki, KANEMITSU Hidehiro

    IEICE technical report. Information networks   113 ( 389 ) 145 - 150  2014.01

     View Summary

    Recently, End-to-End available bandwidth estimation methods such as Pathload have been proposed. These methods increase network load because these methods estimate End-to-End available bandwidth by heuristic search procedure. In this paper, we propose a End-to-End available bandwidth estimation method that is composed of two functions. One is a End-to-End available bandwidth estimation calculation formula in which End-to-End available bandwidth is directly estimated by using increasing trend of End-to-End delay. The other is a rate adjustment algorithm that improves the End-to-End available bandwidth estimation accuracy. In the evaluation, the network load of the proposed method is smaller than Pathload under estimation range is small.

    CiNii

  • BS-7-13 Asymmetric RTS/CTS for Exposed Node Reduction in IEEE 802.11 Ad Hoc Network

    Matoba Akihisa, Sasagawa Takashi, Hanada Masaki, Kanemitsu Hidehiro, Moo Wan Kim

    Proceedings of the Society Conference of IEICE   2013 ( 2 ) "S - 57"-"S-58"  2013.09

    CiNii

  • B-7-24 Available Bandwidth Estimation using Queue Length Prediction

    ISHIDA Yuuki, HANADA Masaki, KANEMITSU Hidehiro, NUNOHIRO Eiji

    Proceedings of the IEICE General Conference   2013 ( 2 ) 168 - 168  2013.03

    CiNii

  • A Grouping Strategy for Fully Autonomous P2P-Grid

    LUO Wei, KANEMITSU Hidehiro, WANG Huan, NAKAZATO Hidenori

    IEICE technical report   111 ( 117 ) 97 - 102  2011.06

     View Summary

    Grid computing environment constructed on top of a peer-to-peer system have the advantage of low cost and high performance. Management of peer information required to assign tasks to peers is a problem in this environment since there is no peer to aggregate information. This paper proposes a mechanism for managing information by forming peer groups based on processing speed, bandwidth, and network delay of a peer which affects make span of grid computation, This mechanism can efficiently allocate tasks to peers.

    CiNii

  • B-19-20 A Study on Stable Check Point System on P2P-grid

    OTANI Yoshihiro, LEE Gilhyon, KANEMITSU Hidehiro, NAKAZATO Hidenori, TOMINAGA Hideyoshi

    Proceedings of the IEICE General Conference   2009 ( 2 ) 587 - 587  2009.03

    CiNii

  • A Study of Data Transfer for Improvement of Download Speed on Grid over P2P

    LEE Gilhyon, OTANI Yoshihiro, KANEMITSU Hidehiro, NAKAZATO Hidenori, TOMINAGA HIDEYOSHI

    IEICE technical report   108 ( 457 ) 147 - 152  2009.02

     View Summary

    According to improvement of P2P application and Grid computing technology, it is rapidly increased to transmit large volumes of data through network. Because of the results, it has a problem of network delay and network bottleneck. In order to avoid network bottleneck, it is possible to increase the download speed to use spare upload bandwidth of peer in P2P network. In this paper, we will propose file transmission algorithm based on BitTorrent and experimentally investigate how number of peer improves performance of download speed in P2P network.

    CiNii

  • Peer group construction strategy for task allocation on P2P-Grid Environment

    LU Yi, KANEMITSU Hidehiro, OTANI Yoshihiro, LEE Gilhyo, NAKAZATO Hidenori, URANO Yoshiyori

    IEICE technical report   108 ( 359 ) 19 - 22  2008.12

     View Summary

    In recent years, P2P-grid, which combines "autonomy" in P2P and "aggregation of computational resources" in grid, attracts attention from research field. However, in a P2P-grid environment in which any computational resources can be shared by several users, one situation that each user can obtain such a resource by only his own accord can not result in the total optimization in terms of a minimization of response time for all jobs. In this paper, we propose a peer grouping method in which each peer can be utilized as a computational resource with referring to each machine speed and each network speed, before job execution in grid. Our experimental simulation shows that proposed method effectively reduces the response time.

    CiNii

  • A Task Clustering for Improving Worst Response Time in Distributed Environment

    KANEMITSU Hidehiro, LU Yi, OTANI Yoshihiro, LEE Gilhyo, NAKAZATO Hidenori, HOSHIAI Takashige, URANO Yoshiyori

    IEICE technical report   108 ( 361 ) 13 - 18  2008.12

     View Summary

    In various types of task scheduling in a distributed system, "task clusterin", which aggregates several tasks into one task cluster for assigning it to one machine, can effectively reduce response time. In case that the number of task cluster must be adjusted to the number of machines, several task clusters must be aggregated into larger one. Such an process leads to the increase of response time due to the decrease of the degree of parallelism. In this paper, we propose a task clustering algorithm which imposes a lower bound of total execution size in each task cluster to achieve reduction of response time with decreasing number of task cluster. The experimental results show that our proposed algorithm can effectively reduce response time after scheduling when data transfer time among tasks is large with reduced number of machines.

    CiNii

  • A Clustering to Regularize Task Granule for Distributed Environment

    KANEMITSU Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, URANO Yoshiyori

    IEICE technical report   108 ( 15 ) 7 - 12  2008.04

     View Summary

    In a distributed machine environment, it is very important to control task grain size to take balance between each task's execution time and communication delays. We have proposed "Task Merging", which minimizes the increase in the longest path (LP) of DAG and guarantees the lower bound of the grain size in each assigned machine in order to reduce the response time. However, if a degree of parallelism in a original DAG is high, it can not reduce incrernents of length in the LP. If method for controling task grain size is based on task clustering, which put together several tasks without synchronizing execution and communication in each task, such a method may reduce the response time more. In this paper, we study several criteria for performing clustering for task grain size control.

    CiNii

  • A Study of Check Point System on P2P-grid

    OTANI Yoshihiro, KANEMITSU Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, TOMINAGA Hideyoshi

    IEICE technical report   107 ( 524 ) 183 - 186  2008.03

     View Summary

    In the Grid computing, the checkpoint plays an important rolo in the trouble tolerance and evasion. It is possible to reduce the time of the re-calculation by preserving the process in the checkpoint at the failure. However, the checkpoint cannot use the mechanism similar to not the steady one but Grid in P2P-grid. Then, we propose the mechanism of a suitable checkpoint for P2P-grid in this research. And, the proposal technique is evaluted by the expression, and the effectiveness is shown.

    CiNii

  • Resource Information Exchange Method with Bounded Scope on Generic P2P-grid

    IWASAKI Shunsuke, KANEMITSU Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, TOMINAGA Hideyoshi

    IEICE technical report   107 ( 524 ) 179 - 182  2008.03

     View Summary

    P2P-grid where tasks are dispatched autonomously by peers is attracting attention recently. However, we cannot find enough considerations on resource information that is necessary to shorten the total execution time. In this paper, we clarify the information to be exchanged and propose a resource information exchange method. We also confirm the efficiency of the proposed method when peers are divided into groups and the information exchange takes place only within each group. Our proposed method gives short total execution time for tasks with precedence constraints.

    CiNii

  • B-7-36 File Transfering Method for Dependent Job with BitTorrent in Distributed Environment

    KONDO Kosuke, Kanemitsu Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, TOMINAGA Hideyoshi

    Proceedings of the IEICE General Conference   2008 ( 2 ) 113 - 113  2008.03

    CiNii

  • B-7-34 A Study of Resource Information Exchange Method on P2P-grid

    IWASAKI Shunsuke, KANEMITSU Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, TOMINAGA Hideyoshi

    Proceedings of the IEICE General Conference   2008 ( 2 ) 111 - 111  2008.03

    CiNii

  • A task granularity control for reduction of response time at task assignment

    KANEMITSU Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, URANO Yoshiyori

    IEICE technical report   107 ( 505 ) 73 - 78  2008.02

     View Summary

    We present a method for merging tasks in order to control granularity of tasks to be executed in distributed systems. To reduce communication overhead in distributed systems, maintaining task granularity at certain size is effective. By menging tasks into one task, the overall response time of a program may be prolonged. We study some criteria for merging such as "level" and precedence constraints to limit the increase of response time. Our experimental simulation shows that our proposed method reduces the increase in the longest path than other existing approaches.

    CiNii

  • A Study of Resource Information Exchange Method on P2P-grid

    IWASAKI Shunsuke, GHATPANDE Abhay, KANEMITSU Hidehiro, NAKAZATO Hidenori, HOSHIAI Takashige, TOMINAGA Hideyoshi

    IEICE technical report   107 ( 221 ) 1 - 4  2007.09

     View Summary

    Grid computing is attracting attention from research fields which require large amount of computing resources. Current grid adopts client-server model task management. We are studying peer-to-peer grid where each peer manages grid execution as well as its neighbor resource information. We propose a resource information exchange method that each peer manages neighbor peers' information autonomously in this paper. We investigate load variance in ordinary PC and found that the resource information exchange interval among peers can be as long as 1 minute. Also, we evaluated the accuracy of a program execution time estimation scheme using a benchmark program.

    CiNii

  • Implementation of Unified Management Methods of Grid Environment Using WSRF/JMX

    KANEMITSU HIDEHIRO, URANO YOSHIYORI

      47 ( 11 ) 51 - 51  2006.07

    CiNii

  • B-033 Consideration of the Unified Resource Management on Globus

    Kanemitsu Hidehiro, Urano Yoshiyori

      4 ( 1 ) 167 - 169  2005.08

    CiNii

▼display all

 

Syllabus

▼display all

 

Internal Special Research Projects

  • ワークフロースケジューリングにおける計算資源の事前選択の研究

    2017  

     View Summary

    本研究では,並列分散処理環境におけるワークフロー型ジョブを効率よくスケジュールするための計算資源の自薦選択手法を開発した.ワークフロー型ジョブのタスクスケジューリングにおける既存手法では,計算資源を全て割り当て対象とするという想定でスケジュールを行う.その結果,複数ジョブをスケジュールする際には資源の枯渇が発生するという問題があった.そこで,本研究では,各ジョブで用いる資源を限定しつつ,全体としての応答時間の最小化,及び実行の公平性(slowdown)の最適化を実現するための資源事前準備アルゴリズムを開発し,シミュレーション及び実環境において有効性を確認した.

  • 大容量データ処理時の計算資源の有効利用を目的としたタスクスケジューリング

    2016  

     View Summary

    本研究では,ワークフロー型ジョブにおけるタスクスケジューリング手法,及びスケジュール前の計算資源の選択手法を開発した.スケジューリング手法では,タスクどうしをまとめて大きな実効粒度とし,各計算機への割り当て及ぶ実行順決定のアルゴリズムを提案した.特に不均一性能である各計算機へ割り当てる仕事量の下限値を数学的に導出し,その有効性をシミュレーションによって示した. 一方,計算資源の事前選択手法では,既存のリストスケジューリングアルゴリズムのタスク選択基準を考慮して応答時間を最小化し得る計算機の選択手法,及び計算機間での公平な実行が達成できることを示した.

  • 大容量データ処理時の計算資源の有効利用を目的としたタスクスケジューリング

    2015  

     View Summary

    &nbsp;本研究では,同時複数処理可能な計算機が分散された環境における,計算資源の有効利用を目的とした資源割り当て手法を開発した.特に,計算資源を枯渇させずに自動的に効率良く処理させる方法,すなわち各計算機にどの仕事をどの程度の大きさで割り当てるべきかを理論的に確立した.さらに,実行に必要な計算機を自動的に選択し,そしてその計算機に割り当てる処理単位の生成,及びその大きさを導出するための基準,タスクスケジューリングアルゴリズムを確立した.従来のタスクスケジューリング手法との比較により,大容量データ転送を含むジョブであれば特に応答時間の短縮,さらには計算資源の有効利用できることが確認された.

  • 並列処理可能な計算資源を有効利用するためのジョブ並列化

    2012  

     View Summary

    本研究では,同時複数処理可能な計算機が分散された環境における,計算資源の有効利用を目的としたジョブ並列化手法に取り組んだ.主に,複数のプロセッサが存在する計算機を想定した上で,割り当てるべき処理単位(クラスタ)の選択,及び割り当て先プロセッサを理論的に導出する手法を検討し,最終的に「Cluster Remapping」というアルゴリズムを開発した.これは,一度コア(プロセッサ)に割り当てられた処理単位(クラスタ)を,応答時間のさらなる短縮のために他のプロセッサへ再割り当てを行うものである.このアルゴリズムには,主に2つの処理ステップから構成される.第一ステップでは,再割当てを行う処理単位の選択である.応答時間を支配している(応答時間を決める実行経路上にあるタスクを保持し,さらに応答時間の占める割合の大きい)クラスタを選択する.第二ステップでは,第一ステップで選ばれたクラスタの割り当て先コア(プロセッサ)を選択する.この選択では,主にクラスタの移動によって通信の局所化が行われ,かつそのクラスタの実行時間が抑えられるようなコア(プロセッサ)を選択する.この2ステップの結果を元にして,クラスタの再割当てが行われる.シミュレーションによる実験の結果,自身のこれまで想定していた単一プロセッサ計算機環境よりもプロセッサ当たりの速度向上に対する貢献度が向上することが確認された. 本研究の貢献は,不均一なマルチコアPC環境においてジョブ実行の際に使用するコア数(またはプロセッサ数),各コアに応じた処理単位の大きさ,割り当て先コア(プロセッサ)を自動的に決定させるための一つの理論体系を構築したことである.さらに,計算資源の有効利用という目的の下,非循環有向グラフのタスクグラフというタスクスケジューリング分野において未だ十分に議論されていないジョブモデルを扱っており,この分野における新たな枠組みを提案したことになる. 本研究で得られた結果を元に,今後はより現実に即した処理モデルを想定した上で,計算資源の有効利用を達成させる手法を検討する.