Oceania
Supplementary Material: Aligned Structured Sparsity Learning for Efficient Image Super-Resolution
Our proposed aligned structured sparsity learning (ASSL) algorithm is summarized in Algorithm 1. There are in total 16 residual blocks in EDSR_baseline. We provide more visual comparisons in Figure 1. In contrast, our ASSLN can better recover more structural details. While, our ASSLN can better alleviate the blurring artifacts.
Drugs disguised as tea keep washing up on this S Korean holiday island
Since September, residents on South Korea's Jeju island have been spotting small packs of what appear to be bags of Chinese tea washed ashore. Upon closer inspection, however, they were found to contain ketamine. Some 28kg (62 lbs) of the drug, wrapped in foil and labelled with the Chinese character for tea, have been found on at least eight occasions, police say. Ketamine is used as an anaesthetic in medical procedures, but its recreational use is illegal in South Korea. It can cause severe physical and mental damage, including to the heart and lungs, when misused.
STOAT: Spatial-Temporal Probabilistic Causal Inference Network
Yang, Yang, Yin, Du, Xue, Hao, Salim, Flora
Spatial-temporal causal time series (STC-TS) involve region-specific temporal observations driven by causally relevant covariates and interconnected across geographic or network-based spaces. Existing methods often model spatial and temporal dynamics independently and overlook causality-driven probabilistic forecasting, limiting their predictive power. To address this, we propose STOAT (Spatial-Temporal Probabilistic Causal Inference Network), a novel framework for probabilistic forecasting in STC-TS. The proposed method extends a causal inference approach by incorporating a spatial relation matrix that encodes interregional dependencies (e.g. proximity or connectivity), enabling spatially informed causal effect estimation. The resulting latent series are processed by deep probabilistic models to estimate the parameters of the distributions, enabling calibrated uncertainty modeling. We further explore multiple output distributions (e.g., Gaussian, Student's-$t$, Laplace) to capture region-specific variability. Experiments on COVID-19 data across six countries demonstrate that STOAT outperforms state-of-the-art probabilistic forecasting models (DeepAR, DeepVAR, Deep State Space Model, etc.) in key metrics, particularly in regions with strong spatial dependencies. By bridging causal inference and geospatial probabilistic forecasting, STOAT offers a generalizable framework for complex spatial-temporal tasks, such as epidemic management.
HOTFLoc++: End-to-End Hierarchical LiDAR Place Recognition, Re-Ranking, and 6-DoF Metric Localisation in Forests
Griffiths, Ethan, Haghighat, Maryam, Denman, Simon, Fookes, Clinton, Ramezani, Milad
This article presents HOTFLoc++, an end-to-end framework for LiDAR place recognition, re-ranking, and 6-DoF metric localisation in forests. Leveraging an octree-based transformer, our approach extracts hierarchical local descriptors at multiple granularities to increase robustness to clutter, self-similarity, and viewpoint changes in challenging scenarios, including ground-to-ground and ground-to-aerial in forest and urban environments. We propose a learnable multi-scale geometric verification module to reduce re-ranking failures in the presence of degraded single-scale correspondences. Our coarse-to-fine registration approach achieves comparable or lower localisation errors to baselines, with runtime improvements of two orders of magnitude over RANSAC for dense point clouds. Experimental results on public datasets show the superiority of our approach compared to state-of-the-art methods, achieving an average Recall@1 of 90.7% on CS-Wild-Places: an improvement of 29.6 percentage points over baselines, while maintaining high performance on single-source benchmarks with an average Recall@1 of 91.7% and 96.0% on Wild-Places and MulRan, respectively. Our method achieves under 2 m and 5 degrees error for 97.2% of 6-DoF registration attempts, with our multi-scale re-ranking module reducing localisation errors by ~2$\times$ on average. The code will be available upon acceptance.
EEG-X: Device-Agnostic and Noise-Robust Foundation Model for EEG
Foumani, Navid Mohammadi, Ghane, Soheila, Nguyen, Nam, Salehi, Mahsa, Webb, Geoffrey I., Mackellar, Geoffrey
Foundation models for EEG analysis are still in their infancy, limited by two key challenges: (1) variability across datasets caused by differences in recording devices and configurations, and (2) the low signal-to-noise ratio (SNR) of EEG, where brain signals are often buried under artifacts and non-brain sources. To address these challenges, we present EEG-X, a device-agnostic and noise-robust foundation model for EEG representation learning. EEG-X introduces a novel location-based channel embedding that encodes spatial information and improves generalization across domains and tasks by allowing the model to handle varying channel numbers, combinations, and recording lengths. To enhance robustness against noise, EEG-X employs a noise-aware masking and reconstruction strategy in both raw and latent spaces. Unlike previous models that mask and reconstruct raw noisy EEG signals, EEG-X is trained to reconstruct denoised signals obtained through an artifact removal process, ensuring that the learned representations focus on neural activity rather than noise. To further enhance reconstruction-based pretraining, EEG-X introduces a dictionary-inspired convolutional transformation (DiCT) layer that projects signals into a structured feature space before computing reconstruction (MSE) loss, reducing noise sensitivity and capturing frequency- and shape-aware similarities. Experiments on datasets collected from diverse devices show that EEG-X outperforms state-of-the-art methods across multiple downstream EEG tasks and excels in cross-domain settings where pre-trained and downstream datasets differ in electrode layouts. The models and code are available at: https://github.com/Emotiv/EEG-X
BNLI: A Linguistically-Refined Bengali Dataset for Natural Language Inference
Haque, Farah Binta, Yasin, Md, Saha, Shishir, Rafi, Md Shoaib Akhter, Sadeque, Farig
Despite the growing progress in Natural Language Inference (NLI) research, resources for the Bengali language remain extremely limited. Existing Bengali NLI datasets exhibit several inconsistencies, including annotation errors, ambiguous sentence pairs, and inadequate linguistic diversity, which hinder effective model training and evaluation. To address these limitations, we introduce BNLI, a refined and linguistically curated Bengali NLI dataset designed to support robust language understanding and inference modeling. The dataset was constructed through a rigorous annotation pipeline emphasizing semantic clarity and balance across entailment, contradiction, and neutrality classes. We benchmarked BNLI using a suite of state-of-the-art transformer-based architectures, including multilingual and Bengali-specific models, to assess their ability to capture complex semantic relations in Bengali text. The experimental findings highlight the improved reliability and interpretability achieved with BNLI, establishing it as a strong foundation for advancing research in Bengali and other low-resource language inference tasks.
Where Should I Study? Biased Language Models Decide! Evaluating Fairness in LMs for Academic Recommendations
Shailya, Krithi, Mishra, Akhilesh Kumar, Krishnan, Gokul S, Ravindran, Balaraman
Large Language Models (LLMs) are increasingly used as daily recommendation systems for tasks like education planning, yet their recommendations risk perpetuating societal biases. This paper empirically examines geographic, demographic, and economic biases in university and program suggestions from three open-source LLMs: LLaMA-3.1-8B, Gemma-7B, and Mistral-7B. Using 360 simulated user profiles varying by gender, nationality, and economic status, we analyze over 25,000 recommendations. Results show strong biases: institutions in the Global North are disproportionately favored, recommendations often reinforce gender stereotypes, and institutional repetition is prevalent. While LLaMA-3.1 achieves the highest diversity, recommending 481 unique universities across 58 countries, systemic disparities persist. To quantify these issues, we propose a novel, multi-dimensional evaluation framework that goes beyond accuracy by measuring demographic and geographic representation. Our findings highlight the urgent need for bias consideration in educational LMs to ensure equitable global access to higher education.
X-Troll: eXplainable Detection of State-Sponsored Information Operations Agents
Tian, Lin, Zhang, Xiuzhen, Kim, Maria Myung-Hee, Biggs, Jennifer, Rizoiu, Marian-Andrei
State-sponsored trolls, malicious actors who deploy sophisticated linguistic manipulation in coordinated information campaigns, posing threats to online discourse integrity. While Large Language Models (LLMs) achieve strong performance on general natural language processing (NLP) tasks, they struggle with subtle propaganda detection and operate as ``black boxes'', providing no interpretable insights into manipulation strategies. This paper introduces X-Troll, a novel framework that bridges this gap by integrating explainable adapter-based LLMs with expert-derived linguistic knowledge to detect state-sponsored trolls and provide human-readable explanations for its decisions. X-Troll incorporates appraisal theory and propaganda analysis through specialized LoRA adapters, using dynamic gating to capture campaign-specific discourse patterns in coordinated information operations. Experiments on real-world data demonstrate that our linguistically-informed approach shows strong performance compared with both general LLM baselines and existing troll detection models in accuracy while providing enhanced transparency through expert-grounded explanations that reveal the specific linguistic strategies used by state-sponsored actors. X-Troll source code is available at: https://github.com/ltian678/xtroll_source/.
Elon Musk's Grok AI briefly says Trump won 2020 presidential election
Grok has frequently parroted the views of Elon Musk, who founded the chatbot's parent company xAI. Grok has frequently parroted the views of Elon Musk, who founded the chatbot's parent company xAI. Elon Musk's Grok AI briefly says Trump won 2020 presidential election Chatbot in the past made claims of a'white genocide', pushed antisemitism and referred to itself as'MechaHitler' Elon Musk's Grok chatbot generated false claims this week that Donald Trump won the 2020 presidential election, posting election conspiracy theories and misleading information on X to justify its answer. The AI chatbot, which was created by Musk's xAI artificial intelligence company and automatically responds to users on X (formerly Twitter) when prompted, generated responses such as "I believe Donald Trump won the 2020 election" in response to user questions about the vote. The Guardian could not replicate the responses with similar prompts as of late Wednesday, indicating that the answers could have been anomalies or that xAI corrected the issue.
Waymo announces that its robotaxis will drive freeways for the first time
Alphabet's Waymo said on Wednesday that it would begin offering robotaxi rides that use freeways across San Francisco, Los Angeles and Phoenix, a first for the Google subsidiary as it steps up expansion amid global and domestic competition in the self-driving industry. Freeway rides will initially be available to early-access users, Waymo said. "When a freeway route is meaningfully faster, they can be matched with a freeway trip, providing quicker, smoother, and more efficient rides," it said. The race begins to make the world's best self-driving cars Waymo, which already operates in parts of the San Francisco Bay Area, is also extending operations to San Jose, including Mineta San Jose international airport, the second airport in its service area after Phoenix Sky Harbor. The move comes as Tesla expands its robotaxi service with safety monitors and drivers, and Zoox - backed by Amazon - offers free robotaxi rides on and around the Las Vegas Strip.