東京大学 情報理工学系研究科 創造情報学専攻 2011年8月実施 筆記試験 第4問
Author
Description
日本語
以下に示す情報システムに関する8項目から4項目を選択し、各項目を4~8行程度で説明せよ。必要に応じて例や図を用いてよい。
- フィードバック制御とフィードフォワード制御
- カルマンフィルタ
- 画像処理に於けるエッジ抽出法(具体例を2つ挙げて説明すること)
- モンテカルロ法
- ニューラルネットワークの学習方法(具体例を1つ挙げて説明すること)
- パイプラインハザード(具体例を2つ挙げて説明すること)
- マイクロプログラム制御
- クライアントサーバーシステムと P2P システムの利害得失
English
Select four items out of the following eight items concerning information systems, and explain each item in approximately 4~8 lines of text. If necessary, use examples or figures.
- Feedback control and feedforward control
- Kalman filter
- Edge detection methods in image processing (Explain with two examples)
- Monte Carlo method
- Learning methods of neural networks (Explain with one example)
- Pipeline hazards (Explain with two examples)
- Microprogram (microcode) control
- Merits and demerits of client-server systems and P2P systems
题目描述
从下列八个信息系统相关主题中任选四个,每个用约 4~8 行说明;必要时可使用示例或图。第 3、6 项须各举两个实例,第 5 项须举一个实例。
- 反馈控制与前馈控制。
- 卡尔曼滤波。
- 图像处理中的边缘检测方法。
- 蒙特卡洛方法。
- 神经网络的学习方法。
- 流水线冒险。
- 微程序(微码)控制。
- 客户端—服务器系统与 P2P 系统的优缺点。
Kai
Kalman filter
Kalman filter is an optimal recursive algorithm giving a better estimate based on noisy sensored data and uncertain predicted data. It dynamically balances the uncertainty of the model against the noise of measurements, providing the optimal estimate in real-time systems.
At step , Kalman filter uses the physical model to predict current state by state transition and control matrix & vector, getting a predicted current state; and uses the covariance at step to predict the current covariance matrix. Then, it updates (posterior estimates) the state and the covariance by computed Kalman gain.