
The pinhole camera is the ubiquitous model for well-focused imaging systems but is physically unrealistic in the sense that it does not take into account the fact that the scene being imagined lies in front of the camera. Taking this directional information into account leads to the concepts of oriented projective shape and oriented projective shape space. Furthermore, in previous work it was shown that the resulting extrinsic statistical techniques for independent samples of twodimensional image data have greater statistical power than comparable statistical techniques which ignore directional information. In this work we develop a novel matched pairs test for two-dimensional oriented projective shapes. This methodology is applied to the problem of doppelg & auml;nger or body double identification in the case of Russian president Vladimir Putin where we use two galleries of images, pre-2015 and post-2015, with 38 pictures in each. An unpaired test fails to find evidence that the galleries are of two different people whereas our novel matched pairs test, with optimally paired images, is highly statistically significant.
Stress remains a significant social problem for individuals in modern societies. This paper presents a machine learning approach for the automatic detection of stress of people in a social situation by combining two sensor systems that capture physiological and social responses. We compare the performance using different classifiers including support vector machine, AdaBoost, and k-nearest neighbor. Our experimental results show that by combining the measurements from both sensor systems, we could accurately discriminate between stressful and neutral situations during a controlled Trier social stress test (TSST). Moreover, this paper assesses the discriminative ability of each sensor modality individually and considers their suitability for real-time stress detection. Finally, we present an study of the most discriminative features for stress detection.
Architectural code smells erode software maintainability and are costly to repair manually, yet unlike localized bugs, they require cross-module reasoning about design intent that challenges both developers and automated tools. While large language model agents excel at bug fixing and code-level refactoring, their ability to repair architectural code smells remains unexplored. We present the first empirical evaluation of LLM agents on architectural code smell repair. We contribute SmellBench, a task orchestration framework that incorporates smell-type-specific optimized prompts and supports iterative multi-step execution, together with a scoring methodology that separately evaluates repair effectiveness, false positive identification, and net codebase impact. We evaluate 11 agent configurations from four model families (GPT, Claude, Gemini, Mistral) on 65 hard-severity architectural smells detected by PyExamine in the Python project scikit-learn, validated against expert judgments. Expert validation reveals that 63.1
Digital assets (DAs) such as cryptocurrencies, tokenized securities, stablecoins, non-fungible tokens (NFTs), and central bank digital currencies, are transforming financial markets with new business models, investment opportunities, and transaction efficiencies. Underpinned by blockchain, distributed ledger technology, and smart contracts, digital innovations are reshaping the financial ecosystem. However, their rapid growth introduces substantial risks, including fraud, market manipulation, cybersecurity threats, and regulatory uncertainty. This position paper offers an interdisciplinary and empirically grounded analysis of the DA landscape. We define and classify major asset types, trace their evolution from speculative instruments to functional tools, and assess current adoption trends. Additional technological developments (e.g., decentralized finance and NFT expansion) are examined for their role in accelerating this transformation. We also analyze the global regulatory landscape, highlighting jurisdictional differences, classification challenges, and emerging governance frameworks. To address key risks, we derive mitigation strategies via quantitative analysis and case-based evidence. The risks include balancing innovation with investor protection through adaptive regulatory design, promoting cross-border regulatory harmonization to prevent arbitrage and fragmentation, and supporting experimentation through regulatory sandboxes and innovation hubs. By adopting a forward-looking, evidence-based, and collaborative regulatory approaches, stakeholders can harness the benefits of DAs while managing systemic risks and maintaining market integrity.
Detecting and localizing leaks in water distribution network (WDN) systems is an important topic with direct environmental, economic, and social impact. Our article is the first to explore the use of factor graph optimization (FGO) techniques for leak localization in WDNs, enabling us to perform sensor fusion between pressure and demand sensor readings and to estimate the network’s temporal and structural state evolution across all network nodes. The methodology introduces specific water network factors and proposes a new architecture composed of two factor graphs: a leak-free state estimation factor graph and a leak localization factor graph. When a new sensor reading is obtained, unlike Kalman and other interpolation-based methods, which estimate only the current network state, factor graphs update both current and past states. Results on Modena, L-TOWN, and synthetic networks show that factor graphs are much faster than nonlinear Kalman-based alternatives such as the unscented Kalman filter (UKF), while also providing improvements in localization compared to state-of-the-art estimation-localization approaches. Implementation and benchmarks are available at https://codeberg.org/pirofti/FGLL