Skip to main content

Showing 1–16 of 16 results for author: Chakrabarti, P P

  1. arXiv:2409.00630  [pdf, other

    cs.SE

    LLMs as Evaluators: A Novel Approach to Evaluate Bug Report Summarization

    Authors: Abhishek Kumar, Sonia Haiduc, Partha Pratim Das, Partha Pratim Chakrabarti

    Abstract: Summarizing software artifacts is an important task that has been thoroughly researched. For evaluating software summarization approaches, human judgment is still the most trusted evaluation. However, it is time-consuming and fatiguing for evaluators, making it challenging to scale and reproduce. Large Language Models (LLMs) have demonstrated remarkable capabilities in various software engineering… ▽ More

    Submitted 1 September, 2024; originally announced September 2024.

  2. arXiv:2408.08086  [pdf, other

    cs.CV

    Single-image coherent reconstruction of objects and humans

    Authors: Sarthak Batra, Partha P. Chakrabarti, Simon Hadfield, Armin Mustafa

    Abstract: Existing methods for reconstructing objects and humans from a monocular image suffer from severe mesh collisions and performance limitations for interacting occluding objects. This paper introduces a method to obtain a globally consistent 3D reconstruction of interacting objects and people from a single image. Our contributions include: 1) an optimization framework, featuring a collision loss, tai… ▽ More

    Submitted 15 August, 2024; originally announced August 2024.

    Comments: Accepted at AI for 3D Generation, CVPR Workshop

  3. arXiv:2402.02145  [pdf, other

    cs.CL

    Analyzing Sentiment Polarity Reduction in News Presentation through Contextual Perturbation and Large Language Models

    Authors: Alapan Kuila, Somnath Jena, Sudeshna Sarkar, Partha Pratim Chakrabarti

    Abstract: In today's media landscape, where news outlets play a pivotal role in shaping public opinion, it is imperative to address the issue of sentiment manipulation within news text. News writers often inject their own biases and emotional language, which can distort the objectivity of reporting. This paper introduces a novel approach to tackle this problem by reducing the polarity of latent sentiments i… ▽ More

    Submitted 3 February, 2024; originally announced February 2024.

    Comments: Accepted in ICON 2023

  4. DietCNN: Multiplication-free Inference for Quantized CNNs

    Authors: Swarnava Dey, Pallab Dasgupta, Partha P Chakrabarti

    Abstract: The rising demand for networked embedded systems with machine intelligence has been a catalyst for sustained attempts by the research community to implement Convolutional Neural Networks (CNN) based inferencing on embedded resource-limited devices. Redesigning a CNN by removing costly multiplication operations has already shown promising results in terms of reducing inference energy usage. This pa… ▽ More

    Submitted 17 August, 2023; v1 submitted 9 May, 2023; originally announced May 2023.

    Comments: Supplementary for S. Dey, P. Dasgupta and P. P. Chakrabarti, "DietCNN: Multiplication-free Inference for Quantized CNNs," 2023 International Joint Conference on Neural Networks (IJCNN), Gold Coast, Australia, 2023, pp. 1-8, doi: 10.1109/IJCNN54540.2023.10191771

  5. arXiv:2208.13838  [pdf, other

    cs.LG cs.CR

    Towards Adversarial Purification using Denoising AutoEncoders

    Authors: Dvij Kalaria, Aritra Hazra, Partha Pratim Chakrabarti

    Abstract: With the rapid advancement and increased use of deep learning models in image identification, security becomes a major concern to their deployment in safety-critical systems. Since the accuracy and robustness of deep learning models are primarily attributed from the purity of the training samples, therefore the deep learning architectures are often susceptible to adversarial attacks. Adversarial a… ▽ More

    Submitted 29 August, 2022; originally announced August 2022.

    Comments: Submitted to AAAI 2023

  6. arXiv:2208.08697  [pdf, other

    cs.LG cs.CR cs.CV

    Resisting Adversarial Attacks in Deep Neural Networks using Diverse Decision Boundaries

    Authors: Manaar Alam, Shubhajit Datta, Debdeep Mukhopadhyay, Arijit Mondal, Partha Pratim Chakrabarti

    Abstract: The security of deep learning (DL) systems is an extremely important field of study as they are being deployed in several applications due to their ever-improving performance to solve challenging tasks. Despite overwhelming promises, the deep learning systems are vulnerable to crafted adversarial examples, which may be imperceptible to the human eye, but can lead the model to misclassify. Protecti… ▽ More

    Submitted 18 August, 2022; originally announced August 2022.

  7. arXiv:2205.14396  [pdf, other

    cs.MA cs.CY cs.LG

    Deep Learning-based Spatially Explicit Emulation of an Agent-Based Simulator for Pandemic in a City

    Authors: Varun Madhavan, Adway Mitra, Partha Pratim Chakrabarti

    Abstract: Agent-Based Models are very useful for simulation of physical or social processes, such as the spreading of a pandemic in a city. Such models proceed by specifying the behavior of individuals (agents) and their interactions, and parameterizing the process of infection based on such interactions based on the geography and demography of the city. However, such models are computationally very expensi… ▽ More

    Submitted 29 January, 2023; v1 submitted 28 May, 2022; originally announced May 2022.

  8. arXiv:2202.10449  [pdf, other

    cs.MA cs.AI

    Optimal Multi-Agent Path Finding for Precedence Constrained Planning Tasks

    Authors: Kushal Kedia, Rajat Kumar Jenamani, Aritra Hazra, Partha Pratim Chakrabarti

    Abstract: Multi-Agent Path Finding (MAPF) is the problem of finding collision-free paths for multiple agents from their start locations to end locations. We consider an extension to this problem, Precedence Constrained Multi-Agent Path Finding (PC-MAPF), wherein agents are assigned a sequence of planning tasks that contain precedence constraints between them. PC-MAPF has various applications, for example in… ▽ More

    Submitted 8 February, 2022; originally announced February 2022.

  9. arXiv:2112.04948  [pdf, other

    cs.LG

    PARL: Enhancing Diversity of Ensemble Networks to Resist Adversarial Attacks via Pairwise Adversarially Robust Loss Function

    Authors: Manaar Alam, Shubhajit Datta, Debdeep Mukhopadhyay, Arijit Mondal, Partha Pratim Chakrabarti

    Abstract: The security of Deep Learning classifiers is a critical field of study because of the existence of adversarial attacks. Such attacks usually rely on the principle of transferability, where an adversarial example crafted on a surrogate classifier tends to mislead the target classifier trained on the same dataset even if both classifiers have quite different architecture. Ensemble methods against ad… ▽ More

    Submitted 9 December, 2021; originally announced December 2021.

  10. arXiv:2111.15518  [pdf, other

    cs.LG

    Detecting Adversaries, yet Faltering to Noise? Leveraging Conditional Variational AutoEncoders for Adversary Detection in the Presence of Noisy Images

    Authors: Dvij Kalaria, Aritra Hazra, Partha Pratim Chakrabarti

    Abstract: With the rapid advancement and increased use of deep learning models in image identification, security becomes a major concern to their deployment in safety-critical systems. Since the accuracy and robustness of deep learning models are primarily attributed from the purity of the training samples, therefore the deep learning architectures are often susceptible to adversarial attacks. Adversarial a… ▽ More

    Submitted 9 December, 2021; v1 submitted 28 November, 2021; originally announced November 2021.

    Comments: Accepted at Adversarial Machine Learning (AdvML) workshop, AAAI 2022

  11. arXiv:2104.05235  [pdf

    cs.AI

    Artificial Intelligence Methods Based Hierarchical Classification of Frontotemporal Dementia to Improve Diagnostic Predictability

    Authors: Km Poonam, Rajlakshmi Guha, Partha P Chakrabarti

    Abstract: Patients with Frontotemporal Dementia (FTD) have impaired cognitive abilities, executive and behavioral traits, loss of language ability, and decreased memory capabilities. Based on the distinct patterns of cortical atrophy and symptoms, the FTD spectrum primarily includes three variants: behavioral variant FTD (bvFTD), non-fluent variant primary progressive aphasia (nfvPPA), and semantic variant… ▽ More

    Submitted 12 April, 2021; originally announced April 2021.

  12. arXiv:2104.01650  [pdf, other

    cs.MA stat.AP

    City-scale Simulation of Covid-19 Pandemic and Intervention Policies using Agent-based Modelling

    Authors: Gaurav Suryawanshi, Varun Madhavan, Adway Mitra, Partha Pratim Chakrabarti

    Abstract: During the Covid-19 pandemic, most governments across the world imposed policies like lock-down of public spaces and restrictions on people's movements to minimize the spread of the virus through physical contact. However, such policies have grave social and economic costs, and so it is important to pre-assess their impacts. In this work we aim to visualize the dynamics of the pandemic in a city u… ▽ More

    Submitted 9 September, 2021; v1 submitted 4 April, 2021; originally announced April 2021.

  13. arXiv:2005.00995  [pdf, ps, other

    eess.SY cs.SE

    Early-Stage Resource Estimation from Functional Reliability Specification in Embedded Cyber-Physical Systems

    Authors: Ginju V. George, Aritra Hazra, Pallab Dasgupta, Partha Pratim Chakrabarti

    Abstract: Reliability and fault tolerance are critical attributes of embedded cyber-physical systems that require a high safety-integrity level. For such systems, the use of formal functional safety specifications has been strongly advocated in most industrial safety standards, but reliability and fault tolerance have traditionally been treated as platform issues. We believe that addressing reliability and… ▽ More

    Submitted 3 May, 2020; originally announced May 2020.

    Comments: 23 pages

    ACM Class: B.8; F.3.1

  14. arXiv:1904.06698  [pdf, other

    cs.CY

    Joint Seat Allocation 2018: An algorithmic perspective

    Authors: Surender Baswana, Partha Pratim Chakrabarti, Yashodhan Kanoria, Utkarsh Patange, Sharat Chandran

    Abstract: Until 2014, admissions to the Indian Institutes of Technology (IITs) were conducted under one umbrella, whereas the admissions to the non-IIT Centrally Funded Government Institutes (CFTIs) were conducted under a different umbrella, the Central Seat Allocation Board. In 2015, a new Multi-Round Multi-Run Deferred Acceptance joint seat allocation process was implemented, improving the efficiency an… ▽ More

    Submitted 11 November, 2019; v1 submitted 14 April, 2019; originally announced April 2019.

  15. arXiv:1506.08538  [pdf, ps, other

    eess.SY cs.ET

    Multi-mode Sampling Period Selection for Embedded Real Time Control

    Authors: Rajorshee Raha, Soumyajit Dey, Partha Pratim Chakrabarti, Pallab Dasgupta

    Abstract: Recent studies have shown that adaptively regulating the sampling rate results in significant reduction in computational resources in embedded software based control. Selecting a uniform sampling rate for a control loop is robust, but overtly pessimistic for sharing processors among multiple control loops. Fine grained regulation of periodicity achieves better resource utilization, but is hard to… ▽ More

    Submitted 29 June, 2015; originally announced June 2015.

    Comments: Work in Progress Poster, 51st Design Automation Conference (DAC), San Francisco, CA, 7-11, June 2014

  16. arXiv:1401.5852  [pdf

    cs.AI cs.DS

    Algorithms for Generating Ordered Solutions for Explicit AND/OR Structures

    Authors: Priyankar Ghosh, Amit Sharma, P. P. Chakrabarti, Pallab Dasgupta

    Abstract: We present algorithms for generating alternative solutions for explicit acyclic AND/OR structures in non-decreasing order of cost. The proposed algorithms use a best first search technique and report the solutions using an implicit representation ordered by cost. In this paper, we present two versions of the search algorithm -- (a) an initial version of the best first search algorithm, ASG, which… ▽ More

    Submitted 22 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 44, pages 275-333, 2012