Education
SelfCF: A Simple Framework for Self-supervised Collaborative Filtering
Zhou, Xin, Sun, Aixin, Liu, Yong, Zhang, Jie, Miao, Chunyan
Collaborative filtering (CF) is widely used to learn an informative latent representation of a user or item from observed interactions. Existing CF-based methods commonly adopt negative sampling to discriminate different items. That is, observed user-item pairs are treated as positive instances; unobserved pairs are considered as negative instances and are sampled under a defined distribution for training. Training with negative sampling on large datasets is computationally expensive. Further, negative items should be carefully sampled under the defined distribution, in order to avoid selecting an observed positive item in the training dataset. Unavoidably, some negative items sampled from the training dataset could be positive in the test set. Recently, self-supervised learning (SSL) has emerged as a powerful tool to learn a model without negative samples. In this paper, we propose a self-supervised collaborative filtering framework (SelfCF), that is specially designed for recommender scenario with implicit feedback. The main idea of SelfCF is to augment the output embeddings generated by backbone networks, because it is infeasible to augment raw input of user/item ids. We propose and study three output perturbation techniques that can be applied to different types of backbone networks including both traditional CF models and graph-based models. By encapsulating two popular recommendation models into the framework, our experiments on three datasets show that the best performance of our framework is comparable or better than the supervised counterpart. We also show that SelfCF can boost up the performance by up to 8.93\% on average, compared with another self-supervised framework as the baseline. Source codes are available at: https://github.com/enoche/SelfCF.
Evaluating the progress of Deep Reinforcement Learning in the real world: aligning domain-agnostic and domain-specific research
Garau-Luis, Juan Jose, Crawley, Edward, Cameron, Bruce
Deep Reinforcement Learning (DRL) is considered a potential framework to improve many real-world autonomous systems; it has attracted the attention of multiple and diverse fields. Nevertheless, the successful deployment in the real world is a test most of DRL models still need to pass. In this work we focus on this issue by reviewing and evaluating the research efforts from both domain-agnostic and domain-specific communities. On one hand, we offer a comprehensive summary of DRL challenges and summarize the different proposals to mitigate them; this helps identifying five gaps of domain-agnostic research. On the other hand, from the domain-specific perspective, we discuss different success stories and argue why other models might fail to be deployed. Finally, we take up on ways to move forward accounting for both perspectives.
Academic and Research
Applications are invited for a new prestigious DeepMind Academic Fellow in Machine Learning at Queen Mary University of London. Following a recent donation to the University from DeepMind, this three-year Fellowship is created to provide an opportunity for an excellent early career researcher in the fields of Computer Science and/or Machine Learning/ Artificial Intelligence to further their research and prepare for a full academic role within a supportive environment. The ideal candidate will have completed a PhD in a relevant field (or expect to have completed by this September) and have clear and ambitious plans for their future research, alongside the enthusiasm to act as a role model for Black researchers of the future. We particularly encourage applications from those who are in under-represented groups, and particularly those who identify as Black, as Black staff are under-represented at this level within the School of Electronic Engineering and Computer Science at Queen Mary. The Fellowship will be research-focused and the successful candidate will be allocated a research studentship to support outputs.
How Will the Post-Pandemic World Deal With Disability?
For most people living through the latest pandemic, the urgent questions are often "when questions." When indoor establishments should lift capacity limits. When mask requirements should be dropped. When family, friends, and strangers should reconnect across household lines. For millions of other people, the question is more like whether. Whether there ever will be an opening. Whether they will be welcome participants. Whether the reengineered social relationships for post-pandemic life will include them. Because when the physical world is utterly open, the social world can be closed to these people.
Generative Deep Learning with TensorFlow
The DeepLearning.AI TensorFlow: Advanced Techniques Specialization introduces the features of TensorFlow that provide learners with more control over their model architecture, and gives them the tools to create and train advanced ML models. This Specialization is for early and mid-career software and machine learning engineers with a foundational understanding of TensorFlow who are looking to expand their knowledge and skill set by learning advanced TensorFlow features to build powerful models.
California teenager invents AI-powered tool for early wildfire detection
The world is indeed lucky when our most brilliant minds choose to work for the common good, rather than chasing money or becoming master criminals. So Inhabitat wants to thank young Ryan Honary for his work on an early detection system for wildfires. Sickened by the losses people sustained in the 2018 Camp Fire, California's deadliest wildfire, Honary turned his attention to how to mitigate future disasters. In 2019, Honary won the $10,000 grand prize in the Ignite Innovation Student Challenge for his Early Wildfire Detection Network submission, which provides app technology to firefighters. He was only in fifth grade at the time.
100% Free Udemy Certificate Courses - Learn Machine learning & AI (Including Hands-on 3 Projects)
Do you feel overwhelmed going through all the AI and Machine learning study materials? These Machine learning and AI projects will get you started with the implementation of a few very interesting projects from scratch. The first one, a Web application for Object Identification will teach you to deploy a simple machine learning application. The second one, Dog Breed Prediction will help you building & optimizing a model for dog breed prediction among 120 breeds of dogs. This is built using Deep Learning libraries.
How Much Does A Machine Learning Engineer Make In India?
In 2021, the average annual salary for a'machine learning engineer' in India is INR 8 lakh ($10,757), as per Glassdoor. But according to PayScale, the median salary of an ML engineer stands at INR 6.8 lakh per year($9,382). Artificial intelligence and machine learning jobs are projected to grow 40% over the next six years. LinkedIn has 1,982 job listings for candidates with TensorFlow expertise, 1,176 open positions for candidates with PyTorch knowledge. At the time of writing, LinkedIn had 15,542 jobs in India and 171,549 open positions worldwide with machine learning as a required skill.
SocialAI: Benchmarking Socio-Cognitive Abilities in Deep Reinforcement Learning Agents
Kovač, Grgur, Portelas, Rémy, Hofmann, Katja, Oudeyer, Pierre-Yves
Building embodied autonomous agents capable of participating in social interactions with humans is one of the main challenges in AI. Within the Deep Reinforcement Learning (DRL) field, this objective motivated multiple works on embodied language use. However, current approaches focus on language as a communication tool in very simplified and non-diverse social situations: the "naturalness" of language is reduced to the concept of high vocabulary size and variability. In this paper, we argue that aiming towards human-level AI requires a broader set of key social skills: 1) language use in complex and variable social contexts; 2) beyond language, complex embodied communication in multimodal settings within constantly evolving social worlds. We explain how concepts from cognitive sciences could help AI to draw a roadmap towards human-like intelligence, with a focus on its social dimensions. As a first step, we propose to expand current research to a broader set of core social skills. To do this, we present SocialAI, a benchmark to assess the acquisition of social skills of DRL agents using multiple grid-world environments featuring other (scripted) social agents. We then study the limits of a recent SOTA DRL approach when tested on SocialAI and discuss important next steps towards proficient social agents. Videos and code are available at https://sites.google.com/view/socialai.