Skip to main content

Showing 1–31 of 31 results for author: Garcia, J D

.
  1. arXiv:2406.02724  [pdf, other

    astro-ph.IM astro-ph.CO physics.ins-det

    The LiteBIRD mission to explore cosmic inflation

    Authors: T. Ghigna, A. Adler, K. Aizawa, H. Akamatsu, R. Akizawa, E. Allys, A. Anand, J. Aumont, J. Austermann, S. Azzoni, C. Baccigalupi, M. Ballardini, A. J. Banday, R. B. Barreiro, N. Bartolo, S. Basak, A. Basyrov, S. Beckman, M. Bersanelli, M. Bortolami, F. Bouchet, T. Brinckmann, P. Campeti, E. Carinos, A. Carones , et al. (134 additional authors not shown)

    Abstract: LiteBIRD, the next-generation cosmic microwave background (CMB) experiment, aims for a launch in Japan's fiscal year 2032, marking a major advancement in the exploration of primordial cosmology and fundamental physics. Orbiting the Sun-Earth Lagrangian point L2, this JAXA-led strategic L-class mission will conduct a comprehensive map** of the CMB polarization across the entire sky. During its 3-… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

    Comments: 23 pages, 9 figures, 1 table, SPIE Astronomical Telescopes + Instrumentation 2024

  2. arXiv:2403.07270  [pdf, other

    math.OC eess.SY

    Long-term Hydrothermal Bid-based Market Simulator

    Authors: Joaquim Dias Garcia, Alexandre Street, Mario Veiga Pereira

    Abstract: Simulating long-term hydrothermal bid-based markets considering strategic agents is a challenging task. The representation of strategic agents considering inter-temporal constraints within a stochastic framework brings additional complexity to the already difficult single-period bilevel, thus, non-convex, optimal bidding problem. Thus, we propose a simulation methodology that effectively addresses… ▽ More

    Submitted 11 March, 2024; originally announced March 2024.

  3. arXiv:2307.13190  [pdf, other

    math.OC eess.SY

    A Multicut Approach to Compute Upper Bounds for Risk-Averse SDDP

    Authors: Joaquim Dias Garcia, Iago Leal, Raphael Chabar, Mario Veiga Pereira

    Abstract: Stochastic Dual Dynamic Programming (SDDP) is a widely used and fundamental algorithm for solving multistage stochastic optimization problems. Although SDDP has been frequently applied to solve risk-averse models with the Conditional Value-at-Risk (CVaR), it is known that the estimation of upper bounds is a methodological challenge, and many methods are computationally intensive. In practice, this… ▽ More

    Submitted 24 July, 2023; originally announced July 2023.

  4. arXiv:2307.02577  [pdf, other

    math.OC quant-ph

    QUBO.jl: A Julia Ecosystem for Quadratic Unconstrained Binary Optimization

    Authors: Pedro Maciel Xavier, Pedro Ripper, Tiago Andrade, Joaquim Dias Garcia, Nelson Maculan, David E. Bernal Neira

    Abstract: We present QUBO.jl, an end-to-end Julia package for working with QUBO (Quadratic Unconstrained Binary Optimization) instances. This tool aims to convert a broad range of JuMP problems for straightforward application in many physics and physics-inspired solution methods whose standard optimization form is equivalent to the QUBO. These methods include quantum annealing, quantum gate-circuit optimiza… ▽ More

    Submitted 31 August, 2023; v1 submitted 5 July, 2023; originally announced July 2023.

  5. arXiv:2305.17320  [pdf, ps, other

    math.OC

    Comparing BilevelJuMP.jl Formulations: Support Vector Regression Hyperparameter Tuning

    Authors: Joaquim Dias Garcia, Guilherme Bodin, Alexandre Street

    Abstract: In this technical report, we compare multiple reformulation techniques and solvers that can be used with the Julia package BilevelJuMP. We focus on the special case of Hyperparameter Tuning for Support Vector Regression. We describe a bilevel model for the problem in question. Then we present code for generating data and models that solve the problem. Finally, we present results and a brief analys… ▽ More

    Submitted 26 May, 2023; originally announced May 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2205.02307

  6. arXiv:2302.02450  [pdf, other

    cs.LG

    Regularization and Optimization in Model-Based Clustering

    Authors: Raphael Araujo Sampaio, Joaquim Dias Garcia, Marcus Poggi, Thibaut Vidal

    Abstract: Due to their conceptual simplicity, k-means algorithm variants have been extensively used for unsupervised cluster analysis. However, one main shortcoming of these algorithms is that they essentially fit a mixture of identical spherical Gaussians to data that vastly deviates from such a distribution. In comparison, general Gaussian Mixture Models (GMMs) can fit richer structures but require estima… ▽ More

    Submitted 5 February, 2024; v1 submitted 5 February, 2023; originally announced February 2023.

  7. arXiv:2206.06135  [pdf, other

    cs.LG cs.MS math.OC

    Flexible Differentiable Optimization via Model Transformations

    Authors: Mathieu Besançon, Joaquim Dias Garcia, Benoît Legat, Akshay Sharma

    Abstract: We introduce DiffOpt.jl, a Julia library to differentiate through the solution of optimization problems with respect to arbitrary parameters present in the objective and/or constraints. The library builds upon MathOptInterface, thus leveraging the rich ecosystem of solvers and composing well with modeling languages like JuMP. DiffOpt offers both forward and reverse differentiation modes, enabling… ▽ More

    Submitted 31 July, 2023; v1 submitted 10 June, 2022; originally announced June 2022.

  8. arXiv:2206.03866  [pdf, ps, other

    cs.PL

    JuMP 1.0: Recent improvements to a modeling language for mathematical optimization

    Authors: Miles Lubin, Oscar Dowson, Joaquim Dias Garcia, Joey Huchette, Benoît Legat, Juan Pablo Vielma

    Abstract: JuMP is an algebraic modeling language embedded in the Julia programming language. JuMP allows users to model optimization problems of a variety of kinds, including linear programming, integer programming, conic optimization, semidefinite programming, and nonlinear programming, and handles the low-level details of communicating with solvers. After nearly 10 years in development, JuMP 1.0 was relea… ▽ More

    Submitted 19 March, 2023; v1 submitted 31 May, 2022; originally announced June 2022.

  9. arXiv:2205.02307  [pdf, ps, other

    math.OC cs.MS

    BilevelJuMP.jl: Modeling and Solving Bilevel Optimization in Julia

    Authors: Joaquim Dias Garcia, Guilherme Bodin, Alexandre Street

    Abstract: In this paper we present BilevelJuMP, a new Julia package to support bilevel optimization within the JuMP framework. The package is a Julia library that enables the user to describe both upper and lower-level optimization problems using the JuMP algebraic syntax. Due to the generality and flexibility our library inherits from JuMP's syntax, our package allows users to model bilevel optimization pr… ▽ More

    Submitted 6 June, 2022; v1 submitted 4 May, 2022; originally announced May 2022.

  10. arXiv:2108.03143  [pdf, other

    math.OC eess.SY

    An Integrated Progressive Hedging and Benders Decomposition with Multiple Master Method to Solve the Brazilian Generation Expansion Problem

    Authors: Alessandro Soares, Alexandre Street, Tiago Andrade, Joaquim Dias Garcia

    Abstract: This paper exploits the decomposition structure of the large-scale hydrothermal generation expansion planning problem with an integrated modified Benders Decomposition and Progressive Hedging approach. We consider detailed and realistic data from the Brazilian power system to represent hourly chronological constraints based on typical days per month and year. Also, we represent the multistage stoc… ▽ More

    Submitted 1 December, 2021; v1 submitted 6 August, 2021; originally announced August 2021.

  11. arXiv:2107.09755  [pdf, other

    math.OC eess.SY

    Assessing the Cost of Network Simplifications in Long-Term Hydrothermal Dispatch Planning Models

    Authors: Andrew W. Rosemberg, Alexandre Street, Joaquim Dias Garcia, Davi M. Valladão, Thuener Silva, Oscar Dowson

    Abstract: The sustainable utilization of hydro energy relies on accurate estimates of the opportunity cost of the water. This value is calculated through long-term hydrothermal dispatch problems (LTHDP), and the recent literature has raised awareness about the consequences of modeling simplifications in these problems. The inaccurate representation of Kirchhoff's voltage law under the premise of a DC power… ▽ More

    Submitted 12 September, 2021; v1 submitted 20 July, 2021; originally announced July 2021.

  12. arXiv:2102.13273  [pdf, other

    math.OC cs.LG eess.SY stat.ME stat.ML

    Application-Driven Learning: A Closed-Loop Prediction and Optimization Approach Applied to Dynamic Reserves and Demand Forecasting

    Authors: Joaquim Dias Garcia, Alexandre Street, Tito Homem-de-Mello, Francisco D. Muñoz

    Abstract: Forecasting and decision-making are generally modeled as two sequential steps with no feedback, following an open-loop approach. In this paper, we present application-driven learning, a new closed-loop framework in which the processes of forecasting and decision-making are merged and co-optimized through a bilevel optimization problem. We present our methodology in a general format and prove that… ▽ More

    Submitted 8 April, 2024; v1 submitted 25 February, 2021; originally announced February 2021.

  13. arXiv:2008.02155  [pdf, other

    math.OC eess.SY

    Multiscale Stochastic Simulation of the US Pacific Northwest Using Distributed Computing and Databases with Integrated Inflow and Variable Renewable Energy

    Authors: Joaquim Dias Garcia, Guilherme Machado, André Dias, Gerson Couto, John Ollis, John Fazio, Daniel Hua

    Abstract: Modelling challenges of the United States Pacific Northwest system have grown in the last decade. Besides classical modelling difficulties such as a complex hydro cascade with many operational constraints, we have seen higher penetration of variable renewable energy inside and outside the system leading to internal issues and completely different power exchanges with the West Coast System. The ana… ▽ More

    Submitted 5 August, 2020; originally announced August 2020.

  14. arXiv:2004.08466  [pdf, other

    math.OC cs.CE eess.SY

    Application of Progressive Hedging to Var Expansion Planning Under Uncertainty

    Authors: Igor Carvalho, Tiago Andrade, Joaquim Dias Garcia, Maria de Lujan Latorre

    Abstract: This paper describes the application of a Progressive Hedging (PH) algorithm to the least-cost var planning under uncertainty. The method PH is a scenario-based decomposition technique for solving stochastic programs, i.e., it decomposes a large scale stochastic problem into s deterministic subproblems and couples the decision from the s subproblems to form a solution for the original stochastic p… ▽ More

    Submitted 17 April, 2020; originally announced April 2020.

  15. arXiv:2003.04855  [pdf, other

    stat.AP

    Modeling Multiscale Variable Renewable Energy and Inflow Scenarios in Very Large Regions with Nonparametric Bayesian Networks

    Authors: Julio Alberto Dias, Guilherme Machado, Alessandro Soares, Joaquim Dias Garcia

    Abstract: In this paper, we propose a non-parametric Bayesian network method to generate synthetic scenarios of hourly generation for variable renewable energy(VRE) plants. The methodology consists of a non-parametric estimation of the probability distribution of VRE generation, followed by an inverse probability integral transform, in order to obtain normally distributed variables of VRE generation. Then,… ▽ More

    Submitted 10 March, 2020; originally announced March 2020.

  16. arXiv:2002.11529  [pdf, other

    physics.ins-det hep-ex

    A parallel-computing algorithm for high-energy physics particle tracking and decoding using GPU architectures

    Authors: Placido Fernandez Declara, Daniel Hugo Cámpora Pérez, Javier Garcia-Blas, Dorothea vom Bruch, J. Daniel Garcia, Niko Neufeld

    Abstract: Real-time data processing is one of the central processes of particle physics experiments which require large computing resources. The LHCb (Large Hadron Collider beauty) experiment will be upgraded to cope with a particle bunch collision rate of 30 million times per second, producing $10^9$ particles/s. 40 Tbits/s need to be processed in real-time to make filtering decisions to store data. This p… ▽ More

    Submitted 26 February, 2020; originally announced February 2020.

    Comments: 15 pages, 13 figures

    Journal ref: IEEE Access 7, 91612 (2019)

  17. arXiv:2002.03447  [pdf, ps, other

    math.OC

    MathOptInterface: a data structure for mathematical optimization problems

    Authors: Benoit Legat, Oscar Dowson, Joaquim Dias Garcia, Miles Lubin

    Abstract: We introduce MathOptInterface, an abstract data structure for representing mathematical optimization problems based on combining pre-defined functions and sets. MathOptInterface is significantly more general than existing data structures in the literature, encompassing, for example, a spectrum of problems classes from integer programming with indicator constraints to bilinear semidefinite programm… ▽ More

    Submitted 16 September, 2020; v1 submitted 9 February, 2020; originally announced February 2020.

  18. arXiv:1911.04279  [pdf, other

    physics.soc-ph cs.LG eess.SY

    Community Detection for Power Systems Network Aggregation Considering Renewable Variability

    Authors: Raphael Araujo Sampaio, Gerson Couto Oliveira, Luiz Carlos da Costa Jr., Joaquim Dias Garcia

    Abstract: The increasing penetration of variable renewable energy (VRE) has brought significant challenges for power systems planning and operation. These highly variable sources are typically distributed in the grid; therefore, a detailed representation of transmission bottlenecks is fundamental to approximate the impact of the transmission network on the dispatch with VRE resources. The fine grain tempora… ▽ More

    Submitted 8 November, 2019; originally announced November 2019.

  19. arXiv:1910.12972  [pdf, other

    math.OC eess.SY

    Reliability-Constrained Power System Expansion Planning: A Stochastic Risk-Averse Optimization Approach

    Authors: Luiz Carlos da Costa Jr., Fernanda Souza Thomé, Joaquim Dias Garcia, Mario V. F. Pereira

    Abstract: This work presents a methodology to incorporate reliability constraints in the optimal power systems expansion planning problem. Besides LOLP and EPNS, traditionally used in power systems, this work proposes the use of the risk measures VaR (Value-at-Risk) and CVaR (Conditional Value-at-Risk), widely used in financial markets. The explicit consideration of reliability constraints in the planning p… ▽ More

    Submitted 28 October, 2019; originally announced October 2019.

  20. arXiv:1908.06917  [pdf, other

    cs.CL cs.AI cs.IR

    Message Passing for Complex Question Answering over Knowledge Graphs

    Authors: Svitlana Vakulenko, Javier David Fernandez Garcia, Axel Polleres, Maarten de Rijke, Michael Cochez

    Abstract: Question answering over knowledge graphs (KGQA) has evolved from simple single-fact questions to complex questions that require graph traversal and aggregation. We propose a novel approach for complex KGQA that uses unsupervised message passing, which propagates confidence scores obtained by parsing an input question and matching terms in the knowledge graph to a set of possible answers. First, we… ▽ More

    Submitted 19 August, 2019; originally announced August 2019.

    Comments: Accepted in CIKM 2019

  21. arXiv:1903.12539  [pdf, other

    math.OC eess.SY

    Modelling power markets with multi-stage stochastic Nash equilibria

    Authors: Joaquim Dias Garcia, Raphael Chabar

    Abstract: The modelling of modern power markets requires the representation of the following main features: (i) a stochastic dynamic decision process, with uncertainties related to renewable production and fuel costs, among others; and (ii) a game-theoretic framework that represents the strategic behavior of multiple agents, for example in daily price bids. These features can be in theory represented as a s… ▽ More

    Submitted 29 March, 2019; originally announced March 2019.

  22. Fibrations, unique path lifting, and continuous monodromy

    Authors: Hanspeter Fischer, Jacob D. Garcia

    Abstract: Given a path-connected space $X$ and $H\leqπ_1(X,x_0)$, there is essentially only one construction of a map $p_H:(\widetilde{X}_H,\widetilde{x}_0)\rightarrow(X,x_0)$ with connected and locally path-connected domain that can possibly have the following two properties: $(p_{H})_{\#}π_1(\widetilde{X}_H,\widetilde{x}_0)=H$ and $p_H$ has the unique lifting property. $\widetilde{X}_H$ consists of equiva… ▽ More

    Submitted 19 December, 2019; v1 submitted 31 January, 2019; originally announced February 2019.

    Comments: 9 pages; revised abstract and introduction for version 2

    MSC Class: 57M10; 55Q05; 55R65

    Journal ref: Topology and its Applications 270 (2020) 107047

  23. arXiv:1810.05231  [pdf, other

    math.OC

    Exploiting Low-Rank Structure in Semidefinite Programming by Approximate Operator Splitting

    Authors: Mario Souto, Joaquim D. Garcia, Alvaro Veiga

    Abstract: In contrast with many other convex optimization classes, state-of-the-art semidefinite programming solvers are yet unable to efficiently solve large scale instances. This work aims to reduce this scalability gap by proposing a novel proximal algorithm for solving general semidefinite programming problems. The proposed methodology, based on the primal-dual hybrid gradient method, allows the presenc… ▽ More

    Submitted 19 December, 2018; v1 submitted 11 October, 2018; originally announced October 2018.

  24. arXiv:1805.12561  [pdf, ps, other

    quant-ph physics.optics

    A Quantum Extension of the Semiclassical Theory of Electrical Susceptibility

    Authors: Jairo David García, Boris A. Rodríguez

    Abstract: It is shown here how the semiclassical theory of electrical susceptibility can be extended to the case in which both radiation and matter are quantized. This is done specifically for the cases of linear and second order susceptibilities. The expressions derived allow to determine a set of conditions for the validity of the semiclassical approximation and predict interesting new phenomena such as p… ▽ More

    Submitted 31 May, 2018; originally announced May 2018.

    Comments: 10 pages, 8 figures

  25. arXiv:1609.02933  [pdf, other

    physics.ins-det physics.optics

    A Low-Frequency Tone Sweep Method for in-Service Fault Location in Sub-Carrier Multiplexed Optical Fiber Networks

    Authors: Gustavo C. Amaral, Diego C. Villafani, Andrea Baldivieso, Joaquim Dias Garcia, Renata G. Leibel, Luis E. Y. Herrera, Patryk J. Urban, Jean Pierre von der Weid

    Abstract: We demonstrate an optical fiber fault location method based on the frequency response of the modulated fiber optical backscattered signal in a steady state low-frequency step regime. Careful calibration and measurement allows for the reconstruction of the fiber transfer function, which, associated to its mathematical model, is capable of extracting the fiber characteristics. The technique is capab… ▽ More

    Submitted 6 September, 2016; originally announced September 2016.

    Comments: 11 pages, 5 figures, submitted to Journal of Lightwave Technology on September 4th 2016

  26. FRIDA: diffraction-limited imaging and integral-field spectroscopy for the GTC

    Authors: Alan M. Watson, José A. Acosta-Pulido, Luis C. Álvarez-Núñez, Vicente Bringas-Rico, Nicolás Cardiel, Salvador Cuevas, Oscar Chapa, José Javier Díaz García, Stephen S. Eikenberry, Carlos Espejo, Rubén A. Flores-Meza, Jorge Fuentes-Fernández, Jesús Gallego, José Leonardo Garcés Medina, Francisco Garzón López, Peter Hammersley, Carolina Keiman, Gerardo Lara, José Alberto López, Pablo L. López, Diana Lucero, Heidy Moreno Arce, Sergio Pascual Ramirez, Jesús Patrón Recio, Almudena Prieto , et al. (5 additional authors not shown)

    Abstract: FRIDA is a diffraction-limited imager and integral-field spectrometer that is being built for the adaptive-optics focus of the Gran Telescopio Canarias. In imaging mode FRIDA will provide scales of 0.010, 0.020 and 0.040 arcsec/pixel and in IFS mode spectral resolutions of 1500, 4000 and 30,000. FRIDA is starting systems integration and is scheduled to complete fully integrated system tests at the… ▽ More

    Submitted 31 May, 2016; originally announced May 2016.

    Comments: To appear in the proceedings of SPIE conference 9908 "Ground-based and Airborne Instrumentation for Astronomy VI". 8 pages

  27. arXiv:1605.00107  [pdf, other

    quant-ph

    Fast Polarization Switch for Polarization-Based Quantum Communication

    Authors: Vinicius M. Lima, Felipe Calliari, Joaquim D. Garcia, João Pedro D. Garcia, Gustavo C. Amaral, Guilherme P. Temporão, Jean Pierre von der Weid

    Abstract: We present a complete optoelectronic unit for polarization visualization, switching and control. The system is based on an FPGA unit and comprises: an acquisition unit containing an analog polarimeter and digital-to-analog converters, an FPGA capable of implementing an optimal algorithm for three-stage arbitrary polarization tracking, and an electronic driver with analog-to-digital converters capa… ▽ More

    Submitted 30 April, 2016; originally announced May 2016.

    Comments: 8 pages, 7 figures

  28. arXiv:1603.06751  [pdf, other

    eess.SY cs.CE math.OC

    An Optimal Polarization Tracking Algorithm for Lithium-Niobate-based Polarization Controllers

    Authors: Joaquim D. Garcia, Gustavo C. Amaral

    Abstract: We present an optimal algorithm for the three-stage arbitrary polarization tracking using Lithium-Niobate-based Polarization Controllers: device calibration, polarization state rotation, and stabilization. The theoretical model representing the lithium-niobate-based polarization controller is derived and the methodology is successfully applied. Results are numerically simulated in the MATLAB envir… ▽ More

    Submitted 11 March, 2016; originally announced March 2016.

    Comments: 8 pages, 4 figures

  29. arXiv:1603.03799  [pdf, other

    stat.AP math.OC stat.ML

    $\ell_1$ Adaptive Trend Filter via Fast Coordinate Descent

    Authors: Mario Souto, Joaquim D. Garcia, Gustavo C. Amaral

    Abstract: Identifying the unknown underlying trend of a given noisy signal is extremely useful for a wide range of applications. The number of potential trends might be exponential, which can be computationally exhaustive even for short signals. Another challenge, is the presence of abrupt changes and outliers at unknown times which impart resourceful information regarding the signal's characteristics. In t… ▽ More

    Submitted 16 May, 2016; v1 submitted 11 March, 2016; originally announced March 2016.

    Comments: 9 pages, 2 figures

  30. Adaptive Filter for Automatic Identification of Multiple Faults in a Noisy OTDR Profile

    Authors: Jean Pierre von der Weid, Mario H. Souto, Joaquim D. Garcia, Gustavo C. Amaral

    Abstract: We present a novel methodology able to distinguish meaningful level shifts from typical signal fluctuations. A two-stage regularization filtering can accurately identify the location of the significant level-shifts with an efficient parameter-free algorithm. The developed methodology demands low computational effort and can easily be embedded in a dedicated processing unit. Our case studies compar… ▽ More

    Submitted 13 February, 2016; originally announced February 2016.

    Comments: 15 pages, 4 figures

  31. arXiv:1509.02725  [pdf

    astro-ph.IM astro-ph.EP

    THERMAP: a mid-infrared spectro-imager for space missions to small bodies in the inner solar system

    Authors: O. Groussin, J. Licandro, J. Helbert, J. -L. Reynaud, P. Levacher, M. Reyes García-Talavera, V. Alí-Lagoa, P. -E. Blanc, E. Brageot, B. Davidsson, M. Delbó, M. Deleuze, A. Delsanti, J. J. Diaz Garcia, K. Dohlen, D. Ferrand, S. Green, L. Jorda, E. Joven Álvarez, J. Knollenberg, E. Kührt, P. Lamy, E. Lellouch, J. Le Merrer, B. Marty , et al. (6 additional authors not shown)

    Abstract: We present THERMAP, a mid-infrared (8-16 μm) spectro-imager for space missions to small bodies in the inner solar system, developed in the framework of the MarcoPolo-R asteroid sample return mission. THERMAP is very well suited to characterize the surface thermal environment of a NEO and to map its surface composition. The instrument has two channels, one for imaging and one for spectroscopy: it i… ▽ More

    Submitted 9 September, 2015; originally announced September 2015.

    Comments: 21 pages, 12 figures, 3 tables; Experimental Astronomy: in press