Skip to main content

Showing 1–12 of 12 results for author: Mallick, S

Searching in archive eess. Search in all archives.
.
  1. Exploring the Efficacy of Partial Denoising Using Bit Plane Slicing for Enhanced Fracture Identification: A Comparative Study of Deep Learning-Based Approaches and Handcrafted Feature Extraction Techniques

    Authors: Snigdha Paul, Sambit Mallick, Anindya Sen

    Abstract: Computer vision has transformed medical diagnosis, treatment, and research through advanced image processing and machine learning techniques. Fracture classification, a critical area in healthcare, has greatly benefited from these advancements, yet accurate detection is challenged by complex patterns and image noise. Bit plane slicing enhances medical images by reducing noise interference and extr… ▽ More

    Submitted 21 March, 2025; originally announced March 2025.

  2. arXiv:2503.11359  [pdf, other

    eess.SY

    Learning-Based MPC for Fuel Efficient Control of Autonomous Vehicles with Discrete Gear Selection

    Authors: Samuel Mallick, Gianpietro Battocletti, Qizhang Dong, Azita Dabiri, Bart De Schutter

    Abstract: Co-optimization of both vehicle speed and gear position via model predictive control (MPC) has been shown to offer benefits for fuel-efficient autonomous driving. However, optimizing both the vehicle's continuous dynamics and discrete gear positions may be too computationally intensive for a real-time implementation. This work proposes a learning-based MPC scheme to address this issue. A policy is… ▽ More

    Submitted 28 May, 2025; v1 submitted 14 March, 2025; originally announced March 2025.

    Comments: 7 pages, 3 figures, accepted for publication in L-CSS. Code available at https://github.com/SamuelMallick/mpcrl-vehicle-gears

  3. arXiv:2412.13115  [pdf, other

    eess.SY

    Koopman Mode-Based Detection of Internal Short Circuits in Lithium-ion Battery Pack

    Authors: Sanchita Ghosh, Soumyoraj Mallick, Tanushree Roy

    Abstract: Monitoring of internal short circuit (ISC) in Lithium-ion battery packs is imperative to safe operations, optimal performance, and extension of pack life. Since ISC in one of the modules inside a battery pack can eventually lead to thermal runaway, it is crucial to detect its early onset. However, the inaccuracy and aging variability of battery models and the unavailability of adequate ISC dataset… ▽ More

    Submitted 17 December, 2024; originally announced December 2024.

  4. arXiv:2412.00490  [pdf, other

    eess.SY

    Learning-Based Model Predictive Control for Piecewise Affine Systems with Feasibility Guarantees

    Authors: Samuel Mallick, Azita Dabiri, Bart De Schutter

    Abstract: Online model predictive control (MPC) for piecewise affine (PWA) systems requires the online solution to an optimization problem that implicitly optimizes over the switching sequence of PWA regions, for which the computational burden can be prohibitive. Alternatively, the computation can be moved offline using explicit MPC; however, the online memory requirements and the offline computation can th… ▽ More

    Submitted 26 March, 2025; v1 submitted 30 November, 2024; originally announced December 2024.

    Comments: 6 pages, 3 figures, accepted for publication in ECC 2025. Code available at https://github.com/SamuelMallick/supervised-learning-pwa-mpc

  5. Reinforcement Learning-based Model Predictive Control for Greenhouse Climate Control

    Authors: Samuel Mallick, Filippo Airaldi, Azita Dabiri, Congcong Sun, Bart De Schutter

    Abstract: Greenhouse climate control is concerned with maximizing performance in terms of crop yield and resource efficiency. One promising approach is model predictive control (MPC), which leverages a model of the system to optimize the control inputs, while enforcing physical constraints. However, prediction models for greenhouse systems are inherently inaccurate due to the complexity of the real system a… ▽ More

    Submitted 2 January, 2025; v1 submitted 19 September, 2024; originally announced September 2024.

    Comments: 15 pages, 10 figures, code available at https://github.com/SamuelMallick/mpcrl-greenhouse, accepted for publication in Smart Agricultural Technology

  6. Distributed Model Predictive Control for Piecewise Affine Systems Based on Switching ADMM

    Authors: Samuel Mallick, Azita Dabiri, Bart De Schutter

    Abstract: This paper presents a novel approach for distributed model predictive control (MPC) for piecewise affine (PWA) systems. Existing approaches rely on solving mixed-integer optimization problems, requiring significant computation power or time. We propose a distributed MPC scheme that requires solving only convex optimization problems. The key contribution is a novel method, based on the alternating… ▽ More

    Submitted 18 December, 2024; v1 submitted 25 April, 2024; originally announced April 2024.

    Comments: 15 pages, 9 figures, Accepted for publication in IEEE Transactions on Automatic Control, code available at https://github.com/SamuelMallick/stable-dmpc-pwa/tree/paper_2024 and https://github.com/SamuelMallick/hybrid-vehicle-platoon/tree/paper-2024

  7. arXiv:2403.19903  [pdf, other

    eess.SY cs.SI

    Keeping Up With the Winner! Targeted Advertisement to Communities in Social Networks

    Authors: Shailaja Mallick, Vishwaraj Doshi, Do Young Eun

    Abstract: When a new product enters a market already dominated by an existing product, will it survive along with this dominant product? Most of the existing works have shown the coexistence of two competing products spreading/being adopted on overlaid graphs with same set of users. However, when it comes to the survival of a weaker product on the same graph, it has been established that the stronger one do… ▽ More

    Submitted 28 March, 2024; originally announced March 2024.

    Comments: To appear in the Proceedings of AAAI ICWSM 2024

  8. arXiv:2401.09878  [pdf, other

    eess.SY

    A Comparison Benchmark for Distributed Hybrid MPC Control Methods: Distributed Vehicle Platooning

    Authors: Samuel Mallick, Azita Dabiri, Bart De Schutter

    Abstract: Distributed model predictive control (MPC) is currently being investigated as a solution to the important control challenge presented by networks of hybrid dynamical systems. However, a benchmark problem for distributed hybrid MPC is absent from the literature. We propose distributed control of a platoon of autonomous vehicles as a comparison benchmark problem. The problem provides a complex and a… ▽ More

    Submitted 18 June, 2024; v1 submitted 18 January, 2024; originally announced January 2024.

    Comments: 14 pages, 11 figures, submitted to IEEE Transactions on Control Systems Technology, code can be found at https://github.com/SamuelMallick/hybrid-vehicle-platoon/tree/paper-2023

  9. Multi-Agent Reinforcement Learning via Distributed MPC as a Function Approximator

    Authors: Samuel Mallick, Filippo Airaldi, Azita Dabiri, Bart De Schutter

    Abstract: This paper presents a novel approach to multi-agent reinforcement learning (RL) for linear systems with convex polytopic constraints. Existing work on RL has demonstrated the use of model predictive control (MPC) as a function approximator for the policy and value functions. The current paper is the first work to extend this idea to the multi-agent setting. We propose the use of a distributed MPC… ▽ More

    Submitted 18 December, 2024; v1 submitted 8 December, 2023; originally announced December 2023.

    Comments: 12 pages, 8 figures, accepted for publication in Automatica, code can be found at https://github.com/SamuelMallick/dmpcrl-concept/tree/paper-2023

  10. arXiv:2301.08953  [pdf, other

    eess.SY

    Second-Order Coverage Control for Multi-Agent UAV Photogrammetry

    Authors: Samuel Mallick, Airlie Chapman, Eric Schoof

    Abstract: Unmanned Aerial Vehicles equipped with cameras can be used to automate image capture for generating 3D models via photogrammetry. Current methods rely on a single vehicle to capture images sequentially, or use pre-planned and heuristic imaging configurations. We seek to provide a multi-agent control approach to capturing the images required to 3D map a region. A photogrammetry cost function is for… ▽ More

    Submitted 21 January, 2023; originally announced January 2023.

    Comments: 8 pages, 4 figures

  11. arXiv:2210.05083  [pdf, other

    eess.SY

    Convergence of Bi-Virus Epidemic Models with Non-Linear Rates on Networks -- A Monotone Dynamical Systems Approach

    Authors: Vishwaraj Doshi, Shailaja Mallick, Do Young eun

    Abstract: We study convergence properties of competing epidemic models of the Susceptible-Infected-Susceptible (SIS) type. The SIS epidemic model has seen widespread popularity in modelling the spreading dynamics of contagions such as viruses, infectious diseases, or even rumors/opinions over contact networks (graphs).We analyze the case of two such viruses spreading on overlaid graphs, with non-linear rate… ▽ More

    Submitted 10 October, 2022; originally announced October 2022.

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

  12. arXiv:2104.10872  [pdf, other

    eess.SY cs.SI physics.soc-ph q-bio.PE

    Competing Epidemics on Graphs -- Global Convergence and Coexistence

    Authors: Vishwaraj Doshi, Shailaja Mallick, Do Young Eun

    Abstract: The dynamics of the spread of contagions such as viruses, infectious diseases or even rumors/opinions over contact networks (graphs) have effectively been captured by the well known \textit{Susceptible-Infected-Susceptible} ($SIS$) epidemic model in recent years. When it comes to competition between two such contagions spreading on overlaid graphs, their propagation is captured by so-called \texti… ▽ More

    Submitted 22 April, 2021; originally announced April 2021.

    Comments: in IEEE INFOCOM, May 2021, to appear