Yipin Zhou, Zhaowen Wang, Chen Fang, Trung Bui, and Tamara L. Berg. “Visual to sound: Generating natural sound for videos in the wild.” Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2018.
Andrew Owens, Phillip Isola, Josh McDermott, Antonio Torralba, Edward H. Adelson, William T. Freeman. “Visually indicated sounds”, Proceedings of the IEEE conference on CVPR, pp. 2405-2413, 2016.
Konstantinos Vougioukas, Pingchuan Ma, Stavros Petridis, Maja Pantic. “Video-Driven Speech Reconstruction using Generative Adversarial Networks”, arXiv preprint arXiv:1906.06301, 2019.
Sungeun Hong, Woobin Im, Hyun S. Yang. “Content-Based Video-Music Retrieval Using Soft Intra-Modal Structure Constraint”, arXiv preprint arXiv:1704.06761, 2017.
Soroush Mehri, Kundan Kumar, Ishaan Gulrajani, Rithesh Kumar, Shubham Jain, Jose Sotelo, Aaron Courville, Yoshua Bengio. “SampleRNN: An unconditional end-to-end neural audio generation model.”, arXiv preprint arXiv:1612.07837, 2016.
[1] 久保拓弥, データ解析のための統計モデリング入門: 一般化線形モデル・階層ベイズモデル・MCMC. 岩波書店, 2012.
[2] 川島茂人, 大気生物学入門. 朝倉書店, 2019.
[3] 江崎 貴裕, データ分析のための数理モデル入門 本質をとらえた分析のために . ソシム, 2020.
[4] M. Raissi, P. Perdikaris, and G. E. Karniadakis, “Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations,” Nov. 2017, Accessed: Jun. 12, 2020. [Online]. Available: http://arxiv.org/abs/1711.10561.
[5] K. Hornik, M. Stinchcombe, and H. White, “Multilayer feedforward networks are universal approximators,” Neural Networks, vol. 2, no. 5, pp. 359–366, Jan. 1989, doi: 10.1016/0893-6080(89)90020-8.
[6] A. Güne¸, G. Baydin, B. A. Pearlmutter, and J. M. Siskind, “Automatic Differentiation in Machine Learning: a Survey,” 2018. Accessed: Jul. 03, 2020. [Online]. Available: https://chainer.org/.
[7] M. Raissi, P. Perdikaris, and G. E. Karniadakis, “Physics Informed Deep Learning (Part II): Data-driven Discovery of Nonlinear Partial Differential Equations,” Nov. 2017, Accessed: Jun. 12, 2020. [Online]. Available: http://arxiv.org/abs/1711.10566.
[8] M. Raissi, A. Yazdani, and G. E. Karniadakis, “Hidden Fluid Mechanics: A Navier-Stokes Informed Deep Learning Framework for Assimilating Flow Visualization Data,” 2018.
[9] I. Osamu, S. Jun, and I. Kazuo, “Prediction of pedestrian protection performance using machine learning.” Accessed: Jun. 12, 2020. [Online]. Available: http://www.nasva.go.jp.
[10] A. Karpatne, W. Watkins, J. Read, and V. Kumar, “Physics-guided Neural Networks (PGNN): An Application in Lake Temperature Modeling,” Oct. 2017, Accessed: Jun. 12, 2020. [Online]. Available: http://arxiv.org/abs/1710.11431.
力学とは、自然界に存在する「ものの動き方」を研究する学問です。 この「もの」はビリヤード球のような剛体だけでなく、電子や電波、空気のような自然界に存在するさまざまな対象を指します。扱う対象によって力学は「剛体力学」「波動力学」「流体力学」など様々に枝分かれしますが、「もの」の動きを時間 t に関する微分方程式で記述できることは基本的に共通しています。 このような方程式を解いて「ものの動き」を調べることは、理論的にも実用的にも、避けては通れない重要な課題です。
それでは、なぜ方程式を解くためにNNを用いる必要があるのでしょう?
従来、解析的(記号的)に解くことのできない力学の方程式はコンピューターによる数値計算で解いていました。理論的には、方程式のパラメーターと時刻 t=0 における初期状態さえ決まっていれば、数値計算により任意の時刻 t における物体の状態を求めることができます。
しかし、この学習方法には2つの問題があります。まず、遡る秒数 m は学習のハイパーパラメーターとなり、何らかの方法で適切な値を選択する必要があります。次に、得られた予測モデルはエネルギー保存則を満たしている保証はないため、 一定時間後に物体が静止してしまう、あるいは逆に超高速で飛び出してしまうといった不安定な予測モデルを学習してしまうおそれがあります。
本記事においては、力学系を用いて「ものの動き」を予測するさまざまな問題に対して、力学系の知識を用いた NN が用いられる例を調査しました。 その中でも、とりわけ可逆な剛体力学に対して高い効果を発揮する解析力学的NN(ハミルトニアンNN、ラグランジアンNN)を詳細に取り上げ、逆伝播法や自己符号化器といったNNのツールと組み合わせて活用されていること、またカオス理論やロボットアーム制御への応用が行われていることを報告しました。
1. Kumar, M. and Yadav, N. (2011) Multilayer perceptrons and radial basis function neural network methods for the solution of differential equations: A survey. Computers & Mathematics with Applications62, 3796–3811. http://www.sciencedirect.com/science/article/pii/S0898122111007966.
2. Tompson, J., Schlachter, K., Sprechmann, P. and Perlin, K. (2017) Accelerating eulerian fluid simulation with convolutional networks. In: Proceedings of the 34th international conference on machine learning – volume 70, JMLR.org. pp 3424–3433. https://dl.acm.org/doi/10.5555/3305890.3306035.
4. Raissi, M., Perdikaris, P. and Karniadakis, G. (2019) Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational Physics378, 686–707. http://www.sciencedirect.com/science/article/pii/S0021999118307125.
5. Greydanus, S., Dzamba, M. and Yosinski, J. (2019) Hamiltonian neural networks. In: Advances in neural information processing systems 32, Eds: H. Wallach, H. Larochelle, A. Beygelzimer, F. dAlché-Buc, E. Fox and R. Garnett, Curran Associates, Inc. pp 15379–15389. http://papers.nips.cc/paper/9672-hamiltonian-neural-networks.pdf.
6. Martens, J., Sutskever, I. and Swersky, K. (2012) Estimating the hessian by back-propagating curvature. arXiv preprint arXiv:1206.6464. https://arxiv.org/abs/1206.6464.
7. Toth, P., Rezende, D.J., Jaegle, A., Racanière, S., Botev, A. and Higgins, I. (2019) Hamiltonian generative networks. arXiv preprint arXiv:1909.13789. https://arxiv.org/abs/1909.13789.
8. Gupta, J.K., Menda, K., Manchester, Z. and Kochenderfer, M.J. (2019) A general framework for structured learning of mechanical systems. arXiv preprint arXiv:1902.08705. https://arxiv.org/abs/1902.08705.
9. Lutter, M., Ritter, C. and Peters, J. (2019) Deep lagrangian networks: Using physics as model prior for deep learning. arXiv preprint arXiv:1907.04490. https://arxiv.org/abs/1907.04490.
10. Roehrl, M.A., Runkler, T.A., Brandtstetter, V., Tokic, M. and Obermayer, S. (2020) Modeling system dynamics with physics-informed neural networks based on lagrangian mechanics. arXiv preprint arXiv:2005.14617. https://arxiv.org/abs/2005.14617.
11. Choudhary, A., Lindner, J.F., Holliday, E.G., Miller, S.T., Sinha, S. and Ditto, W.L. (2020) Physics-enhanced neural networks learn order and chaos. Phys. Rev. E101, 062207. https://link.aps.org/doi/10.1103/PhysRevE.101.062207.
12. Zhong, Y.D., Dey, B. and Chakraborty, A. (2020) Dissipative symoden: Encoding hamiltonian dynamics with dissipation and control into deep learning. arXiv preprint arXiv:2002.08860. https://arxiv.org/abs/2002.08860.
[1] Chen, Z., & Zhang, H. (2019). Learning implicit fields for generative shape modeling. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 5939-5948).
[2]Csáji, B. C. (2001). Approximation with artificial neural networks. Faculty of Sciences, Etvs Lornd University, Hungary, 24(48), 7.
[3]Feng, Y., Feng, Y., You, H., Zhao, X., & Gao, Y. (2019, July). MeshNet: Mesh neural network for 3D shape representation. In Proceedings of the AAAI Conference on Artificial Intelligence (Vol. 33, pp. 8279-8286).
[4]Kato, H., Ushiku, Y., & Harada, T. (2018). Neural 3d mesh renderer. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 3907-3916).
[5]Park, J. J., Florence, P., Straub, J., Newcombe, R., & Lovegrove, S. (2019). Deepsdf: Learning continuous signed distance functions for shape representation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 165-174).
[6]Qi, C. R., Su, H., Mo, K., & Guibas, L. J. (2017). Pointnet: Deep learning on point sets for 3d classification and segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 652-660).
群 とは、集合 G とその上の二項演算 \cdot\colon G\times G \to G の組 (G, \cdot) で結合法則・単位元の存在・逆元の存在を満たすものです。詳細は、例えば、[K07] や Wikipedia の群に関する記事 を参照してください。群を表す時に、定義されている演算が自明で混乱がない場合は (G, \cdot) と書かずに単に G と書きます。
群 G の群演算を 部分集合 H へ制限したものに関してまた群になる時、 H を G の部分群と言います。
群 (G, \cdot_G) と集合 V が与えられたとします。写像 \cdot \colon G\times V \to V が
G の任意の元 g, h とV の任意の元 v に対して (g\cdot_G h)\cdot v=g\cdot(h\cdot v),
G の単位元 e とV の任意の元 v に対して e\cdot v= v
を満たす時、V 上の G の作用 (左作用) と言います。G の元 g が与えられると、V から V への全単射 (上への 1 対 1 写像) g\cdot\colon V\to V が定まることが分かります。\mathrm{Aut}(V) を V から V 自身への全単射写像全体の集合とすると、\mathrm{Aut}(V) は写像の合成に関して群になります。V 上の G の作用を定めることは、G から \mathrm{Aut}(V) への群準同型を与えることと同じです。
[1] Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe, Steven Lovegrove: “DeepSDF: Learning Continuous Signed Distance Functions for Shape Representation”, Proc. the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2019, pp. 165-174.
[2] Matan Atzmon, Yaron Lipman: “SAL: Sign Agnostic Learning of Shapes From Raw Data”, Proc. the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 2565-2574.
[3] Vincent Sitzmann, Julien N.P Martel, Alexander Bergman, David Lindell, Gordon Wetzstein: “Implicit Neural Representations with Periodic Activation Functions”, Proc. NeurIPS, 2020.
[4] Thomas Davies, Derek Nowrouzezahrai, Alec Jacobson: “Overfit Neural Networks as a Compact Shape Representation”, arXiv: 2009.09808v2.
今回は、新型コロナウイルスに対する対策の有効性を解析するエージェントベースモデル(ABM)を用いて分析を行い、『JMIR Medical Informatics』 というジャーナルで2021年4月にパブリッシュされた論文「Agent-Based Model of the Local Spread of SARS-CoV-2: Modeling Study(SARS-CoV-2の局所感染エージェントベースモデル:モデリング研究)」(https://medinform.jmir.org/2021/4/e24192)を紹介します。
[1] Macal C.M., and North M.J.: “Tutorial on agent-based modelling and simulation”, Journal of Simulation 4, 2010, pp. 151-162.
[2] Macy M.W. and Willer R.: “From Factors to Actors: Computational Sociology and Agent-Based Modeling”, Annual Review of Sociology 28, 2002, pp.143-166.
[3]Turrell A.: “Agent-based models: understanding the economy from the bottom up”, Quarterly Bulletin 2016 Q4, Bank of England, 2016.
[4] Eubank S., Guclu H., Kumar V.S.A., Marathe M.V., Srinivasan A., Toroczkai Z., Wang N.: “Modelling disease outbreaks in realistic urban social networks”, Nature 429(6988), 2004, pp.180-184.
[5] Bobashev G.V., Goedecke D.M., Yu F., and Epstein J.M.: “A Hybrid Epidemic Model: Combining The Advantages Of Agent-Based And Equation-Based Approaches”, Proceedings of the Winter Simulation Conference, 2007.
[6] Hunter E., Mac Namee B., and Kelleher J.D.: “A Comparison of Agent-Based Models and Equation Based Models for Infectious Disease Epidemiology”, AICS, 2018, pp.33-44.
[7] Berger T., Goodchild M., Janssen M.A., Manson S. M., Najlis R., and Parker D. C.: “Methodological considerations for agent-based modelling of land-use and land-cover change”, in “Agent-based models of land-use and land-cover change”, Report and Review of an International Workshop October 4–7, 2001, Irvine, California, USA.
[8] Crooks A. T., Castle C. J. E., and Batty, M.: “Key challenges in agent-based modelling for geo-spatial simulation”, CASA Working Paper 121, 2007.
[9] Ngo T. A. and See L. M.: “Calibration and validation of agent-based models of land cover change”, in “Agent-based models of geographical systems”, Dordrecht Springer, 2012, pp. 181–196.
[10] Staffini A., Svensson A.K., Chung U.I., and Svensson T.: “An Agent-Based Model of the Local Spread of SARS-CoV-2: Modeling Study”, JMIR Medical Informatics 9(4), 2021.
ALBERT では、毎年新卒社員向けに 2 か月間の研修を行っています。 私の場合は研究分野がデータサイエンスないし機械学習と関連がある訳ではなかったため、新卒研修が充実しているという点もこの会社に入社したいと思った魅力の一つでした。 (その他の ALBERT の魅力については、最後に紹介したいと思います!)
Ben Mildenhall, Pratul P. Srinivasan, Matthew Tancik, Jonathan T. Barron, Ravi Ramamoorthi, Ren Ng: “NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis”, Proc. ECCV 2020.
Schönberger, Johannes Lutz and Frahm, Jan-Michael: “Structure-from-Motion Revisited”, Proc. CVPR 2016.
Schönberger, Johannes Lutz and Zheng, Enliang and Pollefeys, Marc and Frahm, Jan-Michael: “Pixelwise View Selection for Unstructured Multi-View Stereo”, Proc.ECCV 2016.
Zirui Wang and Shangzhe Wu and Weidi Xie and Min Chen and Victor Adrian Prisacariu: “NeRF--: Neural Radiance Fields Without Known Camera Parameters”, arXiv preprint arXiv:2102.07064, 2021.
Ben Mildenhall and Pratul P. Srinivasan and Rodrigo Ortiz-Cayon and Nima Khademi Kalantari and Ravi Ramamoorthi and Ren Ng and Abhishek Kar: “Local Light Field Fusion: Practical View Synthesis with Prescriptive Sampling Guidelines”, ACM Transactions on Graphics (TOG), 2019.
Lin, Chen-Hsuan and Ma, Wei-Chiu and Torralba, Antonio and Lucey, Simon: “BARF: Bundle-Adjusting Neural Radiance Fields”, Proc. ICCV 2021.
Sitzmann, Vincent and Thies, Justus and Heide, Felix and Niessner, Matthias and Wetzstein, Gordon and Zollhöfer, Michael, “DeepVoxels: Learning Persistent 3D Feature Embeddings”, Proc. CVPR 2019.
Zhang, Zichao and Scaramuzza, Davide: “A Tutorial on Quantitative Trajectory Evaluation for Visual(-Inertial) Odometry”, Proc. IEEE 2018.
Yoonwoo Jeong, Seokjun Ahn, Christopehr Choy, Animashree Anandkumar, Minsu Cho, and Jaesik Park Park: “Self-Calibrating Neural Radiance Fields”, Proc. ICCV 2021.
■メンバーによるメンバーのためのイベント開催を企画 今回は、従業員が主体のイベントとして「全体を知る、認め合う、わくわくする」の3つをテーマに、オンライン全社イベント「ALBERT DAY 2021」の企画を開始。会社の今を多面的に知る機会として、オンラインでもメンバー同士のつながりをしっかりと実感できるような参加体験を目指しました。
運営メンバーでアイデアを出し合い、テーマに沿って「プロジェクト紹介」「1問1答リレー」「ALBERT Award 2021」 の3つの企画を考えました。
■「ALBERT Award 2021」 ~行動指針を最も体現したメンバー、チームを表彰~ 最後は、ALBERT Award 2021受賞者の発表です。 ALBERTには企業ミッションを実現するための7つの行動指針があるのですが、それぞれをもっとも体現した個人・チームにアワードが贈られます。 事前に各候補者を公開して社内投票をしており、当日はその結果発表を行いました。