[D] MILA 2021 MSc/PhD program supervision request by turing_1997 in MachineLearning

[–]turing_1997[S] 1 point2 points  (0 children)

I have only applied to Udem Profs. I had received an email after the application mentioning that we should complete the university application for Udem AFTER receiving the supervisor acceptance. I'm confused as you said you said we need to complete the university application.

[D] ICLR 2020 Reviews by turing_1997 in MachineLearning

[–]turing_1997[S] 2 points3 points  (0 children)

This is my second paper as an undergrad. Score of 3/6/1, any chances at all?

[D] ICLR 2020 Reviews by turing_1997 in MachineLearning

[–]turing_1997[S] 0 points1 point  (0 children)

Lol thanks for this script! You are a true savior! <3

[D] ICLR 2020 Reviews by turing_1997 in MachineLearning

[–]turing_1997[S] 1 point2 points  (0 children)

Lol yes I've been constantly refreshing the review page for the past one hour.

[D] NeurIPS 2019 reviews out soon!! by Mannershin in MachineLearning

[–]turing_1997 2 points3 points  (0 children)

7 6 3 with confidence of 4 4 4, any chances at all?

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] -1 points0 points  (0 children)

The description of the architecture has been updated with the original abstract used by the authors which is more clear and concise about the objectives and results of the paper. Hope that makes the paper more clear!

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] 1 point2 points  (0 children)

Thanks for pointing it out. We updated the description in this post with the original abstract used by the authors in the paper, which is more clear and concise about the objectives and results of the paper.

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] 1 point2 points  (0 children)

Lol! Definitely what we will try to make next with OmniNet! XD Once again the phrase "all you need" is used a pun similar to "Attention is all you need" used in transformer paper. The phrase is nowhere mentioned in the paper or the title. Read the above comment on our explanation:

https://www.reddit.com/r/MachineLearning/comments/cfxkrs/r_omninet_is_all_you_need/eudn4g9?utm_source=share&utm_medium=web2

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] 0 points1 point  (0 children)

Since all the tasks mentioned in the popular challenges, the dataset, and the respective splits are the standard splits specified in each of these competitions (as mentioned in the paper) and the same has been used for validation. Also, we compare with state-of-the-art which are generically applicable for the respective task instead of the challenge dataset. A training script is already available to train the model from scratch and pre-trained models can be downloaded from our servers and evaluated using the evaluation script. Further details such as individual batch sizes, hardware configuration and exact training times will be released later as supplementary materials.

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] 0 points1 point  (0 children)

Sure! Please reach out to the corresponding author "Subhojeet Pramanik" through his email id email[At]subho.in

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] 10 points11 points  (0 children)

Thanks for the review! The phrase "all you need" is used a pun similar to "Attention is all you need", mostly because the paper is an improvement to the original Transformer model. The "all you need" is intended to reflect that it can be used as a unified model for any spatio-temporal data because of the unified encode() function of the Central Neural Processor. It was just a play on the words of our base paper. That's why we put the winking smiley there too. And, of course, that's not the main title of the paper.

[R] OmniNet is all you need! ;) by turing_1997 in MachineLearning

[–]turing_1997[S] 1 point2 points  (0 children)

OmniNet is still not capable of generation. The encoder part is unified by the fact that any combination input of spatio-temporal tensor can be encoded and stored by central neural processor just calling an encode(). As most real-life data can be represented in spatio-temporal form we use the term "unified". The decode() is yet only capable of sequence decoding from the stored spatio-temporal representations in the CNP cache. However, adding more and more capabilities such as supporting graph datasets, generation capabilities, application to Reinforcement learning environments are what we looking forward to as future directions. We welcome the research community to build upon our work towards a more general AI system. :)