ニュース

第8回学生ゼミを開催しました The 8th student seminar was held

7/12に第8回学生ゼミが開催されました。

今回は12章の変分オートエンコーダーについてD3の邱さんが、敵対的生成ネットワークと正規化フローについてB4の坂番さんから発表がありました。

変分オートエンコーダーでは今まで扱ったモデルに比して導出が難しいモデルでしたが、モデルの目的や仮定、損失の導出や役割などを皆で議論しながら丁寧に追っていくことで、理解しやすくなったと思います。また、今回の中でVAE、GAN、正規化フローといった複数の生成モデルについて触れ、それぞれの仮定や特徴などを学ぶことができ、生成モデルへの理解を深めることができました。

今回で夏のゼミは最終回になります。皆さん約3ヶ月間お疲れ様でした。

次のゼミは研究室ゼミで、B4の2人が卒業論文の中間審査に向けた発表を行います。

In this seminar, Qiu-san gave a presentation on the variational autoencoder in Chapter 12, and Sakaban-san gave a presentation on the adversarial generative network and normaliing flow.

The variational autoencoder model was more difficult to derive than the models we have dealt with so far, but I think it became easier to understand by following it carefully as we all discussed the purpose of the model, assumptions, derivation of losses, roles, and so on. We also touched on several generative models such as VAE, GAN, and normalizing flow, and were able to learn about the assumptions and characteristics of each, deepening our understanding of generative models.

This will be the last seminar of the summer. I would like to thank everyone for their hard work over the past three months.

The next seminar will be a laboratory seminar, where two fourth-year students will give presentations for the mid-term review of their graduation theses.

投稿者|M2片山

七夕の飾りつけを行いました✨ Tanabata Festival was held.

去る7月8日、ここ地域/情報研究室で1日遅れの七夕飾りつけを行いました。

30度を超える暑さの中、100均まで買い出しに行き、いざ願い事を記入。

僕は5月に痛めてしまった爪の回復をお祈りしました。はやく元通りになるといいなあ。読者のみなさんの願いも星に届きますように。

願い事が叶うよう、暑さに負けず研究に励んでいきます!

 

On July 8, we held a Tanabata decoration event at the Regional Planning and Information Laboratory.

Despite the intense heat, we went shopping to the 100-yen shop and wrote our wishes in strips of paper.

By the way, I prayed for the recovery of my fingernail that I hurt in May. I hope it will be back to normal soon. I hope that the wishes of our readers will also reach the stars☆!

Despite the heat, I will keep working hard on my research so that my wish will come true!

 

投稿者|嶋野

第7回学生ゼミが開かれました The 7th student seminar was held

7/5に第7回学生ゼミが開催されました。

今回は深層学習の内容から離れ、片山さんから研究で必要となるツールについての説明をしていただき、実際に環境構築からPyTorch(※)の公式チュートリアルの実行までを行いました。

SSHでの研究室のGPUサーバーやGithubとの接続、Dockerによる仮想環境の構築など、一人で行うには骨の折れる工程を先輩方に丁寧に教えていただけて、頭が上がりません。

やり方を忘れない内に復習しておこうと思います。

次回は前回のゼミで扱った12章「生成モデル」の続きの、GANや正規化フローについて扱います。

 

※PyTorch…Python向けのオープンソース機械学習ライブラリ。近年最もシェアが高い。本研究室では主にこれを使ってモデルの構築、学習を行う。

 

We learned how to use the tools such as Git, Github, Docker and PyTorch(※), which are necessary for research from Katayama-san.

It is very painstaking work for those with no experience of using such tools to make SSH connections to servers and build virtual environments with Docker, so I truly appreciate that the senior staffs taught me those tasks carefully from the very beginning!

The next seminar will deal with GANs and normalization flows in Chapter 12 of ‘Deep Learning’.

※PyTorch…Open source machine learning library for Python. It has the largest market share in recent years. In our laboratory, we mainly use it to build and train models.

 

 

第6回学生ゼミが開かれました The 6th student seminar was held.

6/28に第6回学生ゼミが開催されました.

今回はD3の邱から,12章の生成モデル(前半)について発表しました.
生成モデルの概要,自己符号化器とスパース自己符号化器について説明しました.
議論の場では,スパース自己符号化器の実用例について考えて,事前学習や分類器の学習に有用であるという話しをしました.

次回は特別の回で,M2の片山くんがサーバーの使い方や深層学習モデルの実装を紹介して,みんなが実際に手を動かしてみる予定です.

The 6th student seminar was held on 28th June.

Qiu (D3) gave a presentation on the first part of Chapter 12, generative models.

An overview of generative models, autoencoders, and sparse autoencoders was explained.
During the discussion, we considered practical examples of sparse autoencoders and talked about their usefulness for pre-training and classifier training.

The next session will be a special one, where Mr. Katayama (M2) will introduce the usage of our server and the implementation of deep learning models. Everyone will practice hands-on with it.

 

投稿者|邱 (QIU)

第5回学生ゼミが開かれました The 5th student seminar was held.

6/21に第5回学生ゼミが開催されました.

今回はB4の嶋野くんから,5章の畳み込みニューラルネットワーク(CNN)について発表しました.

基本的な畳み込みの計算から多様な形式のCNNを紹介していただきました.分厚い章で,お疲れ様でした.
同変性と不変性のところ,Group Convolutional Neural Networksという,回転や反転まで同変性を持たせるための研究について一緒に読んでみました.私は群論に関する知識が足りなくて,苦戦しました.
後半は,OBの稲福くんにオンラインで参加してもらい,彼がB4時にCNNを勉強して研究で用いた話しを伺いました.物体検出やセグメンテーションなどの手法はやはり面白いし,幅広く使えますね.

次回は第12章の生成モデル,自己符号化器や変分自己符号化器について扱います.

最近は梅雨の季節で,雨が降ったりやんだり,暑かったりで,皆様くれぐれもご自愛くださいね.

The 5th student seminar was held on 21st June.

Mr Shimano (B4) gave a presentation on Chapter 5, convolutional neural networks (CNN).
It was an abundant chapter, introducing everything from basic convolutional computation to various forms of CNNs.

In the section on equivariance and invariance, we read together about Group Convolutional Neural Networks, a study to keep the equivariance about rotations and flips. I struggled with it because I lacked knowledge about group theory.

Besides, Mr. Inafuku, an alumni of our lab, joined us online. He shared about how he studied CNNs during his B4 and used them in his research. Methods such as object detection and segmentation are interesting and widely used.

Next seminar, we will deal with generative models, such as self-encoders and variational self-encoders in Chapter 12.

It’s the rainy season these days. Sometimes it rains and sometimes it’s hot. Please take care.

 

投稿者|邱