confinement
Deep Learning-based Detection of Bacterial Swarm Motion Using a Single Image
Li, Yuzhu, Li, Hao, Chen, Weijie, O'Riordan, Keelan, Mani, Neha, Qi, Yuxuan, Liu, Tairan, Mani, Sridhar, Ozcan, Aydogan
Distinguishing between swarming and swimming, the two principal forms of bacterial movement, holds significant conceptual and clinical relevance. This is because bacteria that exhibit swarming capabilities often possess unique properties crucial to the pathogenesis of infectious diseases and may also have therapeutic potential. Here, we report a deep learning-based swarming classifier that rapidly and autonomously predicts swarming probability using a single blurry image. Compared with traditional video-based, manually-processed approaches, our method is particularly suited for high-throughput environments and provides objective, quantitative assessments of swarming probability. The swarming classifier demonstrated in our work was trained on Enterobacter sp. SM3 and showed good performance when blindly tested on new swarming (positive) and swimming (negative) test images of SM3, achieving a sensitivity of 97.44% and a specificity of 100%. Furthermore, this classifier demonstrated robust external generalization capabilities when applied to unseen bacterial species, such as Serratia marcescens DB10 and Citrobacter koseri H6. It blindly achieved a sensitivity of 97.92% and a specificity of 96.77% for DB10, and a sensitivity of 100% and a specificity of 97.22% for H6. This competitive performance indicates the potential to adapt our approach for diagnostic applications through portable devices or even smartphones. This adaptation would facilitate rapid, objective, on-site screening for bacterial swarming motility, potentially enhancing the early detection and treatment assessment of various diseases, including inflammatory bowel diseases (IBD) and urinary tract infections (UTI).
- North America > United States > California > Los Angeles County > Los Angeles (0.30)
- Asia > China > Shanghai > Shanghai (0.04)
- North America > United States > New York > New York County > New York City (0.04)
- Europe > Switzerland > Basel-City > Basel (0.04)
GoEX: Perspectives and Designs Towards a Runtime for Autonomous LLM Applications
Patil, Shishir G., Zhang, Tianjun, Fang, Vivian, C., Noppapon, Huang, Roy, Hao, Aaron, Casado, Martin, Gonzalez, Joseph E., Popa, Raluca Ada, Stoica, Ion
Large Language Models (LLMs) are evolving beyond their classical role of providing information within dialogue systems to actively engaging with tools and performing actions on real-world applications and services. Today, humans verify the correctness and appropriateness of the LLM-generated outputs (e.g., code, functions, or actions) before putting them into real-world execution. This poses significant challenges as code comprehension is well known to be notoriously difficult. In this paper, we study how humans can efficiently collaborate with, delegate to, and supervise autonomous LLMs in the future. We argue that in many cases, "post-facto validation" - verifying the correctness of a proposed action after seeing the output - is much easier than the aforementioned "pre-facto validation" setting. The core concept behind enabling a post-facto validation system is the integration of an intuitive undo feature, and establishing a damage confinement for the LLM-generated actions as effective strategies to mitigate the associated risks. Using this, a human can now either revert the effect of an LLM-generated output or be confident that the potential risk is bounded. We believe this is critical to unlock the potential for LLM agents to interact with applications and services with limited (post-facto) human involvement. We describe the design and implementation of our open-source runtime for executing LLM actions, Gorilla Execution Engine (GoEX), and present open research questions towards realizing the goal of LLMs and applications interacting with each other with minimal human supervision. We release GoEX at https://github.com/ShishirPatil/gorilla/.
- Europe > Switzerland > Basel-City > Basel (0.04)
- Europe > France (0.04)
- Asia > Middle East > Jordan (0.04)
- Asia > Japan > Honshū > Kansai > Hyogo Prefecture > Kobe (0.04)
EETimes - Machine Learning Improves Fusion Modeling
Researchers at MIT are employing machine learning techniques to better understand turbulent plasma phenomena in fusion devices. According to MIT News, a new deep learning framework was developed that leverages artificial neural networks to represent a reduced turbulence theory. The research is described in two papers, published in Physical Review E and Physics of Plasmas. If researchers hope to control fusion for energy production, they need a better understanding of the turbulent motion of ions and electrons in plasmas moving through fusion reactors. The field lines of toroidal structures known as tokamaks force the plasma particles; the intent is to confine them long enough to produce significant net energy gains, but that's a challenge with extraordinarily high temperatures but also small spaces.
Ami-Chan, the doll with artificial intelligence that accompanies the elderly in confinement
The pandemic affected people of all ages in different ways, however, there is a special concern for the elderly. Not being close to their families or friends made them lead a lonelier life. That is why the Takara Tomy company developed a doll with artificial intelligence to reduce the isolation of older adults. Christened Ami-Chan, the doll was designed as a little (robotic) granddaughter. It seems to be inspired by some Studio Ghibli character, with big eyes and a small smile.
Global collaboration for a better future and a cleaner planet
We live in a challenging world particularly since the start of the Covid-19 pandemic. Our ways of living, communicating, interacting, purchasing, and working have changed. With every challenge comes great opportunity so I remain extremely optimistic about the outcomes of this crisis. During confinement, we got to know our neighbors better and offered assistance. We saw some great collaboration amongst colleagues.
- Energy (0.75)
- Health & Medicine > Therapeutic Area > Infections and Infectious Diseases (0.38)
- Health & Medicine > Therapeutic Area > Immunology (0.38)
- Health & Medicine > Epidemiology (0.38)
Using LSTM for the Prediction of Disruption in ADITYA Tokamak
Agarwal, Aman, Mishra, Aditya, Sharma, Priyanka, Jain, Swati, Ranjan, Sutapa, Manchanda, Ranjana
Major disruptions in tokamak pose a serious threat to the vessel and its surrounding pieces of equipment. The ability of the systems to detect any behavior that can lead to disruption can help in alerting the system beforehand and prevent its harmful effects. Many machine learning techniques have already been in use at large tokamaks like JET and ASDEX, but are not suitable for ADITYA, which is comparatively small. Through this work, we discuss a new real-time approach to predict the time of disruption in ADITYA tokamak and validate the results on an experimental dataset. The system uses selected diagnostics from the tokamak and after some pre-processing steps, sends them to a time-sequence Long Short-Term Memory (LSTM) network. The model can make the predictions 12 ms in advance at less computation cost that is quick enough to be deployed in real-time applications.
A Deep Q-learning/genetic Algorithms Based Novel Methodology For Optimizing Covid-19 Pandemic Government Actions
Miralles-Pechuán, Luis, Jiménez, Fernando, Ponce, Hiram, Martínez-Villaseñor, Lourdes
Whenever countries are threatened by a pandemic, as is the case with the COVID-19 virus, governments should take the right actions to safeguard public health as well as to mitigate the negative effects on the economy. In this regard, there are two completely different approaches governments can take: a restrictive one, in which drastic measures such as self-isolation can seriously damage the economy, and a more liberal one, where more relaxed restrictions may put at risk a high percentage of the population. The optimal approach could be somewhere in between, and, in order to make the right decisions, it is necessary to accurately estimate the future effects of taking one or other measures. In this paper, we use the SEIR epidemiological model (Susceptible - Exposed - Infected - Recovered) for infectious diseases to represent the evolution of the virus COVID-19 over time in the population. To optimize the best sequences of actions governments can take, we propose a methodology with two approaches, one based on Deep Q-Learning and another one based on Genetic Algorithms. The sequences of actions (confinement, self-isolation, two-meter distance or not taking restrictions) are evaluated according to a reward system focused on meeting two objectives: firstly, getting few people infected so that hospitals are not overwhelmed with critical patients, and secondly, avoiding taking drastic measures for too long which can potentially cause serious damage to the economy. The conducted experiments prove that our methodology is a valid tool to discover actions governments can take to reduce the negative effects of a pandemic in both senses. We also prove that the approach based on Deep Q-Learning overcomes the one based on Genetic Algorithms for optimizing the sequences of actions.
- North America > Mexico > Mexico City > Mexico City (0.04)
- Asia > China > Hubei Province > Wuhan (0.04)
- North America > United States > New York (0.04)
- (3 more...)
- Information Technology > Artificial Intelligence > Machine Learning > Reinforcement Learning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Evolutionary Systems (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (0.68)
Internet of incarceration: How AI could put an end to prisons as we know them - RN - ABC News (Australian Broadcasting Corporation)
Dan Hunter is a prison guard's worst nightmare. But he's not a hardened crim. As dean of Swinburne University's Law School, he's working to have most wardens replaced by a system of advanced artificial intelligence connected to a network of high-tech sensors. Called the Technological Incarceration Project, the idea is to make not so much an internet of things as an internet of incarceration. Professor Hunter's team is researching an advanced form of home detention, using artificial intelligence, machine-learning algorithms and lightweight electronic sensors to monitor convicted offenders on a 24-hour basis.
- Oceania > Australia (0.50)
- Europe > United Kingdom > Wales (0.05)
- Europe > United Kingdom > England (0.05)
- Europe > Norway (0.05)
- Law Enforcement & Public Safety > Corrections (1.00)
- Law (1.00)
- Media (0.85)
- (4 more...)
How artificial intelligence could put an end to prisons as we know them
Dan Hunter is a prison guard's worst nightmare. But he's not a hardened crim. As dean of Swinburne University's Law School, he's working to have most wardens replaced by a system of advanced artificial intelligence connected to a network of high-tech sensors. Called the Technological Incarceration Project, the idea is to make not so much an internet of things as an internet of incarceration. Professor Hunter's team is researching an advanced form of home detention, using artificial intelligence, machine-learning algorithms and lightweight electronic sensors to monitor convicted offenders on a 24-hour basis.
- Oceania > Australia (0.06)
- Europe > Norway (0.06)
- North America > United States (0.05)
- (2 more...)
- Law Enforcement & Public Safety > Corrections (1.00)
- Law (1.00)
- Education > Educational Setting > Higher Education (0.55)
- (2 more...)