原田 知幸 | M, 2回目発表 | ネットワークシステム学 | 岡田 実, | 林 優一, | 東野 武史 | |||
title: Indoor location estimation using IR-UWB
abstract: Recently, an indoor location estimation system using ultra-wideband (UWB) wireless communication has been considered. This system has multiple anchors and measures the distance and distance difference between the anchors and the tag to be located. The main positioning method is based on time difference of arrival (TDoA), but existing methods only provide position estimation in planar space. In this presentation, I propose and experimentally evaluate a 3D location estimation method using TDoA. language of the presentation: Japanese 発表題目: IR-UWBを用いた3D空間上での屋内位置推定に関する研究 発表概要: 近年,超広帯域(UWB)無線通信を用いた屋内位置推定システムが検討されている.このシステムは,複数のアンカーを用意し,測位対象のタグとの間の距離および距離差を測定する. 主な測位手法として到着時間差(TDoA)を用いた手法が挙げられるが,既存手法では平面空間での位置推定のみ行なっている. 本手法ではTDoAを用いて,3次元上での位置推定を提案し,実験的に評価する. | ||||||||
藤枝 直輝 | M, 2回目発表 | 光メディアインタフェース | 向川 康博, | 林 優一, | 舩冨 卓哉, | 藤村 友貴, | 北野 和哉 | |
title: Impact of Optical System Configuration on the Robustness of Laser Speckle Authentication and Future Prospects
abstract: Laser Speckle Authentication (LSA) is a technique that utilizes the speckle pattern generated when laser light is irradiated onto an object to identify and authenticate its physical characteristics. Although various studies have been conducted on LSA, the impact of the optical system configuration on robustness against object misalignment has not been sufficiently investigated. In this study, to clarify this issue, we evaluated the effects of displacement in both vertical and lateral directions using six different optical system configurations, combining setups with and without lenses. The results demonstrated that systems employing lenses exhibit superior robustness against displacement, despite requiring a larger overall system size. This research provides guidance toward the development of compact and highly reliable authentication systems under practical size constraints. Additionally, future research directions are also presented. language of the presentation: Japanese 発表題目: レーザスペックル認証における光学系の構成がロバスト性に与える影響と今後の展望 発表概要: レーザスペックル認証(LSA)は、レーザー光を物体に照射した際に生じるスペックルを利用し、対象の物理的な特徴を識別・認証する技術である。LSAは、これまで様々な研究がされているものの、光学系の構成が物体の位置ずれに対するロバスト性に与える影響については、十分に検討されていない。本研究では、この点を明らかにするため、レンズありおよびレンズなしの構成を組み合わせた6種類の光学系を用いて、垂直および平行方向の位置ずれの影響を評価した。その結果、レンズを使用したシステムは、より大きなシステムサイズを必要とするものの、位置ずれに対して優れたロバスト性を示すことが分かった。本研究は、実用的なサイズ制約の下で、コンパクトかつ高信頼な認証システムの開発に向けた指針を提供する。加えて、今後取り組む研究テーマについても紹介を行う。 | ||||||||
VU TUAN HAI | D, 中間発表 | コンピューティング・アーキテクチャ | 中島 康彦, | 林 優一, | 張 任遠, | KAN Yirong, | PHAM HOAI LUAN, | Le Vu Trung Duong |
title: Efficient Accelerators for Emulating Quantum Systems
abstract: As quantum computing advances toward the Fault - Tolerant Quantum Computing (FTQC) era, classical simulation and emulation of quantum systems remain crucial for quantum algorithm development, verification, and optimization. However, current software - based simulators running on CPUs face limitations in scalability and energy efficiency, especially as the number of qubits increases. To address these challenges, we introduce novel architectures and implementation strategies for quantum simulation based on three approaches: density matrix (QEA), wave function (FQsun), and stabilizer formalism (Qimax). QEA and FQsun are implemented on the ZCU102 FPGA using four innovative techniques: efficient memory organization, a configurable Quantum Gate Unit, optimal work scheduling, and support for multiple numeric precisions. Qimax leverages GPUs with a new parallel algorithm that enhances the existing serial extended stabilizer formalism, utilizing an encoder-decoder architecture and tensor computation. Each simulation approach targets different classes of quantum circuits and compensates for the weaknesses of the others. Extensive comparisons on standard benchmarks against state-of-the-art simulators and emulators - including Qiskit, Pennylane, ProjectQ, and NVIDIA cuQuantum - demonstrate that the proposed accelerators provide a compelling balance of energy efficiency, performance, precision, and scalability. QEA, FQsun, and Qimax represent promising candidates for quantum simulation in the green computing era. Beyond fundamental architectural contributions, this work also explores practical applications deployed on the simulators/emulators, including quantum battery optimization, a fast parameter - shift rule, and hybrid quantum-classical image compression. language of the presentation: English | ||||||||
平野 太雅 | M, 2回目発表 | コンピューティング・アーキテクチャ | 中島 康彦, | 林 優一, | 張 任遠, | KAN Yirong, | PHAM HOAI LUAN, | Le Vu Trung Duong |
title: Spiking Sparse Representation Learning towards Achieving Higher Energy Efficiency and More Interpretable Generative Models
abstract: Recently, VQ‑VAE has been widely adopted as a technique that leverages discrete latent representations to achieve both high‑quality image generation and model compactness. However, because the encoder’s outputs are forcibly quantized to a single codeword, subtle differences between adjacent patches are easily lost, and codebook collapse tends to occur, resulting in degraded reconstruction accuracy. In this work, I aim to address these issues by introducing Locally Competitive Algorithm (LCA), a form of sparse coding. language of the presentation: Japanese 発表題目: 高効率かつ解釈可能な生成モデルの実現に向けたスパイキングスパース表現学習 発表概要: 近年、VQ‑VAEは離散潜在表現を用いることで高品質な画像生成とモデルの軽量化を両立する手法として広く用いられている。しかし、エンコーダ出力を単一のコードに強制的に量子化するため、隣接するパッチ間の微細な差分が失われやすく、さらに一部のコードワードに勾配が偏って未使用ワードが増える“コードブック崩壊”が起こりやすく、結果として再構成精度が低下する。そこで本研究では、スパースコーディングの一種であるLCAを導入し、これらの課題を解消することを目指す。 | ||||||||
狩野 悟 | M, 2回目発表 | ソフトウェア設計学 | 飯田 元, | 井上 美智子, | 柏 祐太郎, | Reid Brittany |
title: Towards Predicting Execution Paths from Application Logs
abstract: Modern software systems are critical to business operations, yet failures remain frequent and costly. Developers often spend significant time manually investigating the root causes of these failures, typically by analyzing large volumes of incomplete and noisy application logs. This process is not only time-consuming but also error-prone, hindering timely recovery and resolution. A key challenge lies in accurately identifying the lines of code executed during a failure, which is essential for effective debugging. In this study, we propose a novel approach that leverages large language models (LLMs) to improve execution path inference from application logs. Unlike prior statistical methods, our technique utilizes test-time data to train the LLM, pairing fine-grained execution traces captured by SElogger with application logs. These log-trace pairs are used to fine-tune ChatGPT-4, enabling it to learn the mapping between log patterns and execution behavior. language of the presentation: Japanese 発表題目アプリケーションログを用いたコード実行経路の予測に向けて 発表概要:ソフトウェアシステムは現代において,社会に必要不可欠な要素となっている.しかし,システムの障害は依然として多く発生し,社会に多大な影響をもたらしている.システムの開発者は多くの場合,不完全なログを手動で分析することで障害の原因を特定することに努めるが,このプロセスは多大な時間を要し,迅速なシステムの復旧の妨げとなっている.このプロセスにおいて,障害発生時にどのコードが実行されたかという情報は必要不可欠である.そこで本研究では,大規模言語モデル(LLM)を活用してアプリケーションログからコードの実行パスを推論するアプローチを提案する.本研究では,従来の静的解析手法とは異なり,テスト実行時のデータを利用してLLMをファインチューニングすることで,コードの実行パスの特定を目指す. | ||||||
堀川 康生 | M, 2回目発表 | ソフトウェア設計学 | 飯田 元, | 井上 美智子, | 柏 祐太郎, | Reid Brittany |
title: How Does Test Code Differ From Production Code in Terms of Refactoring? An Empirical Study
abstract: Refactoring is a widely applied practice for improving the internal structure of source code without altering its external behavior. Researchers have proposed approaches to detect refactoring operations and investigated their impact on the code quality. However, these studies often focus on production code, paying little attention to test code. It is still unclear whether developers perform refactoring on test code in the same way or for the same purpose. To fill this gap, we first investigate the types and prevalence of refactoring applied in production and test code, and then examine whether these refactorings impact the code quality in a different way. Our results show that certain refactorings are less common in the test code. Besides, while refactoring-related changes in production and/or test code improved readability, they had limited impact on most design smells. We also find that some specific refactoring types do impact certain design smells. These findings indicate the special attention needed for test code when analyzing refactorings. language of the presentation: Japanese 発表題目:リファクタリングがプロダクションコードとテストコードへ及ぼす影響調査について 発表題目: リファクタリングは,外部の振る舞いを変更せずにソースコードの内部構造を改善するために広く適用されているプラクティスである.これまで,研究者はリファクタリング操作を検出し,そのコード品質への影響を調査する様々なアプローチを提案している.しかし,これらの研究は一般的にプロダクションコードに焦点を当て,テストコードに注目した研究は少ない.そのため,開発者がテストコードに対してプロダクションコードと同一の方法や目的でリファクタリングを実行するのかは,依然として不明瞭である. 本研究では,プロダクションコードとテストコードに適用されるリファクタリングの種類とその頻度を比較した.次に,これらのリファクタリングがコード品質に与える影響がどの程度異なるかを検証した. その結果,特定の種類のリファクタリングは,テストコードでは一般的ではないことが明らかとなった.さらに,プロダクションコード及びテストコードにおけるリファクタリングでは可読性を向上させたが,殆どのデザインスメルに対しては限定的な影響しか与えないことが明らかとなった.また,特定のリファクタリングが特定のデザインスメルに影響を与えることが判明した. | ||||||