Multi-wavelength observations of quadruply lensed quasars constitute a powerful probe of cosmology, dark matter substructure along the line of sight, and the structure of X-ray emitting regions in high-redshift quasars. These investigations are conditional on acquiring an accurate model for the surface mass density of matter lensing these quasars. We propose a simulation-based machine learning method to accelerate parameter inference in real quadruply lensed systems by several orders of magnitude. We simulate a grid of quadruply lensed sources with Singular Isothermal Ellipsoid (SIE) lenses and use the projected positions of the four lensed images to train two fully connected neural networks that predict the mass parameter and ellipticity. For a large fraction of simulated systems, the neural network-initialised mass models converge in time-scales of a few minutes and recover the source position at the <0.''005 level for a broad range of lens masses and ellipticities. We apply our neural networks to seven quadruply lensed quasars, lensed by isolated galaxies or a galaxy-perturber pair, which have archival Chandra observations. The final optimised mass models for each quasar pred
Accurate real-time simulation of lens optics remains challenging due to the computational expense of full ray tracing and the limitations of existing approximations. The commonly used pinhole model and thin-lens model ignore many optical effects seen in real-world lens systems such as distortion and chromatic aberration. Prior polynomial models approximate a mapping between incident rays and exitant rays through a lens system per wavelength. Prior neural models improve the accuracy of this mapping and also capture wavelength-dependent variations (e.g., chromatic aberration) by integrating wavelength as an input to a unified neural network. Common to those prior models is that they omit Fresnel intensity throughput, precluding accurate simulation of internal reflections and lens flares. We introduce a precomputed lens model that combines wavelength-aware inputs with Fresnel intensity outputs. By classifying rays as valid or occluded via a binary mask in a factorized representation, our method focuses regression on unblocked rays, improving accuracy near discontinuities. Our model avoids per-wavelength approximations in polynomial models and explicitly predicts Fresnel coefficients t
We leverage JWST's superb resolution to derive strong lensing mass maps of 14 clusters, spanning a redshift range of $z\sim0.25 - 1.06$ and a mass range of $M_{500}\sim2-12 \times 10^{14}M_\odot$, from the Strong LensIng and Cluster Evolution (SLICE) JWST program. These clusters represent a small subsample of the first clusters observed in the SLICE program that are chosen based on the detection of new multiple image constraints in the SLICE-JWST NIRCam/F150W2 and F322W2 imaging. These constraints include new lensed dusty galaxies and new substructures in previously identified lensed background galaxies. Four clusters have never been modeled before. For the remaining 10 clusters, we present updated models based on JWST and HST imaging and, where available, ground-based spectroscopy. We model the global mass profile for each cluster and report the mass enclosed within 200 and 500 kpc. We report the number of new systems identified in the JWST imaging, which in one cluster is as high as 19 new systems. The addition of new lensing systems and constraints from substructure clumps in lensed galaxies improves the ability of strong lensing models to accurately reproduce the interior mass
We introduce Lens, a 3.8B-parameter T2I model that achieves performance competitive with, and in several cases surpassing, state-of-the-art models with more than 6B parameters across various benchmarks, while requiring significantly less training compute. For example, Lens requires only about 19.3% of the training compute used by Z-Image. The training efficiency of Lens stems from two key strategies beyond its compact model size. First, we maximize data information density per training batch by (i) training on Lens-800M, a dataset of 800M densely captioned image-text pairs whose captions are generated by GPT-4.1 and contain approximately 109 words on average, providing richer semantic supervision than conventional short captions, and (ii) constructing each batch from images with multiple resolutions and diverse aspect ratios, thereby enlarging the effective visual coverage of each optimization step. Second, we improve convergence speed through careful architectural choices, including adopting a semantic VAE that provides better latent representations and employing a strong language encoder that accelerates optimization while enabling multilingual generalization from English-only tr
Large imaging surveys in cosmology are detecting orders of magnitude more lens systems than known so far. This unprecedented dataset will lead to robust constraints on cosmology and galaxy evolution models. However, a preliminary careful characterization of the lens and source samples are mandatory. In this work, we report on a VLT/XShooter observation program of 67 lens systems to characterize their spectroscopic redshift distribution. These systems were previously detected on the Dark Energy Spectroscopic Instrument Legacy Imaging Surveys by Huang et al. 2021 and Storfer et al. 2022 with deep residual neural network. We manage to measure redshifts for 58 lenses and 57 sources. We also identify 2 sources with indication of outflow in the shape of the emission lines and 7 sources with rotating disks in $[OII]$ or $Hα$. We find no particular bias associated to the redshift measurement operation, meaning that our measured source redshift distribution is likely representative of the true one and can be used to calibrate analyses in large imaging surveys.
We report ten lens candidates in the E-CDFS from the GEMS survey. Nine of the systems are new detections and only one of the candidates is a known lens system. For the most promising five systems including the known lens system, we present results from preliminary lens mass modelling, which tests if the candidates are plausible lens systems. Photometric redshifts of the candidate lens galaxies are obtained from the COMBO-17 galaxy catalog. Stellar masses of the candidate lens galaxies within the Einstein radius are obtained by using the $z$-band luminosity and the $V-z$ color-based stellar mass-to-light ratios. As expected, the lensing masses are found to be larger than the stellar masses of the candidate lens galaxies. These candidates have similar dark matter fractions as compared to lenses in SLACS and COSMOS. They also roughly follow the halo mass-stellar mass relation predicted by the subhalo abundance matching technique. One of the candidate lens galaxies qualifies as a LIRG and may not be a true lens because the arc-like feature in the system is likely to be an active region of star formation in the candidate lens galaxy. Amongst the five best candidates, one is a confirmed
Despite rapid progress in Multi-modal Large Language Models (MLLMs), understanding long-form videos is still bottlenecked by limited context windows. While recent keyframe sampling methods attempt to mitigate this by distilling video inputs into a compact set of query-relevant frames, navigating the vast spatio-temporal search space remains challenging, as spatial detail and temporal coverage often conflict. To address this, we introduce LENS, a training-free keyframe sampling framework that dynamically decides when to zoom in for fine-grained details and when to zoom out for broader context based on the text query. Concretely, LENS adaptively allocates a limited frame budget between spatial zoom-ins, which highlight query-relevant regions within individual frames, and temporal zoom-outs, which expand the temporal scope through multi-frame aggregation, enabling the model to reason across multiple granularities while capturing both high-fidelity details and long-range context. Across diverse long-form video benchmarks, LENS consistently outperforms prior state-of-the-art keyframe sampling methods and delivers substantial gains over uniform sampling, improving Video-MME accuracy from
Every RLHF-trained language model is shaped by a reward model, yet the mechanistic interpretability toolkit -- logit lens, direct logit attribution, activation patching, sparse autoencoders -- was built for generative LLMs whose primitives all project onto a vocabulary unembedding. Reward models replace that with a scalar regression head, breaking each tool. We present reward-lens, an open-source library that ports this toolkit to reward models, organised around one observation: the reward head's weight vector $w_r$ is the natural axis for every interpretability question. The library provides a Reward Lens, component attribution, three-mode activation patching, a reward-hacking probe suite, TopK SAE feature attribution, cross-model comparison, and five theory-grounded extensions (distortion index, divergence-aware patching, misalignment cascade detection, reward-term conflict analysis, concept-vector analysis). A ten-method adapter protocol covers Llama, Mistral, Gemma-2, and ArmoRM multi-objective heads, with a generic adapter for any HuggingFace sequence classification model. We validate on two production reward models across ~695 RewardBench pairs. The central empirical finding
We consider the geometrical optics for refraction of a distant radio source by an interstellar plasma lens, with application to a lens with a Gaussian electron column density profile. The refractive properties of the lens are specified completely by a dimensionless parameter, alpha, which is a function of the wavelength of observation, the lens' electron column density, the lens-observer distance, and the transverse diameter of the lens. Relative motion of the observer and lens produces modulations in the source's light curve. Plasma lenses are diverging so the light curve displays a minimum, when the lens is on-axis, surrounded by enhancements above the unlensed flux density. Lensing can also produce caustics, multiple imaging, and angular position wander of the background source. If caustics are formed, the separation of the outer caustics can constrain alpha, while the separation of the inner caustics can constrain the size of the lens. We apply our analysis to 0954+654, a source for which we can identify caustics in its light curve, and 1741-038, for which polarization observations were obtained during and after the scattering event. We find general agreement between modelled a
Gravitational lensing offers a powerful probe into the properties of dark matter and is crucial to infer cosmological parameters. The Legacy Survey of Space and Time (LSST) is predicted to find O(10^5) gravitational lenses over the next decade, demanding automated classifiers. In this work, we introduce GraViT, a PyTorch pipeline for gravitational lens detection that leverages extensive pretraining of state-of-the-art Vision Transformer (ViT) models and MLP-Mixer. We assess the impact of transfer learning on classification performance by examining data quality (source and sample size), model architecture (selection and fine-tuning), training strategies (augmentation, normalization, and optimization), and ensemble predictions. This study reproduces the experiments in a previous systematic comparison of neural networks and provides insights into the detectability of strong gravitational lenses on that common test sample. We fine-tune ten architectures using datasets from HOLISMOKES VI and SuGOHI X, and benchmark them against convolutional baselines, discussing complexity and inference-time analysis.
Strong gravitational lensing is a powerful technique for probing galaxy mass distributions and for measuring cosmological parameters. We present a pixelated approach to modeling simultaneously the lens potential and source intensity of strong gravitational lens systems with extended source-intensity distributions. For systems with sources of sufficient extent such that the separate lensed images are connected by intensity measurements, the accuracy in the reconstructed potential is solely limited by the quality of the data. We apply this potential reconstruction technique to deep HST observations of B1608+656, a four-image gravitational lens system formed by a pair of interacting lens galaxies. We present a comprehensive Bayesian analysis of the system that takes into account the extended source-intensity distribution, dust extinction, and the interacting lens galaxies. Our approach allows us to compare various models of the components of the lens system, which include the point-spread function (PSF), dust, lens galaxy light, source-intensity distribution, and lens potential. Using optimal combinations of the PSF, dust, and lens galaxy light models, we successfully reconstruct both
In the context of strong gravitational lensing, the magnification of image is of crucial importance to constrain various lens models. For several commonly used quadruple lens models, the magnification invariants, defined as the sum of the signed magnifications of images, have been analytically derived when the image multiplicity is a maximum. In this paper, we further study the magnification of several disk lens models, including (a) exponential disk lens, (b) Gaussian disk lens, (c) modified Hubble profile lens, and another two of the popular three-dimensional symmetrical lens model, (d) NFW lens and (e) Einasto lens. We find that magnification invariant does also exist for each lens model. Moreover, our results show that magnification invariants can be significantly changed by the characteristic surface mass density $κ_{\rm c}$.
We present in this work a numerical model for characterizing the scattering properties of the human lens. After analyzing the scattering properties of two main scattering particles actually described in the literature through Finite Element Method simulations, we have modified a Monte Carlo bulk scattering algorithm for computing ray scattering in non-sequential ray tracing. We have implemented this ray scattering algorithm in a layered model of the human lens in order to calculate the scattering properties of the whole lens. We have tested our algorithm by simulating the classic experiment carried out by Van der Berg et al for measuring in vitro the angular distribution of forward scattered light by the human lens. The results show the ability of our model to simulate accurately the scattering properties of the human lens.
We introduce VLM-Lens, a toolkit designed to enable systematic benchmarking, analysis, and interpretation of vision-language models (VLMs) by supporting the extraction of intermediate outputs from any layer during the forward pass of open-source VLMs. VLM-Lens provides a unified, YAML-configurable interface that abstracts away model-specific complexities and supports user-friendly operation across diverse VLMs. It currently supports 16 state-of-the-art base VLMs and their over 30 variants, and is extensible to accommodate new models without changing the core logic. The toolkit integrates easily with various interpretability and analysis methods. We demonstrate its usage with two simple analytical experiments, revealing systematic differences in the hidden representations of VLMs across layers and target concepts. VLM-Lens is released as an open-sourced project to accelerate community efforts in understanding and improving VLMs.
Text-prompted image segmentation enables fine-grained visual understanding and is critical for applications such as human-computer interaction and robotics. However, existing supervised fine-tuning methods typically ignore explicit chain-of-thought (CoT) reasoning at test time, which limits their ability to generalize to unseen prompts and domains. To address this issue, we introduce LENS, a scalable reinforcement-learning framework that jointly optimizes the reasoning process and segmentation in an end-to-end manner. We propose unified reinforcement-learning rewards that span sentence-, box-, and segment-level cues, encouraging the model to generate informative CoT rationales while refining mask quality. Using a publicly available 3-billion-parameter vision-language model, i.e., Qwen2.5-VL-3B-Instruct, LENS achieves an average cIoU of 81.2% on the RefCOCO, RefCOCO+, and RefCOCOg benchmarks, outperforming the strong fine-tuned method, i.e., GLaMM, by up to 5.6%. These results demonstrate that RL-driven CoT reasoning significantly enhances text-prompted segmentation and offers a practical path toward more generalizable Segment Anything models (SAM). Code is available at https://gith
We investigate imaging point sources with a monopole gravitational lens, such as the Solar Gravitational Lens in the geometric optics limit. We compute the light amplification of the lens used in conjunction with a telescope featuring a circular aperture that is placed in the focal region of the lens, compared to the amount of light collected by the same telescope unaided by a gravitational lens. We recover an averaged point-spread function that is in robust agreement with a wave-theoretical description of the lens, and can be used in practical calculations or simulations.
The gravitational lens equation resulting from a single (non-linear) mass concentration (the main lens) plus inhomogeneities of the large-scale structure is shown to be strictly equivalent to the single-plane gravitational lens equation without the cosmological perturbations. The deflection potential (and, by applying the Poisson equation, also the mass distribution) of the equivalent single-plane lens is derived. If the main lens is described by elliptical isopotential curves plus a shear term, the equivalent single-plane lens will be of the same form. Due to the equivalence shown, the determination of the Hubble constant from time delay measurements is affected by the same mass-sheet invariance transformation as for the single-plane lens. If the lens strength is fixed (e.g., by measuring the velocity dispersion of stars in the main lens), the determination of $H_0$ is affected by inhomogeneous matter between us and the lens. The orientation of the mass distribution relative to the image positions is the same for the cosmological lens situation and the single-plane case. In particular this implies that cosmic shear cannot account for a misalignment of the observed galaxy orientati
Third-order galaxy-galaxy lensing (G3L) is a next generation galaxy-galaxy lensing technique that either measures the excess shear about lens pairs or the excess shear-shear correlations about lenses. It is clear that these statistics assess the three-point correlations between galaxy positions and projected matter density. For future applications of these novel statistics, we aim at a more intuitive understanding of G3L to isolate the main features that possibly can be measured. We construct a toy model ("isolated lens model"; ILM) for the distribution of galaxies and associated matter to determine the measured quantities of the two G3L correlation functions and traditional galaxy-galaxy lensing (GGL) in a simplified context. The ILM presumes single lens galaxies to be embedded inside arbitrary matter haloes that, however, are statistically independent ("isolated") from any other halo or lens position. In the ILM, the average mass-to-galaxy number ratio of clusters of any size cannot change. GGL and galaxy clustering alone cannot distinguish an ILM from any more complex scenario. The lens-lens-shear correlator in combination with second-order statistics enables us to detect deviat
Federated Learning (FL) enables privacy-preserving collaborative learning, yet deployments increasingly show that privacy guarantees alone do not sustain trust in high-risk settings. As FL systems move toward agentic AI, large language model-enabled, and dynamically adaptive architectures, trustworthiness becomes a system-level problem shaped by autonomous decision-making, non-stationary environments, and multi-stakeholder governance. We argue for Trustworthy FL (TFL), treating trust as a continuously maintained operating condition rather than a static model property. Through the lens of Trust Report 2.0, we propose a requirement-driven taxonomy of challenges grounded in TAI and explicitly extended to account for control-plane decisions, agency, and system dynamics across the federated lifecycle. Building on this diagnosis, we introduce a coordination blueprint that structures cross-requirement trade-offs, decision justification, and governance alignment in TFL systems. To operationalize assurance, Trust Report 2.0 is instantiated as a lightweight, privacy-preserving artifact that surfaces decision-centric trust evidence without centralizing raw data. We illustrate applicability vi
In this letter, we find that Morse potential (proposed about 90 years ago) could be connected to Coulomb potential (or Newton potential) and harmonic potential (or Hooke potential) by conformal mappings. We thereby design a new conformal lens from Morse potential, Eaton lens and Luneburg lens and propose a series of generalized Eaton/Luneburg lenses. We find that this Morse lens is a perfect self-focusing asymmetric lens, which differs from Mikaelian lens. Our theory provides a new insight to Morse potential and other traditional potentials and revisits their classical applications on designing lenses.