Skip to main content

Showing 1–9 of 9 results for author: Mitrovic, M

Searching in archive stat. Search in all archives.
.
  1. arXiv:2505.15443  [pdf, other

    cs.CL stat.ML

    AdUE: Improving uncertainty estimation head for LoRA adapters in LLMs

    Authors: Artem Zabolotnyi, Roman Makarov, Mile Mitrovic, Polina Proskura, Oleg Travkin, Roman Alferov, Alexey Zaytsev

    Abstract: Uncertainty estimation remains a critical challenge in adapting pre-trained language models to classification tasks, particularly under parameter-efficient fine-tuning approaches such as adapters. We introduce AdUE1, an efficient post-hoc uncertainty estimation (UE) method, to enhance softmax-based estimates. Our approach (1) uses a differentiable approximation of the maximum function and (2) appl… ▽ More

    Submitted 21 May, 2025; originally announced May 2025.

    Comments: 9 pages, 1 figure

  2. arXiv:2407.20288  [pdf, other

    cs.LG stat.ML

    Supervised Learning based Method for Condition Monitoring of Overhead Line Insulators using Leakage Current Measurement

    Authors: Mile Mitrovic, Dmitry Titov, Klim Volkhov, Irina Lukicheva, Andrey Kudryavzev, Petr Vorobev, Qi Li, Vladimir Terzija

    Abstract: As a new practical and economical solution to the aging problem of overhead line (OHL) assets, the technical policies of most power grid companies in the world experienced a gradual transition from scheduled preventive maintenance to a risk-based approach in asset management. Even though the accumulation of contamination is predictable within a certain degree, there are currently no effective ways… ▽ More

    Submitted 26 July, 2024; originally announced July 2024.

    Comments: 10 pages, 9 figures

  3. arXiv:2402.11365  [pdf, other

    cs.LG math.OC stat.ML

    Data-Driven Stochastic AC-OPF using Gaussian Processes

    Authors: Mile Mitrovic

    Abstract: The thesis focuses on developing a data-driven algorithm, based on machine learning, to solve the stochastic alternating current (AC) chance-constrained (CC) Optimal Power Flow (OPF) problem. Although the AC CC-OPF problem has been successful in academic circles, it is highly nonlinear and computationally demanding, which limits its practical impact. The proposed approach aims to address this limi… ▽ More

    Submitted 17 February, 2024; originally announced February 2024.

    Comments: 112 pages, 29 figures

  4. arXiv:2302.08454  [pdf, other

    stat.ML cs.LG

    GP CC-OPF: Gaussian Process based optimization tool for Chance-Constrained Optimal Power Flow

    Authors: Mile Mitrovic, Ognjen Kundacina, Aleksandr Lukashevich, Petr Vorobev, Vladimir Terzija, Yury Maximov, Deepjyoti Deka

    Abstract: The Gaussian Process (GP) based Chance-Constrained Optimal Power Flow (CC-OPF) is an open-source Python code developed for solving economic dispatch (ED) problem in modern power grids. In recent years, integrating a significant amount of renewables into a power grid causes high fluctuations and thus brings a lot of uncertainty to power grid operations. This fact makes the conventional model-based… ▽ More

    Submitted 16 February, 2023; originally announced February 2023.

    Comments: 6 pages, 2 figures

  5. arXiv:2208.14814  [pdf, other

    eess.SY cs.LG stat.ML

    Data-Driven Chance Constrained AC-OPF using Hybrid Sparse Gaussian Processes

    Authors: Mile Mitrovic, Aleksandr Lukashevich, Petr Vorobev, Vladimir Terzija, Yury Maximov, Deepjyoti Deka

    Abstract: The alternating current (AC) chance-constrained optimal power flow (CC-OPF) problem addresses the economic efficiency of electricity generation and delivery under generation uncertainty. The latter is intrinsic to modern power grids because of the high amount of renewables. Despite its academic success, the AC CC-OPF problem is highly nonlinear and computationally demanding, which limits its pract… ▽ More

    Submitted 30 August, 2022; originally announced August 2022.

    Comments: 7 pages, 3 figures

  6. arXiv:2207.10781  [pdf, other

    stat.ML cs.LG eess.SY

    Data-Driven Stochastic AC-OPF using Gaussian Processes

    Authors: Mile Mitrovic, Aleksandr Lukashevich, Petr Vorobev, Vladimir Terzija, Semen Budenny, Yury Maximov, Deepjyoti Deka

    Abstract: In recent years, electricity generation has been responsible for more than a quarter of the greenhouse gas emissions in the US. Integrating a significant amount of renewables into a power grid is probably the most accessible way to reduce carbon emissions from power grids and slow down climate change. Unfortunately, the most accessible renewable power sources, such as wind and solar, are highly fl… ▽ More

    Submitted 21 July, 2022; originally announced July 2022.

    Comments: 29 pages, 5 figures

  7. arXiv:1905.00948  [pdf, other

    cs.LG cs.DS stat.ML

    Submodular Streaming in All its Glory: Tight Approximation, Minimum Memory and Low Adaptive Complexity

    Authors: Ehsan Kazemi, Marko Mitrovic, Morteza Zadimoghaddam, Silvio Lattanzi, Amin Karbasi

    Abstract: Streaming algorithms are generally judged by the quality of their solution, memory footprint, and computational complexity. In this paper, we study the problem of maximizing a monotone submodular function in the streaming setting with a cardinality constraint $k$. We first propose Sieve-Streaming++, which requires just one pass over the data, keeps only $O(k)$ elements and achieves the tight… ▽ More

    Submitted 13 May, 2019; v1 submitted 2 May, 2019; originally announced May 2019.

    Comments: Proceedings of the 36th International Conference on Machine Learning, Long Beach, California, PMLR 97, 2019

  8. arXiv:1902.05981  [pdf, other

    cs.LG cs.DS stat.ML

    Adaptive Sequence Submodularity

    Authors: Marko Mitrovic, Ehsan Kazemi, Moran Feldman, Andreas Krause, Amin Karbasi

    Abstract: In many machine learning applications, one needs to interactively select a sequence of items (e.g., recommending movies based on a user's feedback) or make sequential decisions in a certain order (e.g., guiding an agent through a series of states). Not only do sequences already pose a dauntingly large search space, but we must also take into account past observations, as well as the uncertainty of… ▽ More

    Submitted 20 June, 2019; v1 submitted 15 February, 2019; originally announced February 2019.

  9. arXiv:1806.02815  [pdf, other

    cs.LG cs.DS stat.ML

    Data Summarization at Scale: A Two-Stage Submodular Approach

    Authors: Marko Mitrovic, Ehsan Kazemi, Morteza Zadimoghaddam, Amin Karbasi

    Abstract: The sheer scale of modern datasets has resulted in a dire need for summarization techniques that identify representative elements in a dataset. Fortunately, the vast majority of data summarization tasks satisfy an intuitive diminishing returns condition known as submodularity, which allows us to find nearly-optimal solutions in linear time. We focus on a two-stage submodular framework where the go… ▽ More

    Submitted 7 June, 2018; originally announced June 2018.