Africa
Taylor Swift fans flock to German museum to see Ophelia painting
Taylor Swift fans are driving a surge in popularity of a German museum exhibiting a portrait of the Shakespeare character Ophelia, recently reimagined in a song and music video from Swift's new album The Life of a Showgirl. The Hessische Landesmuseum in the central German city of Wiesbaden saw hundreds more visitors than usual over the weekend, as fans hoped to see the real version of the painting that opens the music video for The Fate of Ophelia. In the video, viewed more than 65 million times on Youtube, the painting comes alive, with Swift at its centre. We're really enjoying this attention - it's a lot of fun, museum spokesperson Susanne Hirschmann told the Associated Press. Hirschmann said that one family had travelled from the northern city of Hamburg, a five-hour drive away, while some of the visitors were Americans from an army base nearby.
China's biggest shopping event starts five weeks early to revive spending
China's biggest shopping event starts five weeks early to revive spending It's known to be China's biggest online shopping event - taking place on 11 November each year. But this year, Single's Day sales have already begun in mid-October, as part of efforts by Chinese retailers to boost spending in a sluggish market. China has been plagued with issues like growing youth unemployment, a prolonged property crisis, steep government debt and an ongoing trade war with the US - all of which is making the country's consumers cut back on spending. The Chinese government has been spending billions - through family subsidies, more wages and discounts for consumer goods in a bid to counter this, but retail sales growth is still failing to meet expectations. Originally created by Alibaba as a Chinese shopping festival, Singles' Day is akin to Amazon's Prime Day or Black Friday promotions elsewhere in the world.
On the Identifiability of Tensor Ranks via Prior Predictive Matching
da Silva, Eliezer, Klami, Arto, Mesquita, Diego, Urteaga, Iรฑigo
Selecting the latent dimensions (ranks) in tensor factorization is a central challenge that often relies on heuristic methods. This paper introduces a rigorous approach to determine rank identifiability in probabilistic tensor models, based on prior predictive moment matching. We transform a set of moment matching conditions into a log-linear system of equations in terms of marginal moments, prior hyperparameters, and ranks; establishing an equivalence between rank identifiability and the solvability of such system. We apply this framework to four foundational tensor-models, demonstrating that the linear structure of the PARAFAC/CP model, the chain structure of the Tensor Train model, and the closed-loop structure of the Tensor Ring model yield solvable systems, making their ranks identifiable. In contrast, we prove that the symmetric topology of the Tucker model leads to an underdetermined system, rendering the ranks unidentifiable by this method. For the identifiable models, we derive explicit closed-form rank estimators based on the moments of observed data only. We empirically validate these estimators and evaluate the robustness of the proposal.
Exact Dynamics of Multi-class Stochastic Gradient Descent
Collins-Woodfin, Elizabeth, Seroussi, Inbar
We develop a framework for analyzing the training and learning rate dynamics on a variety of high- dimensional optimization problems trained using one-pass stochastic gradient descent (SGD) with data generated from multiple anisotropic classes. We give exact expressions for a large class of functions of the limiting dynamics, including the risk and the overlap with the true signal, in terms of a deterministic solution to a system of ODEs. We extend the existing theory of high-dimensional SGD dynamics to Gaussian-mixture data and a large (growing with the parameter size) number of classes. We then investigate in detail the effect of the anisotropic structure of the covariance of the data in the problems of binary logistic regression and least square loss. We study three cases: isotropic covariances, data covariance matrices with a large fraction of zero eigenvalues (denoted as the zero-one model), and covariance matrices with spectra following a power-law distribution. We show that there exists a structural phase transition. In particular, we demonstrate that, for the zero-one model and the power-law model with sufficiently large power, SGD tends to align more closely with values of the class mean that are projected onto the "clean directions" (i.e., directions of smaller variance). This is supported by both numerical simulations and analytical studies, which show the exact asymptotic behavior of the loss in the high-dimensional limit.
deFOREST: Fusing Optical and Radar satellite data for Enhanced Sensing of Tree-loss
Castrillon-Candas, Julio Enrique, Gu, Hanfeng, Meredith, Caleb, Li, Yulin, Tang, Xiaojing, Olofsson, Pontus, Kon, Mark
In this paper we develop a deforestation detection pipeline that incorporates optical and Synthetic Aperture Radar (SAR) data. A crucial component of the pipeline is the construction of anomaly maps of the optical data, which is done using the residual space of a discrete Karhunen-Loรจve (KL) expansion. Anomalies are quantified using a concentration bound on the distribution of the residual components for the nominal state of the forest. This bound does not require prior knowledge on the distribution of the data. This is in contrast to statistical parametric methods that assume knowledge of the data distribution, an impractical assumption that is especially infeasible for high dimensional data such as ours. Once the optical anomaly maps are computed they are combined with SAR data, and the state of the forest is classified by using a Hidden Markov Model (HMM). We test our approach with Sentinel-1 (SAR) and Sentinel-2 (Optical) data on a $92.19\,km \times 91.80\,km$ region in the Amazon forest. The results show that both the hybrid optical-radar and optical only methods achieve high accuracy that is superior to the recent state-of-the-art hybrid method. Moreover, the hybrid method is significantly more robust in the case of sparse optical data that are common in highly cloudy regions.
The Hidden Bias: A Study on Explicit and Implicit Political Stereotypes in Large Language Models
Lรถhr, Konrad, Yuan, Shuzhou, Fรคrber, Michael
Large Language Models (LLMs) are increasingly integral to information dissemination and decision-making processes. Given their growing societal influence, understanding potential biases, particularly within the political domain, is crucial to prevent undue influence on public opinion and democratic processes. This work investigates political bias and stereotype propagation across eight prominent LLMs using the two-dimensional Political Compass Test (PCT). Initially, the PCT is employed to assess the inherent political leanings of these models. Subsequently, persona prompting with the PCT is used to explore explicit stereotypes across various social dimensions. In a final step, implicit stereotypes are uncovered by evaluating models with multilingual versions of the PCT. Key findings reveal a consistent left-leaning political alignment across all investigated models. Furthermore, while the nature and extent of stereotypes vary considerably between models, implicit stereotypes elicited through language variation are more pronounced than those identified via explicit persona prompting. Interestingly, for most models, implicit and explicit stereotypes show a notable alignment, suggesting a degree of transparency or "awareness" regarding their inherent biases. This study underscores the complex interplay of political bias and stereotypes in LLMs.
RedDino: A foundation model for red blood cell analysis
Zedda, Luca, Loddo, Andrea, Di Ruberto, Cecilia, Marr, Carsten
Red blood cells (RBCs) are essential to human health, and their precise morphological analysis is important for diagnosing hematological disorders. Despite the promise of foundation models in medical diagnostics, comprehensive AI solutions for RBC analysis remain scarce. We present RedDino, a self-supervised foundation model designed for RBC image analysis. RedDino uses an RBC-specific adaptation of the DINOv2 self-supervised learning framework and is trained on a curated dataset of 1.25 million RBC images from diverse acquisition modalities and sources. Extensive evaluations show that RedDino outperforms existing state-of-the-art models on RBC shape classification. Through assessments including linear probing and nearest neighbor classification, we confirm its strong feature representations and generalization ability. Our main contributions are: (1) a foundation model tailored for RBC analysis, (2) ablation studies exploring DINOv2 configurations for RBC modeling, and (3) a detailed evaluation of generalization performance. RedDino addresses key challenges in computational hematology by capturing nuanced morphological features, advancing the development of reliable diagnostic tools. The source code and pretrained models for RedDino are available at https://github.com/Snarci/RedDino, and the pretrained models can be downloaded from our Hugging Face collection at https://huggingface.co/collections/Snarcy/reddino-689a13e29241d2e5690202fc
Sam Fender wins 2025 Mercury Prize for album of the year
Sam Fender has won the 2025 Mercury Prize for his third album, People Watching, a steely-eyed dissection of working-class life in the north of England. The singer looked stunned when his name was announced. I didn't think that was going to happen at all, he told the BBC as he came off stage. I've spent the last 10 minutes crying. Fender beat the likes of Pulp and Wolf Alice - both former winners of the ยฃ25,000 prize for the best British or Irish album of the year - at a star-studded ceremony in Newcastle's Utilita Arena.
Trump says he will meet Putin in Hungary for Ukraine talks after 'very productive' call
Trump says he will meet Putin in Hungary for Ukraine talks after'very productive' call US President Donald Trump says great progress was made during a phone call with Russian President Vladimir Putin on Thursday, with the pair agreeing to face-to-face talks in Hungary. He said the call, the first with Putin since mid-August, was very productive, adding that teams from Washington and Moscow will meet next week. Trump did not confirm a date for his meeting with Putin in Budapest. The Kremlin said work on the summit would begin immediately after the extremely frank and trustful call. The talks came a day before Ukraine's President Zelensky was to visit the White House, and with Trump weighing whether to arm Ukraine with Tomahawk missiles capable of striking deep into Russia.
This overlooked human ancestor wielded tools with a gorilla-like grip
Researchers in Kenya excavated the first hand and foot bones belonging to'Paranthropis boisei.' Breakthroughs, discoveries, and DIY tips sent every weekday. When it comes to our evolutionary cousins, Neanderthals get most of the attention. Part of this is understandable, since there was a time in Earth's history when the role of dominant primate was up for grabs . Tweak any number of environmental factors, and the tool-wielding, yarn-weaving may have outlasted its cousins (aka humans) instead of going extinct around 40,000 years ago.