2026/08/25 更新

写真a

フジサワ ヨウスケ
藤澤 陽祐
所属
理工学術院 基幹理工学部
職名
助手
学位
学士(工学) ( 2024年03月 早稲田大学 )
修士(工学) ( 2025年03月 早稲田大学 )

経歴

  • 2025年04月
    -
    継続中

    早稲田大学   理工学術院   助手

学歴

  • 2025年04月
    -
    継続中

    早稲田大学   大学院基幹理工学研究科   情報理工・情報通信専攻 博士後期課程  

  • 2024年04月
    -
    2025年03月

    早稲田大学   大学院基幹理工学研究科   情報理工・情報通信専攻 修士課程  

  • 2020年04月
    -
    2024年03月

    早稲田大学   基幹理工学部   情報理工学科  

受賞

  • 情報理工・情報通信専攻賞

    2025年03月   早稲田大学 基幹理工学研究科 情報理工・情報通信専攻  

  • WI-IAT 2024 Best Student Paper Runner-up

    2024年12月   Web Intelligence Consortium   Deep Reinforcement Learning with Local Communications for Continuous Pathfinding Problems in Multi-Agent Systems  

    受賞者: Yosuke Fujisawa, Daiki Shimada, Yuki Miyashita, Toshiharu Sugawara

  • 早稲田大学基幹理工学部長賞 優秀賞

    2024年03月   早稲田大学 基幹理工学部  

 

論文

  • Dynamic Shelf Arrangement and Task Assignment with Stable Matching for Multi-Agent Pickup and Delivery with Multi-Item Packing Problem

    Yosuke Fujisawa, Yusaku Wakasugi, Kazuya Nakazawa, Ryo Matsubara, Toshiharu Sugawara

    Proceedings of the International Conference on Automated Planning and Scheduling   36 ( 1 ) 77 - 85  2026年06月  [査読有り]

    担当区分:筆頭著者

     概要を見る

    The multi-agent pickup and delivery (MAPD) problem requires not only planning collision-free paths for carrier agentsto carry items while avoiding obstacles but also optimizingtask allocation among agents, and it has become a key problem in automated warehouse environments. Most existingstudies rely on simplified models that fail to capture the constraints of real-world warehousing. We investigate a more realistic online variant, MAPD with multi-item packing problem (MAPD-MP), where agents process picking lists of multiple tasks, each requiring an agent to carry a shelf containing items to a picking station and return it to the original location. We incorporate the fact that each shelf has a distinct probability of being requested. To solve this problem, we integrated conventional planning methods with three components: shelf arrangement optimization, which optimizes shelf arrangement based on probabilistic demand; task assignment using the Gale–Shapley algorithm, which uses stable matching for task allocation; and holding-node integration, in which shelves are temporarily placed at holding nodes for subsequent tasks. Our experiments demonstrate that our method improves cooperative efficiency in large-scale agent teams and increases the picking-list processing throughput.

    DOI

  • Prioritized Path Planning for Multi-agent Pickup and Delivery with Multi-item Packing Problem

    Yosuke Fujisawa, Yusaku Wakasugi, Kazuya Nakazawa, Ryo Matsubara, Toshiharu Sugawara

    23rd International Conference on Practical applications of Agents and Multi-Agent Systems (PAAMS 2025)   16031   92 - 104  2025年11月  [査読有り]

    担当区分:筆頭著者

    DOI

    Scopus

    1
    被引用数
    (Scopus)
  • Deep Reinforcement Learning with Local Communications for Continuous Pathfinding Problems in Multi-Agent Systems

    Yosuke Fujisawa, Daiki Shimada, Yuki Miyashita, Toshiharu Sugawara

    2024 IEEE/WIC International Conference on Web Intelligence and Intelligent Agent Technology (WI-IAT)     265 - 272  2024年12月  [査読有り]

    担当区分:筆頭著者

    DOI

  • MARL-HE: An Improved Multi-agent Reinforcement Learning-based Pathfinding Method for Fire Evacuation Guidance

    Ke Zhang, Dandan Zhu, Xiaoning Zhao, Sun Cherry, Yosuke Fujisawa, Toshiharu Sugawara

    2025 International Joint Conference on Neural Networks (IJCNN)     1 - 8  2025年06月  [査読有り]

    DOI

Misc

  • 分散強化学習によるLifelong MAPF解決手法における近隣エージェントとの情報共有の改善

    藤澤陽祐, 菅原俊治

    情報処理学会研究報告(Web)   2024 ( ICS-212 )  2024年

    J-GLOBAL

 

特定課題制度(学内資金)

  • タスクとリソースを考慮した継続的マルチエージェント経路計画の研究

    2025年   菅原俊治

     概要を見る

     本研究は複数年度にわたるテーマであり、今年度は主にMulti-Agent Path Finding(MAPF)問題に関する二つの課題に並行して取り組んだ。 一つ目は、「物品運搬等を目的とする経路の効率性の改善」である。本課題は、先行研究では十分に考慮されていなかった実環境を想定した研究であり、物品が配置された棚をエージェントが搬送するタスクと、その集合であるピッキングリストの処理効率の向上を目的とする。本研究ではこれをMAPD-MP問題と定義し、エージェントが棚を搬送していない間は他の棚の直下を通過できる特性を考慮した経路計画手法を提案した。既存手法との比較実験により、提案手法が特にエージェント密度の高い環境において、単位時間当たりのピッキングリスト処理数を向上させることを示した。また、実環境を想定した場合でも容易に満たせる環境条件を追加することで、MAPD-MP問題を必ず解くことができる「完全性」を満たすことを理論的に示した。 二つ目は、「物品運搬等におけるリソースの配置最適化」である。本課題では、一つ目の課題と同様にMAPD-MP問題に焦点を当てつつ、自動倉庫の実環境で見られるように、物品の需要に応じて棚が搬送対象として選択される確率が異なる状況を考慮する。この前提のもとで、棚の選択確率に基づく動的な棚配置の変更、安定マッチングを用いたエージェントへのタスク割り当ての改善、物品の梱包場所付近への一時的な棚配置場所の導入という三つの手法を提案した。既存手法との比較実験の結果、これら三つの手法すべてを組み合わせた手法において、特にエージェント密度の高い環境で単位時間当たりのピッキングリスト処理数を大幅に向上させることを示した。 今後は、「物品運搬等におけるリソースの配置最適化」に関する理論的検証を進めるとともに、自動倉庫以外の環境にも適用可能な手法の研究に取り組む。