高田 眞吾 (タカダ シンゴ)

Takada, Shingo

写真a

所属(所属キャンパス)

理工学部 情報工学科 (矢上)

職名

教授

HP

外部リンク

経歴 【 表示 / 非表示

  • 1992年09月
    -
    1993年06月

    慶應義塾大学(理工学研究科日本IBM寄付講座) ,嘱託助手

  • 1995年04月
    -
    1999年03月

    奈良先端科学技術大学院大学(情報科学研究科) ,助手

  • 1999年04月
    -
    2006年03月

    慶應義塾大学(理工学部) ,専任講師

  • 2006年04月
    -
    2015年03月

    慶應義塾大学(理工学部),助教授(准教授)

  • 2015年04月
    -
    継続中

    慶應義塾大学(理工学部),教授

学歴 【 表示 / 非表示

  • 1990年03月

    慶應義塾大学, 理工学部, 電気工学科

    大学, 卒業

  • 1992年03月

    慶應義塾大学, 理工学研究科, 計算機科学専攻

    大学院, 修了, 修士

  • 1995年03月

    慶應義塾大学, 理工学研究科, 計算機科学専攻

    大学院, 修了, 博士

学位 【 表示 / 非表示

  • 工学 , 慶應義塾大学, 1995年03月

 

研究分野 【 表示 / 非表示

  • 情報通信 / ソフトウェア (ソフトウエア)

研究キーワード 【 表示 / 非表示

  • ソフトウェア工学

 

著書 【 表示 / 非表示

  • 情報学基礎

    高田 眞吾, 共立出版, 2013年03月

    担当範囲: 1章,4章,7章

  • グローバル化するITSと国際標準

    高田 眞吾, 森北出版, 2013年01月

    担当範囲: 324-338

論文 【 表示 / 非表示

  • 静的解析ツールが示す優先度は開発者の役に立つのか?

    名倉正剛, 尾原秀登, 高田眞吾, 末次健太郎, 中川岳, 浅原明広

    電子情報通信学会論文誌 J107-D ( 2 ) 77 - 81 2024年02月

    研究論文(学術雑誌), 査読有り

     概要を見る

    コーディング規約違反検出のための静的解析ツールでは,違反に対して警告すべき優先度が設定されていることがある.本研究では,多数のOSSプロジェクトを解析することによって,違反に対する優先度が実際に開発者にとって有益であるかどうかを明らかにする.

  • Software defect prediction based on JavaBERT and CNN-BiLSTM

    Kun Cheng, Shingo Takada

    Proc. of 11th International Workshop on Quantitative Approaches to Software Quality (QuASoQ 2023)    51 - 59 2023年12月

    研究論文(国際会議プロシーディングス), 共著, 最終著者, 査読有り

     概要を見る

    Software defects can lead to severe issues in software systems, such as software errors, security vulnerabilities, and decreased software performance. Early prediction of software defects can prevent these problems, reduce development costs, and enhance system reliability. However, existing methods often focus on manually crafted code features and overlook the rich semantic and contextual information in program code. In this paper, we propose a novel approach that integrates JavaBERT-based embeddings with a CNN-BiLSTM model for software defect prediction. Our model considers code context and captures code patterns and dependencies throughout the code, thereby improving prediction performance. We incorporate Optuna to find optimal hyperparameters. We conducted experiments on the PROMISE dataset, which demonstrated that our approach outperforms baseline models, particularly in leveraging code semantics to enhance defect prediction performance.

  • Review Classification Based on Machine Learning: Classifying Game User Reviews

    Zhang Yejian, Shingo Takada

    IEEE Access (IEEE)  11   142447 - 142463 2023年12月

    研究論文(学術雑誌), 共著, 最終著者, 査読有り

     概要を見る

    With the development of the game industry, the maturity of online game sales platforms, and the increasing complexity of game software itself, game companies need to analyze massive amounts of user reviews to understand the hidden defects of the game and the direction of future iterations. Manually reading game reviews is a labor-intensive and time-consuming task, as the number of reviews can go up to several thousand per day. Automatically classifying these game reviews will help alleviate this issue, but traditional classifiers will need a large number of labeled instances for training. In this paper, we propose and implement an approach that combines transfer learning in natural language processing (BERT), unsupervised learning, and active learning to classify game reviews using only a small amount of labeled instances. We found that our approach obtains 88.8% classification accuracy with only 100 labeled training instances. Our implementation can be extended to handle different types of new games by using a small amount of extra labeled instances and manual work.

  • Applying Reinforcement Learning for Automated Testing of Mobile Application Focusing on State Definition, Reward, and Learning Method

    Keita Murase, Shingo Takada

    Proc. of 35th International Conference on Software Engineering & Knowledge Engineering    64 - 69 2023年07月

    研究論文(国際会議プロシーディングス), 共著, 最終著者, 査読有り

     概要を見る

    There have been various studies on the automation of mobile app testing. Typical methods for automated testing of mobile apps are based on random search and on building state transition models. But there are problems in terms of the efficiency of search and accuracy of model building. This paper focuses on applying reinforcement learning to testing of mobile apps, especially issues such as explosion of the number of states, fixed rewards for transitions, and difficulty in convergence of learning. We focus on state definition, reward function, and a learning method to solve these problems. Specifically, we define states using discrete values of UI (User Interface) information on the screen, def ine adynamic reward function, and perform periodic learning by using the transition history. The proposed method is implemented and evaluated. Evaluation results show that our proposed approach shows 1.21 times higher coverage than an existing tool using reinforcement learning.

  • Applying Symbolic Execution to Semantic Code Clone Detection

    Kazusa Takemoto, Shingo Takada

    Proc. of 35th International Conference on Software Engineering & Knowledge Engineering    118 - 122 2023年07月

    研究論文(国際会議プロシーディングス), 共著, 最終著者, 査読有り

     概要を見る

    Many approaches have been proposed to detect code clones, which are basically similar code fragments. Most approaches are based on textual similarity. These approaches cannot detect semantic code clones, which are clones that have the same functionality but implemented with different syntax. Two functions can be considered to have the same functionality, when the output is the same given the same input. In order to appropriately generate inputs, we propose applying symbolic execution to semantic code clone detection. These functions are executed to obtain outputs, which are compared to determine if function pairs are clones. Our approach also does not limit output to return values; we also handle arrays and pointers as output, as the execution of the function may cause changes in their values. Furthermore, we classify types to enable cases where the types of inputs and/or outputs are not exactly the same. We evaluate our approach on SemanticCloneBench.

全件表示 >>

KOARA(リポジトリ)収録論文等 【 表示 / 非表示

総説・解説等 【 表示 / 非表示

  • CC2020 プロジェクトと 情報系カリキュラムについて

    高田眞吾

    情報処理 (情報処理学会)  61 ( 11 ) 1119 - 1119 2020年11月

    記事・総説・解説・論説等(学術雑誌)

  • Introduction to the Special Issue on Foundations of Software Engineering

    Monden A., Morisaki S., Ohira M., Aman H., Sawada A., Sugiyama Y., Takada S., Hanakawa N., Washizaki H.

    Computer Software (Computer Software)  37 ( 4 )  2020年10月

    ISSN  02896540

  • 省略された代名詞の解釈 - 工学系 -

    高田眞吾,土居範久

    日本語学 14 ( 4 ) 19 - 26 1995年04月

    記事・総説・解説・論説等(商業誌、新聞、ウェブメディア), 共著

     概要を見る

    省略された代名詞の解釈に関する過去の研究を概観し,それから具体的な研究例としてセンターリストモデルという枠組みを取り上げる.

研究発表 【 表示 / 非表示

  • 機械学習モデルの公平性向上に関する一考察

    松川 知聖,高田 眞吾

    第30回ソフトウェア工学の基礎ワークショップ (FOSE2023), 

    2023年11月

    ポスター発表

  • Reusing Test Cases Across Smartphone Applications with Similar Functionalities

    Nguyen Bao Ngoc,Shingo Takada

    第30回ソフトウェア工学の基礎ワークショップ (FOSE2023), 

    2023年11月

    ポスター発表

  • LLMを用いたWebアプリケーション用のテストコード生成に関する一考察

    伊藤 陸斗,高田 眞吾

    第30回ソフトウェア工学の基礎ワークショップ (FOSE2023), 

    2023年11月

    ポスター発表

  • 記号実行を利用したセマンティックコードクローンの検出に関する一考察

    武元憲将, 高田眞吾

    第28回ソフトウェア工学の基礎ワークショップ (FOSE2021), 

    2021年11月

    ポスター発表

  • モバイルゲームのテスト自動化における強化学習の利用に関する一考察

    村瀬渓太, 高田眞吾

    第28回ソフトウェア工学の基礎ワークショップ (FOSE2021), 

    2021年11月

    ポスター発表

全件表示 >>

競争的研究費の研究課題 【 表示 / 非表示

  • 機械学習に基づいたソフトウェアテストにおけるカバレッジ向上に関する研究

    2022年04月
    -
    2025年03月

    文部科学省・日本学術振興会, 科学研究費助成事業, 高田 眞吾, 基盤研究(C), 補助金,  研究代表者

  • コンテキスト情報に基づいたモバイルアプリケーションのテストケース生成に関する研究

    2015年04月
    -
    2019年03月

    文部科学省・日本学術振興会, 科学研究費助成事業, 高田 眞吾, 基盤研究(C), 補助金,  研究代表者

 

担当授業科目 【 表示 / 非表示

  • 卒業研究

    2024年度

  • コンピュータサイエンス同演習

    2024年度

  • ソフトウェア工学特論

    2024年度

  • 情報工学輪講

    2024年度

  • プログラミング方法論

    2024年度

全件表示 >>

 

所属学協会 【 表示 / 非表示

  • 情報処理学会 ソフトウェア工学研究会, 

    2006年05月
    -
    継続中
  • 情報システム学会, 

    2005年
    -
    継続中
  • 電子情報通信学会, 

    1998年
    -
    継続中
  • ACM (Association for Computing Machinery), 

    1997年
    -
    継続中
  • 情報処理学会, 

    1996年
    -
    継続中

全件表示 >>

委員歴 【 表示 / 非表示

  • 2024年04月
    -
    2024年12月

    プログラム委員, 31st Asia-Pacific Software Engineering Conference (APSEC 2024)

  • 2024年02月
    -
    2025年04月

    編集委員, 情報処理学会論文誌「ソフトウェア工学」特集号 2024

  • 2024年02月
    -
    2024年07月

    プログラム委員, 19th International Conference on Software Technologies (ICSOFT 2024)

  • 2024年01月
    -
    2024年11月

    編集委員, コンピュータソフトウェア誌 FOSE特集号 2023

  • 2024年01月
    -
    2024年09月

    プログラム委員, 17th International Conference on the Quality of Information and Communications Technology (QUATIC 2024)

全件表示 >>