Materials
Can It Really Do That? -- Introducing the Edge X AI Camera
The MXC Foundation has made a remarkable entry into the nascent multi-billion dollar AI smart device market. With the exponential growth of its network across the globe, the Foundation is thrilled to introduce more aspects to its network usage, allowing its mining community to utilize the data republic and see the network in action. The proprietary MXProtocol, together with scalable and secure aspects of device provisioning that connect with sensor technology, has proven successful and brings us a step closer to realizing truly smart cities. One such use case, which the MXC Foundation recently tested in a controlled environment, was the Edge X AI Camera. Read on to find out more about all the great functionalities packed into one small device.
MIT accelerates the discovery of new 3D printing materials with open-source AI platform
A partnership between the Massachusetts Institute of Technology and the chemical giant BASF has managed to successfully create an AI-driven process to speed up the discovery of custom 3D printing materials. Chemists usually develop a few iterations of a material candidate over a couple of days and test them in the lab. The new machine-learning algorithm can churn out hundreds of those iterations with the desired characteristics in the same timeframe. This would save time and raw material costs, as well as lessen the environmental impact of the discarded chemicals. Not only that, but the algorithm may also come up with ideas that the material's engineer could have overlooked for various reasons.
MIT Uses AI To Accelerate the Discovery of New Materials for 3D Printing
Researchers at MIT and BASF have developed a data-driven system that accelerates the process of discovering new 3D printing materials that have multiple mechanical properties. A new machine-learning system costs less, generates less waste, and can be more innovative than manual discovery methods. The growing popularity of 3D printing for manufacturing all sorts of items, from customized medical devices to affordable homes, has created more demand for new 3D printing materials designed for very specific uses. To cut down on the time it takes to discover these new materials, researchers at MIT have developed a data-driven process that uses machine learning to optimize new 3D printing materials with multiple characteristics, like toughness and compression strength. By streamlining materials development, the system lowers costs and lessens the environmental impact by reducing the amount of chemical waste.
Cornell Researchers Analyze Major Trends in Urban Tech
A team of researchers at Cornell Tech, Cornell University's tech-focused research campus, has developed a forecast for how technologies like artificial intelligence could shape cities in the coming decade. After a year of work, the team released its first "Horizon Scan" report last week to discuss the potential risks and applications of recent advancements in urban tech. The forecast report predicts areas where the most radical and rapid changes in urban tech could take place, touching on topics such as "supercharged" smart city infrastructure, the use of sustainable building materials and machine learning in the public sector, among other areas of interest. The project was led by Anthony Townsend, urbanist in residence at the Jacobs Urban Tech Hub at Cornell Tech, who has spent years studying tech-related issues like the digital divide. He said the goal of the Horizon Scan was to create a road map "to make better decisions about applied research" in urban tech. Townsend said the need to weigh potential pros and cons of machine learning's applications in the public sector is a recurring factor in the report.
Relative Molecule Self-Attention Transformer
Maziarka, ลukasz, Majchrowski, Dawid, Danel, Tomasz, Gaiลski, Piotr, Tabor, Jacek, Podolak, Igor, Morkisz, Paweล, Jastrzฤbski, Stanisลaw
Self-supervised learning holds promise to revolutionize molecule property prediction - a central task to drug discovery and many more industries - by enabling data efficient learning from scarce experimental data. Despite significant progress, non-pretrained methods can be still competitive in certain settings. We reason that architecture might be a key bottleneck. In particular, enriching the backbone architecture with domain-specific inductive biases has been key for the success of self-supervised learning in other domains. In this spirit, we methodologically explore the design space of the self-attention mechanism tailored to molecular data. We identify a novel variant of self-attention adapted to processing molecules, inspired by the relative self-attention layer, which involves fusing embedded graph and distance relationships between atoms. Our main contribution is Relative Molecule Attention Transformer (R-MAT): a novel Transformer-based model based on the developed self-attention layer that achieves state-of-the-art or very competitive results across a~wide range of molecule property prediction tasks.
Prediction of Concrete Compressive Strength According to Components with Machine Learning
Concrete is the most commonly used material in civil engineering. That is why lots of research and experiments are done on concrete. In this experiment, it is tried to understand how the compressive strength will be according to the materials in the concrete. Concrete has many properties like shear strength, tensile strength. Compressive strength is one of the most important properties.
A Mining Software Repository Extended Cookbook: Lessons learned from a literature review
Barros, Daniel, Horita, Flavio, Wiese, Igor, Silva, Kanan
The main purpose of Mining Software Repositories (MSR) is to discover the latest enhancements and provide an insight into how to make improvements in a software project. In light of it, this paper updates the MSR findings of the original MSR Cookbook, by first conducting a systematic mapping study to elicit and analyze the state-of-the-art, and then proposing an extended version of the Cookbook. This extended Cookbook was built on four high-level themes, which were derived from the analysis of a list of 112 selected studies. Hence, it was used to consolidate the extended Cookbook as a contribution to practice and research in the following areas by: 1) including studies published in all available and relevant publication venues; 2) including and updating recommendations in all four high-level themes, with an increase of 84% in comments in this study when compared with the original MSR Cookbook; 3) summarizing the tools employed for each high-level theme; and 4) providing lessons learned for future studies. Thus, the extended Cookbook examined in this work can support new research projects, as upgraded recommendations and the lessons learned are available with the aid of samples and tools.
A New Weakly Supervised Learning Approach for Real-time Iron Ore Feed Load Estimation
Guo, Li, Peng, Yonghong, Qin, Rui, Liu, Bingyu
Iron ore feed load control is one of the most critical settings in a mineral grinding process, directly impacting the quality of final products. The setting of the feed load is mainly determined by the characteristics of the ore pellets. However, the characterisation of ore is challenging to acquire in many production environments, leading to poor feed load settings and inefficient production processes. This paper presents our work using deep learning models for direct ore feed load estimation from ore pellet images. To address the challenges caused by the large size of a full ore pellets image and the shortage of accurately annotated data, we treat the whole modelling process as a weakly supervised learning problem. A two-stage model training algorithm and two neural network architectures are proposed. The experiment results show competitive model performance, and the trained models can be used for real-time feed load estimation for grind process optimisation.
Nested Policy Reinforcement Learning
Mandyam, Aishwarya, Jones, Andrew, Laudanski, Krzysztof, Engelhardt, Barbara
Off-policy reinforcement learning (RL) has proven to be a powerful framework for guiding agents' actions in environments with stochastic rewards and unknown or noisy state dynamics. In many real-world settings, these agents must operate in multiple environments, each with slightly different dynamics. For example, we may be interested in developing policies to guide medical treatment for patients with and without a given disease, or policies to navigate curriculum design for students with and without a learning disability. Here, we introduce nested policy fitted Q-iteration (NFQI), an RL framework that finds optimal policies in environments that exhibit such a structure. Our approach develops a nested $Q$-value function that takes advantage of the shared structure between two groups of observations from two separate environments while allowing their policies to be distinct from one another. We find that NFQI yields policies that rely on relevant features and perform at least as well as a policy that does not consider group structure. We demonstrate NFQI's performance using an OpenAI Gym environment and a clinical decision making RL task. Our results suggest that NFQI can develop policies that are better suited to many real-world clinical environments.