-
pySTARBURST99: The Next Generation of STARBURST99
Authors:
Calum Hawcroft,
Claus Leitherer,
Oskar Arangure,
John Chisholm,
Sylvia Ekstrom,
Sebastien Martinet,
Lucimara Martins,
Georges Meynet,
Christophe Morisset,
Andreas Sander,
Aida Wofford
Abstract:
STARBURST99 is a population synthesis code tailored to predict the integrated properties or observational characteristics of star-forming galaxies. Here we present an update to STARBURST99 where we port the code to python, include new evolutionary tracks both rotating and non-rotating at a range of low metallicity environments. We complement these tracks with a corresponding grid of new synthetic…
▽ More
STARBURST99 is a population synthesis code tailored to predict the integrated properties or observational characteristics of star-forming galaxies. Here we present an update to STARBURST99 where we port the code to python, include new evolutionary tracks both rotating and non-rotating at a range of low metallicity environments. We complement these tracks with a corresponding grid of new synthetic SEDs. Additionally we include both evolutionary and spectral models of stars up to 300-500Msol. Synthesis models made with the python version of the code and new input stellar models are labelled pySTARBURST99. We make new predictions for many properties, such as ionising flux, SED, bolometric luminosity, wind power, hydrogen line equivalent widths and the UV beta-slope. These properties are all assessed over wider coverage in metallicity, mass and resolution than in previous versions of STARBURST99. A notable finding from these updates is an increase in H I ionising flux of 0.3 dex in the first 2Myr when increasing the upper mass limit from 120 to 300Msol. Changing metallicity has little impact on H I in the first 2Myr (range of 0.015 dex from Z = 0.02 to 0.0) but lower metallicities have higher H I by 1 dex (comparing Z = 0.02 to 0.0004) at later times, with Z = 0.0 having even higher H I at later times. Rotating models have significantly higher H I than their equivalent non-rotating models at any time after 2Myr. Similar trends are found for He I and He II, bolometric luminosity and wind momentum, with more complex relations found for hydrogen line equivalent widths and UV beta-slopes.
△ Less
Submitted 30 May, 2025;
originally announced May 2025.
-
The only Class 0 Flower snark is the smallest
Authors:
Guilherme Adamatti Bridi,
André Luis Alves Martins,
Franklin de Lima Marquezino,
Celina Miraglia Herrera de Figueiredo
Abstract:
Graph pebbling is a game played on graphs with pebbles on their vertices. A pebbling move removes two pebbles from one vertex and places one pebble on an adjacent vertex. The pebbling number is the smallest $t$ so that from any initial configuration of $t$ pebbles it is possible, after a sequence of pebbling moves, to place a pebble on any given target vertex. Graphs whose pebbling number is equal…
▽ More
Graph pebbling is a game played on graphs with pebbles on their vertices. A pebbling move removes two pebbles from one vertex and places one pebble on an adjacent vertex. The pebbling number is the smallest $t$ so that from any initial configuration of $t$ pebbles it is possible, after a sequence of pebbling moves, to place a pebble on any given target vertex. Graphs whose pebbling number is equal to the number of vertices are called Class~$0$ and provide a challenging set of graphs that resist being characterized. In this note, we answer a question recently proposed by the pioneering study on the pebbling number of snark graphs: we prove that the smallest Flower snark $J_3$ is Class~$0$, establishing that $J_3$ is in fact the only Class~$0$ Flower snark.
△ Less
Submitted 2 June, 2025; v1 submitted 28 May, 2025;
originally announced May 2025.
-
Optimising the analysis of emission lines in galaxies: the case of the MUSE TIMER galaxy NGC 613
Authors:
Luiz A. Silva-Lima,
Dimitri A. Gadotti,
Lucimara P. Martins,
Tutku Kolcu,
Paula R. T. Coelho,
Francesca Fragkoudi,
Taehyun Kim,
Camila de Sá-Freitas,
Jesús Falcón-Barroso,
Adriana de Lorenzo-Cáceres,
Jairo Méndez-Abreu,
Justus Neumann,
Miguel Querejeta,
Patricia Sánchez-Blázquez
Abstract:
Galaxy evolution is driven by spatially distributed processes with varying timescales. Integral field spectroscopy provides spatially-resolved information about these processes. Nevertheless, disentangling these processes, which are related to both the underlying stellar populations and the interstellar medium can be challenging. We present a case study on NGC~613, observed with MUSE (Multi-Unit S…
▽ More
Galaxy evolution is driven by spatially distributed processes with varying timescales. Integral field spectroscopy provides spatially-resolved information about these processes. Nevertheless, disentangling these processes, which are related to both the underlying stellar populations and the interstellar medium can be challenging. We present a case study on NGC~613, observed with MUSE (Multi-Unit Spectroscopic Explorer) for the TIMER (Time Inference with MUSE in Extragalactic Rings) project, a local barred galaxy, which shows several gas ionisation mechanisms and is rich in both large and inner-scale stellar structures. We develop a set of steps to overcome fundamental problems in the modelling of emission lines with multiple components, together with the characterisation of the stellar populations. That results in the disentanglement of the gas ionisation mechanisms and kinematics, along with an optimal parametrisation for star formation history recovery. Our analysis reveals evidence of gas inflows, which are associated with the bar dust lanes traced with \textit{Hubble} Space Telescope (HST). In addition, we show the gas kinematics in a central biconical outflow, which is aligned with a radio jet observed with Very Large Array (VLA). The emission line provides estimates of electron density, gas-phase metallicity, and the mass outflow rate, allowing us to distinguish intertwined ionisation mechanisms and to identify a part of the multiphase gas cycle in NGC 613. It traces the gas kinematics from the bar lanes to inner scale gas reservoirs, where it can eventually trigger star formation or AGN activity, as observed in the outflow.
△ Less
Submitted 20 May, 2025;
originally announced May 2025.
-
Identifying and Replicating Code Patterns Driving Performance Regressions in Software Systems
Authors:
Denivan Campos,
Luana Martins,
Emanuela Guglielmi,
Michele Tucci,
Daniele Di Pompeo,
Simone Scalabrino,
Vittorio Cortellessa,
Dario Di Nucci,
Rocco Oliveto
Abstract:
Context: Performance regressions negatively impact execution time and memory usage of software systems. Nevertheless, there is a lack of systematic methods to evaluate the effectiveness of performance test suites. Performance mutation testing, which introduces intentional defects (mutants) to measure and enhance fault-detection capabilities, is promising but underexplored. A key challenge is under…
▽ More
Context: Performance regressions negatively impact execution time and memory usage of software systems. Nevertheless, there is a lack of systematic methods to evaluate the effectiveness of performance test suites. Performance mutation testing, which introduces intentional defects (mutants) to measure and enhance fault-detection capabilities, is promising but underexplored. A key challenge is understanding if generated mutants accurately reflect real-world performance issues. Goal: This study evaluates and extends mutation operators for performance testing. Its objectives include (i) collecting existing performance mutation operators, (ii) introducing new operators from real-world code changes that impact performance, and (iii) evaluating these operators on real-world systems to see if they effectively degrade performance. Method: To this aim, we will (i) review the literature to identify performance mutation operators, (ii) conduct a mining study to extract patterns of code changes linked to performance regressions, (iii) propose new mutation operators based on these patterns, and (iv) apply and evaluate the operators to assess their effectiveness in exposing performance degradations. Expected Outcomes: We aim to provide an enriched set of mutation operators for performance testing, helping developers and researchers identify harmful coding practices and design better strategies to detect and prevent performance regressions.
△ Less
Submitted 8 April, 2025;
originally announced April 2025.
-
Gemma 3 Technical Report
Authors:
Gemma Team,
Aishwarya Kamath,
Johan Ferret,
Shreya Pathak,
Nino Vieillard,
Ramona Merhej,
Sarah Perrin,
Tatiana Matejovicova,
Alexandre Ramé,
Morgane Rivière,
Louis Rouillard,
Thomas Mesnard,
Geoffrey Cideron,
Jean-bastien Grill,
Sabela Ramos,
Edouard Yvinec,
Michelle Casbon,
Etienne Pot,
Ivo Penchev,
Gaël Liu,
Francesco Visin,
Kathleen Kenealy,
Lucas Beyer,
Xiaohai Zhai,
Anton Tsitsulin
, et al. (191 additional authors not shown)
Abstract:
We introduce Gemma 3, a multimodal addition to the Gemma family of lightweight open models, ranging in scale from 1 to 27 billion parameters. This version introduces vision understanding abilities, a wider coverage of languages and longer context - at least 128K tokens. We also change the architecture of the model to reduce the KV-cache memory that tends to explode with long context. This is achie…
▽ More
We introduce Gemma 3, a multimodal addition to the Gemma family of lightweight open models, ranging in scale from 1 to 27 billion parameters. This version introduces vision understanding abilities, a wider coverage of languages and longer context - at least 128K tokens. We also change the architecture of the model to reduce the KV-cache memory that tends to explode with long context. This is achieved by increasing the ratio of local to global attention layers, and keeping the span on local attention short. The Gemma 3 models are trained with distillation and achieve superior performance to Gemma 2 for both pre-trained and instruction finetuned versions. In particular, our novel post-training recipe significantly improves the math, chat, instruction-following and multilingual abilities, making Gemma3-4B-IT competitive with Gemma2-27B-IT and Gemma3-27B-IT comparable to Gemini-1.5-Pro across benchmarks. We release all our models to the community.
△ Less
Submitted 25 March, 2025;
originally announced March 2025.
-
Spectrophotometry in the integrated light of multiple populations in globular clusters
Authors:
Vinicius Branco,
Ariane Lançon,
Paula Coelho,
Guglielmo Costa,
Thibaut Dumont,
Lumara Martins,
Philippe Prugniel,
Fabrice Martins,
Corinne Charbonnel,
Ana Palacios
Abstract:
There is vast evidence from observations of multiple stellar populations (MPs) in globular clusters (GCs). To explore the issue theoretically, this work considers two subsolar metallicities, two ages, and two initial abundance patterns: a first population of standard $α$-enhanced metal mixture stars and a second stellar population displaying C-N and Na-O anticorrelations chemical abundance pattern…
▽ More
There is vast evidence from observations of multiple stellar populations (MPs) in globular clusters (GCs). To explore the issue theoretically, this work considers two subsolar metallicities, two ages, and two initial abundance patterns: a first population of standard $α$-enhanced metal mixture stars and a second stellar population displaying C-N and Na-O anticorrelations chemical abundance patterns, along with an enhanced helium fraction. Analysing the predictions for these extreme compositions, we provide insights into the observability of not-resolved MPs into individual stars of GCs. We use colours and spectrophotometric indices measurable with modern facilities (e.g. Euclid, LSST, DES, JWST).
△ Less
Submitted 4 March, 2025;
originally announced March 2025.
-
InfoQuest: Evaluating Multi-Turn Dialogue Agents for Open-Ended Conversations with Hidden Context
Authors:
Bryan L. M. de Oliveira,
Luana G. B. Martins,
Bruno Brandão,
Luckeciano C. Melo
Abstract:
Large language models excel at following explicit instructions, but they often struggle with ambiguous or incomplete user requests, defaulting to verbose, generic responses instead of seeking clarification. We introduce InfoQuest, a multi-turn chat benchmark designed to evaluate how dialogue agents handle hidden context in open-ended user requests. This benchmark presents intentionally ambiguous s…
▽ More
Large language models excel at following explicit instructions, but they often struggle with ambiguous or incomplete user requests, defaulting to verbose, generic responses instead of seeking clarification. We introduce InfoQuest, a multi-turn chat benchmark designed to evaluate how dialogue agents handle hidden context in open-ended user requests. This benchmark presents intentionally ambiguous scenarios that require models to engage in information-seeking dialogue by asking clarifying questions before providing appropriate responses. Our evaluation of both open and closed models reveals that, while proprietary models generally perform better, all current assistants struggle to gather critical information effectively. They often require multiple turns to infer user intent and frequently default to generic responses without proper clarification. We provide a systematic methodology for generating diverse scenarios and evaluating models' information-seeking capabilities, which can be leveraged to automatically generate data for self-improvement. We also offer insights into the current limitations of language models in handling ambiguous requests through multi-turn interactions.
△ Less
Submitted 25 April, 2025; v1 submitted 17 February, 2025;
originally announced February 2025.
-
Spin-forbidden excitations in the magneto-optical spectra of CrI$_3$ tuned by covalency
Authors:
Connor A. Occhialini,
Luca Nessi,
Luiz G. P. Martins,
Ahmet Kemal Demir,
Qian Song,
Vicky Hasse,
Chandra Shekhar,
Claudia Felser,
Kenji Watanabe,
Takashi Taniguchi,
Valentina Bisogni,
Jonathan Pelliciari,
Riccardo Comin
Abstract:
Spin-forbidden ($ΔS \neq 0$) multiplet excitations and their coupling to magnetic properties are of increasing importance for magneto-optical studies of correlated materials. Nonetheless, the mechanisms for optically brightening these transitions and their generality remain poorly understood. Here, we report magnetic circular dichroism (MCD) spectroscopy on the van der Waals (vdW) ferromagnet (FM)…
▽ More
Spin-forbidden ($ΔS \neq 0$) multiplet excitations and their coupling to magnetic properties are of increasing importance for magneto-optical studies of correlated materials. Nonetheless, the mechanisms for optically brightening these transitions and their generality remain poorly understood. Here, we report magnetic circular dichroism (MCD) spectroscopy on the van der Waals (vdW) ferromagnet (FM) CrI$_3$. Previously unreported spin-forbidden ($ΔS = 1$) ${}^4A_{2\mathrm{g}} \to{}^2E_\mathrm{g}/{}^2T_{1\mathrm{g}}$ Cr${}^{3+}$ $dd$ excitations are observed near the ligand-to-metal charge transfer (LMCT) excitation threshold. The assignment of these excitations and their Cr$^{3+}$ multiplet character is established through complementary Cr $L_3$-edge resonant inelastic X-ray scattering (RIXS) measurements along with charge transfer multiplet (CTM) calculations and chemical trends in the chromium trihalide series (CrX$_3$, X = Cl, Br, I). We utilize the high sensitivity of MCD spectroscopy to study the thickness dependent optical response. The spin-forbidden excitations remain robust down to the monolayer limit and exhibit a significant magnetic field tunability across the antiferromagnetic to FM transition in few-layer samples. This behavior is associated to changes in the metal-ligand covalency with magnetic state, as supported by our CTM analysis. Our results clarify the magneto-optical response of CrI$_3$ and identify covalency as a central mechanism for the brightening and field-tunability of spin-forbidden multiplet excitations.
△ Less
Submitted 29 January, 2025;
originally announced January 2025.
-
Flow Structures Beneath Stationary Waves with Constant Vorticity Over Variable Topography
Authors:
L. G. Martins,
M. V. Flamarion,
R. Ribeiro-Jr
Abstract:
The flow structures beneath waves have received significant attention from both theoretical and numerical perspectives. Most studies on this topic assume a flat bottom, leading to questions about the effects of variable bottom topography. To address this gap, we investigate the flow structures beneath stationary waves with constant vorticity, considering the influence of variable topography. Speci…
▽ More
The flow structures beneath waves have received significant attention from both theoretical and numerical perspectives. Most studies on this topic assume a flat bottom, leading to questions about the effects of variable bottom topography. To address this gap, we investigate the flow structures beneath stationary waves with constant vorticity, considering the influence of variable topography. Specifically, we numerically analyze the role of vorticity in the emergence of stagnation points and the pressure distribution within the fluid in two bottom topography scenarios: a bump and a hole. Our numerical approach is based on a variation of the classical Dyachenko, Zakharov, and Kuznetsov conformal mapping technique for free-boundary water wave problems. Our results reveal the existence of saddle points beneath wave crests and center beneath depression solitary waves. Additionally, we observe that the pressure can exhibit distinctive features, such as a global minimum on the bottom boundary -- behavior that is markedly different from the usual flat-bottom case.
△ Less
Submitted 28 January, 2025;
originally announced January 2025.
-
Effects of taxes, redistribution actions and fiscal evasion on wealth inequality: an agent-based model approach
Authors:
Iago Nascimento Barros,
Marcelo Lobato Martins
Abstract:
In capitalist societies, only a single right can be fully exerted without constraints of any kind: the limitless accumulation of wealth. Such imperative or prime axiom is the ultimate cause of the raising waves of inequalities observed today. In this work we extended the agent-based model proposed by Castro de Oliveira arXiv:1711.06164 to study the effects of non-uniform income redistribution poli…
▽ More
In capitalist societies, only a single right can be fully exerted without constraints of any kind: the limitless accumulation of wealth. Such imperative or prime axiom is the ultimate cause of the raising waves of inequalities observed today. In this work we extended the agent-based model proposed by Castro de Oliveira arXiv:1711.06164 to study the effects of non-uniform income redistribution policies and tax evasion on the final steady-state wealth distribution of economic agents. Our simulational results strongly support that well designed policies of income redistribution and rigid control of tax planning possibilities are unavoidable instruments to promote the raise of more economically egalitarian and sustainable societies.
△ Less
Submitted 14 January, 2025;
originally announced January 2025.
-
Helicoidal surfaces of frontals in Euclidian space as deformations of surfaces of revolution, with singularities
Authors:
Luciana F. Martins,
Samuel P. dos Santos
Abstract:
We investigate helicoidal surfaces in three-dimensional Euclidean space whose profile curves are frontals. Using the framework of Legendre curves and framed surfaces, we establish conditions under which helicoidal surfaces generated by frontals are themselves frontals or fronts. We then derive curvature expressions in terms of the invariants of the generating Legendre curve. Our study extends clas…
▽ More
We investigate helicoidal surfaces in three-dimensional Euclidean space whose profile curves are frontals. Using the framework of Legendre curves and framed surfaces, we establish conditions under which helicoidal surfaces generated by frontals are themselves frontals or fronts. We then derive curvature expressions in terms of the invariants of the generating Legendre curve. Our study extends classical results on parallel and focal surfaces of surfaces of revolution to the helicoidal setting. In particular, we show that both parallel and focal surfaces of a helicoidal surface are helicoidal, with their generating curves arising from one-parameter deformations of the corresponding parallel and evolute curves. We prove that singularities of these curves persist under such deformations, revealing geometric rigidity and stability of singularities. Finally, we examine the behavior of the Gaussian and mean curvatures near singular points of helicoidal surfaces
△ Less
Submitted 14 May, 2025; v1 submitted 13 December, 2024;
originally announced December 2024.
-
Radii, masses, and transit-timing variations of the three-planet system orbiting the naked-eye star TOI-396
Authors:
A. Bonfanti,
I. Amateis,
D. Gandolfi,
L. Borsato,
J. A. Egger,
P. E. Cubillos,
D. Armstrong,
I. C. Leão,
M. Fridlund,
B. L. Canto Martins,
S. G. Sousa,
J. R. De Medeiros,
L. Fossati,
V. Adibekyan,
A. Collier Cameron,
S. Grziwa,
K. W. F. Lam,
E. Goffo,
L. D. Nielsen,
F. Rodler,
J. Alarcon,
J. Lillo-Box,
W. D. Cochran,
R. Luque,
S. Redfield
, et al. (16 additional authors not shown)
Abstract:
TOI-396 is an F6V star ($V\approx6.4$) orbited by three transiting planets. The orbital periods of the two innermost planets are close to the 5:3 commensurability ($P_b \sim3.6$ d and $P_c \sim6.0$ d). To measure the masses of the three planets, refine their radii, and investigate whether planets b and c are in MMR, we carried out HARPS RV observations and retrieved photometric data from TESS. We…
▽ More
TOI-396 is an F6V star ($V\approx6.4$) orbited by three transiting planets. The orbital periods of the two innermost planets are close to the 5:3 commensurability ($P_b \sim3.6$ d and $P_c \sim6.0$ d). To measure the masses of the three planets, refine their radii, and investigate whether planets b and c are in MMR, we carried out HARPS RV observations and retrieved photometric data from TESS. We extracted the RVs via a skew-normal fit onto the HARPS CCFs and performed an MCMC joint analysis of the Doppler measurements and transit photometry, while employing the breakpoint method to remove stellar activity from the RV time series. We also performed a thorough TTV dynamical analysis of the system. Our analysis confirms that the three planets have similar sizes: $R_b=2.004_{-0.047}^{+0.045}R_{\oplus}$; $R_c=1.979_{-0.051}^{+0.054}R_{\oplus}$; $R_d=2.001_{-0.064}^{+0.063}R_{\oplus}$. For the first time, we have determined the RV masses for TOI-396b and d: $M_b=3.55_{-0.96}^{+0.94}M_{\oplus}$ ($ρ_b=2.44_{-0.68}^{+0.69}$ g cm$^{-3}$) and $M_d=7.1\pm1.6M_{\oplus}$ ($ρ_d=4.9_{-1.1}^{+1.2}$ g cm$^{-3}$). Our results suggest a quite unusual system architecture, with the outermost planet being the densest. The Doppler reflex motion induced by TOI-396c remains undetected in our RV time series, likely due to the proximity of $P_c$ to the star's rotation period ($P_{\mathrm{rot}}=6.7\pm1.3$ d). We also discovered that TOI-396b and c display significant TTVs. While the TTV dynamical analysis returns a formally precise mass for TOI-396c ($M_{c,\mathrm{dyn}}=2.24^{+0.13}_{-0.67}M_{\oplus}$), the result might not be accurate owing to the poor sampling of the TTV phase. We also conclude that TOI-396b and c are close to but out of the 5:3 MMR. Our numerical simulation suggests TTV semi-amplitudes of up to 5 hours over a temporal baseline of $\sim$5.2 years.
△ Less
Submitted 10 December, 2024; v1 submitted 22 November, 2024;
originally announced November 2024.
-
Multifractality Signatures in Lensed Quasars
Authors:
Rhimon A. Assis Souza,
Asnakew Bewketu Belete,
Bruno L. Canto Martins,
Lívia M. C. de Azevedo,
Josafary P. S. Campelo,
Izan C Leão,
José R. De Medeiros
Abstract:
Variations in scaling behavior in the flux and emissions of gravitational lensed quasars can provide valuable information about the dynamics within the sources and their cosmological evolution with time. Here, we study the multifractal behavior of the light curves of 14 lensed quasars with multiple images in the $r$ band, with redshift ranging from 0.657 to 2.730, in the search for potential diffe…
▽ More
Variations in scaling behavior in the flux and emissions of gravitational lensed quasars can provide valuable information about the dynamics within the sources and their cosmological evolution with time. Here, we study the multifractal behavior of the light curves of 14 lensed quasars with multiple images in the $r$ band, with redshift ranging from 0.657 to 2.730, in the search for potential differences in nonlinearity between the signals of the quasar multiple images. Among these lensed systems, nine present two images, two present three images, and three present four images. To this end, we apply the wavelet transform-based multifractal analysis formalism called Wavelet Transform Modulus Maxima (WTMM). We identify strong multifractal signatures in the light curves of the images of all analyzed lensed quasar systems, independently of the number of images, with a significant difference between the degree of multifractality of all the images and combinations. We have also searched for a possible connection between the degree of multifractality and the characteristic parameters related to the quasar source and the lensing galaxy. These parameters include the Einstein ring radius and the accretion disk size and the characteristic timescales related to microlensing variability. The analysis reveals some apparent trends, pointing to a decrease in the degree of multifractality with the increase of the quasar's source size and timescale. Using a larger sample and following a similar approach, the present study confirms a previous finding for the quasar Q0957+561.
△ Less
Submitted 4 November, 2024;
originally announced November 2024.
-
Supersymmetric String Configurations in Ad$\mathbb{S}_5\times \mathbb{S}^5$
Authors:
Lucas N. S. Martins
Abstract:
In this work, we investigate off-shell supersymmetric string configurations in Euclidean Ad$\mathbb{S}_5\times \mathbb{S}^5$ background. By extending the Green-Schwarz supersymmetric equations using the pure spinor formalism, we demonstrate that while the solutions to the Green-Schwarz equations are necessarily minimal surfaces, the solutions to the extended equations form infinite-dimensional fam…
▽ More
In this work, we investigate off-shell supersymmetric string configurations in Euclidean Ad$\mathbb{S}_5\times \mathbb{S}^5$ background. By extending the Green-Schwarz supersymmetric equations using the pure spinor formalism, we demonstrate that while the solutions to the Green-Schwarz equations are necessarily minimal surfaces, the solutions to the extended equations form infinite-dimensional families, even with fixed boundary conditions, thus preventing direct derivations of exact results via supersymmetric localization. For concreteness, we have selected a supercharge that localizes the off-shell supersymmetric configurations to an Ad$\mathbb{S}_4 \times \mathbb{S}^2$ slice and observed that the corresponding action functional reduces to an integral of a two-form.
△ Less
Submitted 16 February, 2025; v1 submitted 31 October, 2024;
originally announced November 2024.
-
Sliding Puzzles Gym: A Scalable Benchmark for State Representation in Visual Reinforcement Learning
Authors:
Bryan L. M. de Oliveira,
Murilo L. da Luz,
Bruno Brandão,
Luana G. B. Martins,
Telma W. de L. Soares,
Luckeciano C. Melo
Abstract:
Learning effective visual representations enables agents to extract meaningful information from raw sensory inputs, which is essential for generalizing across different tasks. However, evaluating representation learning separately from policy learning remains a challenge with most reinforcement learning (RL) benchmarks. To address this gap, we introduce the Sliding Puzzles Gym (SPGym), a novel ben…
▽ More
Learning effective visual representations enables agents to extract meaningful information from raw sensory inputs, which is essential for generalizing across different tasks. However, evaluating representation learning separately from policy learning remains a challenge with most reinforcement learning (RL) benchmarks. To address this gap, we introduce the Sliding Puzzles Gym (SPGym), a novel benchmark that reimagines the classic 8-tile puzzle with a visual observation space of images sourced from arbitrarily large datasets. SPGym provides precise control over representation complexity through visual diversity, allowing researchers to systematically scale the representation learning challenge while maintaining consistent environment dynamics. Despite the apparent simplicity of the task, our experiments with both model-free and model-based RL algorithms reveal fundamental limitations in current methods. As we increase visual diversity by expanding the pool of possible images, all tested algorithms show significant performance degradation, with even state-of-the-art methods struggling to generalize across different visual inputs while maintaining consistent puzzle-solving capabilities. These results highlight critical gaps in visual representation learning for RL and provide clear directions for improving robustness and generalization in decision-making systems.
△ Less
Submitted 13 February, 2025; v1 submitted 17 October, 2024;
originally announced October 2024.
-
Characterisation of TOI-406 as showcase of the THIRSTEE program: A 2-planet system straddling the M-dwarf density gap
Authors:
G. Lacedelli,
E. Pallè,
R. Luque,
C. Cadieux,
J. M. Akana Murphy,
F. Murgas,
M. R. Zapatero Osorio,
H. M. Tabernero,
K. A. Collins,
C. N. Watkins,
A. L'Heureux,
R. Doyon,
D. Jankowski,
G. Nowak,
È. Artigau,
N. M. Batalha,
J. L. Bean,
F. Bouchy,
M. Brady,
B. L. Canto Martins,
I. Carleo,
M. Cointepas,
D. M. Conti,
N. J. Cook,
I. J. M. Crossfield
, et al. (9 additional authors not shown)
Abstract:
The exoplanet sub-Neptune population currently poses a conundrum, as to whether small-size planets are volatile-rich cores without an atmosphere, or rocky cores surrounded by a H-He envelope. To test the different hypotheses from an observational point of view, a large sample of small-size planets with precise mass and radius measurements is the first step. On top of that, much more information wi…
▽ More
The exoplanet sub-Neptune population currently poses a conundrum, as to whether small-size planets are volatile-rich cores without an atmosphere, or rocky cores surrounded by a H-He envelope. To test the different hypotheses from an observational point of view, a large sample of small-size planets with precise mass and radius measurements is the first step. On top of that, much more information will likely be needed, including atmospheric characterisation and a demographic perspective on their bulk properties. We present here the concept and strategy of the THIRSTEE project, which aims to shed light on the composition of the sub-Neptune population across stellar types by increasing their number and improving the accuracy of bulk density measurements, as well as investigating their atmospheres and performing statistical, demographic analysis. We report the first results of the program, characterising a new two-planet system around the M-dwarf TOI-406. We analyse TESS and ground-based photometry, together with ESPRESSO and NIRPS/HARPS RVs to derive the orbital parameters and investigate the internal composition of the 2 planets orbiting TOI-406, which have radii and masses of $R_c = 1.32 \pm 0.12 R_{\oplus}$, $M_c = 2.08_{-0.22}^{+0.23} M_{\oplus}$ and $R_b = 2.08_{-0.15}^{+0.16} R_{\oplus}$, $M_b = 6.57_{-0.90}^{+1.00} M_{\oplus}$, and periods of $3.3$ and $13.2$ days, respectively. Planet c is consistent with an Earth-like composition, while planet b is compatible with multiple internal composition models, including volatile-rich planets without H/He atmospheres. The 2 planets are located in 2 distinct regions in the mass-density diagram, supporting the existence of a density gap among small exoplanets around M dwarfs. With an T$_{\rm eq}$ of only 368 K, TOI-406 b stands up as a particularly interesting target for atmospheric characterisation with JWST in the low-temperature regime.
△ Less
Submitted 13 December, 2024; v1 submitted 17 September, 2024;
originally announced September 2024.
-
RIFF: Inducing Rules for Fraud Detection from Decision Trees
Authors:
João Lucas Martins,
João Bravo,
Ana Sofia Gomes,
Carlos Soares,
Pedro Bizarro
Abstract:
Financial fraud is the cause of multi-billion dollar losses annually. Traditionally, fraud detection systems rely on rules due to their transparency and interpretability, key features in domains where decisions need to be explained. However, rule systems require significant input from domain experts to create and tune, an issue that rule induction algorithms attempt to mitigate by inferring rules…
▽ More
Financial fraud is the cause of multi-billion dollar losses annually. Traditionally, fraud detection systems rely on rules due to their transparency and interpretability, key features in domains where decisions need to be explained. However, rule systems require significant input from domain experts to create and tune, an issue that rule induction algorithms attempt to mitigate by inferring rules directly from data. We explore the application of these algorithms to fraud detection, where rule systems are constrained to have a low false positive rate (FPR) or alert rate, by proposing RIFF, a rule induction algorithm that distills a low FPR rule set directly from decision trees. Our experiments show that the induced rules are often able to maintain or improve performance of the original models for low FPR tasks, while substantially reducing their complexity and outperforming rules hand-tuned by experts.
△ Less
Submitted 23 August, 2024;
originally announced August 2024.
-
Gemma 2: Improving Open Language Models at a Practical Size
Authors:
Gemma Team,
Morgane Riviere,
Shreya Pathak,
Pier Giuseppe Sessa,
Cassidy Hardin,
Surya Bhupatiraju,
Léonard Hussenot,
Thomas Mesnard,
Bobak Shahriari,
Alexandre Ramé,
Johan Ferret,
Peter Liu,
Pouya Tafti,
Abe Friesen,
Michelle Casbon,
Sabela Ramos,
Ravin Kumar,
Charline Le Lan,
Sammy Jerome,
Anton Tsitsulin,
Nino Vieillard,
Piotr Stanczyk,
Sertan Girgin,
Nikola Momchev,
Matt Hoffman
, et al. (173 additional authors not shown)
Abstract:
In this work, we introduce Gemma 2, a new addition to the Gemma family of lightweight, state-of-the-art open models, ranging in scale from 2 billion to 27 billion parameters. In this new version, we apply several known technical modifications to the Transformer architecture, such as interleaving local-global attentions (Beltagy et al., 2020a) and group-query attention (Ainslie et al., 2023). We al…
▽ More
In this work, we introduce Gemma 2, a new addition to the Gemma family of lightweight, state-of-the-art open models, ranging in scale from 2 billion to 27 billion parameters. In this new version, we apply several known technical modifications to the Transformer architecture, such as interleaving local-global attentions (Beltagy et al., 2020a) and group-query attention (Ainslie et al., 2023). We also train the 2B and 9B models with knowledge distillation (Hinton et al., 2015) instead of next token prediction. The resulting models deliver the best performance for their size, and even offer competitive alternatives to models that are 2-3 times bigger. We release all our models to the community.
△ Less
Submitted 2 October, 2024; v1 submitted 31 July, 2024;
originally announced August 2024.
-
ANDES, the high resolution spectrograph for the ELT: science goals, project overview and future developments
Authors:
A. Marconi,
M. Abreu,
V. Adibekyan,
V. Alberti,
S. Albrecht,
J. Alcaniz,
M. Aliverti,
C. Allende Prieto,
J. D. Alvarado Gómez,
C. S. Alves,
P. J. Amado,
M. Amate,
M. I. Andersen,
S. Antoniucci,
E. Artigau,
C. Bailet,
C. Baker,
V. Baldini,
A. Balestra,
S. A. Barnes,
F. Baron,
S. C. C. Barros,
S. M. Bauer,
M. Beaulieu,
O. Bellido-Tirado
, et al. (264 additional authors not shown)
Abstract:
The first generation of ELT instruments includes an optical-infrared high-resolution spectrograph, indicated as ELT-HIRES and recently christened ANDES (ArmazoNes high Dispersion Echelle Spectrograph). ANDES consists of three fibre-fed spectrographs ([U]BV, RIZ, YJH) providing a spectral resolution of $\sim$100,000 with a minimum simultaneous wavelength coverage of 0.4-1.8 $μ$m with the goal of ex…
▽ More
The first generation of ELT instruments includes an optical-infrared high-resolution spectrograph, indicated as ELT-HIRES and recently christened ANDES (ArmazoNes high Dispersion Echelle Spectrograph). ANDES consists of three fibre-fed spectrographs ([U]BV, RIZ, YJH) providing a spectral resolution of $\sim$100,000 with a minimum simultaneous wavelength coverage of 0.4-1.8 $μ$m with the goal of extending it to 0.35-2.4 $μ$m with the addition of a U arm to the BV spectrograph and a separate K band spectrograph. It operates both in seeing- and diffraction-limited conditions and the fibre feeding allows several, interchangeable observing modes including a single conjugated adaptive optics module and a small diffraction-limited integral field unit in the NIR. Modularity and fibre-feeding allow ANDES to be placed partly on the ELT Nasmyth platform and partly in the Coudé room. ANDES has a wide range of groundbreaking science cases spanning nearly all areas of research in astrophysics and even fundamental physics. Among the top science cases, there are the detection of biosignatures from exoplanet atmospheres, finding the fingerprints of the first generation of stars, tests on the stability of Nature's fundamental couplings, and the direct detection of the cosmic acceleration. The ANDES project is carried forward by a large international consortium, composed of 35 Institutes from 13 countries, forming a team of almost 300 scientists and engineers which include the majority of the scientific and technical expertise in the field that can be found in ESO member states.
△ Less
Submitted 19 July, 2024;
originally announced July 2024.
-
X-Shooting ULLYSES: Massive stars at low metallicity VII. Stellar and wind properties of B supergiants in the Small Magellanic Cloud
Authors:
M. Bernini-Peron,
A. A. C. Sander,
V. Ramachandran,
L. M. Oskinova,
J. S. Vink,
O. Verhamme,
F. Najarro,
J. Josiek,
S. A. Brands,
P. A. Crowther,
V. M. A. Gómez-González,
A. C. Gormaz-Matamala,
C. Hawcroft,
R. Kuiper,
L. Mahy,
W. L. F. Marcolino,
L. P. Martins,
A. Mehner,
T. N. Parsons,
D. Pauli,
T. Shenar,
A. Schootemeijer,
H. Todt,
J. Th. van Loon,
the XShootU collaboration
Abstract:
Context. B supergiants (BSGs) represent an important connection between the main sequence and more extreme evolutionary stages of massive stars. Additionally, lying toward the cool end of the hot star regime, determining their wind properties is crucial to constrain the evolution and feedback of massive stars as, for instance, they might manifest the bi-stability jump phenomenon. Aims. We undertak…
▽ More
Context. B supergiants (BSGs) represent an important connection between the main sequence and more extreme evolutionary stages of massive stars. Additionally, lying toward the cool end of the hot star regime, determining their wind properties is crucial to constrain the evolution and feedback of massive stars as, for instance, they might manifest the bi-stability jump phenomenon. Aims. We undertake a detailed analysis of a representative sample of 18 Small Magellanic Cloud (SMC) BSGs within the ULLYSES and XShootU datasets. Our UV and optical analysis spans BSGs from B0 to B8 - covering the bi-stability jump region. We aim to evaluate their evolutionary status and verify what their wind properties say about the bi-stability jump in a low-metallicity environment. Methods. We used the CMFGEN to model the spectra and photometry (from UV to infrared) of our sample. We compare our results with different evolutionary models, with previous determinations in the literature of OB stars, and with diverging mass-loss recipes at the bi-stability jump. Additionally, we provide the first BSG models in the SMC including X-rays. Results. (i) Within a single-stellar evolution framework, the evolutionary status of early BSGs seem less clear than that of late BSGs, which agree with H-shell burning models. (ii) UV analysis shows evidence that BSGs contain X-rays in their atmospheres, for which we provide constraints. In general, we find higher X-ray luminosity (close to the standard log(L_X/L) ~ -7) for early BSGs. For cooler BSGs, lower values are preferred, log(L_X/L) ~ -8.5. (iii) The obtained mass-loss rates suggest neither a jump nor a monotonic decrease with temperature. Instead, a rather constant trend is observed, which is at odds with the increase found for Galactic BSGs. (iv) The wind velocity behavior with temperature shows a sharp drop at ~19 kK, similar to what is observed for Galactic BSGs.
△ Less
Submitted 19 July, 2024;
originally announced July 2024.
-
Experimental Sample-Efficient and Device-Independent GHZ State Certification
Authors:
Laura dos Santos Martins,
Nicolas Laurent-Puig,
Ivan Šupić,
Damian Markham,
Eleni Diamanti
Abstract:
The certification of quantum resources is a critical tool in the development of quantum information processing. In particular, quantum state verification is a fundamental building block for communication and computation applications, determining whether the involved parties can trust the resources at hand or whether the application should be aborted. Self-testing methods have been used to tackle s…
▽ More
The certification of quantum resources is a critical tool in the development of quantum information processing. In particular, quantum state verification is a fundamental building block for communication and computation applications, determining whether the involved parties can trust the resources at hand or whether the application should be aborted. Self-testing methods have been used to tackle such verification tasks in a device-independent (DI) setting. However, these approaches commonly consider the limit of large (asymptotic), identically and independently distributed (IID) samples, which weakens the DI claim and poses serious challenges to their experimental implementation. Here we overcome these challenges by adopting a theoretical protocol enabling the certification of quantum states in the few-copies and non-IID regime and by leveraging a high-fidelity multipartite entangled photon source. This allows us to show the efficient and device-independent certification of a single copy of a four-qubit GHZ state that can readily be used for the robust and reliable implementation of quantum information tasks.
△ Less
Submitted 18 July, 2024;
originally announced July 2024.
-
Foundation Models for the Electric Power Grid
Authors:
Hendrik F. Hamann,
Thomas Brunschwiler,
Blazhe Gjorgiev,
Leonardo S. A. Martins,
Alban Puech,
Anna Varbella,
Jonas Weiss,
Juan Bernabe-Moreno,
Alexandre Blondin Massé,
Seong Choi,
Ian Foster,
Bri-Mathias Hodge,
Rishabh Jain,
Kibaek Kim,
Vincent Mai,
François Mirallès,
Martin De Montigny,
Octavio Ramos-Leaños,
Hussein Suprême,
Le Xie,
El-Nasser S. Youssef,
Arnaud Zinflou,
Alexander J. Belyi,
Ricardo J. Bessa,
Bishnu Prasad Bhattarai
, et al. (2 additional authors not shown)
Abstract:
Foundation models (FMs) currently dominate news headlines. They employ advanced deep learning architectures to extract structural information autonomously from vast datasets through self-supervision. The resulting rich representations of complex systems and dynamics can be applied to many downstream applications. Therefore, FMs can find uses in electric power grids, challenged by the energy transi…
▽ More
Foundation models (FMs) currently dominate news headlines. They employ advanced deep learning architectures to extract structural information autonomously from vast datasets through self-supervision. The resulting rich representations of complex systems and dynamics can be applied to many downstream applications. Therefore, FMs can find uses in electric power grids, challenged by the energy transition and climate change. In this paper, we call for the development of, and state why we believe in, the potential of FMs for electric grids. We highlight their strengths and weaknesses amidst the challenges of a changing grid. We argue that an FM learning from diverse grid data and topologies could unlock transformative capabilities, pioneering a new approach in leveraging AI to redefine how we manage complexity and uncertainty in the electric grid. Finally, we discuss a power grid FM concept, namely GridFM, based on graph neural networks and show how different downstream tasks benefit.
△ Less
Submitted 12 November, 2024; v1 submitted 12 July, 2024;
originally announced July 2024.
-
Realizing a Compact, High-Fidelity, Telecom-Wavelength Source of Multipartite Entangled Photons
Authors:
Laura dos Santos Martins,
Nicolas Laurent-Puig,
Pascal Lefebvre,
Simon Neves,
Eleni Diamanti
Abstract:
Multipartite entangled states are an essential building block for advanced quantum networking applications. Realizing such tasks in practice puts stringent requirements on the characteristics of the states in terms of fidelity and generation rate, along with a desired compatibility with telecommunication network deployment. Here, we demonstrate a photonic platform design capable of producing high-…
▽ More
Multipartite entangled states are an essential building block for advanced quantum networking applications. Realizing such tasks in practice puts stringent requirements on the characteristics of the states in terms of fidelity and generation rate, along with a desired compatibility with telecommunication network deployment. Here, we demonstrate a photonic platform design capable of producing high-fidelity Greenberger-Horne-Zeilinger (GHZ) states, at telecom wavelength and in a compact and scalable configuration. Our source relies on spontaneous parametric down-conversion in a layered Sagnac interferometer, which only requires a single nonlinear crystal. This enables the generation of highly indistinguishable photon pairs, leading by entanglement fusion to four-qubit polarization-entangled GHZ states with fidelity up to $(94.73 \pm 0.21)\%$ with respect to the ideal state, at a rate of 1.7Hz. We provide a complete characterization of our source and highlight its suitability for practical quantum network applications.
△ Less
Submitted 30 June, 2024;
originally announced July 2024.
-
CLIP-Branches: Interactive Fine-Tuning for Text-Image Retrieval
Authors:
Christian Lülf,
Denis Mayr Lima Martins,
Marcos Antonio Vaz Salles,
Yongluan Zhou,
Fabian Gieseke
Abstract:
The advent of text-image models, most notably CLIP, has significantly transformed the landscape of information retrieval. These models enable the fusion of various modalities, such as text and images. One significant outcome of CLIP is its capability to allow users to search for images using text as a query, as well as vice versa. This is achieved via a joint embedding of images and text data that…
▽ More
The advent of text-image models, most notably CLIP, has significantly transformed the landscape of information retrieval. These models enable the fusion of various modalities, such as text and images. One significant outcome of CLIP is its capability to allow users to search for images using text as a query, as well as vice versa. This is achieved via a joint embedding of images and text data that can, for instance, be used to search for similar items. Despite efficient query processing techniques such as approximate nearest neighbor search, the results may lack precision and completeness. We introduce CLIP-Branches, a novel text-image search engine built upon the CLIP architecture. Our approach enhances traditional text-image search engines by incorporating an interactive fine-tuning phase, which allows the user to further concretize the search query by iteratively defining positive and negative examples. Our framework involves training a classification model given the additional user feedback and essentially outputs all positively classified instances of the entire data catalog. By building upon recent techniques, this inference phase, however, is not implemented by scanning the entire data catalog, but by employing efficient index structures pre-built for the data. Our results show that the fine-tuned results can improve the initial search outputs in terms of relevance and accuracy while maintaining swift response times
△ Less
Submitted 19 June, 2024;
originally announced June 2024.
-
NIRPS first light and early science: breaking the 1 m/s RV precision barrier at infrared wavelengths
Authors:
Étienne Artigau,
François Bouchy,
René Doyon,
Frédérique Baron,
Lison Malo,
François Wildi,
Franceso Pepe,
Neil J. Cook,
Simon Thibault,
Vladimir Reshetov,
Xavier Dumusque,
Christophe Lovis,
Danuta Sosnowska,
Bruno L. Canto Martins,
Jose Renan De Medeiros,
Xavier Delfosse,
Nuno Santos,
Rafael Rebolo,
Manuel Abreu,
Guillaume Allain,
Romain Allart,
Hugues Auger,
Susana Barros,
Luc Bazinet,
Nicolas Blind
, et al. (89 additional authors not shown)
Abstract:
The Near-InfraRed Planet Searcher or NIRPS is a precision radial velocity spectrograph developed through collaborative efforts among laboratories in Switzerland, Canada, Brazil, France, Portugal and Spain. NIRPS extends to the 0.98-1.8 $μ$m domain of the pioneering HARPS instrument at the La Silla 3.6-m telescope in Chile and it has achieved unparalleled precision, measuring stellar radial velocit…
▽ More
The Near-InfraRed Planet Searcher or NIRPS is a precision radial velocity spectrograph developed through collaborative efforts among laboratories in Switzerland, Canada, Brazil, France, Portugal and Spain. NIRPS extends to the 0.98-1.8 $μ$m domain of the pioneering HARPS instrument at the La Silla 3.6-m telescope in Chile and it has achieved unparalleled precision, measuring stellar radial velocities in the infrared with accuracy better than 1 m/s. NIRPS can be used either stand-alone or simultaneously with HARPS. Commissioned in late 2022 and early 2023, NIRPS embarked on a 5-year Guaranteed Time Observation (GTO) program in April 2023, spanning 720 observing nights. This program focuses on planetary systems around M dwarfs, encompassing both the immediate solar vicinity and transit follow-ups, alongside transit and emission spectroscopy observations. We highlight NIRPS's current performances and the insights gained during its deployment at the telescope. The lessons learned and successes achieved contribute to the ongoing advancement of precision radial velocity measurements and high spectral fidelity, further solidifying NIRPS' role in the forefront of the field of exoplanets.
△ Less
Submitted 13 June, 2024; v1 submitted 12 June, 2024;
originally announced June 2024.
-
A portrait of the rotation of Ultra-Cool Dwarfs revealed by TESS
Authors:
D. O. Fontinele,
P. D. S. de Lima,
Y. S. Messias,
R. L. Gomes,
C. E. Ferreira Lopes,
B. L. Canto Martins,
I. C. Leão,
J. M. de Araújo,
E. Janot Pacheco,
J. R. De Medeiros
Abstract:
This study presents the results of a search for rotation signature in 250 Gaia DR3 Ultra-Cool Dwarfs (UCDs) with TESS light curves. We identified 71 targets with unambiguous periodicities, of which 61 present rotation signatures and a single source behavior, with periods between 0.133 and 5.81 days. Five UCDs show double-dip features, namely variations with two periods, one approximately double or…
▽ More
This study presents the results of a search for rotation signature in 250 Gaia DR3 Ultra-Cool Dwarfs (UCDs) with TESS light curves. We identified 71 targets with unambiguous periodicities, of which 61 present rotation signatures and a single source behavior, with periods between 0.133 and 5.81 days. Five UCDs show double-dip features, namely variations with two periods, one approximately double or half the other. The remaining ten UCDs with unambiguous variability present a likely non-single behavior. We also found 20 UCDs showing complex behavior in their light curves, with noticeable fluctuations and irregular structure, with a few exhibiting apparent changes in their temporal structure. The remaining 159 targets show noisy light curves corresponding to low-amplitude signals, whose temporal variation cannot be easily identified. The distribution of the UCDs with rotation signature in the CMD diagram points to a lack of rotating objects within about $11.5<M_{G}<12.5$ and $G-G_{RP}<1.5$ separating them into two regimes, one mainly composed of less massive late-M stars with $P_{rot} \geq 1.0$ d, and another mainly composed of more massive early-M stars with $P_{rot}<1.0$ d. It is important to emphasize that by separating stars into age intervals, one observes that UCDs with $P_{rot} \geq 1.0$ d tend to be located in regions of younger objects, and, in contrast, those with $P_{rot}<1.0$ d are mainly concentrated in regions of older objects. Whether these trends of stars contrasting the sample separation is physical or produced by observational biases is a question to be verified in future studies.
△ Less
Submitted 11 June, 2024;
originally announced June 2024.
-
The PLATO Mission
Authors:
Heike Rauer,
Conny Aerts,
Juan Cabrera,
Magali Deleuil,
Anders Erikson,
Laurent Gizon,
Mariejo Goupil,
Ana Heras,
Jose Lorenzo-Alvarez,
Filippo Marliani,
César Martin-Garcia,
J. Miguel Mas-Hesse,
Laurence O'Rourke,
Hugh Osborn,
Isabella Pagano,
Giampaolo Piotto,
Don Pollacco,
Roberto Ragazzoni,
Gavin Ramsay,
Stéphane Udry,
Thierry Appourchaux,
Willy Benz,
Alexis Brandeker,
Manuel Güdel,
Eduardo Janot-Pacheco
, et al. (820 additional authors not shown)
Abstract:
PLATO (PLAnetary Transits and Oscillations of stars) is ESA's M3 mission designed to detect and characterise extrasolar planets and perform asteroseismic monitoring of a large number of stars. PLATO will detect small planets (down to <2 R_(Earth)) around bright stars (<11 mag), including terrestrial planets in the habitable zone of solar-like stars. With the complement of radial velocity observati…
▽ More
PLATO (PLAnetary Transits and Oscillations of stars) is ESA's M3 mission designed to detect and characterise extrasolar planets and perform asteroseismic monitoring of a large number of stars. PLATO will detect small planets (down to <2 R_(Earth)) around bright stars (<11 mag), including terrestrial planets in the habitable zone of solar-like stars. With the complement of radial velocity observations from the ground, planets will be characterised for their radius, mass, and age with high accuracy (5 %, 10 %, 10 % for an Earth-Sun combination respectively). PLATO will provide us with a large-scale catalogue of well-characterised small planets up to intermediate orbital periods, relevant for a meaningful comparison to planet formation theories and to better understand planet evolution. It will make possible comparative exoplanetology to place our Solar System planets in a broader context. In parallel, PLATO will study (host) stars using asteroseismology, allowing us to determine the stellar properties with high accuracy, substantially enhancing our knowledge of stellar structure and evolution.
The payload instrument consists of 26 cameras with 12cm aperture each. For at least four years, the mission will perform high-precision photometric measurements. Here we review the science objectives, present PLATO's target samples and fields, provide an overview of expected core science performance as well as a description of the instrument and the mission profile at the beginning of the serial production of the flight cameras. PLATO is scheduled for a launch date end 2026. This overview therefore provides a summary of the mission to the community in preparation of the upcoming operational phases.
△ Less
Submitted 18 November, 2024; v1 submitted 8 June, 2024;
originally announced June 2024.
-
He-enriched STAREVOL models for globular cluster multiple populations. Self-consistent isochrones from ZAMS to the TP-AGB phase
Authors:
G. Costa,
T. Dumont,
A. Lançon,
A. Palacios,
C. Charbonnel,
P. Prugniel,
S. Ekstrom,
C. Georgy,
V. Branco,
P. Coelho,
L. Martins,
S. Borisov,
K. Voggel,
W. Chantereau
Abstract:
A common property of globular clusters (GC) is to host multiple populations characterized by peculiar chemical abundances. Recent photometric studies suggest that the He content could vary between the populations of a GC by up to $Δ$He $\sim$ 0.13, in mass fraction. The initial He content impacts the evolution of low-mass stars by ultimately modifying their lifetimes, luminosity, temperatures, and…
▽ More
A common property of globular clusters (GC) is to host multiple populations characterized by peculiar chemical abundances. Recent photometric studies suggest that the He content could vary between the populations of a GC by up to $Δ$He $\sim$ 0.13, in mass fraction. The initial He content impacts the evolution of low-mass stars by ultimately modifying their lifetimes, luminosity, temperatures, and, more generally, the morphology of post-RGB evolutionary tracks in the Hertzsprung-Russell diagram. We present new physically accurate isochrones with different initial He-enrichments and metallicities, with a focus on the methods implemented to deal with the post-RGB phases. The isochrones are based on tracks computed with the stellar evolution code STAREVOL for different metallicities (Z = 0.0002, 0.0009, 0.002, and 0.008) and with different He-enrichment (from 0.25 to 0.6 in mass fraction). We describe the effect of He-enrichment on the morphology of the isochrones and test these by comparing the predicted number counts of HB and AGB stars with those of selected GCs. Comparing the number ratios, we find that our new theoretical ones agree with the observed values within $1σ$ in most cases. The work presented here sets the ground for future studies on stellar populations in globular clusters, in which the abundances of light elements in He-enhanced models will rely on different assumptions for the causes of this enrichment. The developed methodology permits the computation of isochrones from new stellar tracks with non-canonical stellar processes. The checked number counts ensure that, at least in this reference set, the contribution of the luminous late stages of stellar evolution to the integrated light of a GC is represented adequately.
△ Less
Submitted 26 May, 2024;
originally announced May 2024.
-
New sources of ghost fields in $k$-essence theories for black-bounce solutions
Authors:
Carlos F. S. Pereira,
Ébano L. Martins,
Denis C. Rodrigues,
Júlio C. Fabris,
Manuel E. Rodrigues
Abstract:
In the present study, we generalize the possible ghost field configurations within the framework of $k$-essence theory to the Simpson-Visser metric area function $Σ^2=x^2+a^2$. Our analysis encompasses field configurations for the region-defined metric function $dA_\pm$ as well as the general solution that asymptotically behaves as Schwarzschild-de Sitter for $x\to-\infty$. Specifically, we invest…
▽ More
In the present study, we generalize the possible ghost field configurations within the framework of $k$-essence theory to the Simpson-Visser metric area function $Σ^2=x^2+a^2$. Our analysis encompasses field configurations for the region-defined metric function $dA_\pm$ as well as the general solution that asymptotically behaves as Schwarzschild-de Sitter for $x\to-\infty$. Specifically, we investigate two scalar field configurations and define the associated potential for each one. Through rigorous calculations, we verify that all equations of motion are satisfied. Notably, our findings indicate that even when proposing new configurations of ghost scalar fields, the energy conditions remain unchanged. This result serves to validate the wormhole solutions obtained in previous studies.
△ Less
Submitted 13 May, 2024;
originally announced May 2024.
-
Observational constraints on the stellar recycled gas in active galactic nuclei feeding
Authors:
Rogerio Riffel,
Luis G. Dahmer-Hahn,
Alexandre Vazdekis,
Richard Davies,
David Rosario,
Cristina Ramos Almeida,
Anelise Audibert,
Ignacio Martin-Navarro,
Lucimara Pires Martins,
Alberto Rodriguez-Ardila,
Rogemar A. Riffel,
Thaisa Storchi-Bergmann,
Michele Bertoldo-Coelho,
Marina Trevisan,
Erin Hicks,
Allan Schnorr Muller,
Lais Nery Marinho,
Sylvain Veilleux
Abstract:
Near-infrared long-slit spectroscopy has been used to study the stellar population (SP) of the low luminosity active galactic nuclei (AGN) and matched analogues (LLAMA) sample. To perform the SP fits we have employed the X-shooter simple stellar population models together with the \st\ code. Our main conclusions are: The star formation history of the AGNs is very complex, presenting many episodes…
▽ More
Near-infrared long-slit spectroscopy has been used to study the stellar population (SP) of the low luminosity active galactic nuclei (AGN) and matched analogues (LLAMA) sample. To perform the SP fits we have employed the X-shooter simple stellar population models together with the \st\ code. Our main conclusions are: The star formation history of the AGNs is very complex, presenting many episodes of star formation during their lifetimes. In general, AGN hosts have higher fractions of intermediate-age SP (light-weighted mean ages, $<t>_L\lesssim$ 4.5 Gyr) when compared with their analogues ($<t>_L\lesssim$ 8.0 Gyr). AGN are more affected by reddening and require significant fractions of featureless continuum and hot dust components. The ratio between the AGN radiated energy and the gravitational potential energy of the molecular gas ($E_{Rad}$/$E_{PG}$) for the AGN is compared with the \maL\ and a possible anti-correlation is observed. This suggests that the AGN is affecting the star formation in these galaxies, in the sense that more energetic AGN (log$(E_{Rad}$/$E_{PG}) \gtrsim 3$) tend to host nuclear younger SP ($ <t>_L \lesssim$4Gyr). We found that the recent ($t<$2~Gyr) returned (recycled) stellar mass is higher in AGN than in the controls. We also provide evidence that the mass loss of stars would be enough to feed the AGN, thus providing observational constraints for models that predict that AGN feeding is partially due to the recycled gas from dying stars.
△ Less
Submitted 1 May, 2024;
originally announced May 2024.
-
Impacts of bar-driven shear and shocks on star formation
Authors:
Taehyun Kim,
Dimitri A. Gadotti,
Miguel Querejeta,
Isabel Pérez,
Almudena Zurita,
Justus Neumann,
Glenn van de Ven,
Jairo Méndez-Abreu,
Adriana de Lorenzo-Cáceres,
Patricia Sánchez-Blázquez,
Francesca Fragkoudi,
Lucimara P. Martins,
Luiz A. Silva-Lima,
Woong-Tae Kim,
Myeong-gu Park
Abstract:
Bars drive gas inflow. As the gas flows inwards, shocks and shear occur along the bar dust lanes. Such shocks and shear can affect the star formation and change the gas properties. For four barred galaxies, we present Hα velocity gradient maps that highlight bar-driven shocks and shear using data from the PHANGS-MUSE and PHANGS-ALMA surveys which allow us to study bar kinematics in unprecedented d…
▽ More
Bars drive gas inflow. As the gas flows inwards, shocks and shear occur along the bar dust lanes. Such shocks and shear can affect the star formation and change the gas properties. For four barred galaxies, we present Hα velocity gradient maps that highlight bar-driven shocks and shear using data from the PHANGS-MUSE and PHANGS-ALMA surveys which allow us to study bar kinematics in unprecedented detail. Velocity gradients are enhanced along the bar dust lanes, where shocks and shear are shown to occur in numerical simulations. Velocity gradient maps also efficiently pick up expanding shells around HII regions. We put pseudo slits on the regions where velocity gradients are enhanced and find that Hα and CO velocities jump up to ~170 km/s, even after removing the effects of circular motions due to the galaxy rotation. Enhanced velocity gradients either coincide with the peak of CO intensity along the bar dust lanes or are slightly offset from CO intensity peaks, depending on the objects. Using the BPT diagnostic, we identify the source of ionization on each spaxel and find that star formation is inhibited in the high velocity gradient regions of the bar, and the majority of those regions are classified as LINER or composite. This implies that star formation is inhibited where bar-driven shear and shocks are strong. Our results are consistent with the results from the numerical simulations that show star formation is inhibited in the bar where shear force is strong.
△ Less
Submitted 30 April, 2024;
originally announced May 2024.
-
X-Shooting ULLYSES: Massive Stars at Low Metallicity
Authors:
Jorick S. Vink,
Paul Crowther,
Alex Fullerton,
Miriam Garcia,
Fabrice Martins,
Nidia Morrell,
Lida Oskinova,
Nicole St. Louis,
Asif ud-Doula,
Andreas Sander,
Hugues Sana,
Jean-Claude Bouret,
Brankica Kubatova,
Pablo Marchant,
Lucimara P. Martins,
Aida Wofford,
Jacco van Loon,
O. Grace Telford,
Ylva Götberg,
Dominic Bowman,
Christi Erba,
Venu Kalari,
The XShootU Collaboration
Abstract:
The Hubble Space Telescope has devoted 500 orbits to observing 250 massive stars with low metallicity in the ultraviolet (UV) range within the framework of the ULLYSES program. The X-Shooting ULLYSES (XShootU) project enhances the legacy value of this UV dataset by providing high-quality optical and near-infrared spectra, which are acquired using the wide-wavelength-coverage X-shooter spectrograph…
▽ More
The Hubble Space Telescope has devoted 500 orbits to observing 250 massive stars with low metallicity in the ultraviolet (UV) range within the framework of the ULLYSES program. The X-Shooting ULLYSES (XShootU) project enhances the legacy value of this UV dataset by providing high-quality optical and near-infrared spectra, which are acquired using the wide-wavelength-coverage X-shooter spectrograph at ESO's Very Large Telescope. XShootU emphasises the importance of combining UV with optical spectra for the consistent determination of key stellar parameters such as effective temperature, surface gravity, luminosity, abundances, and wind characteristics including mass-loss rates as a function of metallicity. Since uncertainties in these parameters have implications across various branches of astrophysics, the data and modelling generated by the XShootU project are poised to significantly advance our understanding of massive stars at low metallicity. This is particularly crucial for confidently interpreting JWST data of the earliest stellar generations, making XShootU a unique resource for comprehending individual spectra of low-metallicity stars.
△ Less
Submitted 30 April, 2024;
originally announced May 2024.
-
Synthetic stellar spectra to study multiple populations in globular clusters: an extended grid and the effects on the integrated light
Authors:
Vinicius Branco,
Paula R. T. Coelho,
Ariane Lançon,
Lucimara P. Martins,
Philippe Prugniel
Abstract:
Most Galactic Globular Clusters (GCs) harbour multiple populations of stars (MPs), composed of at least two generations: the first characterized by a "standard" $α$-enhanced metal mixture, as observed in field halo stars of the Milky Way, and the second displaying anti-correlated CN--ONa chemical abundance pattern in combination with an enhanced helium fraction. Adequate collections of stellar spe…
▽ More
Most Galactic Globular Clusters (GCs) harbour multiple populations of stars (MPs), composed of at least two generations: the first characterized by a "standard" $α$-enhanced metal mixture, as observed in field halo stars of the Milky Way, and the second displaying anti-correlated CN--ONa chemical abundance pattern in combination with an enhanced helium fraction. Adequate collections of stellar spectra are needed to characterize the effect of such stellar abundance changes on the integrated light of GCs. We present a grid of synthetic stellar spectra covering the atmospheric parameters relevant to old stellar populations at four subsolar metallicities and two abundance patterns, representative of first- and second-generations of stars in GCs. Integrated spectra of populations were computed using our stellar grid and empirical stellar populations, namely, colour-magnitude diagrams from literature for Galactic GCs. The spectra range from 290 to 1000nm, where we measured the effect on several spectrophotometric indices due to the surface abundance variations attributed to MPs. We find non-negligible effects of the MPs on spectroscopic indices sensitive to C, N, Ca, or Na, and on Balmer indices; we also describe how MPs modify specific regions in the near-UV and near-IR that can be measured with narrow or medium photometric passbands. The effects vary with metallicity. A number of these changes remain detectable even when accounting for the stochastic fluctuations due to the finite nature of the stellar population cluster.
△ Less
Submitted 23 April, 2024;
originally announced April 2024.
-
SMARTY: The mileS Moderate resolution neAr-infRared sTellar librarY
Authors:
Michele Bertoldo-Coêlho,
Rogério Riffel,
Marina Trevisan,
Natacha Zanon Dametto,
Luis Dahmer-Hahn,
Paula Coelho,
Lucimara Martins,
Daniel Ruschel-Dutra,
Alexandre Vazdekis,
Alberto Rodríguez-Ardila,
Ana L. Chies-Santos,
Rogemar A. Riffel,
Francesco La Barbera,
Ignacio Martín Navarro,
Jesus Falcon Barroso,
Tatiana Moura
Abstract:
Most of the observed galaxies cannot be resolved into individual stars and are studied through their integrated spectrum using simple stellar populations (SSPs) models, with stellar libraries being a key ingredient in building them. Spectroscopic observations are increasingly being directed towards the near-infrared (NIR), where much is yet to be explored. SSPs in the NIR are still limited, and th…
▽ More
Most of the observed galaxies cannot be resolved into individual stars and are studied through their integrated spectrum using simple stellar populations (SSPs) models, with stellar libraries being a key ingredient in building them. Spectroscopic observations are increasingly being directed towards the near-infrared (NIR), where much is yet to be explored. SSPs in the NIR are still limited, and there are inconsistencies between different sets of models. One of the ways to minimize this problem is to have reliable NIR stellar libraries. The main goal of this work is to present SMARTY (mileS Moderate resolution neAr-infRared sTellar librarY) a ~0.9-2.4$μ$m stellar spectral library composed of 31 stars observed with the Gemini Near-IR Spectrograph (GNIRS) at the 8.1m Gemini North telescope and make it available to the community. The stars were chosen from the SMARTY library, for which the atmospheric parameters are reliable (and well tested), to populate different regions of the Hertzsprung-Russell (HR) diagram. Furthermore, five of these stars have NIR spectra available that we use to assess the quality of SMARTY. The remaining 26 stars are presented for the first time in the NIR. We compared the observed SMARTY spectra with synthetic and interpolated spectra, finding a mean difference of ~20% in the equivalent widths and ~1% in the overall continuum shape in both sets of comparisons. We computed the spectrophotometric broadband magnitudes and colours and compared them with the 2MASS ones, resulting in mean differences up to 0.07 and 0.10mag in magnitudes and colours, respectively. In general, a small difference was noted between the SMARTY spectra corrected using the continuum from the interpolated and the theoretical stars.
△ Less
Submitted 22 April, 2024;
originally announced April 2024.
-
RecurrentGemma: Moving Past Transformers for Efficient Open Language Models
Authors:
Aleksandar Botev,
Soham De,
Samuel L Smith,
Anushan Fernando,
George-Cristian Muraru,
Ruba Haroun,
Leonard Berrada,
Razvan Pascanu,
Pier Giuseppe Sessa,
Robert Dadashi,
Léonard Hussenot,
Johan Ferret,
Sertan Girgin,
Olivier Bachem,
Alek Andreev,
Kathleen Kenealy,
Thomas Mesnard,
Cassidy Hardin,
Surya Bhupatiraju,
Shreya Pathak,
Laurent Sifre,
Morgane Rivière,
Mihir Sanjay Kale,
Juliette Love,
Pouya Tafti
, et al. (37 additional authors not shown)
Abstract:
We introduce RecurrentGemma, a family of open language models which uses Google's novel Griffin architecture. Griffin combines linear recurrences with local attention to achieve excellent performance on language. It has a fixed-sized state, which reduces memory use and enables efficient inference on long sequences. We provide two sizes of models, containing 2B and 9B parameters, and provide pre-tr…
▽ More
We introduce RecurrentGemma, a family of open language models which uses Google's novel Griffin architecture. Griffin combines linear recurrences with local attention to achieve excellent performance on language. It has a fixed-sized state, which reduces memory use and enables efficient inference on long sequences. We provide two sizes of models, containing 2B and 9B parameters, and provide pre-trained and instruction tuned variants for both. Our models achieve comparable performance to similarly-sized Gemma baselines despite being trained on fewer tokens.
△ Less
Submitted 28 August, 2024; v1 submitted 11 April, 2024;
originally announced April 2024.
-
Schur-Weyl dualities for the rook monoid: an approach via Schur algebras
Authors:
Carlos A. M. André,
Inês Legatheaux Martins
Abstract:
The rook monoid, also known as the symmetric inverse monoid, is the archetypal structure when it comes to extend the principle of symmetry. In this paper, we establish a Schur-Weyl duality between this monoid and an extension of the classical Schur algebra, which we name the extended Schur algebra. We also explain how this relates to Solomon's Schur-Weyl duality between the rook monoid and the gen…
▽ More
The rook monoid, also known as the symmetric inverse monoid, is the archetypal structure when it comes to extend the principle of symmetry. In this paper, we establish a Schur-Weyl duality between this monoid and an extension of the classical Schur algebra, which we name the extended Schur algebra. We also explain how this relates to Solomon's Schur-Weyl duality between the rook monoid and the general linear group and mention some advantages of our approach.
△ Less
Submitted 1 April, 2024;
originally announced April 2024.
-
Search for giant planets in M67 V: a warm Jupiter orbiting the turn-off star S1429
Authors:
Luis Thomas,
Roberto Saglia,
Luca Pasquini,
Anna Brucalassi,
Piercarlo Bonifacio,
José Renan de Medeiros,
Izan de Castro Leão,
Bruno Leonardo Canto Martins,
Henrik Lukas Ruh,
Luigi Rolly Bedin,
Mattia Libralato,
Katia Biazzo
Abstract:
Planets orbiting members of open or globular clusters offer a great opportunity to study exoplanet populations systematically as stars within clusters provide a mostly homogeneous sample at least in chemical composition and stellar age. However, even though there have been coordinated efforts to search for exoplanets in stellar clusters, only a small number of planets has been detected. One succes…
▽ More
Planets orbiting members of open or globular clusters offer a great opportunity to study exoplanet populations systematically as stars within clusters provide a mostly homogeneous sample at least in chemical composition and stellar age. However, even though there have been coordinated efforts to search for exoplanets in stellar clusters, only a small number of planets has been detected. One successful example is the seven-year radial velocity (RV) survey "Search for giant planets in M67" of 88 stars in the open cluster M67 which led to the discovery of five giant planets, including three close-in ($P < 10$ days) hot-Jupiters. In this work, we continue and extend the observation of stars in M67 with the aim to search for additional planets. We conducted spectroscopic observations with the HPF, HARPS, HARPS-North, and SOPHIE spectrographs of 11 stars in M67. Six of our targets showed a variation or long-term trends in their RV during the original survey, while the other five were not observed in the original sample bringing the total number of stars to 93. An analysis of the radial velocities revealed one additional planet around the turn-off point star S1429 and gave solutions for the orbits of stellar companions around S2207 and YBP2018. S1429 b is a warm Jupiter on a likely circular orbit with a period of $77.48_{-0.19}^{+0.18}$ days and a minimum mass $\text{M} \sin i = 1.80 \pm 0.2$ M$_\text{J}$. We update the hot-Jupiter occurrence rate in M67 to include the five new stars, deriving $4.2_{-2.3}^{+4.1} \%$ when considering all stars, and $5.4_{-3.0}^{+5.1} \%$ if binary star systems are removed.
△ Less
Submitted 5 March, 2024;
originally announced March 2024.
-
Generation and analysis of synthetic data via Bayesian networks: a robust approach for uncertainty quantification via Bayesian paradigm
Authors:
Larissa N. A. Martins,
Flávio B. Gonçalves,
Thais P. Galletti
Abstract:
Safe and reliable disclosure of information from confidential data is a challenging statistical problem. A common approach considers the generation of synthetic data, to be disclosed instead of the original data. Efficient approaches ought to deal with the trade-off between reliability and confidentiality of the released data. Ultimately, the aim is to be able to reproduce as accurately as possibl…
▽ More
Safe and reliable disclosure of information from confidential data is a challenging statistical problem. A common approach considers the generation of synthetic data, to be disclosed instead of the original data. Efficient approaches ought to deal with the trade-off between reliability and confidentiality of the released data. Ultimately, the aim is to be able to reproduce as accurately as possible statistical analysis of the original data using the synthetic one. Bayesian networks is a model-based approach that can be used to parsimoniously estimate the underlying distribution of the original data and generate synthetic datasets. These ought to not only approximate the results of analyses with the original data but also robustly quantify the uncertainty involved in the approximation. This paper proposes a fully Bayesian approach to generate and analyze synthetic data based on the posterior predictive distribution of statistics of the synthetic data, allowing for efficient uncertainty quantification. The methodology makes use of probability properties of the model to devise a computationally efficient algorithm to obtain the target predictive distributions via Monte Carlo. Model parsimony is handled by proposing a general class of penalizing priors for Bayesian network models. Finally, the efficiency and applicability of the proposed methodology is empirically investigated through simulated and real examples.
△ Less
Submitted 29 February, 2024; v1 submitted 27 February, 2024;
originally announced February 2024.
-
X-Shooting ULLYSES: Massive Stars at low metallicity II. DR1: Advanced optical data products for the Magellanic Clouds
Authors:
H. Sana,
F. Tramper,
M. Abdul-Masih,
R. Blomme,
K. Dsilva,
G. Maravelias,
L. Martins,
A. Mehner,
A. Wofford,
G. Banyard,
C. L. Barbosa,
J. Bestenlehner,
C. Hawcroft,
D. John Hillier,
H. Todt,
C. J. K. Larkin,
L. Mahy,
F. Najarro,
V. Ramachandran,
M. C. Ramirez-Tannus,
M. M. Rubio-Diez,
A. A. C. Sander,
T. Shenar,
J. S. Vink,
F. Backs
, et al. (12 additional authors not shown)
Abstract:
Using the medium resolution spectrograph X-shooter, spectra of 235 OB and Wolf-Rayet (WR) stars in sub-solar metallicity environments have been secured. [...]This second paper focuses on the optical observations of 232 Magellanic Clouds targets. It describes the uniform reduction of the UVB (300 - 560 nm) and VIS (550 - 1020 nm) XShootU data as well as the preparation of advanced data products [..…
▽ More
Using the medium resolution spectrograph X-shooter, spectra of 235 OB and Wolf-Rayet (WR) stars in sub-solar metallicity environments have been secured. [...]This second paper focuses on the optical observations of 232 Magellanic Clouds targets. It describes the uniform reduction of the UVB (300 - 560 nm) and VIS (550 - 1020 nm) XShootU data as well as the preparation of advanced data products [...] . The data reduction of the raw data is based on the ESO CPL X-shooter pipeline. We paid particular attention to the determination of the response curves [...] We implemented slit-loss correction, absolute flux calibration, (semi-)automatic rectification to the continuum, and a correction for telluric lines. The spectra of individual epochs were corrected for the barycentric motion, re-sampled and co-added, and the spectra from the two arms were merged into a single flux calibrated spectrum covering the entire optical range with maximum signal-to-noise ratio. [...] We provide three types of data products: (i) two-dimensional spectra for each UVB and VIS exposure; (ii) one-dimensional UVB and VIS spectra before and after response-correction, as well as after applying various processing, including absolute flux calibration, telluric removal, normalisation and barycentric correction; and (iii) co-added flux-calibrated and rectified spectra over the full optical range, for which all available XShootU exposures were combined. For many of the targets, the final signal-to-noise ratio per resolution element is above 200 in both the UVB and the VIS co-added spectra. The reduced data and advanced scientific data products will be made available to the community upon publication of this paper. [...]
△ Less
Submitted 26 February, 2024;
originally announced February 2024.
-
Pulsation in TESS Objects of Interest
Authors:
R. L. Gomes,
B. L. Canto Martins,
D. O. Fontinele,
L. A. Almeida,
R. Alves Freire,
A. C. Brito,
R. G. S. B. de Amorim,
C. E. Ferreira Lopes,
D. Hazarika,
E. Janot-Pacheco,
I. C. Leão,
Y. S. Messias,
R. A. A. Souza,
J. R. De Medeiros
Abstract:
We report the discovery of three Transiting Exoplanet Survey Satellite Objects of Interest (TOI) with signatures of pulsation, observed in more than one sector. Our main goal is to explore how large is the variety of classical pulsators such as $δ$ Sct, $γ$ Dor, RR Lyrae and Cepheid among TOI pulsators. The analysis reveals two stars with signatures of $δ$ Sct and one of $γ$ Dor, out of a sample o…
▽ More
We report the discovery of three Transiting Exoplanet Survey Satellite Objects of Interest (TOI) with signatures of pulsation, observed in more than one sector. Our main goal is to explore how large is the variety of classical pulsators such as $δ$ Sct, $γ$ Dor, RR Lyrae and Cepheid among TOI pulsators. The analysis reveals two stars with signatures of $δ$ Sct and one of $γ$ Dor, out of a sample of 3901 TOIs with available light curves (LCs). To date, there is a very scarce number of known pulsating stars hosting planets. The present finding also emerges as an exciting laboratory for studying different astrophysical phenomena, including the effects of star-planet interaction on pulsation and timing detection of planetary companions. We have also identified 16 TOI stars with periodicities and LCs morphology compatible with different classical pulsating classes, but for most of them, the dominant frequency signals originate from contaminating sources.
△ Less
Submitted 24 February, 2024;
originally announced February 2024.
-
A forced Boussinesq model with a sponge layer
Authors:
L. G. Martins,
M. V. Flamarion,
R. Ribeiro-Jr
Abstract:
The movement of water waves is a topic of interest to researchers from different areas. While their propagation is described by Euler equations, there are instances where simplified models can also provide accurate approximations. A well-known reduced model employed to study the wave dynamics is the Boussinesq model. Despite being extensively studied, to our knowledge, there is no research availab…
▽ More
The movement of water waves is a topic of interest to researchers from different areas. While their propagation is described by Euler equations, there are instances where simplified models can also provide accurate approximations. A well-known reduced model employed to study the wave dynamics is the Boussinesq model. Despite being extensively studied, to our knowledge, there is no research available on a Boussinesq model featuring a sponge layer. Therefore, in this work, we present a Boussinesq model with a sponge layer. Furthermore, we carry out a numerical investigation to explore the advantages and limitations of the proposed model. For this purpose, we compare the numerical solutions of the model with and without the sponge in three different scenarios. The numerical solutions are computed by a pseudospectral method. Our results show that the Boussinesq model with a sponge layer is numerically stable and advantageous because it is able to absorb low-amplitude waves, allowing it to run the numerical simulations for long periods of time without requiring a large spatial domain, but it is not able to absorb high-amplitude waves.
△ Less
Submitted 23 December, 2023;
originally announced December 2023.
-
Ground-breaking Exoplanet Science with the ANDES spectrograph at the ELT
Authors:
Enric Palle,
Katia Biazzo,
Emeline Bolmont,
Paul Molliere,
Katja Poppenhaeger,
Jayne Birkby,
Matteo Brogi,
Gael Chauvin,
Andrea Chiavassa,
Jens Hoeijmakers,
Emmanuel Lellouch,
Christophe Lovis,
Roberto Maiolino,
Lisa Nortmann,
Hannu Parviainen,
Lorenzo Pino,
Martin Turbet,
Jesse Wender,
Simon Albrecht,
Simone Antoniucci,
Susana C. Barros,
Andre Beaudoin,
Bjorn Benneke,
Isabelle Boisse,
Aldo S. Bonomo
, et al. (34 additional authors not shown)
Abstract:
In the past decade the study of exoplanet atmospheres at high-spectral resolution, via transmission/emission spectroscopy and cross-correlation techniques for atomic/molecular mapping, has become a powerful and consolidated methodology. The current limitation is the signal-to-noise ratio during a planetary transit. This limitation will be overcome by ANDES, an optical and near-infrared high-resolu…
▽ More
In the past decade the study of exoplanet atmospheres at high-spectral resolution, via transmission/emission spectroscopy and cross-correlation techniques for atomic/molecular mapping, has become a powerful and consolidated methodology. The current limitation is the signal-to-noise ratio during a planetary transit. This limitation will be overcome by ANDES, an optical and near-infrared high-resolution spectrograph for the ELT. ANDES will be a powerful transformational instrument for exoplanet science. It will enable the study of giant planet atmospheres, allowing not only an exquisite determination of atmospheric composition, but also the study of isotopic compositions, dynamics and weather patterns, mapping the planetary atmospheres and probing atmospheric formation and evolution models. The unprecedented angular resolution of ANDES, will also allow us to explore the initial conditions in which planets form in proto-planetary disks. The main science case of ANDES, however, is the study of small, rocky exoplanet atmospheres, including the potential for biomarker detections, and the ability to reach this science case is driving its instrumental design. Here we discuss our simulations and the observing strategies to achieve this specific science goal. Since ANDES will be operational at the same time as NASA's JWST and ESA's ARIEL missions, it will provide enormous synergies in the characterization of planetary atmospheres at high and low spectral resolution. Moreover, ANDES will be able to probe for the first time the atmospheres of several giant and small planets in reflected light. In particular, we show how ANDES will be able to unlock the reflected light atmospheric signal of a golden sample of nearby non-transiting habitable zone earth-sized planets within a few tenths of nights, a scientific objective that no other currently approved astronomical facility will be able to reach.
△ Less
Submitted 27 November, 2023;
originally announced November 2023.
-
New Mass and Radius Constraints on the LHS 1140 Planets -- LHS 1140 b is Either a Temperate Mini-Neptune or a Water World
Authors:
Charles Cadieux,
Mykhaylo Plotnykov,
René Doyon,
Diana Valencia,
Farbod Jahandar,
Lisa Dang,
Martin Turbet,
Thomas J. Fauchez,
Ryan Cloutier,
Collin Cherubim,
Étienne Artigau,
Neil J. Cook,
Billy Edwards,
Tim Hallatt,
Benjamin Charnay,
François Bouchy,
Romain Allart,
Lucile Mignon,
Frédérique Baron,
Susana C. C. Barros,
Björn Benneke,
B. L. Canto Martins,
Nicolas B. Cowan,
J. R. De Medeiros,
Xavier Delfosse
, et al. (21 additional authors not shown)
Abstract:
The two-planet transiting system LHS 1140 has been extensively observed since its discovery in 2017, notably with $Spitzer$, HST, TESS, and ESPRESSO, placing strong constraints on the parameters of the M4.5 host star and its small temperate exoplanets, LHS 1140 b and c. Here, we reanalyse the ESPRESSO observations of LHS 1140 with the novel line-by-line framework designed to fully exploit the radi…
▽ More
The two-planet transiting system LHS 1140 has been extensively observed since its discovery in 2017, notably with $Spitzer$, HST, TESS, and ESPRESSO, placing strong constraints on the parameters of the M4.5 host star and its small temperate exoplanets, LHS 1140 b and c. Here, we reanalyse the ESPRESSO observations of LHS 1140 with the novel line-by-line framework designed to fully exploit the radial velocity content of a stellar spectrum while being resilient to outlier measurements. The improved radial velocities, combined with updated stellar parameters, consolidate our knowledge on the mass of LHS 1140 b (5.60$\pm$0.19 M$_{\oplus}$) and LHS 1140 c (1.91$\pm$0.06 M$_{\oplus}$) with unprecedented precision of 3%. Transits from $Spitzer$, HST, and TESS are jointly analysed for the first time, allowing us to refine the planetary radii of b (1.730$\pm$0.025 R$_{\oplus}$) and c (1.272$\pm$0.026 R$_{\oplus}$). Stellar abundance measurements of refractory elements (Fe, Mg and Si) obtained with NIRPS are used to constrain the internal structure of LHS 1140 b. This planet is unlikely to be a rocky super-Earth as previously reported, but rather a mini-Neptune with a $\sim$0.1% H/He envelope by mass or a water world with a water-mass fraction between 9 and 19% depending on the atmospheric composition and relative abundance of Fe and Mg. While the mini-Neptune case would not be habitable, a water-abundant LHS 1140 b potentially has habitable surface conditions according to 3D global climate models, suggesting liquid water at the substellar point for atmospheres with relatively low CO$_2$ concentration, from Earth-like to a few bars.
△ Less
Submitted 18 December, 2023; v1 submitted 23 October, 2023;
originally announced October 2023.
-
RapidEarth: A Search-by-Classification Engine for Large-Scale Geospatial Imagery
Authors:
Christian Lülf,
Denis Mayr Lima Martins,
Marcos Antonio Vaz Salles,
Yongluan Zhou,
Fabian Gieseke
Abstract:
Data exploration and analysis in various domains often necessitate the search for specific objects in massive databases. A common search strategy, often known as search-by-classification, resorts to training machine learning models on small sets of positive and negative samples and to performing inference on the entire database to discover additional objects of interest. While such an approach oft…
▽ More
Data exploration and analysis in various domains often necessitate the search for specific objects in massive databases. A common search strategy, often known as search-by-classification, resorts to training machine learning models on small sets of positive and negative samples and to performing inference on the entire database to discover additional objects of interest. While such an approach often yields very good results in terms of classification performance, the entire database usually needs to be scanned, a process that can easily take several hours even for medium-sized data catalogs. In this work, we present RapidEarth, a geospatial search-by-classification engine that allows analysts to rapidly search for interesting objects in very large data collections of satellite imagery in a matter of seconds, without the need to scan the entire data catalog. RapidEarth embodies a co-design of multidimensional indexing structures and decision branches, a recently proposed variant of classical decision trees. These decision branches allow RapidEarth to transform the inference phase into a set of range queries, which can be efficiently processed by leveraging the aforementioned multidimensional indexing structures. The main contribution of this work is a geospatial search engine that implements these technical findings.
△ Less
Submitted 29 September, 2023; v1 submitted 27 September, 2023;
originally announced September 2023.
-
Test Code Refactoring Unveiled: Where and How Does It Affect Test Code Quality and Effectiveness?
Authors:
Luana Martins,
Valeria Pontillo,
Heitor Costa,
Filomena Ferrucci,
Fabio Palomba,
Ivan Machado
Abstract:
Context. Refactoring has been widely investigated in the past in relation to production code quality, yet still little is known on how developers apply refactoring on test code. Specifically, there is still a lack of investigation into how developers typically refactor test code and its effects on test code quality and effectiveness. Objective. This paper presents a research agenda aimed to bridge…
▽ More
Context. Refactoring has been widely investigated in the past in relation to production code quality, yet still little is known on how developers apply refactoring on test code. Specifically, there is still a lack of investigation into how developers typically refactor test code and its effects on test code quality and effectiveness. Objective. This paper presents a research agenda aimed to bridge this gap of knowledge by investigating (1) whether test refactoring actually targets test classes affected by quality and effectiveness concerns and (2) the extent to which refactoring contributes to the improvement of test code quality and effectiveness. Method. We plan to conduct an exploratory mining software repository study to collect test refactoring data of open-source Java projects from GitHub and statistically analyze them in combination with quality metrics, test smells, and code/mutation coverage indicators. Furthermore, we will measure how refactoring operations impact the quality and effectiveness of test code.
△ Less
Submitted 18 August, 2023;
originally announced August 2023.
-
End-to-End Neural Network Training for Hyperbox-Based Classification
Authors:
Denis Mayr Lima Martins,
Christian Lülf,
Fabian Gieseke
Abstract:
Hyperbox-based classification has been seen as a promising technique in which decisions on the data are represented as a series of orthogonal, multidimensional boxes (i.e., hyperboxes) that are often interpretable and human-readable. However, existing methods are no longer capable of efficiently handling the increasing volume of data many application domains face nowadays. We address this gap by p…
▽ More
Hyperbox-based classification has been seen as a promising technique in which decisions on the data are represented as a series of orthogonal, multidimensional boxes (i.e., hyperboxes) that are often interpretable and human-readable. However, existing methods are no longer capable of efficiently handling the increasing volume of data many application domains face nowadays. We address this gap by proposing a novel, fully differentiable framework for hyperbox-based classification via neural networks. In contrast to previous work, our hyperbox models can be efficiently trained in an end-to-end fashion, which leads to significantly reduced training times and superior classification results.
△ Less
Submitted 1 August, 2023; v1 submitted 18 July, 2023;
originally announced July 2023.
-
Signatures of pressure-enhanced helimagnetic order in van der Waals multiferroic NiI$_2$
Authors:
Connor A. Occhialini,
Luiz G. P. Martins,
Qian Song,
Jesse S. Smith,
Jesse Kapeghian,
Danila Amoroso,
Joshua J. Sanchez,
Paolo Barone,
Bertrand Dupé,
Matthieu j. Verstraete,
Jing Kong,
Antia S. Botana,
Riccardo Comin
Abstract:
The van der Waals (vdW) type-II multiferroic NiI$_2$ has emerged as a candidate for exploring non-collinear magnetism and magnetoelectric effects in the 2D limit. Frustrated intralayer exchange interactions on a triangular lattice result in a helimagnetic ground state, with spin-induced improper ferroelectricity stabilized by the interlayer interactions. Here we investigate the magnetic and struct…
▽ More
The van der Waals (vdW) type-II multiferroic NiI$_2$ has emerged as a candidate for exploring non-collinear magnetism and magnetoelectric effects in the 2D limit. Frustrated intralayer exchange interactions on a triangular lattice result in a helimagnetic ground state, with spin-induced improper ferroelectricity stabilized by the interlayer interactions. Here we investigate the magnetic and structural phase transitions in bulk NiI$_2$, using high-pressure Raman spectroscopy, optical linear dichroism, and x-ray diffraction. We obtain evidence for a significant pressure enhancement of the antiferromagnetic and helimagnetic transition temperatures, at rates of $\sim15.3/14.4$ K/GPa, respectively. These enhancements are attributed to a cooperative effect of pressure-enhanced interlayer and third-nearest-neighbor intralayer exchange. These results reveal a general path for obtaining high-temperature type-II multiferroicity via high pressures in vdW materials.
△ Less
Submitted 20 June, 2023;
originally announced June 2023.
-
Effects of Pressure on the Electronic and Magnetic Properties of Bulk NiI$_{2}$
Authors:
Jesse Kapeghian,
Danila Amoroso,
Connor A. Occhialini,
Luiz G. P. Martins,
Qian Song,
Jesse S. Smith,
Joshua J. Sanchez,
Jing Kong,
Riccardo Comin,
Paolo Barone,
Bertrand Dupé,
Matthieu J. Verstraete,
Antia S. Botana
Abstract:
Transition metal dihalides have recently garnered interest in the context of two-dimensional van der Waals magnets as their underlying geometrically frustrated triangular lattice leads to interesting competing exchange interactions. In particular, NiI$_{2}$ is a magnetic semiconductor that has been long known for its exotic helimagnetism in the bulk. Recent experiments have shown that the helimagn…
▽ More
Transition metal dihalides have recently garnered interest in the context of two-dimensional van der Waals magnets as their underlying geometrically frustrated triangular lattice leads to interesting competing exchange interactions. In particular, NiI$_{2}$ is a magnetic semiconductor that has been long known for its exotic helimagnetism in the bulk. Recent experiments have shown that the helimagnetic state survives down to the monolayer limit with a layer-dependent magnetic transition temperature that suggests a relevant role of the interlayer coupling. Here, we explore the effects of hydrostatic pressure as a means to enhance this interlayer exchange and ultimately tune the electronic and magnetic response of NiI$_{2}$. We study first the evolution of the structural parameters as a function of external pressure using first-principles calculations combined with x-ray diffraction measurements. We then examine the evolution of the electronic structure and magnetic exchange interactions via first-principles calculations and Monte Carlo simulations. We find that the leading interlayer coupling is an antiferromagnetic second-nearest neighbor interaction that increases monotonically with pressure. The ratio between isotropic third- and first-nearest neighbor intralayer exchanges, which controls the magnetic frustration and determines the magnetic propagation vector $\mathbf{q}$ of the helimagnetic ground state, is also enhanced by pressure. As a consequence, our Monte Carlo simulations show a monotonic increase in the magnetic transition temperature, indicating that pressure is an effective means to tune the magnetic response of NiI$_{2}$.
△ Less
Submitted 7 June, 2023;
originally announced June 2023.
-
Fast Search-By-Classification for Large-Scale Databases Using Index-Aware Decision Trees and Random Forests
Authors:
Christian Lülf,
Denis Mayr Lima Martins,
Marcos Antonio Vaz Salles,
Yongluan Zhou,
Fabian Gieseke
Abstract:
The vast amounts of data collected in various domains pose great challenges to modern data exploration and analysis. To find "interesting" objects in large databases, users typically define a query using positive and negative example objects and train a classification model to identify the objects of interest in the entire data catalog. However, this approach requires a scan of all the data to app…
▽ More
The vast amounts of data collected in various domains pose great challenges to modern data exploration and analysis. To find "interesting" objects in large databases, users typically define a query using positive and negative example objects and train a classification model to identify the objects of interest in the entire data catalog. However, this approach requires a scan of all the data to apply the classification model to each instance in the data catalog, making this method prohibitively expensive to be employed in large-scale databases serving many users and queries interactively. In this work, we propose a novel framework for such search-by-classification scenarios that allows users to interactively search for target objects by specifying queries through a small set of positive and negative examples. Unlike previous approaches, our framework can rapidly answer such queries at low cost without scanning the entire database. Our framework is based on an index-aware construction scheme for decision trees and random forests that transforms the inference phase of these classification models into a set of range queries, which in turn can be efficiently executed by leveraging multidimensional indexing structures. Our experiments show that queries over large data catalogs with hundreds of millions of objects can be processed in a few seconds using a single server, compared to hours needed by classical scanning-based approaches.
△ Less
Submitted 31 July, 2023; v1 submitted 5 June, 2023;
originally announced June 2023.
-
On the behaviour of spin-orbit connection of exoplanets
Authors:
Bruno L. Canto Martins,
Yuri S. Messias,
Maria I. Arruda Gonçalves,
Izan C. Leão,
Roseane L. Gomes,
Lorenza F. Barraza,
Dasaev O. Fontinele,
José R. De Medeiros
Abstract:
Star-planet interactions play, among other things, a crucial role in planetary orbital configurations by circularizing orbits, aligning the star and planet spin and synchronizing stellar rotation with orbital motions. This is especially true for innermost giant planets, which can be schematized as binary systems with a very large mass ratio. Despite a few examples where spin-orbit synchronization…
▽ More
Star-planet interactions play, among other things, a crucial role in planetary orbital configurations by circularizing orbits, aligning the star and planet spin and synchronizing stellar rotation with orbital motions. This is especially true for innermost giant planets, which can be schematized as binary systems with a very large mass ratio. Despite a few examples where spin-orbit synchronization has been obtained, there is no demographic study on synchronous regimes in those systems yet. Here we use a sample of 1,055 stars with innermost planet companions to show the existence of three observational loci of star-planet synchronization regimes. Two of them have dominant fractions of subsynchronous and supersynchronous star-planet systems, and a third less populated regime of potentially synchronized systems. No synchronous star-planet system with a period higher than 40 days has been detected yet. This landscape is different from eclipsing binary systems, most of which are synchronized. We suggest that planets in a stable asynchronous spin state belonging to star-planet systems in a supersynchronized regime offer the most favourable conditions for habitability.
△ Less
Submitted 28 May, 2023; v1 submitted 23 May, 2023;
originally announced May 2023.