Kerala
India's scattered workforce: the chatbot keeping families in touch during emergencies
Subhalata Pradhan, a Gram Vikas fieldworker, talks to Raja Pradhan about the chatbot and addresses concerns over sharing his details. Subhalata Pradhan, a Gram Vikas fieldworker, talks to Raja Pradhan about the chatbot and addresses concerns over sharing his details. India's scattered workforce: the chatbot keeping families in touch during emergencies Covid exposed the lack of data on the country's 140 million mobile migrant workers, but a new project in Odisha is helping to fill in the gaps Mon 16 Mar 2026 02.00 EDTLast modified on Mon 16 Mar 2026 02.03 EDT Raja Pradhan is sitting cross-legged, scrolling on his phone in his village in eastern India when a green WhatsApp chat bubble pops up on the screen. Are you going outside for work? He reads the message twice, unsure whether to respond.
10 vulnerable wildlife species to watch in 2026
The Swampy Black Iguana is the oldest specimen living at the Iguana Station scientific station, where they have a breeding and conservation project for black spiny-tailed iguanas. This species, endemic to Utila, is in danger of extinction. The Utila Iguana Conservation Project seeks to ensure the survival of this species. Breakthroughs, discoveries, and DIY tips sent every weekday. With the turning of the calendar comes a new year and new vulnerable endangered plant and animal species to keep a watchful eye on.
ByteDance's AI Videos Are Scary Realistic. That's a Problem for Truth Online.
ByteDance's AI Videos Are Scary Realistic. An image created with Bytedance's AI tool Seedream, via the platform Kapwing, of Minions playing basketball. This week, OpenAI released its latest AI video generation model, Sora 2, advertising it as a big leap forward for the space. As Sora hits the public, it will have to compete for market share in a crowded market, including with a major competitor that is rapidly gaining steam: the Chinese company ByteDance, which owns TikTok . In the past few months, ByteDance released Seedance, an AI video generator that many users are already calling the best in the world, and a new version of Seedream, an elite image model.
Can We Predict the Unpredictable? Leveraging DisasterNet-LLM for Multimodal Disaster Classification
Kulahara, Manaswi, Kashyap, Gautam Siddharth, Joshi, Nipun, Soni, Arpita
--Effective disaster management requires timely and accurate insights, yet traditional methods struggle to integrate multimodal data such as images, weather records, and textual reports. T o address this, we propose DisasterNet-LLM, a specialized Large Language Model (LLM) designed for comprehensive disaster analysis. By leveraging advanced pretraining, cross-modal attention mechanisms, and adaptive transformers, DisasterNet-LLM excels in disaster classification. Experimental results demonstrate its superiority over state-of-the-art models, achieving higher accuracy of 89.5%, an F1 score of 88.0%, AUC of 0.92%, and BERTScore of 0.88% in multimodal disaster classification tasks. Disasters, both natural and human-made, have increasingly devastating consequences that affect millions of lives, disrupt economies, and damage critical infrastructure [1, 2].
A Solid-State Nanopore Signal Generator for Training Machine Learning Models
Johnson, Jaise, Galigekere, Chinmayi R, Varma, Manoj M
Translocation event detection from raw nanopore current signals is a fundamental step in nanopore signal analysis. Traditional data analysis methods rely on user-defined parameters to extract event information, making the interpretation of experimental results sensitive to parameter choice. While Machine Learning (ML) has seen widespread adoption across various scientific fields, its potential remains underexplored in solid-state nanopore research. In this work, we introduce a nanopore signal generator capable of producing extensive synthetic datasets for machine learning applications and benchmarking nanopore signal analysis platforms. Using this generator, we train deep learning models to detect translocation events directly from raw signals, achieving over 99% true event detection with minimal false positives.
LENVIZ: A High-Resolution Low-Exposure Night Vision Benchmark Dataset
Aithal, Manjushree, VidalMata, Rosaura G., Kartha, Manikandtan, Chen, Gong, Adhikarla, Eashan, Kirsten, Lucas N., Fu, Zhicheng, Madhusudhana, Nikhil A., Nasti, Joe
Low-light image enhancement is crucial for a myriad of applications, from night vision and surveillance, to autonomous driving. However, due to the inherent limitations that come in hand with capturing images in low-illumination environments, the task of enhancing such scenes still presents a formidable challenge. To advance research in this field, we introduce our Low Exposure Night Vision (LENVIZ) Dataset, a comprehensive multi-exposure benchmark dataset for low-light image enhancement comprising of over 230K frames showcasing 24K real-world indoor and outdoor, with-and without human, scenes. Captured using 3 different camera sensors, LENVIZ offers a wide range of lighting conditions, noise levels, and scene complexities, making it the largest publicly available up-to 4K resolution benchmark in the field. LENVIZ includes high quality human-generated ground truth, for which each multi-exposure low-light scene has been meticulously curated and edited by expert photographers to ensure optimal image quality. Furthermore, we also conduct a comprehensive analysis of current state-of-the-art low-light image enhancement techniques on our dataset and highlight potential areas of improvement.
A Systematic Review of EEG-based Machine Intelligence Algorithms for Depression Diagnosis, and Monitoring
Nassibi, Amir, Papavassiliou, Christos, Rakhmatulin, Ildar, Mandic, Danilo, Atashzar, S. Farokh
Depression disorder is a serious health condition that has affected the lives of millions of people around the world. Diagnosis of depression is a challenging practice that relies heavily on subjective studies and, in most cases, suffers from late findings. Electroencephalography (EEG) biomarkers have been suggested and investigated in recent years as a potential transformative objective practice. In this article, for the first time, a detailed systematic review of EEG-based depression diagnosis approaches is conducted using advanced machine learning techniques and statistical analyses. For this, 938 potentially relevant articles (since 1985) were initially detected and filtered into 139 relevant articles based on the review scheme 'preferred reporting items for systematic reviews and meta-analyses (PRISMA).' This article compares and discusses the selected articles and categorizes them according to the type of machine learning techniques and statistical analyses. Algorithms, preprocessing techniques, extracted features, and data acquisition systems are discussed and summarized. This review paper explains the existing challenges of the current algorithms and sheds light on the future direction of the field. This systematic review outlines the issues and challenges in machine intelligence for the diagnosis of EEG depression that can be addressed in future studies and possibly in future wearable technologies.
AutoMisty: A Multi-Agent LLM Framework for Automated Code Generation in the Misty Social Robot
Wang, Xiao, Dong, Lu, Rangasrinivasan, Sahana, Nwogu, Ifeoma, Setlur, Srirangaraj, Govindaraju, Venugopal
The social robot's open API allows users to customize open-domain interactions. However, it remains inaccessible to those without programming experience. In this work, we introduce AutoMisty, the first multi-agent collaboration framework powered by large language models (LLMs), to enable the seamless generation of executable Misty robot code from natural language instructions. AutoMisty incorporates four specialized agent modules to manage task decomposition, assignment, problem-solving, and result synthesis. Each agent incorporates a two-layer optimization mechanism, with self-reflection for iterative refinement and human-in-the-loop for better alignment with user preferences. AutoMisty ensures a transparent reasoning process, allowing users to iteratively refine tasks through natural language feedback for precise execution. To evaluate AutoMisty's effectiveness, we designed a benchmark task set spanning four levels of complexity and conducted experiments in a real Misty robot environment. Extensive evaluations demonstrate that AutoMisty not only consistently generates high-quality code but also enables precise code control, significantly outperforming direct reasoning with ChatGPT-4o and ChatGPT-o1. All code, optimized APIs, and experimental videos will be publicly released through the webpage: https://wangxiaoshawn.github.io/AutoMisty.html
QDCNN: Quantum Deep Learning for Enhancing Safety and Reliability in Autonomous Transportation Systems
Meghanath, Ashtakala, Das, Subham, Behera, Bikash K., Khan, Muhammad Attique, Al-Kuwari, Saif, Farouk, Ahmed
In transportation cyber-physical systems (CPS), ensuring safety and reliability in real-time decision-making is essential for successfully deploying autonomous vehicles and intelligent transportation networks. However, these systems face significant challenges, such as computational complexity and the ability to handle ambiguous inputs like shadows in complex environments. This paper introduces a Quantum Deep Convolutional Neural Network (QDCNN) designed to enhance the safety and reliability of CPS in transportation by leveraging quantum algorithms. At the core of QDCNN is the UU{\dag} method, which is utilized to improve shadow detection through a propagation algorithm that trains the centroid value with preprocessing and postprocessing operations to classify shadow regions in images accurately. The proposed QDCNN is evaluated on three datasets on normal conditions and one road affected by rain to test its robustness. It outperforms existing methods in terms of computational efficiency, achieving a shadow detection time of just 0.0049352 seconds, faster than classical algorithms like intensity-based thresholding (0.03 seconds), chromaticity-based shadow detection (1.47 seconds), and local binary pattern techniques (2.05 seconds). This remarkable speed, superior accuracy, and noise resilience demonstrate the key factors for safe navigation in autonomous transportation in real-time. This research demonstrates the potential of quantum-enhanced models in addressing critical limitations of classical methods, contributing to more dependable and robust autonomous transportation systems within the CPS framework.
Contextual Quantum Neural Networks for Stock Price Prediction
Mourya, Sharan, Leipold, Hannes, Adhikari, Bibhas
In this paper, we apply quantum machine learning (QML) to predict the stock prices of multiple assets using a contextual quantum neural network. Our approach captures recent trends to predict future stock price distributions, moving beyond traditional models that focus on entire historical data, enhancing adaptability and precision. Utilizing the principles of quantum superposition, we introduce a new training technique called the quantum batch gradient update (QBGU), which accelerates the standard stochastic gradient descent (SGD) in quantum applications and improves convergence. Consequently, we propose a quantum multi-task learning (QMTL) architecture, specifically, the share-and-specify ansatz, that integrates task-specific operators controlled by quantum labels, enabling the simultaneous and efficient training of multiple assets on the same quantum circuit as well as enabling efficient portfolio representation with logarithmic overhead in the number of qubits. This architecture represents the first of its kind in quantum finance, offering superior predictive power and computational efficiency for multi-asset stock price forecasting. Through extensive experimentation on S\&P 500 data for Apple, Google, Microsoft, and Amazon stocks, we demonstrate that our approach not only outperforms quantum single-task learning (QSTL) models but also effectively captures inter-asset correlations, leading to enhanced prediction accuracy. Our findings highlight the transformative potential of QML in financial applications, paving the way for more advanced, resource-efficient quantum algorithms in stock price prediction and other complex financial modeling tasks.