Reprojection Losses: Deep Learning Surpassing Classical Geometry in Computer Vision?
https://alexgkendall.com/computer_vision/Reprojection_losses_geometry_computer_vision/
https://alexgkendall.com/computer_vision/Reprojection_losses_geometry_computer_vision/
Home
Reprojection Losses: Deep Learning Surpassing Classical Geometry in Computer Vision?
Research Website and Blog.
Python framework that facilitates the quick development of complex video analysis applications and other series-processing based applications in a multiprocessing environment.
https://github.com/videoflow/videoflow
https://github.com/videoflow/videoflow
GitHub
GitHub - videoflow/videoflow: Python framework that facilitates the quick development of complex video analysis applications and…
Python framework that facilitates the quick development of complex video analysis applications and other series-processing based applications in a multiprocessing environment. - videoflow/videoflow
Natural Language Inference with Deep Learning (NAACL 2019 Tutorial)
the slides for the 2019 NAACL tutorial on Natural Language Inference with Deep Learning
by Sam Bowman and Xiaodan Zhu.
https://nlitutorial.github.io/nli_tutorial.pdf
the slides for the 2019 NAACL tutorial on Natural Language Inference with Deep Learning
by Sam Bowman and Xiaodan Zhu.
https://nlitutorial.github.io/nli_tutorial.pdf
Robotic Psychology What Do We Know about Human-Robot Interaction and What Do We Still Need to Learn?
https://scholarspace.manoa.hawaii.edu/bitstream/10125/59633/0193.pdf
https://scholarspace.manoa.hawaii.edu/bitstream/10125/59633/0193.pdf
RF-Net: An End-to-End Image Matching Network based on Receptive Field
Shen et al.: https://arxiv.org/abs/1906.00604
#ArtificialIntelligence #DeepLearning #MachineLearning
Shen et al.: https://arxiv.org/abs/1906.00604
#ArtificialIntelligence #DeepLearning #MachineLearning
arXiv.org
RF-Net: An End-to-End Image Matching Network based on Receptive Field
This paper proposes a new end-to-end trainable matching network based on
receptive field, RF-Net, to compute sparse correspondence between images.
Building end-to-end trainable matching framework...
receptive field, RF-Net, to compute sparse correspondence between images.
Building end-to-end trainable matching framework...
Generating Diverse High-Fidelity Images with VQ-VAE-2
Razavi et al.: https://arxiv.org/abs/1906.00446
#ArtificialIntelligence #DeepLearning #MachineLearning
Razavi et al.: https://arxiv.org/abs/1906.00446
#ArtificialIntelligence #DeepLearning #MachineLearning
arXiv.org
Generating Diverse High-Fidelity Images with VQ-VAE-2
We explore the use of Vector Quantized Variational AutoEncoder (VQ-VAE) models for large scale image generation. To this end, we scale and enhance the autoregressive priors used in VQ-VAE to...
A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
https://github.com/benedekrozemberczki/graph2vec
https://github.com/benedekrozemberczki/graph2vec
GitHub
GitHub - benedekrozemberczki/graph2vec: A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs"…
A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017). - benedekrozemberczki/graph2vec
A Survival Guide to a PhD
https://karpathy.github.io/2016/09/07/phd/ https://t.iss.one/ArtificialIntelligenceArticles
https://karpathy.github.io/2016/09/07/phd/ https://t.iss.one/ArtificialIntelligenceArticles
Cross-lingual transfer is a powerful tool for low-resource NLP. But when you build a system for a new language (say Bengali, German or French), what language do you transfer from?
This paper answers this: https://www.profillic.com/paper/arxiv:1905.12688
This paper answers this: https://www.profillic.com/paper/arxiv:1905.12688
Profillic
Profillic: AI research & source code to supercharge your projects
Explore state-of-the-art in machine learning, AI, and robotics research. Browse papers, source code, models, and more by topics and authors. Connect with researchers and engineers working on related problems in machine learning, deep learning, natural language…
COBRA: Data-Efficient Model-Based RL through Unsupervised Object Discovery and Curiosity-Driven Exploration
Watters et al.: https://arxiv.org/abs/1905.09275
#MachineLearning #UnsupervisedLearning #ArtificialIntelligence
Watters et al.: https://arxiv.org/abs/1905.09275
#MachineLearning #UnsupervisedLearning #ArtificialIntelligence
A very nice article on practical limitations of semi-supervised learning and the recent advances that seems to overcome them
[https://towardsdatascience.com/the-quiet-semi-supervised-revolution-edec1e9ad8c]
(https://towardsdatascience.com/the-quiet-semi-supervised-revolution-edec1e9ad8c)
#machinelearning #artificialintelligence
[https://towardsdatascience.com/the-quiet-semi-supervised-revolution-edec1e9ad8c]
(https://towardsdatascience.com/the-quiet-semi-supervised-revolution-edec1e9ad8c)
#machinelearning #artificialintelligence
Medium
The Quiet Semi-Supervised Revolution
Time to dust off that unlabeled data?
Table2Vec: Neural Word and Entity Embeddings for Table Population and Retrieval. arxiv.org/abs/1906.00041
Independent Component Analysis based on multiple data-weighting. arxiv.org/abs/1906.00028
Machine Learning Methods for Shark Detection. arxiv.org/abs/1905.13309
Brain Network Mechanisms of General Intelligence
https://www.biorxiv.org/content/biorxiv/early/2019/06/03/657205.full.pdf
https://www.biorxiv.org/content/biorxiv/early/2019/06/03/657205.full.pdf
Revolutionizing Medical Diagnosis with Deep Learning: TED Talk
https://www.youtube.com/watch?v=w2_N_p_Y-W4&feature=youtu.be
https://www.youtube.com/watch?v=w2_N_p_Y-W4&feature=youtu.be
YouTube
Revolutionizing Medical Diagnosis with Deep Learning | Ankit Gupta | TEDxYouth@Ballston
17 million people worldwide died due to cardiovascular disease in 2015 alone. Drawing from his experiences as a machine learning researcher and software engi...
Understanding and Controlling Memory in Recurrent Neural Networks (ICML'19 oral)
This paper shows that RNNs are able to form long-term memories despite being trained only for short-term with a limited amount of timesteps, but that not all memories are created equal. The authors find that each memory is correlated with a dynamical object in the hidden-state phase space and that the objects properties can quantitatively predict long term effectiveness. By regularizing the dynamical object, the long-term functionality of the RNN is significantly improved, while not adding to the computational complexity of training.
Link to PDF: https://proceedings.mlr.press/v97/haviv19a/haviv19a.pdf
This paper shows that RNNs are able to form long-term memories despite being trained only for short-term with a limited amount of timesteps, but that not all memories are created equal. The authors find that each memory is correlated with a dynamical object in the hidden-state phase space and that the objects properties can quantitatively predict long term effectiveness. By regularizing the dynamical object, the long-term functionality of the RNN is significantly improved, while not adding to the computational complexity of training.
Link to PDF: https://proceedings.mlr.press/v97/haviv19a/haviv19a.pdf
Study shows that artificial neural networks can be used to drive brain activity.
MIT neuroscientists have performed the most rigorous testing yet of computational models that mimic the brain’s visual cortex.
Using their current best model of the brain’s visual neural network, the researchers designed a new way to precisely control individual neurons and populations of neurons in the middle of that network. In an animal study, the team then showed that the information gained from the computational model enabled them to create images that strongly activated specific brain neurons of their choosing.
The findings suggest that the current versions of these models are similar enough to the brain that they could be used to control brain states in animals. The study also helps to establish the usefulness of these vision models, which have generated vigorous debate over whether they accurately mimic how the visual cortex works, says James DiCarlo, the head of MIT’s Department of Brain and Cognitive Sciences, an investigator in the McGovern Institute for Brain Research and the Center for Brains, Minds, and Machines, and the senior author of the study.
Full article: https://news.mit.edu/2019/computer-model-brain-visual-cortex-0502
Science paper: https://science.sciencemag.org/content/364/6439/eaav9436
Biorxiv (open access): https://www.biorxiv.org/content/10.1101/461525v1
MIT neuroscientists have performed the most rigorous testing yet of computational models that mimic the brain’s visual cortex.
Using their current best model of the brain’s visual neural network, the researchers designed a new way to precisely control individual neurons and populations of neurons in the middle of that network. In an animal study, the team then showed that the information gained from the computational model enabled them to create images that strongly activated specific brain neurons of their choosing.
The findings suggest that the current versions of these models are similar enough to the brain that they could be used to control brain states in animals. The study also helps to establish the usefulness of these vision models, which have generated vigorous debate over whether they accurately mimic how the visual cortex works, says James DiCarlo, the head of MIT’s Department of Brain and Cognitive Sciences, an investigator in the McGovern Institute for Brain Research and the Center for Brains, Minds, and Machines, and the senior author of the study.
Full article: https://news.mit.edu/2019/computer-model-brain-visual-cortex-0502
Science paper: https://science.sciencemag.org/content/364/6439/eaav9436
Biorxiv (open access): https://www.biorxiv.org/content/10.1101/461525v1
MIT News
Putting vision models to the test
MIT neuroscientists have performed the most rigorous testing yet of computational models that mimic the brain’s visual cortex. The results suggest that the current versions of these models are similar enough to the brain to allow them to actually control…
Andrew Ng and Masoumeh Haghpanahi the team's new paper -- Cardiologist-level arrhythmia detection from ECG using deep learning.
https://www.nature.com/articles/s41591-018-0268-3
https://stanfordmlgroup.github.io/projects/ecg2/
https://t.iss.one/ArtificialIntelligenceArticles
#DeepLearning #MachineLearning #artificalintelligence
@ArtificialIntelligenceArticles
https://www.nature.com/articles/s41591-018-0268-3
https://stanfordmlgroup.github.io/projects/ecg2/
https://t.iss.one/ArtificialIntelligenceArticles
#DeepLearning #MachineLearning #artificalintelligence
@ArtificialIntelligenceArticles
Nature
Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network
Nature Medicine - Analysis of electrocardiograms using an end-to-end deep learning approach can detect and classify cardiac arrhythmia with high accuracy, similar to that of cardiologists.
Introducing FastBert — A simple Deep Learning library for BERT Models
Blog by Kaushal Trivedi: https://medium.com/huggingface/introducing-fastbert-a-simple-deep-learning-library-for-bert-models-89ff763ad384
#MachineLearning #ArtificialIntelligence #NLP #Bert #NaturalLanguageProcessing
Blog by Kaushal Trivedi: https://medium.com/huggingface/introducing-fastbert-a-simple-deep-learning-library-for-bert-models-89ff763ad384
#MachineLearning #ArtificialIntelligence #NLP #Bert #NaturalLanguageProcessing
Medium
Introducing FastBert — A simple Deep Learning library for BERT Models
A simple to use Deep Learning library to build and deploy BERT models